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, 11 Aug 2007 01:05:06 -0400

    Whose definition could be just

    (defvar buffer-auto-mode-alist
      (append
        '(("\\`\*scratch\*\\'" . lisp-interaction-mode))
        auto-mode-alist))

A user could set it that way, but I don't want to include the value of
auto-mode-alist in the default value.  I would rather keep buffer names
and file names separate and have separate features to act on them.




reply via email to

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