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

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

Re: Reload .emacs


From: Reiner Steib
Subject: Re: Reload .emacs
Date: Sat, 04 Aug 2007 10:20:19 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

On Sat, Aug 04 2007, Amy Templeton wrote:

> [...] 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.

Then you should probably fix your setup.  Some examples:

Instead of...
  (foo-bar-mode);; toggle foo-bar mode
use...
  (foo-bar-mode 1);; enable foo-bar mode

Use `add-to-list' instead of `push'.  Etc.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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