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: martin rudalics
Subject: Re: Proposing changes to adjust_frame_size
Date: Sun, 16 May 2021 14:24:45 +0200

> 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))


I can't explain the menu bar mishap yet.

martin



reply via email to

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