help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: *scratch* "corrupt


From: Michael Cadilhac
Subject: Re: *scratch* "corrupt
Date: Thu, 13 Oct 2005 19:18:52 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"B. T. Raven" <ecinmn@peoplepc.com> writes:

>>From a fresh start *scratch* is being generated with -u ** in the mode
> line. How can I get the old one back (i.e. with the 3 or 4 line notice
> at the top?
>
> Thanks,
>
> Ed

  It's possible you disabled that by yourself :

In startup.el:

  ;; Maybe display a startup screen.
  (unless (or inhibit-startup-message
              noninteractive
              emacs-quick-startup)
    [...]
    ;; If *scratch* is selected and it is empty, insert an
    ;; initial message saying not to create a file there.
    (when (and initial-scratch-message
               (equal (buffer-name) "*scratch*")
               (= 0 (buffer-size)))
      (insert initial-scratch-message)
      (set-buffer-modified-p nil))
    [...]

  Haven't you set inhibit-startup-message to t ?

-- 
    Michael Cadilhac, a.k.a. Micha [mika] |
                    Epita/LRDE promo 2007 |  Please note that you should
  2 rue de la Convention | 08.70.65.13.14 |  s/-@t-/@/ my mail address.
94270 Le Kremlin Bicetre | 06.23.20.31.30 |




reply via email to

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