Explore
An Introduction to Programming in Emacs Lisp
Robert .J Chassell
1995-2009
13 Ungluers have
Faved this Work
Login to Fave
This tutorial is an elementary introduction to teach non-programmers how to customize their work environment; it can also be used as an introduction to programming basics. It includes numerous exercises and sample programs; the author also walks you through the actual source code of several GNU Emacs commands. A handy reference appendix is included.
Emacs Lisp is a simple, complete, and powerful programming language. It is the building block of GNU Emacs, which is an integrated development environment with special features for scanning and parsing text as well as for handling multiple files, buffers, displays, windows, and sub-processors.
This text will show you:
Print copies available for purchase from the Free Software Foundation.
Emacs Lisp is a simple, complete, and powerful programming language. It is the building block of GNU Emacs, which is an integrated development environment with special features for scanning and parsing text as well as for handling multiple files, buffers, displays, windows, and sub-processors.
This text will show you:
- how to set variables and write function definitions
- How to use "if" and "let"
- How to write "while" loops and recursive loops
- How to search for a word or expression
- How to customize GNU Emacs for yourself, even when it is shared on a network.
- How to debug programs
Print copies available for purchase from the Free Software Foundation.
Why read this book? Have your say.
You must be logged in to comment.
Rights Information
Are you the author or publisher of this work? If so, you can claim it as yours by registering as an Unglue.it rights holder.Downloads
This work has been downloaded 2453 times via unglue.it ebook links.
- 794 - pdf (GFDL) at Internet Archive.
- 818 - mobi (GFDL) at Internet Archive.
- 841 - epub (GFDL) at Internet Archive.
Keywords
- Computer programming
- GNU Emacs
- GNU Emacs (Computer program)
- LISP (Computer program language)
- Nonfiction
- Open source software
- Text editors (Computer programs)