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

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

bug#11830: 24.1; "scroll-bar-mode disabled" not honored when emacs start


From: Glenn Morris
Subject: bug#11830: 24.1; "scroll-bar-mode disabled" not honored when emacs started as daemon
Date: Sun, 01 Jul 2012 20:49:25 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Reynaldo Baquerizo wrote:

> Later I found that messing with default-frame-alist produced the
> unwanted result.
>
> (setq default-frame-alist '((font . "Monaco-11"))

I think that explains it.

> With the .emacs working file the value of default-parameter-list is
>
> Its value is ((width . 112)
>  (height . 30)
>  (font . "Monaco-11")
>  (vertical-scroll-bars))

The last one can be written as (vertical-scroll-bars . nil).
By setq'ing default-frame-alist, you were clobbering this setting.





reply via email to

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