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

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

Re: emacs21 config


From: Kevin Rodgers
Subject: Re: emacs21 config
Date: Mon, 14 Apr 2003 11:36:01 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Glenn Morris wrote:

You could try using editres to see what the resource names for your
Emacs are. Anyone know how to tell from within Emacs which X-toolkit
it was built with?

src/xnfs.c:


#ifdef USE_X_TOOLKIT
  Fprovide (intern ("x-toolkit"));
#endif
#ifdef USE_MOTIF
  Fprovide (intern ("motif"));
#endif

So (featurep 'x-toolkit) and (featurep 'motif) should tell you.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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