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

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

Re: startup issue


From: Peter Axon
Subject: Re: startup issue
Date: Wed, 08 Dec 2010 15:24:19 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Mitul Saha <mitul.saha@gmail.com> writes:

> Thanks Erik.
>
> From my Ubuntu OS, When i start like: "emacs file.txt &",
> in the first window i see the contents of the file "file.txt".
> In the second split window, below the first, I see Information about "GNU
> Emacs".
> Like: "Welcome to GNU Emacs...".

I think it could be this emacs splash screen that is the cause. Try
adding the following line to your ~/.emacs and restarting emacs.

;; don't show splash screen
(setq inhibit-splash-screen t)

-- 
Peter


reply via email to

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