[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108836: Cleanup basic buffer man
From: |
Juanma Barranquero |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108836: Cleanup basic buffer management. |
Date: |
Wed, 4 Jul 2012 13:45:55 +0200 |
On Wed, Jul 4, 2012 at 1:39 PM, Dmitry Antipov <address@hidden> wrote:
> I tried both 24.1 and trunk revision 108858, and both behaves identically:
>
> 1) Start a fresh instance
> 2) Staying in *scratch*, eval:
> (setq-default major-mode (lambda () (fundamental-mode))) => (lambda (nil)
> (fundamental-mode))
> 3) M-x describe-variable, enter 'major mode' =>
Try my recipe:
A one-line .emacs, with just
(setq-default major-mode (lambda () (fundamental-mode)))
then:
emacs
C-x C-f ~/.emacs <RET>
I get an error on trunk, no error on 24.1.
Juanma