[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AW: [h-e-w] Asking for help on 2 problems (ange-ftp, file dir)
From: |
jasonr |
Subject: |
Re: AW: [h-e-w] Asking for help on 2 problems (ange-ftp, file dir) |
Date: |
Wed, 30 Oct 2002 13:38:39 +0000 (GMT) |
> (autoload sgml-mode "psgml" "Major mode to edit SGML files." t)
Take this line out of your .emacs anyway, sgml-mode is
already autoloaded in 21.2.
> I have another line of (sgml-mode) in the .emacs
> file.
You should not set a mode in your .emacs file. Probably in
21.2 this will change the mode of the *scratch* buffer
but in future versions, it might change the mode of
the splash screen or some other buffer.
If your intention is for *scratch* to be in sgml-mode,
set or customize `initial-major-mode'.