GNU bug report logs - #21750
show-paren-mode erroneously highlights the left margin

Previous Next

Package: emacs;

Reported by: Hinrik Örn Sigurðsson <hinrik.sig <at> gmail.com>

Date: Sat, 24 Oct 2015 17:46:02 UTC

Severity: minor

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 21750 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: hinrik.sig <at> gmail.com
Cc: 21750 <at> debbugs.gnu.org
Subject: Re: bug#21750: show-paren-mode erroneously highlights the left margin
Date: Sat, 24 Oct 2015 23:22:36 +0300
> Date: Sat, 24 Oct 2015 23:07:03 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 21750 <at> debbugs.gnu.org
> 
> I think this is a side effect of the general feature whereby an
> overlay string "inherits" the face of the surrounding buffer text.
> It doesn't matter whether the overlay string is displayed in the
> window's display margin or in the text area.

You can work around this in this case if you modify your face
customization as follows:

    (custom-set-faces
      '(linum ((t (:foreground "black" :background "white" :weight bold)))))

IOW, don't let the 'linum' face inherit the background color from the
surrounding text.




This bug report was last modified 9 years and 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.