all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* From window-specific scroll bars to frame defaults
@ 2024-05-13 13:28 Heime
  2024-05-13 15:27 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Heime @ 2024-05-13 13:28 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor

I want to change from window-specific scroll bars to frame defaults

Should one just change vertical-type and horizontal-type to t ?  Or 
should I also modify width and height to nil ?  Seems there are 
situations where frame sets the width and height no non-nil values.

       (let ( (window (selected-window))
              (width nil)
              (vertical-type t)
              (height nil)
              (horizontal-type t)
              (persistent nil) )
         (set-window-scroll-bars window width vertical-type
                                 height horizontal-type
                                 persistent))) 






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

end of thread, other threads:[~2024-05-14  5:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 13:28 From window-specific scroll bars to frame defaults Heime
2024-05-13 15:27 ` Eli Zaretskii
2024-05-13 19:13   ` Heime
2024-05-14  5:54     ` Eli Zaretskii

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.