Re: edit .emacs and then ....

Ryan Van Wagoner <[email protected]> Thu, 16 Aug 2007 09:24:32 -0400
Newsgroups gmane.emacs.wiki.general
Message-ID <[email protected]>
Hi David,

>>>>> "dpleydel" == David  <[email protected]> writes:

 dpleydel> 1) get the new lisp code
 dpleydel> working without closing and reopening,

This is relatively easy.  Just visit your .emacs buffer, place the
cursor at the end of whatever sexp you want to load (i.e. after the last
parenthesis in the expression), then type C-x C-e to evaluate the
expression.  Alternatively, you could place a mark at the beginning of a
region that you want to evaluate with C-SPC, put the cursor at the end
of the region, then use M-x eval-region.

I have never tried to get the second option to work, but it would be
more work than the first.

Regards,

-- 

Ryan Van Wagoner