* rereading .emacs @ 2002-03-26 10:12 Todd Kokoszka 2002-03-26 10:54 ` G Anna 2002-03-26 13:20 ` Kai Großjohann 0 siblings, 2 replies; 3+ messages in thread From: Todd Kokoszka @ 2002-03-26 10:12 UTC (permalink / raw) Is there a way to get emacs to reread the .emacs without restarting it? Thanks, Todd ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: rereading .emacs 2002-03-26 10:12 rereading .emacs Todd Kokoszka @ 2002-03-26 10:54 ` G Anna 2002-03-26 13:20 ` Kai Großjohann 1 sibling, 0 replies; 3+ messages in thread From: G Anna @ 2002-03-26 10:54 UTC (permalink / raw) Cc: help-gnu-emacs Todd Kokoszka <tkwire@yahoo.com> writes: > Is there a way to get emacs to reread the .emacs without restarting it? Will "load-file" be of any use? C-h f load-file <RET> Cheers, anna ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: rereading .emacs 2002-03-26 10:12 rereading .emacs Todd Kokoszka 2002-03-26 10:54 ` G Anna @ 2002-03-26 13:20 ` Kai Großjohann 1 sibling, 0 replies; 3+ messages in thread From: Kai Großjohann @ 2002-03-26 13:20 UTC (permalink / raw) Cc: help-gnu-emacs Todd Kokoszka <tkwire@yahoo.com> writes: > Is there a way to get emacs to reread the .emacs without restarting it? You can do M-x load-file RET ~/.emacs RET, but note that this might not do what you need: (setq foo (+ foo 1)) If this statement occurs in the file, then foo will grow every time you read ~/.emacs. kai -- Silence is foo! ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-03-26 13:20 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-03-26 10:12 rereading .emacs Todd Kokoszka 2002-03-26 10:54 ` G Anna 2002-03-26 13:20 ` Kai Großjohann
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).