From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harold Pimentel Newsgroups: gmane.emacs.help Subject: Re: How can I config emacs to not load tutorial in a buffer when I start Date: Thu, 16 Dec 2010 21:21:41 -0800 Message-ID: <0DA08B48-3836-4C6D-A22D-18A16FBDDDC4@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292599338 22770 80.91.229.12 (17 Dec 2010 15:22:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2010 15:22:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: n179911 Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 17 16:22:13 2010 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.69) (envelope-from ) id 1PTc8F-0001VC-KZ for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Dec 2010 16:22:07 +0100 Original-Received: from localhost ([127.0.0.1]:51775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTc8E-0005Oi-RT for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Dec 2010 10:22:07 -0500 Original-Received: from [140.186.70.92] (port=42049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTSlG-0001EP-SY for help-gnu-emacs@gnu.org; Fri, 17 Dec 2010 00:21:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTSlF-0005t0-OR for help-gnu-emacs@gnu.org; Fri, 17 Dec 2010 00:21:46 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:57032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTSlF-0005su-Km for help-gnu-emacs@gnu.org; Fri, 17 Dec 2010 00:21:45 -0500 Original-Received: by ywj3 with SMTP id 3so180199ywj.0 for ; Thu, 16 Dec 2010 21:21:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=Y7hENcJb6fUel9WYWNXkb7rgPs+6zvPY1/uHWUHK6EU=; b=JDuN3p8xK01l8QFF0wIITQp+Jgnin/hf+vaamEpRWe1VsmrMRWpJ5DSpae/fJE4lnC zftNp8cJ8Cyf9BYf1JXn198+TKJISlyCWYCZJXI1sSD/957EPVDhCP5vqiS9oL0jFSy7 8tuio5UPn4HEFY3hhg/e63RcME++kNM5XOOYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=m25Jl2FkdUvmUfczv6V+FWC3Qu5FW+UJ2sXRU+bepKcBaRPxWt+G4mZDjFLWZWWDX1 BfNet1/NvfkORq0Y58Kof+A1ZGMjdGfC8TaHP1W7U3AK5WY1j/E2X46ntOyYjjUPUAwE f+5YxXSCOMqq9Zb4stbPVChs8yM5Tuti2EKdQ= Original-Received: by 10.151.153.16 with SMTP id f16mr2131849ybo.327.1292563304973; Thu, 16 Dec 2010 21:21:44 -0800 (PST) Original-Received: from [192.168.1.3] (c-98-248-146-245.hsd1.ca.comcast.net [98.248.146.245]) by mx.google.com with ESMTPS id u31sm2160701yba.9.2010.12.16.21.21.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 21:21:44 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 17 Dec 2010 10:21:12 -0500 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:77626 Archived-At: Do you mean the startup message? Add the following to your .emacs file: (setq inhibit-startup-message t) Harold On Dec 16, 2010, at 9:15 PM, n179911 wrote: > Hi, > > Can you please tell me how can I configure emacs to not load tutorial > in a buffer when I start? > Thank you. >