From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mark Pors Newsgroups: gmane.emacs.help Subject: Re: conditional statement in .emacs depending on terminal Date: Tue, 24 Feb 2004 18:26:37 +0200 Organization: FORTHnet S.A., Atthidon 4, GR-17671 Kalithea, Greece, Tel: +30 2109559000, Fax: +30 2109559333, url: http://www.forthnet.gr Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1077639997.848711@athnrd02.forthnet.gr> References: <1077561453.482927@athnrd02.forthnet.gr> <403A7872.4070809@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1077641570 9382 80.91.224.253 (24 Feb 2004 16:52:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2004 16:52:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 17:52:32 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvfnM-0001gw-00 for ; Tue, 24 Feb 2004 17:52:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Avfjl-0003PC-Qh for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2004 11:48:49 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news2.telebyte.nl!news-fra1.dfn.de!irazu.switch.ch!switch.ch!news.grnet.gr!newsfd02.forthnet.gr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: athnrd02.forthnet.gr Original-X-Trace: athprx02.forthnet.gr 1077639997 24896 193.92.150.73 (24 Feb 2004 16:26:37 GMT) Original-X-Complaints-To: abuse@forthnet.gr Original-NNTP-Posting-Date: Tue, 24 Feb 2004 16:26:37 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Macintosh/20040208) X-Accept-Language: en-us, en In-Reply-To: <403A7872.4070809@yahoo.com> Cache-Post-Path: newsfd02!unknown@ppp1-adsl-115.ath.forthnet.gr Original-Xref: shelby.stanford.edu gnu.emacs.help:121195 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17146 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17146 Kevin Rodgers wrote: > > Mark Pors wrote: > >> I wonder how I could make emacs omit some statements in my .emacs >> file, when I use the command-line version of emacs (and obviously >> these statements should be evaluated when I start emacs as a separate >> application). > > > C-v noninteractive > C-h v window-system > C-h v command-line-args > that was what I was looking for cool, tnx! Mark