From: Pascal Bourguignon <pjb@informatimago.com>
Subject: Re: Elisp List
Date: Thu, 27 Jul 2006 00:54:43 +0200 [thread overview]
Message-ID: <87wta0vux8.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: 1153937973.115790.123910@i3g2000cwc.googlegroups.com
"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."
next prev parent reply other threads:[~2006-07-26 22:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-26 18:19 Elisp List Artist google
2006-07-26 22:54 ` Pascal Bourguignon [this message]
2006-07-27 15:56 ` Kevin Rodgers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wta0vux8.fsf@thalassa.informatimago.com \
--to=pjb@informatimago.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).