all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Elisp List
@ 2006-07-26 18:19 Artist  google
  2006-07-26 22:54 ` Pascal Bourguignon
  2006-07-27 15:56 ` Kevin Rodgers
  0 siblings, 2 replies; 3+ messages in thread
From: Artist  google @ 2006-07-26 18:19 UTC (permalink / raw)


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

Thanks,
Artist.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Elisp List
  2006-07-26 18:19 Elisp List Artist  google
@ 2006-07-26 22:54 ` Pascal Bourguignon
  2006-07-27 15:56 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Pascal Bourguignon @ 2006-07-26 22:54 UTC (permalink / raw)


"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."

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Elisp List
  2006-07-26 18:19 Elisp List Artist  google
  2006-07-26 22:54 ` Pascal Bourguignon
@ 2006-07-27 15:56 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2006-07-27 15:56 UTC (permalink / raw)


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

I assume you mean the Emacs Lisp List:

http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.el

-- 
Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-27 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-26 18:19 Elisp List Artist  google
2006-07-26 22:54 ` Pascal Bourguignon
2006-07-27 15:56 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.