unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).