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

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

Re: All widgets except the scroll bar uses GTK?


From: Peter Dyballa
Subject: Re: All widgets except the scroll bar uses GTK?
Date: Sat, 2 Sep 2006 15:22:26 +0200


Am 02.09.2006 um 12:10 schrieb Johan Tibell:

I built emacs 23.0.0.1 from CVS to get XFT and GTK support. It works
nicely except that the scroll bar is not the regular GTK one.

On Mac OS X 10.4.7 the scroll-bar is GTK. No specific options were given, just:

./configure --without-ns --without-carbon --with-x --with-gtk --with- xft --with-freetype=yes --without-sound --without-pop --with-xpm -- with-jpeg --with-tiff --with-gif --with-png --enable-locallisppath=...

Could be you need to select from these configure options:

--with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/ motif/gtk/no)
  --without-toolkit-scroll-bars

i.e. --with-x-toolkit=gtk and maybe an additional --without-toolkit- scroll-bars=no ?

At the end of the configuration step a list of used libraries and features is output. One of them is ``Does Emacs use X toolkit scroll bars?´´ – if the answer is "no" even with setting the configure options from above, then you might need to check the log file. Last option would be to invoke 'sh -x ./configure ...' to see what actually happens during the configure step.

--
Greetings

  Pete

"Eternity is a terrible thought. I mean, where's it going to end?"
                                            - Tom Stoppard






reply via email to

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