From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Need LISP Help: popping up speedbar only under X
Date: Mon, 03 Nov 2003 21:09:45 +0100 [thread overview]
Message-ID: <m3k76htdrq.fsf@defun.localdomain> (raw)
In-Reply-To: mailman.3036.1067886779.21628.help-gnu-emacs@gnu.org
Dan Anderson <dan@mathjunkies.com> writes:
> (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?
The value of `window-system' is a symbol, not a string. So you should
say (eq window-system 'x).
next parent reply other threads:[~2003-11-03 20:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.3036.1067886779.21628.help-gnu-emacs@gnu.org>
2003-11-03 20:09 ` Jesper Harder [this message]
2003-11-03 19:11 Need LISP Help: popping up speedbar only under X Dan Anderson
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=m3k76htdrq.fsf@defun.localdomain \
--to=harder@myrealbox.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).