From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Sandow Newsgroups: gmane.emacs.help Subject: Re: Start in shell mode Date: Thu, 02 Oct 2008 18:06:57 +1000 Message-ID: <48E48121.6070806@internode.on.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222934885 29909 80.91.229.12 (2 Oct 2008 08:08:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2008 08:08:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Decebal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 02 10:09:04 2008 connect(): Connection refused 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 1KlJEi-0001yn-SX for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Oct 2008 10:08:37 +0200 Original-Received: from localhost ([127.0.0.1]:60061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlJDf-00035q-Ug for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Oct 2008 04:07:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlJDL-00034W-AE for help-gnu-emacs@gnu.org; Thu, 02 Oct 2008 04:07:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlJDG-0002yN-QR for help-gnu-emacs@gnu.org; Thu, 02 Oct 2008 04:07:10 -0400 Original-Received: from [199.232.76.173] (port=51958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlJDG-0002yK-Mv for help-gnu-emacs@gnu.org; Thu, 02 Oct 2008 04:07:06 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:53689) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlJDG-0001ZE-8B for help-gnu-emacs@gnu.org; Thu, 02 Oct 2008 04:07:06 -0400 Original-Received: from ipmail01.adl6.internode.on.net ([203.16.214.146]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlJDC-0004Cq-Fz for help-gnu-emacs@gnu.org; Thu, 02 Oct 2008 04:07:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhMBAEAe5Eh20Jx6/2dsb2JhbAAIvDeBag X-IronPort-AV: E=Sophos;i="4.33,349,1220193000"; d="scan'208";a="203796208" Original-Received: from ppp118-208-156-122.lns10.mel4.internode.on.net (HELO [192.168.4.105]) ([118.208.156.122]) by ipmail01.adl6.internode.on.net with ESMTP; 02 Oct 2008 17:36:55 +0930 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) In-Reply-To: X-detected-kernel: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:58274 Archived-At: You can use variable `initial-major-mode' for this. (setq initial-major-mode 'shell) Decebal wrote: > Not very important, but I was wondering if it is possible to start > Emacs default in shell mode? > >