From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chickenkinwing@gmail.com Newsgroups: gmane.emacs.help Subject: How to get rid of default lines in the *scratch* buffer Date: Tue, 9 Dec 2014 08:49:30 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1418144894 12635 80.91.229.3 (9 Dec 2014 17:08:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2014 17:08:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 09 18:08:08 2014 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 1XyOGc-0000Hv-Pd for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Dec 2014 18:08:06 +0100 Original-Received: from localhost ([::1]:41531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyOGc-0003rK-8x for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Dec 2014 12:08:06 -0500 X-Received: by 10.43.140.198 with SMTP id jb6mr3161482icc.26.1418143771097; Tue, 09 Dec 2014 08:49:31 -0800 (PST) X-Received: by 10.50.32.37 with SMTP id f5mr359045igi.4.1418143770976; Tue, 09 Dec 2014 08:49:30 -0800 (PST) Original-Path: usenet.stanford.edu!h15no16224397igd.0!news-out.google.com!d20ni7697igz.0!nntp.google.com!h15no6447034igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.180.199.215; posting-account=-NddaQoAAABTvAeswaIWUs__ys8DLaT6 Original-NNTP-Posting-Host: 108.180.199.215 User-Agent: G2/1.0 Injection-Date: Tue, 09 Dec 2014 16:49:30 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209210 X-Mailman-Approved-At: Tue, 09 Dec 2014 12:07:53 -0500 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:101490 Archived-At: By default, the *scratch* buffer contains 2 lines of "-- Press Enter here to update --". I find it a major annoyance for me. I have to remove them manually. Is there a way to automatically get rid of these lines (to make scratch buffer empty) when the *scratch* buffer starts? Thanks Peter