From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Info about programming emacs with lisp Date: Wed, 28 Sep 2005 17:36:58 +0200 Message-ID: <433AB89A.3080400@student.lu.se> References: <005201c5c43c$d4151340$c3330b3e@sauro> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1127922218 18293 80.91.229.2 (28 Sep 2005 15:43:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 15:43:38 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 28 17:43:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKe5D-0000eF-QG for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Sep 2005 17:43:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKe5D-0003c3-3F for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Sep 2005 11:42:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKe3P-0003Ev-I1 for help-gnu-emacs@gnu.org; Wed, 28 Sep 2005 11:41:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKe3N-0003De-4U for Help-gnu-emacs@gnu.org; Wed, 28 Sep 2005 11:41:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKe3M-0003Cx-JH for Help-gnu-emacs@gnu.org; Wed, 28 Sep 2005 11:41:04 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKdzW-0008GW-C1 for Help-gnu-emacs@gnu.org; Wed, 28 Sep 2005 11:37:06 -0400 Original-Received: from [192.168.123.121] (83.249.205.211) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 43297E3C0034F6F3; Wed, 28 Sep 2005 17:37:03 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Sauro Cesaretti In-Reply-To: <005201c5c43c$d4151340$c3330b3e@sauro> 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:29789 Archived-At: Sauro Cesaretti wrote: >Hi all, >I'm looking for some information to learn >programming emacs with lisp. >In particular I'm looking for one basic guide >written in ascii text format. >Thanks in advance for all information. >Yours sincerely. >Sauro Cesaretti > I have found the Emacs Lisp manual that comes with Emacs CVS version (next generation Emacs) to be a good start. Inside Emacs you can also look up the code for each function in the help. This works very good in the CVS version (and since I have been mostly using that I have forgotten much about Emacs 21.3 ;-)