emacs-devel
[Top][All Lists]
Advanced

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

Re: TUTORIAL and scroll bar


From: Chong Yidong
Subject: Re: TUTORIAL and scroll bar
Date: Tue, 08 Aug 2006 23:36:58 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>     #ifdef HAVE_WINDOW_SYSTEM
>     #if defined(HAVE_NTGUI) || defined(MAC_OS)
>       /* MS-Windows has scroll bars on the right by default.  */
>       Vdefault_frame_scroll_bars = Qright;
>     #else
>       Vdefault_frame_scroll_bars = Qleft;
>     #endif
>     #else
>       Vdefault_frame_scroll_bars = Qnil;
>     #endif
>
> I guess this is done to be consistent with the defaults of the
> respective window-system.

If that's the rationale, I suggest moving scroll bars to the right on
GTK as well.




reply via email to

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