all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: All widgets except the scroll bar uses GTK?
Date: Sat, 2 Sep 2006 15:22:26 +0200	[thread overview]
Message-ID: <6EAED6C5-05FB-4697-80D3-670AE47C6071@Web.DE> (raw)
In-Reply-To: <1157191803.574419.81400@i42g2000cwa.googlegroups.com>


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

  parent reply	other threads:[~2006-09-02 13:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-02 10:10 All widgets except the scroll bar uses GTK? Johan Tibell
2006-09-02 11:23 ` David Hansen
     [not found] ` <mailman.6157.1157196211.9609.help-gnu-emacs@gnu.org>
2006-09-02 11:54   ` David Kastrup
2006-09-02 20:03     ` Dieter Wilhelm
2006-09-03  6:43       ` David Kastrup
2006-09-03 11:13         ` Dieter Wilhelm
     [not found]     ` <mailman.6180.1157248082.9609.help-gnu-emacs@gnu.org>
2006-09-07 16:12       ` Miles Bader
2006-09-08 19:18         ` Dieter Wilhelm
2006-09-02 13:22 ` Peter Dyballa [this message]
2006-09-09 10:21 ` auto-fill-mode (was: All widgets except the scroll bar uses GTK?) Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6EAED6C5-05FB-4697-80D3-670AE47C6071@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.