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

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

Re: How to use Emacs-lisp without editing .emacs file?


From: jpkotta
Subject: Re: How to use Emacs-lisp without editing .emacs file?
Date: Sat, 6 Feb 2010 14:49:04 -0800 (PST)
User-agent: G2/1.0

On Feb 6, 4:00 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Put the statements into the *scratch* buffer, mark the region, and  
> then execute any of eval-expression or eval-region. You could also try  
> eval-buffer...
>
> --
> Greetings
>
>    Pete                           <]
>               o        __o         |__    o       HPV, the real
>      ___o    /I       -\<,         |o \  -\),-%     high speed!
> ___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________

I like eval-last-sexp (C-x C-e) because it works in just about every
mode.  And there is ielm (M-x ielm) which gives you an Emacs Lisp REPL.


reply via email to

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