From: Dan Anderson <dan@mathjunkies.com>
Subject: Need LISP Help: popping up speedbar only under X
Date: Mon, 03 Nov 2003 14:11:21 -0500 [thread overview]
Message-ID: <1067886680.4492.59.camel@hades> (raw)
If I evaluate:
(speedbar t)
The speedbar pops up. But I want it only to pop up when I'm running it
in KDE, and thus under X. So I tried:
(if (eq window-system "x") ;; open the speedbar when emacs loads
(speedbar t)) ;; if we're under X
And it doesn't work. According to M-x describe-variable:
A symbol naming the window-system under which Emacs is running
(such as `x'), or nil if emacs is running on an ordinary terminal.
What am i doing wrong?
Thanks in advance,
Dan
next reply other threads:[~2003-11-03 19:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-03 19:11 Dan Anderson [this message]
[not found] <mailman.3036.1067886779.21628.help-gnu-emacs@gnu.org>
2003-11-03 20:09 ` Need LISP Help: popping up speedbar only under X Jesper Harder
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=1067886680.4492.59.camel@hades \
--to=dan@mathjunkies.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).