From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mark@ixod.org (Mark T.B. Carroll) Newsgroups: gmane.emacs.help Subject: Re: Q: How did _YOU_ learn Elisp? Date: Fri, 01 Dec 2006 11:17:09 -0500 Organization: none Message-ID: <8764cvmvzu.fsf@ixod.org> References: <87vekvlxeq.fsf@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164991242 28989 80.91.229.2 (1 Dec 2006 16:40:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2006 16:40:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 01 17:40:38 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GqBR3-0007wU-Jx for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Dec 2006 17:40:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GqBR3-0001mQ-87 for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Dec 2006 11:40:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!usenet01.sei.cmu.edu!news.cse.ohio-state.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: mu.cse.ohio-state.edu Original-X-Trace: news1.cse.ohio-state.edu 1164989824 25008 164.107.112.41 (1 Dec 2006 16:17:04 GMT) Original-X-Complaints-To: news@cse.ohio-state.edu Original-NNTP-Posting-Date: Fri, 1 Dec 2006 16:17:04 +0000 (UTC) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:l+MkUP0JPKaY9l/1qYJiNOLwk10= Original-Xref: shelby.stanford.edu gnu.emacs.help:143572 Original-To: help-gnu-emacs@gnu.org 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:39174 Archived-At: Passer By writes: > just wondering. Already knowing ML, I learned basic Common Lisp from Paul Graham's writings, then I adapted that by looking at others' code and using the GNU Emacs Lisp Reference Manual. -- Mark