all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Al Haji-Ali <abdo.haji.ali@gmail.com>
Cc: 59065@debbugs.gnu.org
Subject: bug#59065: 28.2; Mapping default face affects extended faces
Date: Sun, 06 Nov 2022 11:34:51 +0200	[thread overview]
Message-ID: <83tu3c1l50.fsf@gnu.org> (raw)
In-Reply-To: <m2h6zcanrg.fsf@gmail.com> (message from Al Haji-Ali on Sun, 06 Nov 2022 01:13:23 +0000)

> From: Al Haji-Ali <abdo.haji.ali@gmail.com>
> Date: Sun, 06 Nov 2022 01:13:23 +0000
> 
> 0. Run `emacs -Q`
> 
> 1. Create a buffer with this content and ensure `org-mode` is on
> ------------------------------------------------------------
> * One
> #+begin_src emacs-lisp
> #+end_src
> * Two
> #+begin_src emacs-lisp
> #+end_src
> ------------------------------------------------------------
> 
> 2. Call `org-narrow-to-subtree` on "One".
> 
> 3. Change the face `org-block-end-line` to have an extended background on the end-line of the org-block
> 
> (set-face-attribute
>    'org-block-end-line nil
>    :extend t
>    :background "#4e5079")
> 
> 4. Create a any font remap like this trivial one
> 
> (face-remap-add-relative 'default 'default)
> 
> or even this one
> 
> (face-remap-add-relative
>         'default
>         '(:filtered (:window not-real-filter t) not-real-face)
> 
> 5. Notice how the background colour on the last line of the narrowed buffer extends over the whole window instead of just the line.

Thanks, should be fixed now (on the master branch).





  reply	other threads:[~2022-11-06  9:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-06  1:13 bug#59065: 28.2; Mapping default face affects extended faces Al Haji-Ali
2022-11-06  9:34 ` Eli Zaretskii [this message]
2022-11-12 12:44   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83tu3c1l50.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=59065@debbugs.gnu.org \
    --cc=abdo.haji.ali@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.