By Bob Glickstein
First Edition April 1997
Pages: 236 (More details)
(Average of 1 Customer Reviews)
This book introduces Emacs Lisp and tells you how to make the editor do whatever you want, whether it's altering the way text scrolls or inventing a whole new "major mode." Topics progress from simple to complex, from lists, symbols, and keyboard commands to syntax tables, macro templates, and error recovery.
Full Description
Register your book | View/Submit Errata | View/Submit Review | Examples
Browse within this book
Cover | Table of Contents | Index | Colophon
No time right now?
Course:Unix for Web Programming Learn the fundamentals of Linux/Unix and how to prepare a server for Web Programming using Apache. Read more | Conference:O'Reilly Open Source Convention July 23-27, 2007 Portland, Oregon Read more | Course:Linux/Unix Sysadmin I Learn the basics of System Administration on your very own root server. Read more |
Course:Learn C Programming These two courses will take you from newbie to advanced skills in open-source C programming. Read more | Course:Linux/Unix Sysadmin II Learn system administration skills in networking and DNS, on your very own root server. Read more | Course:Linux/Unix Sysadmin III Gain skills in linux/unix services, including email and web servers, on your very own root server. Read more |
Book details
Title:
Writing GNU Emacs Extensions
Subtitle: Editor Customizations and Creations with Lisp
First Edition: April 1997
ISBN 10: 1-56592-261-1
ISBN 13: 9781565922617
Pages: 236
Average Customer Reviews: (Based on 1 Reviews)
Featured customer reviews
Writing GNU Emacs Extensions Review
1998-03-21 00:00:00
Jonathan Headland
[Reply | View]
?27?
In the function clobber-symlink, shouldn't
the prompt text for yes-or-no-p be more like:
(format "Disconnect %s from %s? "
buffer-file-name
target)
rather than:
(format "Replace %s with %s? "
buffer-file-name
target)
since the contents of target are never written
into buffer-file-name (and one wouldn't want
to either, since that would lose any unsaved
edits in the buffer)?
The code works fine, it's the prompt that seems
to be misleading.
Media reviews
"A well-written, well-laid out tutorial and reference." --Craig McDonald, Computing Reviews, June 1998
"Just wanted to thank you for your book -- it's _exactly_ what I needed.... I'm a somewhat competent programmer who doesn't know Lisp, and I find the way you walk through examples and improve them to be exactly right for my interest and understanding...." --James A. Cherry
"This book is well-written with many good real-world examples. The writing style is very easy to read and the book is certainly up to the expectations I have of O'Reilly books. I highly recommend this book, as well as "Learning GNU Emacs," also published by O'Reilly...." --Eric Crampton, Virginia Tech, Blacksburg, Virginia





