unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* dimensions when doing text-scale-increase, and including minibuffer in text-scale-increase
@ 2019-12-10 19:28 Samuel Wales
  2019-12-10 19:37 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel Wales @ 2019-12-10 19:28 UTC (permalink / raw)
  To: help-gnu-emacs

question 1:

if i want to know the usable default dimensions in human lines and
columns terms, i can do:

(let ((r (list (frame-width)
                 (frame-height))))
    (message "%s =frame width and height =(should be (110 32) at
/native resolution 1440/ with /dpi of 216/)"
             r)

but if i do text-scale-increase the result is the same.  i want to
know the same data about what is /there now/.


question 2 (only silghtly related):

i want to do text-scale increase on exactly the active buffer and
"its" minibuffer, but not any other buffers.  i'd prefer modeline not
increase, however.

whenever i switch back to the increased buffer, i want it and "its"
echo area / minibuffer to still be increased.


thank you.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-23 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-10 19:28 dimensions when doing text-scale-increase, and including minibuffer in text-scale-increase Samuel Wales
2019-12-10 19:37 ` Eli Zaretskii
2019-12-22 21:05   ` Samuel Wales
2019-12-23 13:23     ` Eli Zaretskii
2019-12-23 15:21     ` Michael Heerdegen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).