From: Chong Yidong <cyd@stupidchicken.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: TUTORIAL and scroll bar
Date: Tue, 08 Aug 2006 23:36:58 -0400 [thread overview]
Message-ID: <878xly60md.fsf@stupidchicken.com> (raw)
In-Reply-To: <ubqquegco.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 09 Aug 2006 06:29:59 +0300")
Eli Zaretskii <eliz@gnu.org> 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.
next prev parent reply other threads:[~2006-08-09 3:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-08 23:39 TUTORIAL and scroll bar Richard Stallman
2006-08-09 3:29 ` Eli Zaretskii
2006-08-09 3:36 ` Chong Yidong [this message]
2006-08-09 6:33 ` Romain Francoise
2006-08-09 19:16 ` Richard Stallman
2006-08-10 6:28 ` Jan Djärv
2006-08-10 6:41 ` Miles Bader
2006-08-10 7:21 ` Jan Djärv
2006-08-10 7:27 ` David Kastrup
2006-08-10 6:49 ` David Kastrup
2006-08-09 6:55 ` David Kastrup
2006-08-09 7:07 ` Miles Bader
2006-08-09 7:14 ` David Kastrup
2006-08-09 10:00 ` Yavor Doganov
2006-08-10 1:13 ` Richard Stallman
2006-08-09 19:16 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878xly60md.fsf@stupidchicken.com \
--to=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).