bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Toolkit scrollbars do not work properly.


From: Eli Zaretskii
Subject: Re: Toolkit scrollbars do not work properly.
Date: Fri, 26 Oct 2001 13:59:54 +0200

> Date: Fri, 26 Oct 2001 08:56:20 GMT
> From: Lute Kamstra <Lute.Kamstra@cwi.nl>
> 
> > The only thing I can think of is that some code (elsewhere in Emacs, not 
> > in version.el) looks at emacs-minor-version, or something else derived 
> > from the version number, and does something stupid when the minor version 
> > is 1.
> 
> Hmm, looks like a lot of work to find this.

Before you really plunge into that work, perhaps it would be useful to
see whether just changing the minor version number (as opposed to
replacing the entire version.el) will do the trick.

> By the way, I did another
> test that may give a clue.  When I configure an unmodified emacs 21.1
> like this
> 
> ./configure              \
>   --without-gcc          \
>   --with-x-toolkit=motif \
>   --without-toolkit-scroll-bars \
>   --with-xpm             \
>   --with-jpeg            \
>   --with-tiff            \
>   --with-gif             \
>   --with-png             \
>   --with-x
> 
> so with the option `--without-toolkit-scroll-bars' added, and do a
> make, the scroll bar does function properly. 

Hmm.. if you build with Motif, but without Motif scroll bars, where do
the scroll bars come from?  Athena?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]