From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Navy Cheng Newsgroups: gmane.emacs.help Subject: How can I change the default loading buffer? Date: Wed, 29 Jul 2015 18:17:42 +0800 Message-ID: <20150729101742.GA2801@debian> Reply-To: Navy Cheng NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1438165102 29198 80.91.229.3 (29 Jul 2015 10:18:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jul 2015 10:18:22 +0000 (UTC) Cc: Navy Cheng To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 29 12:18:13 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZKOR6-0000Tg-09 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jul 2015 12:18:08 +0200 Original-Received: from localhost ([::1]:34411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKOR5-00078w-11 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jul 2015 06:18:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKOQv-00078l-9S for help-gnu-emacs@gnu.org; Wed, 29 Jul 2015 06:17:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKOQq-0003aI-5I for help-gnu-emacs@gnu.org; Wed, 29 Jul 2015 06:17:57 -0400 Original-Received: from m15-113.126.com ([220.181.15.113]:42182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKOQp-0003Zq-Hl for help-gnu-emacs@gnu.org; Wed, 29 Jul 2015 06:17:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version; bh=PTqHS CVehKw1wMYufv+P2dwAJREv3q/GWGUksz9T+5U=; b=EEaLSvpwlwAk2rL0GFBPT J0FmxNcQYsySLMcHPUq1lW47yU6NMbyPyGsE07Fu0PQWc/PgWF1VtPfVCufW3J2y spO3ZLWAdtyeRpk+G+oEZlTv1+gJBId2E2eBoa1TBNGKrwJYmhyzTQrCwpL101K4 m/t+tx/voMCWJodX3jbpWk= Original-Received: from localhost (unknown [140.207.196.4]) by smtp3 (Coremail) with SMTP id DcmowABHBX1KqLhVf8hCAA--.32869S3; Wed, 29 Jul 2015 18:17:47 +0800 (CST) Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-CM-TRANSID: DcmowABHBX1KqLhVf8hCAA--.32869S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUcBT5DUUUU X-Originating-IP: [140.207.196.4] X-CM-SenderInfo: 5qdy5ubk6rjloofrz/1tbicwxGDVUwy812ZAAAsF X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 220.181.15.113 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106110 Archived-At: Hello, When I open emacs, the default buffer is *GNU Emacs*. How can I change it to *shell*? I have add (shell) (switch-to-buffer "*shell*") to the end of *.emacs*. (shell) is success, but the default buffer is not changed. Thanks.