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

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

bug#43572: Feature request: make it possible to choose whether the first


From: Gregory Heytings
Subject: bug#43572: Feature request: make it possible to choose whether the first lines of the minibuffer should be displayed instead of the last ones
Date: Thu, 24 Sep 2020 07:45:29 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)


Simply because I asked my window manager to always maximize Emacs frames.

Aha!

Yet another loophole!


Hmm... Given the popularity (among a certain kind of users) of tiling window managers and the popularity (among a much larger kind of users) of using fullscreen apps, I don't think Emacs can expect to fully control the size of its frame. But indeed I see what you mean, ideally emacs -Q should give a frame of the same size everywhere. So it could perhaps make sense to try to do something like:

(set-frame-width nil 80)
(set-frame-height nil 40)

(which works for me) at the end of the initialization process with "-q" or "-Q".





reply via email to

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