Table D-3. Text-related sites
Table D-3. Text-related sites
Web site | URL |
---|---|
Ispell FAQ | http://www.kdstevens.com/~stevens/ispell-faq.html |
Raymond Zeitler's post pointing to the right version of Ispell for Windows | http://lists.nongnu.org/archive/html/help-emacs-windows/2004-06/msg00023.html |
Eric Pement's "Understanding GNU Emacs and Tabs" page | http://www.student.northpark.edu/pemente/emacs_tabs.htm |
Eric Pement's awk scripts for converting to outline mode outlines to classical outline formats | http://www.student.northpark.edu/pemente/awk/outline_classic11.awk.txt |
http://www.student.northpark.edu/pemente/awk/outline_numbered11.awk.txt | |
ASCII art (fun with picture mode) | http://www.ascii-art.de/ |
Table D-4. Programming languages, version control, and customization sites
Table D-4. Programming languages, version control, and customization sites
Web site | URL |
---|---|
CPAN (the Comprehensive Perl Archive Network) | http://www.cpan.org/ |
Collection of Emacs Development Environment Tools (CEDET) | http://cedet.sourceforge.net/ |
JDEE site | http://jdee.sunsite.dk/ |
PHP mode | http://sourceforge.net/projects/php-mode/ |
Subversion | http://subversion.tigris.org |
Clearcase extensions (clearcase.el) | http://members.verizon.net/~vze24fr2/EmacsClearCase/ |
Table D-5. Markup language-related sites
Table D-5. Markup language-related sites
Web site | URL |
---|---|
psgml mode | http://www.lysator.liu.se/projects/about_psgml.html |
psgml setup instructions from OpenACS | http://openacs.org/doc/openacs-5-0-0/psgml-mode.html |
Norm Walsh's DocBook site | http://www.docbook.org/ |
TEI Emacs (also includes JDEE for Linux and Windows) | http://www.tei-c.org/Software/tei-emacs/ |
Jim Clark's nxml mode | http://thaiopensource.com/download/ |
Nxml mode mailing list | http://groups.yahoo.com/group/emacs-nxml-mode/ |
RELAX NG | http://www.relaxng.org/ |
HTML helper mode | http://www.nongnu.org/baol-hth/ |
HTMLModeDeluxe | http://www.emacswiki.org/cgi-bin/wiki/HtmlModeDeluxe/ |
Darren Brierton's Emacs WebDev Environment | http://www.dzr-web.com/people/darren/projects/emacs-webdev/ |
Appendix E. Quick Reference
This quick reference is arranged topically, in roughly the same order as the commands were treated in the text. Unfortunately, it's impossible to be both "quick" and thorough, particularly with an editor as large and comprehensive as GNU Emacs. We've tried to take a middle road between completeness and quickness; we'll confess that, if we've erred, we've erred on the side of quickness.
Table E-1. File-handling commands
Table E-1. File-handling commands (Chapter 1)
Keystrokes | Command name | Action |
---|---|---|
C-x C-f File → Open File | find-file | Find file and read it in a new buffer. |
C-x C-v | find-alternate-file | Read an alternate file, replacing the one read with C-x C-f. |
C-x i File → Insert File | insert-file | Insert file at cursor position. |
C-x C-s File → Save (current buffer) | save-buffer | Save file. |
C-x C-w File → Save Buffer As | write-file | Write buffer contents to file. |
C-x C-c File → Exit Emacs | save-buffers-kill-emacs | Exit Emacs. |