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 14:17:49 +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:

And your code would be:

(unless window-system (menu-bar-mode -1))


Hope this helps!


Thanks for your long answer, I am beginning to understand... But I also get a little bit confused. As I stated before, I want to run more commannds, is this as simple as:

(unless window-system (menu-bar-mode -1) (color-theme-arjen))  ?

Thanks again for your answer Rupert, I really learned something.

Greets,
Christian


reply via email to

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