emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposing changes to adjust_frame_size


From: Tassilo Horn
Subject: Re: Proposing changes to adjust_frame_size
Date: Sun, 16 May 2021 21:08:15 +0200
User-agent: mu4e 1.5.13; emacs 28.0.50

martin rudalics <rudalics@gmx.at> writes:

>> Have fun (if possible).
>
> At least the scroll bar mis-appearance has a simple explanation.  Try
> with
>
> (setq default-frame-alist '((width . 90)
>                             (height . 50)))
> (tool-bar-mode -1)
> (menu-bar-mode -1)
> (when (fboundp 'scroll-bar-mode)
>   (scroll-bar-mode -1))
> (when (fboundp 'horizontal-scroll-bar-mode)
>   (horizontal-scroll-bar-mode -1))

Yes, with this order of settings the new frame after C-x 5 2 has no
scrollbar as it should.  I don't see a self-evident reason that I need
to set default-frame-alist before deactivating bars in my ~/.emacs, so I
guess you need to state that simple explanation explicitly.

Bye,
Tassilo



reply via email to

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