all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: set-scroll-bar-mode 'right  made global ??
Date: Thu, 11 May 2006 14:16:58 +0200	[thread overview]
Message-ID: <065B6499-D55C-49DF-BE03-D35E753BB3DA@Web.DE> (raw)
In-Reply-To: <1147293030.2627.62.camel@CASE>


Am 10.05.2006 um 22:30 schrieb William Case:

> Hi;
>
> Where and how do I put the (set-scroll-bar-mode 'right) command so  
> that
> it applies to all users?  ~/.emacs only works for individual users.

Put into site-start.el. Put the file into a component of load-path,  
for example /usr/local/share/emacs/site-lisp.

> Besides, it looks a bit 'hacky' in .emacs.  When emacs opens the
> scrollbar flashes on the left and then obviously (for a split  
> second) is
> transferred to the right.  How can I set it up so that emacs is always
> initially drawn with the scroll bar on the right?

Use an X resource! There often is the choice to put scroll-bars in  
X11 on the right or on the left of the window.

For GNU Emacs you could also set initial-frame-alist and/or default- 
frame-alist to contain amongst its/their member(s)

	(vertical-scroll-bars . right)

--
Greetings

   Pete

»¿ʇı̣ əsnqɐ ʇ,uɐɔ noʎ ɟı̣
ɓuı̣ɥʇʎuɐ sı̣ pooɓ ʇɐɥʍ«

  reply	other threads:[~2006-05-11 12:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-10 20:30 set-scroll-bar-mode 'right made global ?? William Case
2006-05-11 12:16 ` Peter Dyballa [this message]
2006-05-15 16:16 ` set-scroll-bar-mode 'right made global ?? [SOLVED] William Case

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=065B6499-D55C-49DF-BE03-D35E753BB3DA@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@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 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.