From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: All widgets except the scroll bar uses GTK? Date: Sat, 2 Sep 2006 15:22:26 +0200 Message-ID: <6EAED6C5-05FB-4697-80D3-670AE47C6071@Web.DE> References: <1157191803.574419.81400@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1157203376 6833 80.91.229.2 (2 Sep 2006 13:22:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Sep 2006 13:22:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 02 15:22:52 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJVSP-00078R-Ql for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 15:22:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJVSP-00059K-AJ for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 09:22:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJVSB-00054P-NI for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:22:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJVS9-00050P-OC for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:22:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJVS9-00050B-Jp for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:22:29 -0400 Original-Received: from [217.72.192.234] (helo=fmmailgate03.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJVcE-0005Qa-Cl for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 09:32:54 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id 9AA851AA76CA; Sat, 2 Sep 2006 15:22:28 +0200 (CEST) Original-Received: from [84.245.174.40] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.107 #114) id 1GJVS8-0008Kv-00; Sat, 02 Sep 2006 15:22:28 +0200 In-Reply-To: <1157191803.574419.81400@i42g2000cwa.googlegroups.com> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Johan Tibell X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37122 Archived-At: 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 =20 given, just: ./configure --without-ns --without-carbon --with-x --with-gtk = --with-=20 xft --with-freetype=3Dyes --without-sound --without-pop --with-xpm --=20 with-jpeg --with-tiff --with-gif --with-png --enable-locallisppath=3D... Could be you need to select from these configure options: --with-x-toolkit=3DKIT use an X toolkit (KIT =3D yes/lucid/athena/=20= motif/gtk/no) --without-toolkit-scroll-bars i.e. --with-x-toolkit=3Dgtk and maybe an additional --without-toolkit-=20= scroll-bars=3Dno ? At the end of the configuration step a list of used libraries and =20 features is output. One of them is ``Does Emacs use X toolkit scroll =20 bars?=B4=B4 =96 if the answer is "no" even with setting the configure =20= options from above, then you might need to check the log file. Last =20 option would be to invoke 'sh -x ./configure ...' to see what =20 actually happens during the configure step. -- Greetings Pete "Eternity is a terrible thought. I mean, where's it going to end?" - Tom Stoppard