From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Scratch buffer annoyance Date: Sat, 28 Jul 2007 22:23:53 -0400 Message-ID: References: <871wf5cv6y.fsf@jurta.org> <7dbe73ed0707190725l426d0731u5f9c36cd14278f78@mail.gmail.com> <87k5st7iqt.fsf@jurta.org> <87sl7ebwtk.fsf@jurta.org> <87sl7d9w9s.fsf@jurta.org> <874pjp5xl5.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1185675882 26644 80.91.229.12 (29 Jul 2007 02:24:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Jul 2007 02:24:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 29 04:24:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IEySR-0004zD-D6 for ged-emacs-devel@m.gmane.org; Sun, 29 Jul 2007 04:24:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEySQ-0003nF-TK for ged-emacs-devel@m.gmane.org; Sat, 28 Jul 2007 22:24:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEyPq-0005ZH-NE for emacs-devel@gnu.org; Sat, 28 Jul 2007 22:21:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEyPp-0005YB-MZ for emacs-devel@gnu.org; Sat, 28 Jul 2007 22:21:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEyPp-0005Xq-ED for emacs-devel@gnu.org; Sat, 28 Jul 2007 22:21:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IEyPp-0004mo-4o for emacs-devel@gnu.org; Sat, 28 Jul 2007 22:21:53 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IEyRl-0001b4-Si; Sat, 28 Jul 2007 22:23:53 -0400 In-reply-to: <874pjp5xl5.fsf@jurta.org> (message from Juri Linkov on Sat, 28 Jul 2007 00:16:34 +0300) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:75768 Archived-At: > ! (defcustom initial-buffer nil > ! "Buffer to show after starting Emacs." > ! :type '(choice > ! (directory :tag "Directory" :value "~/") > ! (file :tag "File" :value "~/new.txt") > ! (const :tag "*scratch* buffer" :value "*scratch*") > ! (const :tag "Splash screen" nil)) That variable name is misleading because the value is not a buffer. Please change the variable name to one that fits the meaning. Aside from that, it seems plausible, but I'd like people to try it and report on it before it is installed.