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

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

Re: Detect if Emacs is running in -nw mode


From: Christian Herenz
Subject: Re: Detect if Emacs is running in -nw mode
Date: Sun, 30 Mar 2008 19:56:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20071128 SUSE/1.1.7-3.4 SeaMonkey/1.1.7 Mnenhy/0.7.5.0

Rupert Swarbrick schrieb:

(unless (function-returning-nil) 1 2 3)

evaluates to 3. Not that that matters in this situation.

Phew. That was more than I intended to write! Hope it makes things a little clearer.

Rupert

Yeah-- You wrote much, and I think you missed the point a little bit..

(unless nil (do-stuff) (do-other-stuff)) ... this would only do-stuff?

(unless nil ((do-stuff) (do-other-stuff)) would do-stuff and do-other-stuff?

That was my actual question.

Greets,
Christian


reply via email to

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