Matthew Sauer <[email protected]> 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