From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: Kiwon Um <um.kiwon@gmail.com>
Newsgroups: gmane.emacs.help
Subject: How to check the -nw option?
Date: Sun, 10 May 2009 18:37:32 -0700 (PDT)
Organization: http://groups.google.com
Message-ID: <531ebed1-6f79-46d7-b1bf-f9c52b85517b@x1g2000prh.googlegroups.com>
NNTP-Posting-Host: lo.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: ger.gmane.org 1242006151 16766 80.91.229.12 (11 May 2009 01:42:31 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Mon, 11 May 2009 01:42:31 +0000 (UTC)
To: help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 11 03:42:21 2009
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
Envelope-to: geh-help-gnu-emacs@m.gmane.org
Original-Received: from lists.gnu.org ([199.232.76.165])
	by lo.gmane.org with esmtp (Exim 4.50)
	id 1M3KX4-0006cU-Co
	for geh-help-gnu-emacs@m.gmane.org; Mon, 11 May 2009 03:42:18 +0200
Original-Received: from localhost ([127.0.0.1]:42641 helo=lists.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43)
	id 1M3KX3-0007kX-P5
	for geh-help-gnu-emacs@m.gmane.org; Sun, 10 May 2009 21:42:17 -0400
Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x1g2000prh.googlegroups.com!not-for-mail
Original-Newsgroups: gnu.emacs.help
Original-Lines: 7
Original-NNTP-Posting-Host: 163.152.71.53
Original-X-Trace: posting.google.com 1242005852 614 127.0.0.1 (11 May 2009 01:37:32 GMT)
Original-X-Complaints-To: groups-abuse@google.com
Original-NNTP-Posting-Date: Mon, 11 May 2009 01:37:32 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: x1g2000prh.googlegroups.com; posting-host=163.152.71.53; 
	posting-account=6v9_LQoAAACIrmHTUxB_-iw-j364OtYr
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.0.9) 
	Gecko/2009041500 SUSE/3.0.9-0.1 Firefox/3.0.9,gzip(gfe),gzip(gfe)
Original-Xref: news.stanford.edu gnu.emacs.help:169069
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/help-gnu-emacs>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org
Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org
Xref: news.gmane.org gmane.emacs.help:64332
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/64332>

Hello. Here's a question.

Some modes do not work with terminal base, i.e. no-window-system (-nw)
emacs. So I want to write my .emacs with checking if it's no-window-
emacs emacs or not. How I can check this?

Thanks.