From: Eli Zaretskii <eliz@gnu.org>
To: Dario Gjorgjevski <dario.gjorgjevski@gmail.com>
Cc: 35452@debbugs.gnu.org
Subject: bug#35452: Line number faces should check for remapping of the default face
Date: Fri, 03 May 2019 12:01:07 +0300 [thread overview]
Message-ID: <8336lvoqss.fsf@gnu.org> (raw)
In-Reply-To: <878svvehl1.fsf@gmail.com> (message from Dario Gjorgjevski on Sat, 27 Apr 2019 14:52:10 +0200)
> From: Dario Gjorgjevski <dario.gjorgjevski@gmail.com>
> Date: Sat, 27 Apr 2019 14:52:10 +0200
>
> Currently, the line number faces do not check for remapping of the
> default face and use its attributes directly. In the default
> configuration, this has no adverse effects since the `line-number' face
> inherits from `default' explicitly, so any remapping is considered there.
>
> However, there is no need to have `line-number' inherit from `default'
> explicitly since it already merges DEFAULT_FACE_ID. Instead, we can
> check for remapping of DEFAULT_FACE_ID prior to merging the faces.
>
> The patch shown below accomplishes that.
Thanks, but I don't think I understand the advantages of this approach
vs the current one. Concretely, why would we want not to inherit
from the 'default' face?
Also, doesn't your change force the line-number face to change
together with 'default', even if the user defines the face to not
inherit from 'default'? With the current code, users are free to
define the face without inheritance, and that will stop update the
line-number face together with 'default', e.g. when the user enlarges
the default face's font or makes it smaller. With your proposal, the
size changes in 'default' will always be propagated to line-number,
right?
And finally, if we do make the proposed change, shouldn't we stop
inheriting from 'default' at the same time?
next prev parent reply other threads:[~2019-05-03 9:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-27 12:52 bug#35452: Line number faces should check for remapping of the default face Dario Gjorgjevski
2019-05-03 9:01 ` Eli Zaretskii [this message]
[not found] ` <87a7fmixj1.fsf@gmail.com>
2019-05-16 9:05 ` bug#35452: Fwd: " Dario Gjorgjevski
2019-05-16 13:57 ` Eli Zaretskii
2019-05-16 14:07 ` Dario Gjorgjevski
2019-05-16 14:32 ` 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=8336lvoqss.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=35452@debbugs.gnu.org \
--cc=dario.gjorgjevski@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.