|
| From: | Jan D. |
| Subject: | Re: GTK build doesn't set the `x-toolkit' feature |
| Date: | Tue, 4 May 2004 10:51:44 +0200 |
In GNU Emacs 21.3.50.67 (i686-pc-linux-gnu, GTK+ Version 2.0.2) of 2004-05-03 on defun.localdomain configured using `configure '--with-gtk'' In the GTK build the `x-toolkit' feature isn't set: (featurep 'x-toolkit) => nil This means that any customisations in `defface' which are intended only for the non-toolkit build will also apply to GTK builds.
x-toolkit means uses Xt, which GTK does not. Can you give an example
of a customization? Can you use (featurep 'gtk)?
I am not sure exactly what you are trying to do. It seems that such
customizations would also apply to Mac and W32, but maybe that is the
intent?
Jan D.
| [Prev in Thread] | Current Thread | [Next in Thread] |