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

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

Re: Elisp List


From: Pascal Bourguignon
Subject: Re: Elisp List
Date: Thu, 27 Jul 2006 00:54:43 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Artist  google" <aartist@gmail.com> writes:

>  How to access elisp list from emacs and download and install it, just
> by clicking on it.

Perhaps you mean emacs lisp, not elisp list.

You can execute emacs lisp code merely typing an expression and typing
C-x C-e after it, or C-u C-x C-e to get the result inserted in the buffer.

For example, I type:

(second '(une pomme de pin)) C-u C-x C-e

And I get:

(second '(une pomme de pin)) pomme

You can also evaluate an emacs lisp expression without editing it in
the current buffer typing M-: the expression and RET


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

"Debugging?  Klingons do not debug! Our software does not coddle the
weak."


reply via email to

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