>>>>"Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje> cbarry(a)2xtreme.net (Christopher R.
Barry) writes:
> Is there a way to put the vertical scrollbar(s) on the left hand
> side? I don't care what I need to do, even if it means mucking with
> the source a little.
Hrvoje> You can do that with the X resources:
Hrvoje> `scrollBarPlacement' (class `ScrollBarPlacement'): string
Can I do something similar with the toolbar?
Hrvoje> XEmacs 21 will also allow you to do the same thing with specifiers:
Hrvoje> (set-specifier scrollbar-on-left-p t)
Unfortunately, the corresponding thing
(set-default-toolbar-position 'left)
produces some annoyances in XEmacs-21.0.
First, my window manager (ctwm-3.5 under X11/solaris-2.6) thinks that
the size of XEmacs keeps the same (86x56) whereas the height is actually
shorter. (list (window-width) (window-height)) has changed from (86 56)
to (81 56).
Second, after using
M-x ediff-toggle-use-toolbar
M-x ediff-buffers
Quit Ediff session
my XEmacs frame gets wider (list (window-width) (window-height)) => (86 56).
- Christoph