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: Mon, 31 Mar 2008 10:38:26 +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

Barry Margolin schrieb:

(unless window-system
  (progn
    (menu-bar-mode nil)
    (color-theme-arjen)))


In a post above TimX wrote:

Now body can consist of more than one form, i.e.

(unless condition
  (do-thing-1 arg1)
  (do-thing-2)
  (do-thing-3 arg1 arg2))


However, since I have "now finally" a little bit structure in my .emacs I have seperated parts about general appereance and color themes - which makes this just an intersting "theoretical" conversation, but is at the moment not of practiacal use for me :-)

Greets,
Christian


reply via email to

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