emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scratch buffer annoyance


From: Richard Stallman
Subject: Re: Scratch buffer annoyance
Date: Sat, 28 Jul 2007 22:23:53 -0400

    > ! (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]