unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Will Parsons <wbp@nodomain.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs start page
Date: 23 Jan 2008 17:28:11 GMT	[thread overview]
Message-ID: <5vpbpaF1m0ml1U1@mid.individual.net> (raw)
In-Reply-To: QM-dnczvpfnt7QranZ2dnUVZ_s3inZ2d@sysmatrix.net

B. T. Raven wrote:
> ilovemiami wrote:
>> I am using fedora 8 right now. I got an annoying problem in the emacs
>> come with the distribution.
>> 
>> Everytime I start emacs to open a file, either old or new,I always got
>> a default emacs message page. The page will dispaear when I press any
>> key. That is annoying to me. Is there any way I can disable this
>> feature?
>> 
>> Thanks.
>
> If this is same screen you see when you do Menu>Help>About Emacs, then 
> adding (setq inhibit-splash-screen t) to your .emacs file will suppress 
> its display (and also the 3 info lines in *scratch*
>
The problem is that suppresses the splash screen unconditionally, whereas
I at any rate like to see the splash screen if Emacs is started without
specifying a file.  I asked a question similar to the OP's a while ago,
and got the following suggestion for .emacs from Sven Joachim:

(when (> (length command-line-args) 1)
  (setq inhibit-splash-screen t))

(There were other more complex suggestions from other people, but the above
works fine for my purposes.)

- Will

  reply	other threads:[~2008-01-23 17:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-23 13:42 emacs start page ilovemiami
2008-01-23 16:53 ` B. T. Raven
2008-01-23 17:28   ` Will Parsons [this message]
2008-01-23 18:19 ` Exal de Jesus Garcia Carrillo

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=5vpbpaF1m0ml1U1@mid.individual.net \
    --to=wbp@nodomain.invalid \
    --cc=help-gnu-emacs@gnu.org \
    --cc=william.b.parsons@us.westinghouse.com \
    /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).