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: Reynaldo Baquerizo
Subject: bug#11830: 24.1; "scroll-bar-mode disabled" not honored when emacs started as daemon
Date: Sun, 1 Jul 2012 20:56:13 -0500

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

Ach, I see. Sorry for the noise.





reply via email to

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