all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Book on Programming in Emacs Lisp?
@ 2008-03-30  1:23 Christian Herenz
  2008-03-30  1:42 ` Joost Diepenmaat
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Christian Herenz @ 2008-03-30  1:23 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

Is there a good book for getting started in emacs lisp?

Greets,
Christian


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

* Re: Book on Programming in Emacs Lisp?
  2008-03-30  1:23 Book on Programming in Emacs Lisp? Christian Herenz
@ 2008-03-30  1:42 ` Joost Diepenmaat
  2008-03-31 16:44   ` Exal de Jesus Garcia Carrillo
  2008-03-30  7:52 ` bev
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Joost Diepenmaat @ 2008-03-30  1:42 UTC (permalink / raw)
  To: help-gnu-emacs

Christian Herenz <herenz@physik.hu-berlin.de> writes:

> Hi,
>
> Is there a good book for getting started in emacs lisp?

Personally I found the emacs lisp info pages combined with the
"practical common lisp" book to be a pretty good combination:

http://www.gigamonkeys.com/book/ (free online, but the tree version is
worth it).

emacs lisp isn't exactly common lisp, but it's close enough for most
purposes.

-- 
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/


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

* Re: Book on Programming in Emacs Lisp?
  2008-03-30  1:23 Book on Programming in Emacs Lisp? Christian Herenz
  2008-03-30  1:42 ` Joost Diepenmaat
@ 2008-03-30  7:52 ` bev
  2008-03-30  7:54 ` Tim X
  2008-03-30 10:37 ` Pascal Bourguignon
  3 siblings, 0 replies; 6+ messages in thread
From: bev @ 2008-03-30  7:52 UTC (permalink / raw)
  To: help-gnu-emacs

On Mar 29, 6:23 pm, Christian Herenz <her...@physik.hu-berlin.de>
wrote:
> Hi,
>
> Is there a good book for getting started in emacs lisp?
>
> Greets,
> Christian

Actually, no, there isn't. Frustratingly enough, the only real way to
learn it is to read the GNU books, or the 2 brief books on Emacs lisp
that have some examples.

Basically you just have to read lots of .el files and try to mess
around with your own emacs, ask people on this list or others and move
ahead.

It sucks. But, ya know, if you're going to learn a language, in the
end most of the learning comes from looking at other people's code.

Bev


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

* Re: Book on Programming in Emacs Lisp?
  2008-03-30  1:23 Book on Programming in Emacs Lisp? Christian Herenz
  2008-03-30  1:42 ` Joost Diepenmaat
  2008-03-30  7:52 ` bev
@ 2008-03-30  7:54 ` Tim X
  2008-03-30 10:37 ` Pascal Bourguignon
  3 siblings, 0 replies; 6+ messages in thread
From: Tim X @ 2008-03-30  7:54 UTC (permalink / raw)
  To: help-gnu-emacs

Christian Herenz <herenz@physik.hu-berlin.de> writes:

> Hi,
>
> Is there a good book for getting started in emacs lisp?
>
> Greets,
> Christian

In emacs 22.1 and later, there is an info file which is an introduction
to programming in emacs lisp written by Robert J. Chassell. It is also
available on the GNU website.  

There is also an Oreilly book, but I don't think there is much in it
that isn't also covered in the emacs lisp intro and the O'Reilly book
probably isn't as up-to-date.

Tim

-- 
tcross (at) rapttech dot com dot au


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

* Re: Book on Programming in Emacs Lisp?
  2008-03-30  1:23 Book on Programming in Emacs Lisp? Christian Herenz
                   ` (2 preceding siblings ...)
  2008-03-30  7:54 ` Tim X
@ 2008-03-30 10:37 ` Pascal Bourguignon
  3 siblings, 0 replies; 6+ messages in thread
From: Pascal Bourguignon @ 2008-03-30 10:37 UTC (permalink / raw)
  To: help-gnu-emacs

Christian Herenz <herenz@physik.hu-berlin.de> writes:
> Is there a good book for getting started in emacs lisp?

http://www.gnu.org/software/emacs/emacs-lisp-intro/
http://www.amazon.com/Introduction-Programming-Emacs-Lisp/dp/1882114566

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
        Un chat errant
se soulage
        dans le jardin d'hiver
                                        Shiki


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

* Re: Book on Programming in Emacs Lisp?
  2008-03-30  1:42 ` Joost Diepenmaat
@ 2008-03-31 16:44   ` Exal de Jesus Garcia Carrillo
  0 siblings, 0 replies; 6+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2008-03-31 16:44 UTC (permalink / raw)
  To: help-gnu-emacs

Joost Diepenmaat em gnu.emacs.help escreveu:

> http://www.gigamonkeys.com/book/ (free online, but the tree version is
> worth it).


yeah, plus this book:

http://www.gnu.org/doc/intro-elisp-2.5.html


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

end of thread, other threads:[~2008-03-31 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30  1:23 Book on Programming in Emacs Lisp? Christian Herenz
2008-03-30  1:42 ` Joost Diepenmaat
2008-03-31 16:44   ` Exal de Jesus Garcia Carrillo
2008-03-30  7:52 ` bev
2008-03-30  7:54 ` Tim X
2008-03-30 10:37 ` Pascal Bourguignon

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.