From: Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
Cc: help-gnu-emacs@gnu.org
Subject: Re: *scratch* "corrupt
Date: Thu, 13 Oct 2005 19:18:52 +0200 [thread overview]
Message-ID: <87y84xs5c3.fsf@mahaena.lrde> (raw)
In-Reply-To: <Ubw3f.14293$QE1.6935@newsread2.news.atl.earthlink.net> (B. T. Raven's message of "Thu, 13 Oct 2005 16:46:44 GMT")
"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 |
next prev parent reply other threads:[~2005-10-13 17:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-13 16:46 *scratch* "corrupt B. T. Raven
2005-10-13 17:18 ` Michael Cadilhac [this message]
[not found] ` <mailman.11237.1129223846.20277.help-gnu-emacs@gnu.org>
2005-10-14 2:58 ` B. T. Raven
2005-10-14 7:45 ` Jason Rumney
2005-10-14 8:07 ` Ryan Yeske
2005-10-14 12:55 ` B. T. Raven
2005-10-14 21:11 ` Ryan Yeske
2005-10-17 1:49 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y84xs5c3.fsf@mahaena.lrde \
--to=michael.cadilhac-@t-lrde.epita.fr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).