From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: How to get skills in elisp ? Date: Tue, 26 May 2009 00:58:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: <83a8e572-dae3-4426-8611-7db3eb74e80b@r33g2000yqn.googlegroups.com> References: <39c42ea3-0dc4-4364-a3b5-751b28b176b2@y7g2000yqa.googlegroups.com> <9c718a3f-d913-4a8d-b928-443c7e9d25d4@r34g2000vbi.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243327238 28950 80.91.229.12 (26 May 2009 08:40:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 08:40:38 +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 May 26 10:40:31 2009 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.50) id 1M8sCz-0000qt-CR for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 10:40:29 +0200 Original-Received: from localhost ([127.0.0.1]:34002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8sCy-0003Pj-65 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 04:40:28 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r33g2000yqn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 82.235.205.153 Original-X-Trace: posting.google.com 1243324718 7963 127.0.0.1 (26 May 2009 07:58:38 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 26 May 2009 07:58:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r33g2000yqn.googlegroups.com; posting-host=82.235.205.153; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042708 Fedora/3.0.10-1.fc10 Firefox/3.0.10, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:169491 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:64719 Archived-At: On 25 mai, 14:42, Richard Riley wrote: > > I recommend Xah Lee's tutorial. It's well written and easy to find > "snippets" to perform certain tasks. The just start adding some key > bindings etc to your editor yourself to perform certain tasks. > > http://xahlee.org/emacs/elisp.html Looks interesting for practising elisp. I'll look into it once I will finish the "An Introduction to Programming in Emacs Lisp" document, Thanks for the pointer.