From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Elisp Primer? Date: Fri, 11 Mar 2011 15:41:16 -0500 Message-ID: <3212.1299876076@alphaville.usa.hp.com> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=39200 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py99D-0004W5-Ny for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 15:41:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py99C-0004aM-Ha for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 15:41:19 -0500 Received: from g4t0015.houston.hp.com ([15.201.24.18]:31363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py99C-0004Zz-Ca for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 15:41:18 -0500 In-Reply-To: Message from Matthew Sauer of "Fri, 11 Mar 2011 13:26:59 CST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Sauer Cc: nicholas.dokos@hp.com, Org Mode Mailing List Matthew Sauer wrote: > I am wanting to learn about/have a reference guide for elisp. I am a huge > fan of the O'Reilly books for the other languages I have worked with but I > was wondering if someone knew of an online repository (possibly like Worg) > that might be available to pull onto my system that I could read right in > emacs. > If you have emacs, you should already have the "Emacs Lisp Intro" manual and the "Elisp Reference" manual. They should be as close as C-h i. If you build your own emacs, they are certainly there. If you depend on a distro to provide your emacs, they may have decided to split things up and you might have to install some emacs-doc package. Or you can read them online at http://www.gnu.org/software/emacs/emacs-lisp-intro/ and http://www.gnu.org/software/emacs/manual/html_node/elisp/index.html Nick