Links:
GNU Emacs Manual, For Version 21, 15th Edition by Richard M. Stallman: This book picks up where the introductory on-line tutorial included with Emacs ends. It explains the full range of Emacs' power and contains reference material useful to expert users. Appendixes with specific material for MacIntosh and Microsoft OS users are included. new Gnu Emacs: Unix Text Editing and Programming by Michael A. Schoonover, John S. Bowie, William R. Arnold: This book discusses GNU Emacs programming modes for C, FORTRAN, LISP, and even Pascal. These modes allow you to do syntax-direct editing, compiling, comment insertion, automatic program indentation, multiple-file search-and-replace operations (with tag files), and source documenting (with ChangeLog files). new An Introduction to Programming in Emacs Lisp by Robert J. Chassell Gnu Emacs : Unix Text Editing and Programming by Michael A. Schoonover, John S. Bowie, William R. Arnold, Steven Schoonover: Paperback - 609 pages (January 1992) GNU Emacs and XEmacs by Larry Ayers: details all of EmacsÂ’ features and describes how other people are finding uses for it as well. It describes the different options available with Emacs and demonstrates how to integrate daily computing functions into one powerful program GNU Emacs Lisp Reference Manual for Emacs Version 19.29 by Bil Lewis, Dan LaLiberte GNU Emacs Manual by Richard M. Stallman: a complete guide to editing with Emacs. It explains advanced features, including outline mode and regular expression search; how to use special programming modes to write languages like C++ and TeX; how to compile and correct code; how to make your own keybindings; and other elementary customizations Gnu Emacs Manual : Eleventh Edition, Version 19.29 June 1995 by Richard M. Stallman Gnu Emacs Manual : Tenth Edition, Updated for Emacs Version 19.26 by Richard M. Stallman Gnu Emacs Pocket Reference by Debra Cameron, Gigi Estabrook (Editor): a handy reference guide to the basic elements of this powerful editor, presenting the Emacs commands in an easy-to-use tabular format Gnu Emacs Reference Card by Dennis Gentry Learning GNU Emacs, Third Edition by Debra Cameron, James Elliott, Marc Loy, Eric Raymond, Bill Rosenblatt: The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms. Programming in Emacs Lisp: An Introduction by Robert Chassell: this is an elementary introduction to programming in Emacs Lisp for people who are not programmers, and who are not necessarily interested in programming, but who do want to customize or extend their computing environment Programming Techniques in Emacs by William McEnaney: Paperback - 400 pages (February 2000) Sams Teach Yourself Emacs in 24 Hours by Jesper Pedersen (Editor), Jari Aalto (Editor), Charles Curley, Eric Ludlam, Larry Ayers, Jeff Koch: helps simplify the program by organizing Emacs by function and platform. Included is a full-color tear-out card with key combinations. More than a guide to using GNU Emacs, the book also teaches the basics of other forms of Emacs such as XEmacs The craft of text editing : Emacs for the modern world by Craig A. Finseth: provides detailed coverage of all aspects of the design of text editors. Since the principles involved in designing and building text editors apply to other large software systems, this volume also serves as a guide to software project design The Gnu Emacs Lisp Reference Manual The Gnu Emacs Lisp Reference Manual Gnu Emacs Version 18 for Unix Users Writing GNU Emacs Extensions: Editor Customizations and Creations with Lisp by Bob Glickstein: teaches the Lisp language and Emac topics such as syntax tables and macro templates. With this book you will learn how to write interactive commands; use hooks and advice; perform error recovery; manipulate windows and more