From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: favorite elisp intro for experienced programmers? Date: Tue, 15 Jun 2010 15:04:55 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <4C176886.9090405@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276607301 10900 80.91.229.12 (15 Jun 2010 13:08:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 13:08:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 15 15:08:19 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OOVsJ-00030l-2n for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jun 2010 15:08:19 +0200 Original-Received: from localhost ([127.0.0.1]:59682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOVsI-0005AZ-7f for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jun 2010 09:08:18 -0400 Original-Received: from [140.186.70.92] (port=33486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOVpS-0003Nr-NF for help-gnu-emacs@gnu.org; Tue, 15 Jun 2010 09:05:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOVpM-0002Nm-LZ for help-gnu-emacs@gnu.org; Tue, 15 Jun 2010 09:05:22 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:60449) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOVpM-0002NL-GD for help-gnu-emacs@gnu.org; Tue, 15 Jun 2010 09:05:16 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OOVpH-0001Wj-Mu for help-gnu-emacs@gnu.org; Tue, 15 Jun 2010 15:05:11 +0200 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jun 2010 15:05:11 +0200 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jun 2010 15:05:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73898 Archived-At: Bernardo writes: > Brendan Miller said the following on 15/06/10 09:11: >> What are people's favorite elisp tutorials, books, etc? >> >> > > there's nothing wrong with > C-h i m Emacs lisp intro RET > or > C-h i m Elisp RET > > you'll find more pointers if you type elisp in the list archive search > engine > http://lists.gnu.org/archive/html/help-gnu-emacs/ > e.g. > http://www.emacswiki.org/emacs/LearnEmacsLisp > > > I like Xah Lee's introduction if you already know other languages and are looking for a quick grounding to get something done without wading through the elisp docs. http://xahlee.org/emacs/elisp.html