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

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

Re: Reload .emacs


From: Amy Templeton
Subject: Re: Reload .emacs
Date: Fri, 03 Aug 2007 18:02:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> wrote:
> > Date: Fri, 3 Aug 2007 11:26:56 +0200
> > From: henrikau@januz.zapto.org (Henrik Austad)
> > 
> > Are there any ways of just reloading the .emacs-file without
> > restarting emacs?
> You can manually evaluate the additions you make.  Go to the closing
> parenthesis of each expression and type "C-x C-e".

Alternately, if you've done a lot of work, you can highlight the
region and do "M-x eval-region RET" to evaluate it, or if you've
changed the whole buffer you can do "M-x eval-buffer RET", but I
wouldn't generally advise that for reloading the init file because
there might be things in there that'll toggle, which could mess
things up for you.

Amy

-- 
A lifetime isn't nearly long enough to figure out what it's all about.




reply via email to

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