all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Stefan Kangas <stefan@marxist.se>, Eli Zaretskii <eliz@gnu.org>
Cc: thomas.hisch@ims.co.at, 41852@debbugs.gnu.org
Subject: bug#41852: 27.0.50; text-scale commands don't scale header of tabulated-list-mode
Date: Sat, 31 Oct 2020 09:00:55 +0100	[thread overview]
Message-ID: <5c72b8d3-512c-7138-197a-cf2a70e8df32@gmx.at> (raw)
In-Reply-To: <CADwFkmnwBaju=-Mxt5qojB0ghEabvhgcCtqJ7hDfSRtS_Vng8g@mail.gmail.com>

 >> I'd say "will also scale the text in the mode line when displaying that
 >> buffer".
 >
 > It doesn't scale the text in the mode line, though.

Silly me.  I obviously meant "header line" here.

 >> But if I assign the header line face or some face inheriting from it to
 >> some buffer text (not that I recommend doing that), that text will be
 >> scaled regardless of the value of 'text-scale-remap-header-line-face'.
 >> Right?
 >
 > Yes.  But that seems (in my testing) to be the case for any face I
 > tested that doesn't have an absolute value for :height.  So I'm not sure
 > that it needs to be specifically mentioned in NEWS.

By no means.  I just mentioned it to illustrate how elusive the text
scaling mechanism is.

 >> Here too I would say something like "the buffer text is scaled".  The
 >> default face itself is not scaled by face remapping.  The remapping is
 >> applied by the display engine whenever the buffer is displayed after all
 >> faces have been merged.  But maybe that is clear to everyone and you
 >> should simply ignore what I wrote.
 >
 > I'm not sure it is clear to everyone (it cleared some stuff up for me),
 > but I worry that this might be too detailed for NEWS.  The interesting
 > bits is probably not exactly how it works, but rather what its visible
 > effects are.

Fully agreed.  That's why in NEWS I'd try to talk only about those
visual effects and skip any details of the underlying implementation
like faces, fonts and their scaling.

 >> We might have a problem when these two are set in separate steps.
 >
 > Yes, if the variable is set after scaling, it does not take effect until
 > another scaling operation is done.
 >
 > Adding this seems to fix that:
 >
 > (add-variable-watcher 'text-scale-remap-header-line-face
 > 		      #'text-scale--refresh)
 >
 > (defun text-scale--refresh (symbol newval operation where)
 >    (when (and (eq symbol 'text-scale-remap-header-line-face)
 >               (eq operation 'set)
 >               text-scale-mode)
 >      (with-current-buffer where
 >        (let ((text-scale-remap-header-line-face newval))
 > 	(text-scale-mode 1)))))

Something like that.  Here I have a comment in my private version of
face-remap.el that says

       ;; ... face-remapping first pushes an
       ;; entry to `face-remapping-alist' and then sets its cdr to the
       ;; modified value so our variable watcher won't catch the modified
       ;; value.  Such destructive operations are a general problem with
       ;; watching non-scalar variables.

but I can't tell whether it's directly related.

martin





  reply	other threads:[~2020-10-31  8:00 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-14 13:36 bug#41852: 27.0.50; text-scale commands don't scale header of tabulated-list-mode Thomas Hisch
2020-06-14 14:42 ` Eli Zaretskii
2020-06-14 16:25   ` Thomas Hisch
2020-10-18 23:34     ` Stefan Kangas
2020-10-19 14:19       ` Eli Zaretskii
2020-10-19 18:21         ` Stefan Kangas
2020-10-19 19:02           ` Eli Zaretskii
2020-10-19 22:41             ` Stefan Kangas
2020-10-20 14:15               ` Eli Zaretskii
2020-10-20 14:40                 ` Stefan Kangas
2020-10-20 14:45                   ` Eli Zaretskii
2020-10-20 19:10                     ` Thomas Hisch
2020-10-29 17:43                       ` Stefan Kangas
2020-10-29 19:37                         ` Thomas Hisch
2020-10-29 21:45                           ` Stefan Kangas
2020-10-30  8:01                             ` Eli Zaretskii
2020-10-29 17:33                     ` Stefan Kangas
2020-10-29 18:02                       ` Drew Adams
2020-10-29 18:15                         ` Stefan Kangas
2020-10-29 18:32                           ` Drew Adams
2020-10-29 18:47                             ` Stefan Kangas
2020-10-30  8:54                       ` martin rudalics
2020-10-30 16:04                         ` Stefan Kangas
2020-10-30 17:37                           ` martin rudalics
2020-10-30 19:01                             ` Eli Zaretskii
2020-10-31  0:31                             ` Stefan Kangas
2020-10-31  8:00                               ` martin rudalics [this message]
2020-10-30 18:54                           ` Eli Zaretskii
2020-10-30 20:22                             ` Stefan Kangas
2020-10-30 20:53                               ` Eli Zaretskii
2020-10-31 16:15                                 ` Stefan Kangas
2020-10-31 16:48                                   ` Eli Zaretskii
2020-10-31 16:57                                     ` Eli Zaretskii
2020-10-31 17:55                                     ` Eli Zaretskii
2020-11-12 22:25                                       ` Stefan Kangas
2020-11-13  7:51                                         ` Eli Zaretskii
2020-11-25  2:08                                           ` Stefan Kangas
2020-11-13  8:49                                         ` martin rudalics
2020-11-25  2:08                                           ` Stefan Kangas
2020-11-13 13:00                                         ` Jean Louis
2020-11-13 14:32                                           ` Stefan Kangas
2020-11-13 15:33                                             ` Jean Louis
2020-11-13 16:07                                         ` github.com
2020-11-13 16:49                                           ` Stefan Kangas
2020-10-31 16:50                                   ` Stefan Kangas
2020-10-31  8:29                       ` Eli Zaretskii
2020-10-31 16:25                         ` Stefan Kangas
     [not found] <<955fe4fe-a64d-b7c6-fe31-7efd810f97a5@ims.co.at>
     [not found] ` <<83mu553e0x.fsf@gnu.org>
2020-06-14 16:28   ` Drew Adams
2020-06-14 17:23     ` Thomas Hisch

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=5c72b8d3-512c-7138-197a-cf2a70e8df32@gmx.at \
    --to=rudalics@gmx.at \
    --cc=41852@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=stefan@marxist.se \
    --cc=thomas.hisch@ims.co.at \
    /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.