> On Tue, 05 May 1998, Filby, Gordon wrote:
>>5. Is possible to place the scroll bar at the right of
>>the emacs screen?
>
> Not that I know of - get the sources and fix it. :) Xemacs, though,
> puts
> the scroll bar on the right, and some prefer xemacs to emacs, and you
> could just grab the xemacs rpms and use them in place of the emacs
> rpms
> if you wish.
This was a change from version 19 to version 20 of GNU Emacs... I have
no idea why the scroll bar was put on the left by default, but it can
easily be changed. Just put this in your ~/.emacs file:
(custom-set-variables
'(scroll-bar-mode (quote right)))
Chances are you already have some custom-set-variables in your ~/.emacs
file, so you would only add '(scroll-bar-mode (quote right)) somewhere
in that list of things. Just make sure all ( are matched with ) where
they should be. If the idea of hacking your .emacs file manually seems
a bit intimidating, this can be done through the customise menus within
emacs.
+----------------------------------------
The most difficult thing in the world is to know how to do a thing and
to watch someone else doing it wrong, without commenting.
-T.H. White
Get my PGP public key at:
http://www.netspace.net.au/~wbdhruss/pubkey.txt
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.