all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#54237: Disabling `scroll-bar-mode' fails when setting `default-frame-alist'
@ 2022-03-03 14:44 Tor Kringeland
  2022-03-03 14:55 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Tor Kringeland @ 2022-03-03 14:44 UTC (permalink / raw)
  To: 54237

Running

  emacs -Q --daemon -l test.el

where the content of test.el is

  (scroll-bar-mode -1)
  (setq default-frame-alist '((cursor-color . "#007fff")))

fails to disable `scroll-bar-mode'.  When opening an Emacs client, I
have to toggle `scroll-bar-mode' two times to disable it.  The first
time it is "enabled" again (no visible change) and the second time it's
disabled.  The problem disappears if I remove the second line.

I'm using Emacs 29 built from master earlier today.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-04 15:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-03 14:44 bug#54237: Disabling `scroll-bar-mode' fails when setting `default-frame-alist' Tor Kringeland
2022-03-03 14:55 ` Lars Ingebrigtsen
2022-03-03 15:14   ` Tor Kringeland
2022-03-03 15:20     ` Lars Ingebrigtsen
2022-03-03 15:53       ` bug#54237: [External] : " Drew Adams
2022-03-04 15:56       ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.