Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error Dismissing Startup Screen

331 views
Skip to first unread message

eabod

unread,
Feb 4, 2009, 4:21:35 PM2/4/09
to Help-gn...@gnu.org

Hi,

I'm using emacs with Ubuntu 8.10 (both of which are entirely new to me).
When I check the "Never show it again" box for the startup screen, and click
the "Dismiss this startup screen" link, i get the following error message:

"Cannot save customizations; init file was not fully loaded".

How can I remedy this?

Thanks.qu...@gmail.com
--
View this message in context: http://www.nabble.com/Error-Dismissing-Startup-Screen-tp21839889p21839889.html
Sent from the Emacs - Help mailing list archive at Nabble.com.

Peter Dyballa

unread,
Feb 5, 2009, 4:17:23 AM2/5/09
to eabod, Help-gn...@gnu.org

Am 04.02.2009 um 22:21 schrieb eabod:

> "Cannot save customizations; init file was not fully loaded".
>
> How can I remedy this?


Try launch GNU Emacs as 'emacs --debug-init' and correct your init
file according to the messages in *Backtrace* buffer! This file
obviously is faulty ...

--
Greetings

Pete

If you're not confused, you're not paying attention.


eabod

unread,
Feb 5, 2009, 3:19:01 PM2/5/09
to Help-gn...@gnu.org

Pete,

I typed 'emacs --debug-init' into my terminal and emacs started with a blank
screen. Under the Buffers menu were only '*scratch*' and '*Messages*', no
'*Backtrace*'. Any ideas?

Do I need to create an init file?

--
View this message in context: http://www.nabble.com/Error-Dismissing-Startup-Screen-tp21839889p21860253.html

Peter Dyballa

unread,
Feb 5, 2009, 5:23:28 PM2/5/09
to eabod, Help-gn...@gnu.org

Am 05.02.2009 um 21:19 schrieb eabod:

> I typed 'emacs --debug-init' into my terminal and emacs started
> with a blank
> screen. Under the Buffers menu were only '*scratch*' and
> '*Messages*', no
> '*Backtrace*'. Any ideas?
>
> Do I need to create an init file?
>>
>>

>> Am 04.02.2009 um 22:21 schrieb eabod:
>>
>>> "Cannot save customizations; init file was not fully loaded".
>>>
>>> How can I remedy this?


I understand now! Since you do not have an init file, GNU Emacs can't
save any customisation. Obviously the message you cited is a bit
misleading – maybe it's worth to report it as a bug (see Help menu)
that it gets corrected to report that no init file exists and a file
name is needed (and GNU Emacs should suggest names) to save the
customisation.

Maybe it helps to create with a 'touch ~/.emacs' an empty init file,
launch GNU Emacs again, redo the customisation, and then save it.

So you have an answer to your latest question: yes, you need an init
file to save customisation.

--
Greetings

Pete

There is no national science just as there is no national
multiplication table; what is national is no longer science.
– Anton Checov

eabod

unread,
Feb 5, 2009, 7:00:46 PM2/5/09
to Help-gn...@gnu.org

How do I create the needed init file and in which dirctory does it belong?

--
View this message in context: http://www.nabble.com/Error-Dismissing-Startup-Screen-tp21839889p21864014.html

Mike Treseler

unread,
Feb 5, 2009, 7:39:46 PM2/5/09
to
eabod wrote:
> How do I create the needed init file

touch ~/.emacs

> in which directory does it belong?

That's the ~/ part

or, if you prefer

cd $HOME
touch .emacs

Glenn Morris

unread,
Feb 5, 2009, 8:20:06 PM2/5/09
to
Peter Dyballa wrote:

> I understand now! Since you do not have an init file, GNU Emacs can't
> save any customisation.

A 10 second experiment shows this statement is false.

> So you have an answer to your latest question: yes, you need an init
> file to save customisation.

No you don't; one will be created for you.

Joe Schafer

unread,
Feb 5, 2009, 8:23:08 PM2/5/09
to help-gn...@gnu.org
eabod <quinn...@gmail.com> writes:

> How do I create the needed init file and in which dirctory does it belong?

You can use ~/.emacs or ~/.emacs.d/init.el, emacs will check for both.

Peter Dyballa

unread,
Feb 6, 2009, 4:31:44 AM2/6/09
to eabod, Help-gn...@gnu.org

Am 06.02.2009 um 01:00 schrieb eabod:

> How do I create the needed init file and in which dirctory does it
> belong?


The info documentation on GNU Emacs describes this. On an UNIX system
'touch ~/.emacs' would create an empty possible init file.

--
Greetings

Pete

Isn't vi that text editor with two modes... one that beeps and one
that corrupts your file?
– Dan Jacobson, on comp.os.linux.advocacy


eabod

unread,
Feb 6, 2009, 2:57:12 PM2/6/09
to Help-gn...@gnu.org

I actually had a .emacs file in my Home directory all along. So now what
could the problem be?

--
View this message in context: http://www.nabble.com/Error-Dismissing-Startup-Screen-tp21839889p21879616.html

Barry Margolin

unread,
Feb 6, 2009, 10:42:37 PM2/6/09
to
In article <mailman.51.1233950246...@gnu.org>,
eabod <quinn...@gmail.com> wrote:

> I actually had a .emacs file in my Home directory all along. So now what
> could the problem be?

Maybe there's a permissions problem?

>
>
> Peter Dyballa wrote:
> >
> >
> > Am 06.02.2009 um 01:00 schrieb eabod:
> >
> >> How do I create the needed init file and in which dirctory does it
> >> belong?
> >
> >
> > The info documentation on GNU Emacs describes this. On an UNIX system
> > 'touch ~/.emacs' would create an empty possible init file.
> >
> > --
> > Greetings
> >
> > Pete
> >
> > Isn't vi that text editor with two modes... one that beeps and one
> > that corrupts your file?
> > – Dan Jacobson, on comp.os.linux.advocacy
> >
> >
> >
> >
> >
> >
> >
> >

--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***

Glenn Morris

unread,
Feb 7, 2009, 5:35:11 PM2/7/09
to
eabod wrote:

> I actually had a .emacs file in my Home directory all along. So now what
> could the problem be?

If I were you, I'd just

mv ~/.emacs ~/.emacs.OFF

Optionally, complain to whoever supplied that file.

0 new messages