From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Strake Newsgroups: gmane.emacs.help Subject: Default to No X Date: Sun, 10 Aug 2008 09:53:00 -0400 Message-ID: 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 1218385890 16229 80.91.229.12 (10 Aug 2008 16:31:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Aug 2008 16:31:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 10 18:32:21 2008 Return-path: 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 1KSDq2-0003Ac-F5 for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Aug 2008 18:32:14 +0200 Original-Received: from localhost ([127.0.0.1]:45995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSDp6-0004L3-IP for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Aug 2008 12:31:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSBM0-0008DI-AD for help-gnu-emacs@gnu.org; Sun, 10 Aug 2008 09:53:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSBLy-0008Cz-Iq for help-gnu-emacs@gnu.org; Sun, 10 Aug 2008 09:53:03 -0400 Original-Received: from [199.232.76.173] (port=47763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSBLy-0008Cs-CT for help-gnu-emacs@gnu.org; Sun, 10 Aug 2008 09:53:02 -0400 Original-Received: from mu-out-0910.google.com ([209.85.134.188]:10365) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSBLy-0002mz-1D for help-gnu-emacs@gnu.org; Sun, 10 Aug 2008 09:53:02 -0400 Original-Received: by mu-out-0910.google.com with SMTP id i2so1910159mue.6 for ; Sun, 10 Aug 2008 06:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=xEL88Rx+KAs8lGwYAL0TET17OrCP3aGM4SkEf3/f7HE=; b=v5gPOFgFgqgPIDINbNZwyZEpGielnfRUAkVqRlIbroFQIhZZiWFmPstHWiBwa6GhK8 66hjosl8k/lTpecVvB8TAaDVDPCregvmqYDQZh+wKDzjXt7u3ZJUb2hmPnYDcGBz3V4n C7ETXg7M1u7WBQOrNN/R0jXdPfugNHiNm/rno= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=LJXuW5VLGJoILTOQQ2tKUxduYTCX4AOX5o+9lzHlF93B9Y0h6wQ9g7JWRjjGqItN+S fxnQ9mtW/mRbLYtir4tTDiYroEu75wm+zYwZbEoL0QoPJHTjUOcA4WeRUFDGmn8ZKj3P YziyQGZihiSDJI0YboCNHpY9rmoLDZj/fSdJA= Original-Received: by 10.103.22.11 with SMTP id z11mr4910117mui.83.1218376380317; Sun, 10 Aug 2008 06:53:00 -0700 (PDT) Original-Received: by 10.103.172.2 with HTTP; Sun, 10 Aug 2008 06:53:00 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 10 Aug 2008 12:21:25 -0400 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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:56411 Archived-At: Hello, I have been using emacs for quite a while now, but one thing has always irritated me: that it starts, by default, in X mode, and I must use the -nw switch to disable this behaviour, which I sometimes forget to do. How can one configure emacs to start without X by default? Can it be done in .emacs?