* Scrollbars : GNU Emacs 21.2
@ 2002-09-18 16:42 Steve
2002-09-18 17:47 ` FRC
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Steve @ 2002-09-18 16:42 UTC (permalink / raw)
Hi;
I have emacs 21.* instaled on my Suse 7.2 box at home and my Red Hat
7.3 box at work.
On my Suse box at home the gnu gui emacs has a vertical scroll bar on
the right.
On my red hat box at work the vertical scroll bar is on the left and I
need to use the middle mouse button to scroll it.
I would like to get emacs on red hat to have scroll bars like I have
on Suse, with the vertical scrollbar on the the right and NOT needing
the middle mouse button to scroll it.
Do I need to recompile emacs to do this or can the issue be settled
another way?
Thanks in advance
Steve
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Scrollbars : GNU Emacs 21.2
2002-09-18 16:42 Scrollbars : GNU Emacs 21.2 Steve
@ 2002-09-18 17:47 ` FRC
2002-09-18 18:24 ` Mark A. Flacy
2002-09-18 20:44 ` mike hardy
2 siblings, 0 replies; 6+ messages in thread
From: FRC @ 2002-09-18 17:47 UTC (permalink / raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 792 bytes --]
Sounds like a term "pb".
Do you use xterm on both boxes ?
"Steve" <stevesusenet@yahoo.com> a écrit dans le message de news:
6f8cb8c9.0209180842.1c80dff9@posting.google.com...
> Hi;
>
> I have emacs 21.* instaled on my Suse 7.2 box at home and my Red Hat
> 7.3 box at work.
>
> On my Suse box at home the gnu gui emacs has a vertical scroll bar on
> the right.
>
> On my red hat box at work the vertical scroll bar is on the left and I
> need to use the middle mouse button to scroll it.
>
> I would like to get emacs on red hat to have scroll bars like I have
> on Suse, with the vertical scrollbar on the the right and NOT needing
> the middle mouse button to scroll it.
>
> Do I need to recompile emacs to do this or can the issue be settled
> another way?
>
> Thanks in advance
>
> Steve
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Scrollbars : GNU Emacs 21.2
2002-09-18 16:42 Scrollbars : GNU Emacs 21.2 Steve
2002-09-18 17:47 ` FRC
@ 2002-09-18 18:24 ` Mark A. Flacy
2002-09-18 20:44 ` mike hardy
2 siblings, 0 replies; 6+ messages in thread
From: Mark A. Flacy @ 2002-09-18 18:24 UTC (permalink / raw)
M-x customize-option scroll-bar-mode
M-x customize-option mouse-wheel-mode
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Scrollbars : GNU Emacs 21.2
2002-09-18 16:42 Scrollbars : GNU Emacs 21.2 Steve
2002-09-18 17:47 ` FRC
2002-09-18 18:24 ` Mark A. Flacy
@ 2002-09-18 20:44 ` mike hardy
2002-09-18 20:58 ` Benjamin Lewis
2 siblings, 1 reply; 6+ messages in thread
From: mike hardy @ 2002-09-18 20:44 UTC (permalink / raw)
Nostradamus foretold that on Wed Sep 18 2002, Steve would write:
> Hi;
>
> I have emacs 21.* instaled on my Suse 7.2 box at home and my Red Hat
> 7.3 box at work.
>
> On my Suse box at home the gnu gui emacs has a vertical scroll bar on
> the right.
>
> On my red hat box at work the vertical scroll bar is on the left and I
> need to use the middle mouse button to scroll it.
>
> I would like to get emacs on red hat to have scroll bars like I have
> on Suse, with the vertical scrollbar on the the right and NOT needing
> the middle mouse button to scroll it.
>
> Do I need to recompile emacs to do this or can the issue be settled
> another way?
>
> Thanks in advance
>
> Steve
I use (set-scroll-bar-mode 'right). Can't help w/middle button q...
Mike
--
------------------------
mhardy_mail@NO_SPAM@yahoo.com
Help Wanted: Psychic. You know where to apply.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Scrollbars : GNU Emacs 21.2
2002-09-18 20:44 ` mike hardy
@ 2002-09-18 20:58 ` Benjamin Lewis
2002-09-19 4:48 ` mike hardy
0 siblings, 1 reply; 6+ messages in thread
From: Benjamin Lewis @ 2002-09-18 20:58 UTC (permalink / raw)
On Wednesday, September 18 mike hardy <no_sp@m.for_me.org> wrote:
> I use (set-scroll-bar-mode 'right). Can't help w/middle button q...
I think you have to recompile with, say, Xaw3D scrollbars if you want that
type.
--
Benjamin Lewis
One way to stop a runaway horse is to bet on him.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Scrollbars : GNU Emacs 21.2
2002-09-18 20:58 ` Benjamin Lewis
@ 2002-09-19 4:48 ` mike hardy
0 siblings, 0 replies; 6+ messages in thread
From: mike hardy @ 2002-09-19 4:48 UTC (permalink / raw)
Nostradamus foretold that on Thu Sep 19 2002, Benjamin Lewis would write:
> On Wednesday, September 18 mike hardy <no_sp@m.for_me.org> wrote:
>
> > I use (set-scroll-bar-mode 'right). Can't help w/middle button q...
>
> I think you have to recompile with, say, Xaw3D scrollbars if you want that
> type.
>
IIRC I specified xaw3d (or athena, forget) when configuring Emacs20 -
does Emacs21 require this as a configure option? It looks like xaw3d is
a default (if it's on the system)...
Mike
--
------------------------
mhardy_mail@NO_SPAM@yahoo.com
Help Wanted: Psychic. You know where to apply.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-09-19 4:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-18 16:42 Scrollbars : GNU Emacs 21.2 Steve
2002-09-18 17:47 ` FRC
2002-09-18 18:24 ` Mark A. Flacy
2002-09-18 20:44 ` mike hardy
2002-09-18 20:58 ` Benjamin Lewis
2002-09-19 4:48 ` mike hardy
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).