From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: emacs21 config
Date: Mon, 14 Apr 2003 11:36:01 -0600 [thread overview]
Message-ID: <3E9AF181.1060107@yahoo.com> (raw)
In-Reply-To: o5llyf7i5g.fsf@xpc21.ast.cam.ac.uk
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:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
next prev parent reply other threads:[~2003-04-14 17:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.4481.1050164889.21513.help-gnu-emacs@gnu.org>
2003-04-12 17:14 ` emacs21 config Glenn Morris
2003-04-14 17:36 ` Kevin Rodgers [this message]
2003-04-15 9:51 ` Glenn Morris
[not found] <mailman.4571.1050336975.21513.help-gnu-emacs@gnu.org>
2003-04-15 10:53 ` Glenn Morris
2003-04-14 16:11 Bruce Park
[not found] <mailman.4541.1050301369.21513.help-gnu-emacs@gnu.org>
2003-04-14 10:04 ` Glenn Morris
-- strict thread matches above, loose matches on Subject: below --
2003-04-14 6:22 Bruce Park
2003-04-12 16:25 Bruce Park
[not found] <mailman.4409.1049994153.21513.help-gnu-emacs@gnu.org>
2003-04-11 12:47 ` Glenn Morris
2003-04-12 12:58 ` Glenn Morris
2003-04-10 17:00 Bruce Park
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E9AF181.1060107@yahoo.com \
--to=ihs_4664@yahoo.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).