help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dimensions when doing text-scale-increase, and including minibuffer


From: Samuel Wales
Subject: Re: dimensions when doing text-scale-increase, and including minibuffer in text-scale-increase
Date: Sun, 22 Dec 2019 14:05:10 -0700

On 12/10/19, Eli Zaretskii <eliz@gnu.org> wrote:
> For the echo area and the minibuffer you will have to use hooks,
> because switching to another buffer doesn't switch the echo-area or
> minibuffer.  IOW, there's no separate echo-area/minibuffer for each
> buffer.

thank you.

i decided i am about equally ok with increasing all buffers including
minibuffer / echo area.  i could not find a buffer switch hook.
however, i can't seem to find minibuffer or echo area buffer in the
buffer list:

(dolist (buffer (buffer-list))
    (with-current-buffer buffer
      (text-scale-increase amount)))

works for only regular buffers.  i presume they are supposed to be
done separately?


i noticed that (default-font-width) is not in emacs 24.  i presume it
got added in a later version.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]