Authentication-Results: mail-b.sr.ht; dkim=pass header.d=christiantietze.de header.i=@christiantietze.de; dkim=pass header.d=messagingengine.com header.i=@messagingengine.com Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mail-b.sr.ht (Postfix) with ESMTPS id 416BB11F031 for <~protesilaos/lin@lists.sr.ht>; Fri, 10 Jun 2022 11:04:10 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id E88013200A3A; Fri, 10 Jun 2022 07:04:08 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 10 Jun 2022 07:04:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= christiantietze.de; h=cc:cc:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1654859048; x= 1654945448; bh=pfoJwTscsNjVDhFLMVQ5tQF+bTYvkOpeuFWT1lrA6rk=; b=1 Z+Q6xv91qYlQYH3nFP3BgTjpFot9xYlpqw9THDHJ0yO/ATIstO8OgB4dAZl9lg/g KmS8c8njKQjf9GoNMA86YFSkbwEkb+RGRIcrHEIv4D+Fc/vsZK6FjOw+RmOZM2WC Zd/f530YlR49oDA/r151cTJesgdVoQDsy0LzOA1NKoNSK33ZHxYLhAvfxA/g5EKB +6z6ysw4YwTVy3imN2BRaN2nMeukZyYxzMGSTMcH1WMCbPXEP/XBPSe1fB80ZdsW TPrUi8ntchtLACJQIfSKWCylALACiJ0IDOf6kNhmiCj8lRZWubVHs5GKj40WWiXg FSpE09IsG6BXNyae988+A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:in-reply-to:message-id :mime-version:references:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1654859048; x=1654945448; bh=pfoJwTscsNjVDhFLMVQ5tQF+bTYv kOpeuFWT1lrA6rk=; b=l17XxHBm/1RyjEhwovLh1gXX8K9ncPCEjLtAB66Vyv7x rlBMJTAs+jBzrig9DjBlvE85e4M6ipnwLg/Pxu/BUdxMQ7TyXxo0d0lYNWKoWpnV mF17W9AiE8/Rk/HnBctGaMEQWXmGNJi5/f0rQiXFeujufXck7IXSC3ATczhYyK3X u9QxRYTgmVKiG7t6N631LYpNRwAYw3JlWtkTcStD13UZSm3aaEThdhYFYXEYMkfh UzWKgMGT5LDAV538iDDbH2dRBYEjSPOB8D4G+uS36vGrrr+MKvTrQMg7N51P2Wy8 lwi88qPGPucRlmQXXEvuaPFKPyz8TCAYBAqLN47Lpg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrudduuddgfeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvfevufgjfhffkfggtgesthdtre dttddttdenucfhrhhomhepvehhrhhishhtihgrnhcuvfhivghtiigvuceomhgvsegthhhr ihhsthhirghnthhivghtiigvrdguvgeqnecuggftrfgrthhtvghrnhephfeiffevhfeuff egheeihfejuedutdelgeefueekueelueejtddufeeuvefgtdevnecuvehluhhsthgvrhfu ihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmhgvsegthhhrihhsthhirghnth hivghtiigvrdguvg X-ME-Proxy: Feedback-ID: id1314435:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 10 Jun 2022 07:04:07 -0400 (EDT) From: Christian Tietze To: Protesilaos Stavrou , ~protesilaos/lin@lists.sr.ht Cc: Subject: Re: lin-mode in dired buffers with Mac colors doesn't combine well with region colors In-Reply-To: References: <87pmjhvm7u.fsf@protesilaos.com> Date: Fri, 10 Jun 2022 13:04:06 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Time to backpedal! It's not lin's fault at all :) I used this to make lin's colors win over other mode's faces. Was a quick fix I added a while ago and forgot about. ;; From -50 to +50 to override other faces, e.g. neotree links (setq hl-line-overlay-priority +50) Removing that (or reverting to -50) fixes all my problems. (Or at least those I reported here.) Cheers! Christian