Emacs PDF
Emacs PDF
Emacs PDF
Richard Stallman
This is the Sixteenth edition of the GNU Emacs Manual, updated for Emacs version 23.3. Copyright c 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being The GNU Manifesto, Distribution and GNU GENERAL PUBLIC LICENSE, with the Front-Cover texts being A GNU Manual, and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled GNU Free Documentation License. (a) The FSFs Back-Cover Text is: You have the freedom to copy and modify this GNU manual. Buying copies from the FSF supports it in developing GNU and promoting software freedom.
Published by the Free Software Foundation 51 Franklin Street, Fifth Floor Boston, MA 02110-1301 USA ISBN 1-882114-86-8
Short Contents
Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1 The Organization of the Screen . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2 Characters, Keys and Commands . . . . . . . . . . . . . . . . . . . . . . . 11 3 Entering and Exiting Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 4 Basic Editing Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 5 The Minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 6 Running Commands by Name . . . . . . . . . . . . . . . . . . . . . . . . . . 34 7 Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 8 The Mark and the Region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 9 Killing and Moving Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 10 Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 11 Controlling the Display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 12 Searching and Replacement . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 13 Commands for Fixing Typos . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 14 Keyboard Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 15 File Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 16 Using Multiple Buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 17 Multiple Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 18 Frames and Graphical Displays . . . . . . . . . . . . . . . . . . . . . . . . 152 19 International Character Set Support . . . . . . . . . . . . . . . . . . . . 170 20 Major Modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 21 Indentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 22 Commands for Human Languages . . . . . . . . . . . . . . . . . . . . . . 197 23 Editing Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 24 Compiling and Testing Programs . . . . . . . . . . . . . . . . . . . . . . . 254 25 Maintaining Large Programs . . . . . . . . . . . . . . . . . . . . . . . . . . 273 26 Abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301 27 Sending Mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 28 Reading Mail with Rmail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 29 Dired, the Directory Editor . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 30 The Calendar and the Diary . . . . . . . . . . . . . . . . . . . . . . . . . . 350 31 Miscellaneous Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 32 Customization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402
ii 33 Dealing with Common Problems . . . . . . . . . . . . . . . . . . . . . . . A GNU GENERAL PUBLIC LICENSE . . . . . . . . . . . . . . . . . . . B GNU Free Documentation License . . . . . . . . . . . . . . . . . . . . . . C Command Line Arguments for Emacs Invocation . . . . . . . . . . D X Options and Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . E Emacs 22 Antinews . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . F Emacs and Mac OS / GNUstep . . . . . . . . . . . . . . . . . . . . . . . . G Emacs and Microsoft Windows/MS-DOS . . . . . . . . . . . . . . . . The GNU Manifesto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Key (Character) Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Command and Function Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . Variable Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Concept Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 450 461 469 484 490 492 496 506 514 537 545 557 563
iii
Table of Contents
Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
iv
The Minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.1 5.2 5.3 Minibuffers for File Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Editing in the Minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Completion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.3.1 Completion Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.3.2 Completion Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.3.3 Strict Completion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.3.4 Completion Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.4 Minibuffer History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.5 Repeating Minibuffer Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5.6 Entering passwords . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 27 28 28 28 30 30 31 32 33
6 7
10
Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
Saving Positions in Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Saving Text in Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Saving Rectangles in Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Saving Window Configurations in Registers . . . . . . . . . . . . . . . . . . . Keeping Numbers in Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Keeping File Names in Registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bookmarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 59 60 60 61 61 61
11
11.1 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.10 11.11 11.12 11.13 11.14 11.15 11.16 11.17 11.18 11.19
12
12.1 Incremental Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.1.1 Basics of Incremental Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.1.2 Repeating Incremental Search . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.1.3 Errors in Incremental Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.1.4 Special Input for Incremental Search . . . . . . . . . . . . . . . . . . . . 12.1.5 Isearch Yanking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.1.6 Scrolling During Incremental Search . . . . . . . . . . . . . . . . . . . . . 12.1.7 Searching the Minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.1.8 Slow Terminal Incremental Search . . . . . . . . . . . . . . . . . . . . . . . 12.2 Nonincremental Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.3 Word Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.4 Regular Expression Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.5 Syntax of Regular Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.6 Backslash in Regular Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.7 Regular Expression Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.8 Searching and Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
vi 12.9 Replacement Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.9.1 Unconditional Replacement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.9.2 Regexp Replacement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.9.3 Replace Commands and Case . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.9.4 Query Replace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.10 Other Search-and-Loop Commands . . . . . . . . . . . . . . . . . . . . . . . . . 92 92 92 93 94 95
13
14
15
15.1 File Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.2 Visiting Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.3 Saving Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.3.1 Commands for Saving Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.3.2 Backup Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.3.2.1 Single or Numbered Backups . . . . . . . . . . . . . . . . . . . . . . 15.3.2.2 Automatic Deletion of Backups . . . . . . . . . . . . . . . . . . . . 15.3.2.3 Copying vs. Renaming . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.3.3 Customizing Saving of Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.3.4 Protection against Simultaneous Editing . . . . . . . . . . . . . . . . 15.3.5 Shadowing Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.3.6 Updating Time Stamps Automatically . . . . . . . . . . . . . . . . . . 15.4 Reverting a Buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.5 Auto-Saving: Protection Against Disasters . . . . . . . . . . . . . . . . . . 15.5.1 Auto-Save Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.5.2 Controlling Auto-Saving . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.5.3 Recovering Data from Auto-Saves . . . . . . . . . . . . . . . . . . . . . . 15.6 File Name Aliases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.7 File Directories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.8 Comparing Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.9 Diff Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.10 Miscellaneous File Operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.11 Accessing Compressed Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15.12 File Archives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
vii 15.13 15.14 15.15 15.16 15.17 Remote Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quoted File Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File Name Cache . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convenience Features for Finding Files . . . . . . . . . . . . . . . . . . . . . Filesets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 134 134 135 135
16
17
18
18.1 Cutting and Pasting on Graphical Displays . . . . . . . . . . . . . . . . . . 18.1.1 Mouse Commands for Editing . . . . . . . . . . . . . . . . . . . . . . . . . . 18.1.2 Mouse Commands for Words and Lines . . . . . . . . . . . . . . . . . 18.1.3 Cut and Paste with Other Window Applications . . . . . . . . 18.1.4 Secondary Selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.1.5 Using the Clipboard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.2 Following References with the Mouse . . . . . . . . . . . . . . . . . . . . . . . . 18.3 Mouse Clicks for Menus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.4 Mode Line Mouse Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.5 Creating Frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.6 Frame Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.7 Fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.8 Speedbar Frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.9 Multiple Displays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.10 Special Buffer Frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.11 Setting Frame Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18.12 Scroll Bars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
viii 18.13 18.14 18.15 18.16 18.17 18.18 18.19 18.20 18.21 Scrolling With Wheeled Mice . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drag and Drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Menu Bars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tool Bars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using Dialog Boxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tooltips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mouse Avoidance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Non-Window Terminals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using a Mouse in Terminal Emulators . . . . . . . . . . . . . . . . . . . . . . 166 166 166 166 167 167 168 168 168
19
19.1 19.2 19.3 19.4 19.5 19.6 19.7 19.8 19.9 19.10 19.11 19.12 19.13 19.14 19.15 19.16 19.17 19.18 19.19
20 21
20.1
Indentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194
Indentation Commands and Techniques . . . . . . . . . . . . . . . . . . . . . 195 Tab Stops . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196 Tabs vs. Spaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196
ix
22
22.1 Words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.2 Sentences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.3 Paragraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.4 Pages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.5 Filling Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.5.1 Auto Fill Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.5.2 Explicit Fill Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.5.3 The Fill Prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.5.4 Adaptive Filling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.5.5 Refill Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.5.6 Long Lines Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.6 Case Conversion Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.7 Text Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.8 Outline Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.8.1 Format of Outlines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.8.2 Outline Motion Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.8.3 Outline Visibility Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.8.4 Viewing One Outline in Multiple Views . . . . . . . . . . . . . . . . 22.8.5 Folding Editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.9 TEX Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.9.1 TEX Editing Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.9.2 LaTEX Editing Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.9.3 TEX Printing Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.9.4 TEX Mode Miscellany . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.10 SGML and HTML Modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.11 Nroff Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.12 Editing Formatted Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.12.1 Requesting to Edit Formatted Text . . . . . . . . . . . . . . . . . . . 22.12.2 Hard and Soft Newlines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.12.3 Editing Format Information . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.12.4 Faces in Formatted Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.12.5 Colors in Formatted Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.12.6 Indentation in Formatted Text . . . . . . . . . . . . . . . . . . . . . . . . 22.12.7 Justification in Formatted Text . . . . . . . . . . . . . . . . . . . . . . . 22.12.8 Setting Other Text Properties . . . . . . . . . . . . . . . . . . . . . . . . . 22.12.9 Forcing Enriched Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13 Editing Text-based Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.1 What is a Text-based Table? . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.2 How to Create a Table? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.3 Table Recognition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.4 Commands for Table Cells . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.5 Cell Justification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.6 Commands for Table Rows . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.7 Commands for Table Columns . . . . . . . . . . . . . . . . . . . . . . . . 22.13.8 Fix Width of Cells . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.13.9 Conversion Between Plain Text and Tables . . . . . . . . . . . . 22.13.10 Analyzing Table Dimensions . . . . . . . . . . . . . . . . . . . . . . . . .
23
23.1 Major Modes for Programming Languages . . . . . . . . . . . . . . . . . . 23.2 Top-Level Definitions, or Defuns . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.2.1 Left Margin Convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.2.2 Moving by Defuns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.2.3 Imenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.2.4 Which Function Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.3 Indentation for Programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.3.1 Basic Program Indentation Commands . . . . . . . . . . . . . . . . . 23.3.2 Indenting Several Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.3.3 Customizing Lisp Indentation . . . . . . . . . . . . . . . . . . . . . . . . . . 23.3.4 Commands for C Indentation . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.3.5 Customizing C Indentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.4 Commands for Editing with Parentheses . . . . . . . . . . . . . . . . . . . . 23.4.1 Expressions with Balanced Parentheses . . . . . . . . . . . . . . . . . 23.4.2 Moving in the Parenthesis Structure . . . . . . . . . . . . . . . . . . . . 23.4.3 Automatic Display Of Matching Parentheses . . . . . . . . . . . 23.5 Manipulating Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.5.1 Comment Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.5.2 Multiple Lines of Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.5.3 Options Controlling Comments . . . . . . . . . . . . . . . . . . . . . . . . . 23.6 Documentation Lookup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.6.1 Info Documentation Lookup . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.6.2 Man Page Lookup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.6.3 Emacs Lisp Documentation Lookup . . . . . . . . . . . . . . . . . . . . 23.7 Hideshow minor mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.8 Completion for Symbol Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.9 Glasses minor mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.10 Semantic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.11 Other Features Useful for Editing Programs . . . . . . . . . . . . . . . . 23.12 C and Related Modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.12.1 C Mode Motion Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.12.2 Electric C Characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.12.3 Hungry Delete Feature in C . . . . . . . . . . . . . . . . . . . . . . . . . . . 23.12.4 Other Commands for C Mode . . . . . . . . . . . . . . . . . . . . . . . . . 23.13 Asm Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xi
24
24.1 Running Compilations under Emacs . . . . . . . . . . . . . . . . . . . . . . . . . 24.2 Compilation Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.3 Subshells for Compilation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.4 Searching with Grep under Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.5 Finding Syntax Errors On The Fly . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6 Running Debuggers Under Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.1 Starting GUD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.2 Debugger Operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.3 Commands of GUD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.4 GUD Customization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.5 GDB Graphical Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.5.1 GDB User Interface Layout . . . . . . . . . . . . . . . . . . . . . . . 24.6.5.2 Source Buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.5.3 Breakpoints Buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.5.4 Stack Buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.5.5 Other Buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.5.6 Watch Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.6.5.7 Reverse Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.7 Executing Lisp Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.8 Libraries of Lisp Code for Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.9 Evaluating Emacs Lisp Expressions . . . . . . . . . . . . . . . . . . . . . . . . . 24.10 Lisp Interaction Buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24.11 Running an External Lisp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
25
25.1 Version Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.1 Introduction to Version Control . . . . . . . . . . . . . . . . . . . . . . . . 25.1.1.1 Understanding the problems it addresses . . . . . . . . . . 25.1.1.2 Supported Version Control Systems . . . . . . . . . . . . . . . . 25.1.1.3 Concepts of Version Control . . . . . . . . . . . . . . . . . . . . . . . 25.1.1.4 Merge-based vs lock-based Version Control . . . . . . . . 25.1.1.5 Changeset-based vs File-based Version Control . . . . 25.1.1.6 Decentralized vs Centralized Repositories . . . . . . . . . . 25.1.1.7 Types of Log File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.2 Version Control and the Mode Line . . . . . . . . . . . . . . . . . . . . 25.1.3 Basic Editing under Version Control . . . . . . . . . . . . . . . . . . . . 25.1.3.1 Basic Version Control with Merging . . . . . . . . . . . . . . . 25.1.3.2 Basic Version Control with Locking . . . . . . . . . . . . . . . . 25.1.3.3 Advanced Control in C-x v v . . . . . . . . . . . . . . . . . . . . . . 25.1.4 Features of the Log Entry Buffer . . . . . . . . . . . . . . . . . . . . . . . 25.1.5 Examining And Comparing Old Revisions . . . . . . . . . . . . . . 25.1.6 The Secondary Commands of VC . . . . . . . . . . . . . . . . . . . . . . 25.1.6.1 Registering a File for Version Control . . . . . . . . . . . . . . 25.1.6.2 VC Change Log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.6.3 Undoing Version Control Actions . . . . . . . . . . . . . . . . . . 25.1.7 VC Directory Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.7.1 The VC Directory Buffer . . . . . . . . . . . . . . . . . . . . . . . . . .
xii 25.1.7.2 VC Directory Commands . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.8 Multiple Branches of a File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.8.1 Switching between Branches . . . . . . . . . . . . . . . . . . . . . . . 25.1.8.2 Creating New Branches . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.8.3 Merging Branches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.1.8.4 Multi-User Branching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.2 Change Logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.2.1 Change Log Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.2.2 Format of ChangeLog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.3 Tags Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.3.1 Source File Tag Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.3.2 Creating Tags Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.3.3 Etags Regexps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.3.4 Selecting a Tags Table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.3.5 Finding a Tag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.3.6 Searching and Replacing with Tags Tables . . . . . . . . . . . . . . 25.3.7 Tags Table Inquiries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25.4 Emacs Development Environment . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 287 287 287 288 289 289 289 290 291 291 293 295 296 297 298 299 299
26
Abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
Abbrev Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Defining Abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Controlling Abbrev Expansion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Examining and Editing Abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . Saving Abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dynamic Abbrev Expansion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Customizing Dynamic Abbreviation . . . . . . . . . . . . . . . . . . . . . . . . . 301 301 302 303 304 305 306
27
27.1 The Format of the Mail Buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.2 Mail Header Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.3 Mail Aliases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.4 Mail Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.4.1 Mail Sending . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.4.2 Mail Header Editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.4.3 Citing Mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.4.4 Mail Miscellany . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.5 Mail Signature . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.6 Mail Amusements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27.7 Mail-Composition Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xiii
28
28.1 Basic Concepts of Rmail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.2 Scrolling Within a Message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.3 Moving Among Messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.4 Deleting Messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.5 Rmail Files and Inboxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.6 Multiple Rmail Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.7 Copying Messages Out to Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.8 Labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.9 Rmail Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.10 Sending Replies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.11 Summaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.11.1 Making Summaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.11.2 Editing in Summaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.12 Sorting the Rmail File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.13 Display of Messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.14 Rmail and Coding Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.15 Editing Within a Message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.16 Digest Messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.17 Reading Rot13 Messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.18 movemail program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28.19 Retrieving Mail from Remote Mailboxes . . . . . . . . . . . . . . . . . . . . 28.20 Retrieving Mail from Local Mailboxes in Various Formats . .
29
29.1 29.2 29.3 29.4 29.5 29.6 29.7 29.8 29.9 29.10 29.11 29.12 29.13 29.14 29.15 29.16 29.17 29.18
xiv
30
30.1 Movement in the Calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.1.1 Motion by Standard Lengths of Time . . . . . . . . . . . . . . . . . . . 30.1.2 Beginning or End of Week, Month or Year . . . . . . . . . . . . . . 30.1.3 Specified Dates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.2 Scrolling in the Calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.3 Counting Days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.4 Miscellaneous Calendar Commands . . . . . . . . . . . . . . . . . . . . . . . . . 30.5 Writing Calendar Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.6 Holidays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.7 Times of Sunrise and Sunset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.8 Phases of the Moon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.9 Conversion To and From Other Calendars . . . . . . . . . . . . . . . . . . . 30.9.1 Supported Calendar Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.9.2 Converting To Other Calendars . . . . . . . . . . . . . . . . . . . . . . . . 30.9.3 Converting From Other Calendars . . . . . . . . . . . . . . . . . . . . . . 30.9.4 Converting from the Mayan Calendar . . . . . . . . . . . . . . . . . . 30.10 The Diary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.10.1 Displaying the Diary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.10.2 The Diary File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.10.3 Date Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.10.4 Commands to Add to the Diary . . . . . . . . . . . . . . . . . . . . . . . 30.10.5 Special Diary Entries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.11 Appointments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.12 Importing and Exporting Diary Entries . . . . . . . . . . . . . . . . . . . . 30.13 Daylight Saving Time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30.14 Summing Time Intervals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
31
31.1 Document Viewing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.1.1 Navigation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.1.2 Searching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.1.3 Slicing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.1.4 Conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.2 Gnus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.2.1 Gnus Buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.2.2 When Gnus Starts Up . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.2.3 Summary of Gnus Commands . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3 Running Shell Commands from Emacs . . . . . . . . . . . . . . . . . . . . . . 31.3.1 Single Shell Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.2 Interactive Inferior Shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.3 Shell Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.4 Shell Prompts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.5 Shell Command History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.5.1 Shell History Ring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.5.2 Shell History Copying . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.5.3 Shell History References . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.6 Directory Tracking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xv 31.3.7 Shell Mode Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.8 Emacs Terminal Emulator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.9 Term Mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.10 Page-At-A-Time Output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.11 Remote Host Shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.3.12 Serial Terminal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.4 Using Emacs as a Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.4.1 Invoking emacsclient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.4.2 emacsclient Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.5 Printing Hard Copies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.6 PostScript Hardcopy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.7 Variables for PostScript Hardcopy . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.8 Printing Package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.9 Sorting Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.10 Narrowing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.11 Two-Column Editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.12 Editing Binary Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.13 Saving Emacs Sessions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.14 Recursive Editing Levels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.15 Emulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.16 Hyperlinking and Navigation Features . . . . . . . . . . . . . . . . . . . . . . 31.16.1 Following URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.16.2 Activating URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.16.3 Finding Files and URLs at Point . . . . . . . . . . . . . . . . . . . . . . 31.17 Dissociated Press . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.18 Other Amusements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 382 382 383 383 383 384 384 385 387 388 389 390 390 392 393 394 395 395 396 397 398 398 398 399 400
32
Customization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402
402 404 404 405 405 408 409 409 411 411 412 413 414 415 415 417 418 419 419 420
32.1 Minor Modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.2 Easy Customization Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.2.1 Customization Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.2.2 Browsing and Searching for Options and Faces . . . . . . . . . 32.2.3 Changing a Variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.2.4 Saving Customizations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.2.5 Customizing Faces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.2.6 Customizing Specific Items . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.2.7 Customization Themes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.3 Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.3.1 Examining and Setting Variables . . . . . . . . . . . . . . . . . . . . . . . 32.3.2 Hooks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.3.3 Local Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.3.4 Local Variables in Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.3.4.1 Specifying File Variables . . . . . . . . . . . . . . . . . . . . . . . . . . 32.3.4.2 Safety of File Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.3.5 Per-Directory Local Variables . . . . . . . . . . . . . . . . . . . . . . . . . . 32.4 Customizing Key Bindings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.4.1 Keymaps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32.4.2 Prefix Keymaps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xvi 32.4.3 32.4.4 32.4.5 32.4.6 32.4.7 32.4.8 32.4.9 32.4.10 32.4.11 32.5 The 32.6 The 32.6.1 32.6.2 32.6.3 32.6.4 32.6.5 Local Keymaps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Minibuffer Keymaps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Changing Key Bindings Interactively . . . . . . . . . . . . . . . . . . . Rebinding Keys in Your Init File . . . . . . . . . . . . . . . . . . . . . . . Modifier Keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rebinding Function Keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Named ASCII Control Characters . . . . . . . . . . . . . . . . . . . . . . Rebinding Mouse Buttons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Disabling Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Syntax Table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Init File, ~/.emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Init File Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Init File Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Terminal-specific Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . How Emacs Finds Your Init File . . . . . . . . . . . . . . . . . . . . . . . Non-ASCII Characters in Init Files . . . . . . . . . . . . . . . . . . . . . 420 421 421 422 424 424 425 425 427 428 428 429 430 432 433 433
33
33.1 Quitting and Aborting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2 Dealing with Emacs Trouble . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.1 If DEL Fails to Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.2 Recursive Editing Levels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.3 Garbage on the Screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.4 Garbage in the Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.5 Running out of Memory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.6 Recovery After a Crash . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.7 Emergency Escape . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.2.8 Help for Total Frustration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.3 Reporting Bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.3.1 Reading Existing Bug Reports and Known Problems . . . 33.3.2 When Is There a Bug . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.3.3 Understanding Bug Reporting . . . . . . . . . . . . . . . . . . . . . . . . . . 33.3.4 Checklist for Bug Reports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33.3.5 Sending Patches for GNU Emacs . . . . . . . . . . . . . . . . . . . . . . . 33.4 Contributing to Emacs Development . . . . . . . . . . . . . . . . . . . . . . . . 33.5 How To Get Help with GNU Emacs . . . . . . . . . . . . . . . . . . . . . . . . .
Appendix A GNU GENERAL PUBLIC LICENSE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450 Appendix B GNU Free Documentation License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461
xvii
Appendix D
D.1 D.2 D.3 D.4 D.5
X Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of X Resources for Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X Resources for Faces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Lucid Menu X Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . GTK resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Appendix E
xviii
Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 514 Key (Character) Index . . . . . . . . . . . . . . . . . . . . . . . . . . 537 Command and Function Index . . . . . . . . . . . . . . . . . . 545 Variable Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557 Concept Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 563
Preface
Preface
This manual documents the use and simple customization of the Emacs editor. Simple Emacs customizations do not require you to be a programmer, but if you are not interested in customizing, you can ignore the customization hints. This is primarily a reference manual, but can also be used as a primer. If you are new to Emacs, we recommend you start with the integrated, learn-by-doing tutorial, before reading the manual. To run the tutorial, start Emacs and type C-h t. The tutorial describes commands, tells you when to try them, and explains the results. On first reading, just skim chapters 1 and 2, which describe the notational conventions of the manual and the general appearance of the Emacs display screen. Note which questions are answered in these chapters, so you can refer back later. After reading chapter 4, you should practice the commands shown there. The next few chapters describe fundamental techniques and concepts that are used constantly. You need to understand them thoroughly, so experiment with them until you are fluent. Chapters 14 through 19 describe intermediate-level features that are useful for many kinds of editing. Chapter 20 and following chapters describe optional but useful features; read those chapters when you need them. Read the Common Problems chapter if Emacs does not seem to be working properly. It explains how to cope with several common problems (see Section 33.2 [Lossage], page 436), as well as when and how to report Emacs bugs (see Section 33.3 [Bugs], page 440). To find the documentation of a particular command, look in the index. Keys (character commands) and command names have separate indexes. There is also a glossary, with a cross reference for each term. This manual is available as a printed book and also as an Info file. The Info file is for use with the Info program, which is the principal means of accessing on-line documentation in the GNU system. Both the Emacs Info file and an Info reader are included with GNU Emacs. The Info file and the printed book contain substantially the same text and are generated from the same source files, which are also distributed with GNU Emacs. GNU Emacs is a member of the Emacs editor family. There are many Emacs editors, all sharing common principles of organization. For information on the underlying philosophy of Emacs and the lessons learned from its development, see Emacs, the Extensible, Customizable Self-Documenting Display Editor, available from ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-519A.pdf. This edition of the manual is intended for use with GNU Emacs installed on GNU and Unix systems. GNU Emacs can also be used on MS-DOS (also called MS-DOG), Microsoft Windows, and Macintosh systems. Those systems use different file name syntax; in addition MS-DOS does not support all GNU Emacs features. See Appendix G [Microsoft Windows], page 496, for information about using Emacs on Windows. See Appendix F [Mac OS / GNUstep], page 492, for information about using Emacs on Macintosh (and GNUstep).
Distribution
Distribution
GNU Emacs is free software ; this means that everyone is free to use it and free to redistribute it on certain conditions. GNU Emacs is not in the public domain; it is copyrighted and there are restrictions on its distribution, but these restrictions are designed to permit everything that a good cooperating citizen would want to do. What is not allowed is to try to prevent others from further sharing any version of GNU Emacs that they might get from you. The precise conditions are found in the GNU General Public License that comes with Emacs and also appears in this manual1 . See Appendix A [Copying], page 450. One way to get a copy of GNU Emacs is from someone else who has it. You need not ask for our permission to do so, or tell any one else; just copy it. If you have access to the Internet, you can get the latest distribution version of GNU Emacs by anonymous FTP; see http://www.gnu.org/software/emacs on our website for more information. You may also receive GNU Emacs when you buy a computer. Computer manufacturers are free to distribute copies on the same terms that apply to everyone else. These terms require them to give you the full sources, including whatever changes they may have made, and to permit you to redistribute the GNU Emacs received from them under the usual terms of the General Public License. In other words, the program must be free for you when you get it, not just free for the manufacturer. You can also order copies of GNU Emacs from the Free Software Foundation. This is a convenient and reliable way to get a copy; it is also a good way to help fund our work. We also sell hardcopy versions of this manual and An Introduction to Programming in Emacs Lisp, by Robert J. Chassell. You can visit our online store at http://shop.fsf.org/. For further information, write to Free Software Foundation 51 Franklin Street, Fifth Floor Boston, MA 02110-1301 USA The income from sales goes to support the foundations purpose: the development of new free software, and improvements to our existing programs including GNU Emacs. If you find GNU Emacs useful, please send a donation to the Free Software Foundation to support our work. Donations to the Free Software Foundation are tax deductible in the US. If you use GNU Emacs at your workplace, please suggest that the company make a donation. If company policy is unsympathetic to the idea of donating to charity, you might instead suggest ordering a CD-ROM from the Foundation occasionally, or subscribing to periodic updates.
Acknowledgments
Contributors to GNU Emacs include Jari Aalto, Per Abrahamsen, Tomas Abrahamsson, Jay K. Adams, Michael Albinus, Nagy Andras, Ralf Angeli, Joe Arceneaux, Miles Bader, David Bakhash, Juanma Barranquero, Eli Barzilay, Thomas Baumann, Steven L. Baur, Jay
1
This manual is itself covered by the GNU Free Documentation License (see the reverse title page in the printed manual or view the full source for online formats to see the precise conditions). This license is similar in spirit to the General Public License, but is more suitable for documentation. See Appendix B [GNU Free Documentation License], page 461.
Distribution
Belanger, Alexander L. Belikoff, Boaz Ben-Zvi, Karl Berry, Anna M. Bigatti, Ray Blaak, Jim Blandy, Johan Bockg ard, Lennart Borgman, Per Bothner, Terrence Brannon, Frank Bresz, Peter Breton, Emmanuel Briot, Kevin Broadey, Vincent Broman, David M. Brown, Georges Brun-Cottan, Joe Buehler, Wlodek Bzyl, Bill Carpenter, Per Cederqvist, Hans Chalupsky, Chong Yidong, Chris Chase, Bob Chassell, Andrew Choi, Sacha Chua, James Clark, Mike Clarkson, Glynn Clements, Daniel Colascione, Andrew Csillag, Baoqiu Cui, Doug Cutting, Mathias Dahl, Satyaki Das, Vivek Dasmohapatra, Michael DeCorte, Gary Delp, Matthieu Devin, Eri Ding, Jan Dj arv, Carsten Dominik, Scott Draves, Benjamin Drieu, Viktor Dukhovni, Dmitry Dzhus, John Eaton, Rolf Ebert, Paul Eggert, Stephen Eglen, Torbj orn Einarsson, Tsugutomo Enami, Hans Henrik Eriksen, Michael Ernst, Ata Etemadi, Frederick Farnbach, Oscar Figueiredo, Fred Fish, Karl Fogel, Gary Foster, Romain Francoise, Noah Friedman, Andreas Fuchs, Hallvard Furuseth, Keith Gabryelski, Peter S. Galbraith, Kevin Gallagher, Kevin Gallo, Juan Le on Lahoz Garc a, Howard Gayle, Daniel German, Stephen Gildea, Julien Gilles, David Gillespie, Bob Glickstein, Deepak Goel, Boris Goldowsky, Michelangelo Grigni, Odd Gripenstam, Kai Grojohann, Michael Gschwind, Bastien Guerry, Henry Guillaume, Doug Gwyn, Kenichi Handa, Lars Hansen, Chris Hanson, K. Shane Hartman, John Heidemann, Jon K. Hellan, Jesper Harder, Magnus Henoch, Markus Heritsch, Karl Heuer, Manabu Higashida, Anders Holst, Jeffrey C. Honig, Tassilo Horn, Kurt Hornik, Tom Houlder, Joakim Hove, Denis Howe, Lars Ingebrigtsen, Andrew Innes, Seiichiro Inoue, Philip Jackson, Pavel Janik, Paul Jarc, Ulf Jasper, Michael K. Johnson, Kyle Jones, Terry Jones, Simon Josefsson, Arne Jrgensen, Tomoji Kagatani, Brewster Kahle, Tokuya Kameshima, Lute Kamstra, David Kastrup, David Kaufman, Henry Kautz, Taichi Kawabata, Howard Kaye, Michael Kifer, Richard King, Peter Kleiweg, Shuhei Kobayashi, Pavel Kobiakov, Larry K. Kolodney, David M. Koppelman, Koseki Yoshinori, Robert Krawitz, Sebastian Kremer, Ryszard Kubiak, David K agedal, Daniel LaLiberte, Karl Landstrom, Mario Lang, Aaron Larson, James R. Larus, Vinicius Jose Latorre, Werner Lemberg, Frederic Lepied, Peter Liljenberg, Lars Lindberg, Chris Lindblad, Anders Lindgren, Thomas Link, Juri Linkov, Francis Litterio, Emilio C. Lopes, K aroly L orentey, Dave Love, Sascha L udecke, Eric Ludlam, Alan Mackenzie, Christopher J. Madsen, Neil M. Mager, Ken Manheimer, Bill Mann, Brian Marick, Simon Marshall, Bengt Martensson, Charlie Martin, Thomas May, Roland McGrath, Will Mengarini, David Megginson, Ben A. Mesander, Wayne Mesard, Brad Miller, Lawrence Mitchell, Richard Mlynarik, Gerd Moellmann, Stefan Monnier, Morioka Tomohiko, Keith Moore, Jan Moringen, Glenn Morris, Diane Murray, Sen Nagata, Erik Naggum, Thomas Neumann, ThienThi Nguyen, Mike Newton, Jurgen Nickelsen, Dan Nicolaescu, Hrvoje Niksic, Jeff Norden, Andrew Norman, Alexandre Oliva, Bob Olson, Michael Olson, Takaaki Ota, Pieter E. J. Pareit, Ross Patterson, David Pearson, Jeff Peck, Damon Anton Permezel, Tom Perrine, William M. Perry, Per Persson, Jens Petersen, Daniel Pfeiffer, Richard L. Pieri, Fred Pierresteguy, Christian Plaunt, David Ponce, Francesco A. Potorti, Michael D. Prange, Mukesh Prasad, Ken Raeburn, Marko Rahamaa, Ashwin Ram, Eric S. Raymond, Paul Reilly, Edward M. Reingold, Alex Rezinsky, Rob Riepel, David Reitter, Adrian Robert, Nick Roberts, Roland B. Roberts, John Robinson, Danny Roozendaal, Sebastian Rose, William Rosenblatt, Guillermo J. Rozas, Martin Rudalics, Ivar Rummelhoff, Jason Rumney, Wolfgang Rupprecht, Kevin Ryde, James B. Salem, Masahiko Sato, Jorgen Schaefer, Holger Schauer, William Schelter, Ralph Schleicher, Gregor Schmid, Michael Schmidt, Ronald S. Schnell, Philippe Schnoebelen, Jan Schormann, Alex Schroeder, Stephen Schoef, Raymond Scholz, Eric Schulte, Andreas Schwab, Randal Schwartz, Oliver Seidel, Manuel Serrano,
Distribution
Hovav Shacham, Stanislav Shalunov, Marc Shapiro, Richard Sharman, Olin Shivers, Espen Skoglund, Rick Sladkey, Lynn Slater, Chris Smith, David Smith, Paul D. Smith, William Sommerfeld, Andre Spiegel, Michael Staats, Reiner Steib, Sam Steingold, Ake Stenhoff, Peter Stephenson, Ken Stevens, Andy Stewart, Jonathan Stigelman, Martin Stjernholm, Kim F. Storm, Steve Strassman, Olaf Sylvester, Naoto Takahashi, Steven Tamm, Jean-Philippe Theberge, Jens T. Berger Thielemann, Spencer Thomas, Jim Thompson, Luc Teirlinck, David OToole, Tom Tromey, Enami Tsugutomo, Eli Tziperman, Daiki Ueno, Masanobu Umeda, Rajesh Vaidheeswarran, Neil W. Van Dyke, Didier Verna, Joakim Verona, Ulrik Vieth, Geoffrey Voelker, Johan Vromans, Inge Wallin, John Paul Wallington, Colin Walters, Barry Warsaw, Morten Welinder, Joseph Brian Wells, Rodney Whitby, John Wiegley, Ed Wilkinson, Mike Williams, Bill Wohler, Steven A. Wood, Dale R. Worley, Francis J. Wright, Felix S. T. Wu, Tom Wurgler, Katsumi Yamaoka, Yamamoto Mitsuharu, Masatake Yamato, Jonathan Yavner, Ryan Yeske, Ilya Zakharevich, Milan Zamazal, Victor Zandy, Eli Zaretskii, Jamie Zawinski, Shenghuo Zhu, Piotr Zielinski, Ian T. Zimmermann, Reto Zimmermann, Neal Ziring, Teodor Zlatanov, and Detlev Zundel.
Introduction
Introduction
You are reading about GNU Emacs, the GNU incarnation of the advanced, selfdocumenting, customizable, extensible editor Emacs. (The G in GNU is not silent.) We call Emacs advanced because it can do much more than simple insertion and deletion of text. It can control subprocesses, indent programs automatically, show multiple files at once, and more. Emacs editing commands operate in terms of characters, words, lines, sentences, paragraphs, and pages, as well as expressions and comments in various programming languages. Self-documenting means that at any time you can use special commands, known as help commands, to find out what your options are, or to find out what any command does, or to find all the commands that pertain to a given topic. See Chapter 7 [Help], page 35. Customizable means that you can easily alter the behavior of Emacs commands in simple ways. For instance, if you use a programming language in which comments start with <** and end with **>, you can tell the Emacs comment manipulation commands to use those strings (see Section 23.5 [Comments], page 241). To take another example, you can rebind the basic cursor motion commands (up, down, left and right) to any keys on the keyboard that you find comfortable. See Chapter 32 [Customization], page 402. Extensible means that you can go beyond simple customization and create entirely new commands. New commands are simply programs written in the Lisp language, which are run by Emacss own Lisp interpreter. Existing commands can even be redefined in the middle of an editing session, without having to restart Emacs. Most of the editing commands in Emacs are written in Lisp; the few exceptions could have been written in Lisp but use C instead for efficiency. Writing an extension is programming, but non-programmers can use it afterwards. See Section Preface in An Introduction to Programming in Emacs Lisp, if you want to learn Emacs Lisp programming.
1.1 Point
The active cursor shows the location at which editing commands will take effect, which is called point1 . Many Emacs commands move point to different places in the buffer; for example, you can place point by clicking mouse button 1 (normally the left button) at the desired location. While the cursor appears to be on a character, you should think of point as between two characters; it points before the character that appears under the cursor. For example, if your text looks like frob with the cursor over the b, then point is between the o and the
1
The term point comes from the character ., which was the command in TECO (the language in which the original Emacs was written) for accessing the value now called point.
b. If you insert the character ! at that position, the result is fro!b, with point between the ! and the b. Thus, the cursor remains over the b, as before. Sometimes people speak of the cursor when they mean point, or speak of commands that move point as cursor motion commands. If you are editing several files in Emacs, each in its own buffer, each buffer has its own point location. A buffer that is not currently displayed remembers its point location in case you display it again later. When Emacs displays multiple windows, each window has its own point location. If the same buffer appears in more than one window, each window has its own point position in that buffer. On a graphical display, Emacs shows a cursor in each window; the selected windows cursor is solid and blinking, and the other cursors are hollow. On a text-only terminal, there is just one cursor, in the selected window; even though the unselected windows have their own point positions, they do not display a cursor. See Section 11.16 [Cursor Display], page 77, for customizable variables that control cursor display.
this limit, one line is deleted from the beginning whenever a new message line is added at the end. The echo area is also used to display the minibuffer, a special window where you can input arguments to commands, such as the name of a file to be edited. When the minibuffer is in use, the text displayed in the echo area begins with a prompt string (usually ending with a colon); also, the active cursor appears within the minibuffer, which is temporarily considered the selected window. You can always get out of the minibuffer by typing C-g. See Chapter 5 [Minibuffer], page 26.
The cs string and the colon character after it describe the character set and newline convention used for the current buffer. Normally, Emacs handles these settings intelligently, but it is sometimes useful to have this information. cs describes the character set of the buffer (see Section 19.6 [Coding Systems], page 177). If it is a dash (-), that indicates the default state of affairs: no special character set handling, except for the end-of-line translations described in the next paragraph. = means no conversion whatsoever. Letters represent various nontrivial coding systemsfor example, 1 represents ISO Latin-1. On a text-only terminal, cs is preceded by two additional characters that describe the coding system for keyboard input and the coding system for terminal output. Furthermore, if you are using an input method, cs is preceded by a string that identifies the input method, which takes the form i >, i +, or i @ (see Section 19.4 [Input Methods], page 174). The character after cs is usually a colon. However, under some circumstances a different string is displayed, which indicates a nontrivial end-of-line convention. Usually, lines of text are separated by newline characters, but two other conventions are sometimes used. The MS-DOS convention is to use a carriage-return character followed by a linefeed character; when editing such files, the colon changes to either a backslash (\) or (DOS), depending on the operating system. The Macintosh end-of-line convention is to use a carriage-return character instead of a newline; when editing such files, the colon indicator changes to either a forward slash (/) or (Mac). On some systems, Emacs displays (Unix) instead of the colon for files that use newline as the line separator. The next element on the mode line is the string indicated by ch. This shows two dashes (--) if the buffer displayed in the window has the same contents as the corresponding file on the disk; i.e., if the buffer is unmodified. If the buffer is modified, it shows two stars (**). For a read-only buffer, it shows %* if the buffer is modified, and %% otherwise.
The character after ch is normally a dash (-). However, if the default-directory for the current buffer is on a remote machine, @ is displayed instead (see Section 15.1 [File Names], page 112). fr gives the selected frame name (see Chapter 18 [Frames], page 152). It appears only on text-only terminals. The initial frames name is F1. buf is the name of the buffer displayed in the window. Usually, this is the same as the name of a file you are editing. See Chapter 16 [Buffers], page 137. pos tells you whether there is additional text above the top of the window, or below the bottom. If your buffer is small and it is all visible in the window, pos is All. Otherwise, it is Top if you are looking at the beginning of the buffer, Bot if you are looking at the end of the buffer, or nn %, where nn is the percentage of the buffer above the top of the window. With Size Indication mode, you can display the size of the buffer as well. See Section 11.14 [Optional Mode Line], page 75. line is the character L followed by the line number at point. (You can display the current column number too, by turning on Column Number mode. See Section 11.14 [Optional Mode Line], page 75.) major is the name of the major mode used in the buffer. A major mode is a principal editing mode for the buffer, such as Text mode, Lisp mode, C mode, and so forth. See Chapter 20 [Major Modes], page 191. Some major modes display additional information after the major mode name. For example, Rmail buffers display the current message number and the total number of messages. Compilation buffers and Shell buffers display the status of the subprocess. minor is a list of some of the minor modes turned on in the buffer. Minor modes are optional editing modes that provide additional features on top of the major mode. See Section 32.1 [Minor Modes], page 402. Some features are listed together with the minor modes whenever they are turned on, even through they are not really minor modes. Narrow means that the buffer being displayed has editing restricted to only a portion of its text (see Section 31.10 [Narrowing], page 392). Def means that a keyboard macro is currently being defined (see Chapter 14 [Keyboard Macros], page 104). In addition, if Emacs is inside a recursive editing level, square brackets ([...]) appear around the parentheses that surround the modes. If Emacs is in one recursive editing level within another, double square brackets appear, and so on. Since recursive editing levels affect Emacs globally, not just one buffer, the square brackets appear in every windows mode line or not in any of them. See Section 31.14 [Recursive Edit], page 395. You can change the appearance of the mode line as well as the format of its contents. See Section 11.14 [Optional Mode Line], page 75. In addition, the mode line is mouse-sensitive; clicking on different parts of the mode line performs various commands. See Section 18.4 [Mode Line Mouse], page 157.
10
On a graphical display, you can use the mouse to choose a command from the menu bar. A right-arrow at the end of a menu item means it leads to a subsidiary menu, or submenu. A ... at the end of a menu item means that the command invoked will prompt you for further input before it actually does anything. Some of the commands in the menu bar have ordinary key bindings as well; if so, a key binding is shown in parentheses after the item itself. To view the full command name and documentation for a menu item, type C-h k, and then select the menu bar with the mouse in the usual way (see Section 7.1 [Key Help], page 37). Instead of using the mouse, you can also invoke the first menu bar item by pressing F10 (to run the command menu-bar-open). You can then navigate the menus with the arrow keys. To activate a selected menu item, press RET; to cancel menu navigation, press ESC. On text-only terminals with no mouse, you can use the menu bar by typing M- or F10 (these run the command tmm-menubar). This lets you select a menu item with the keyboard. A provisional choice appears in the echo area. You can use the up and down arrow keys to move through the menu to different items, and then you can type RET to select the item. Each menu item also has an assigned letter or digit which designates that item; it is usually the initial of some word in the items name. This letter or digit is separated from the item name by =>. You can type the items letter or digit to select the item.
11
12
2.2 Keys
Some Emacs commands are invoked by just one input event; for example, C-f moves forward one character in the buffer. But Emacs also has commands that take two or more input events to invoke, such as C-x C-f and C-x 4 C-f. A key sequence, or key for short, is a sequence of one or more input events that is meaningful as a unit. If a key sequence invokes a command, we call it a complete key ; for example, C-f, C-x C-f and C-x 4 C-f are all complete keys. If a key sequence isnt long enough to invoke a command, we call it a prefix key ; from the preceding example, we see that C-x and C-x 4 are prefix keys. Every key is either a complete key or a prefix key. A prefix key combines with the following input event to make a longer key sequence, which may itself be complete or a prefix. For example, C-x is a prefix key, so C-x and the next input event combine to make a two-event key sequence. This two-event key sequence could itself be a prefix key (such as C-x 4), or a complete key (such as C-x C-f). There is no limit to the length of a key sequence, but in practice people rarely use sequences longer than three or four input events. You cant add input events onto a complete key. For example, the two-event sequence C-f C-k is not a key, because the C-f is a complete key in itself, so C-f C-k cannot have an independent meaning as a command. C-f C-k is two key sequences, not one. By default, the prefix keys in Emacs are C-c, C-h, C-x, C-x RET, C-x @, C-x a, C-x n, C-x r, C-x v, C-x 4, C-x 5, C-x 6, ESC, M-g, and M-o. (F1 and F2 are aliases for C-h and C-x 6.) This list is not cast in stone; if you customize Emacs, you can make new prefix keys. You could even eliminate some of the standard ones, though this is not recommended for most users; for example, if you remove the prefix definition of C-x 4, then C-x 4 anything would become an invalid key sequence. See Section 32.4 [Key Bindings], page 419. Typing the help character (C-h or F1) after a prefix key displays a list of the commands starting with that prefix. The sole exception to this rule is ESC: ESCC-h is equivalent to C-M-h, which does something else entirely. You can, however, use F1 to displays a list of the commands starting with ESC.
13
next-line. If you rebind C-n to the command forward-word, C-n will move forward one word instead. In this manual, we will often speak of keys like C-n as commands, even though strictly speaking the key is bound to a command. Usually we state the name of the command which really does the work in parentheses after mentioning the key that runs it. For example, we will say that The command C-n (next-line) moves point vertically down, meaning that the command next-line moves vertically down, and the key C-n is normally bound to it. Since we are discussing customization, we should tell you about variables. Often the description of a command will say, To change this, set the variable mumble-foo. A variable is a name used to store a value. Most of the variables documented in this manual are meant for customization: some command or other part of Emacs examines the variable and behaves differently according to the value that you set. You can ignore the information about variables until you are interested in customizing them. Then read the basic information on variables (see Section 32.3 [Variables], page 411) and the information about specific variables will make sense.
14
Note that setting inhibit-startup-screen in site-start.el doesnt work, because the startup screen is set up before reading site-start.el. See Section 32.6 [Init File], page 428, for information about site-start.el.
15
You can also force Emacs to display a file or directory at startup by setting the variable initial-buffer-choice to a non-nil value. (In that case, even if you specify one or more files on the command line, Emacs opens but does not display them.) The value of initialbuffer-choice can be either the name of the desired file or directory, or t, which means to display the *scratch* buffer.
Killing Emacs means terminating the Emacs program. To do this, type C-x C-c (savebuffers-kill-terminal). A two-character key is used to make it harder to type by accident. If there are any modified file-visiting buffers when you type C-x C-c, Emacs first offers to save these buffers. If you do not save them all, it asks for confirmation again, since the unsaved changes will be lost. Emacs also asks for confirmation if any subprocesses are still running, since killing Emacs will also kill the subprocesses (see Section 31.3 [Shell], page 374). C-x C-c behaves specially if you are using Emacs as a server. If you type it from a client frame, it closes the client connection. See Section 31.4 [Emacs Server], page 384. Emacs can, optionally, record certain session information when you kill it, such as the files you were visiting at the time. This information is then available the next time you start Emacs. See Section 31.13 [Saving Emacs Sessions], page 395. If the value of the variable confirm-kill-emacs is non-nil, C-x C-c assumes that its value is a predicate function, and calls that function. If the result of the function call is non-nil, the session is killed, otherwise Emacs continues to run. One convenient function to use as the value of confirm-kill-emacs is the function yes-or-no-p. The default value of confirm-kill-emacs is nil. To kill Emacs without being prompted about saving, type M-x kill-emacs. You can exit Emacs in two other ways. On a graphical display, you can minimize (or iconify ) an Emacs frame; depending on the window system, this either replaces the Emacs frame with a tiny icon or conceals the frame entirely (see Chapter 18 [Frames], page 152). On a text-only terminal, you can suspend Emacs; this means stopping the Emacs program temporarily, returning control to its parent process (usually a shell). C-z runs the command suspend-frame. On a graphical display, this minimizes (or iconifies) the selected Emacs frame. On a text terminal, this suspends the Emacs process. After minimizing or suspending Emacs, you can return to it and continue editing wherever you left off. The way to do this depends on the window system or shell. In most common shells, you can resume Emacs after suspending it with the shell command %emacs. On very old systems that dont support suspending programs, C-z starts an inferior shell that communicates directly with the terminal, and Emacs waits until you exit the subshell. (The way to exit the subshell is usually C-d or exit.) On these systems, you can only get back to the shell from which Emacs was run (to log out, for example) when you kill Emacs. Suspending can also fail if you run Emacs under a shell that doesnt support
16
suspending jobs, even if the system itself does support it. In this case, you can set the variable cannot-suspend to a non-nil value to force C-z to start an inferior shell. Text-only terminals usually listen for certain special characters whose meaning is to kill or suspend the program you are running. This terminal feature is turned off while you are in Emacs. The meanings of C-z and C-x C-c as keys in Emacs were inspired by the use of C-z and C-c on several operating systems as the characters for stopping or killing a program, but that is their only relationship with the operating system. You can customize these keys to run any commands of your choice (see Section 32.4.1 [Keymaps], page 419).
17
18
Move backward one word (backward-word). Move down one screen line (next-line). This command attempts to keep the horizontal position unchanged, so if you start in the middle of one line, you move to the middle of the next. Move up one screen line (previous-line). This command preserves position within the line, like C-n. Without moving the text on the screen, reposition point on the left margin of the center-most text line of the window; on subsequent consecutive invocations, move point to the left margin of the top-most line, the bottom-most line, and so forth, in cyclic order (move-to-window-line-top-bottom). A numeric argument says which screen line to place point on, counting downward from the top of the window (zero means the top line). A negative argument counts lines up from the bottom (1 means the bottom line).
C-p UP M-r
M-<
Move to the top of the buffer (beginning-of-buffer). With numeric argument n, move to n/10 of the way from the top. See Section 4.10 [Arguments], page 24, for more information on numeric arguments. Move to the end of the buffer (end-of-buffer).
M->
19
C-v PAGEDOWN NEXT Scroll the display one screen forward, and move point if necessary to put it on the screen (scroll-up). If your keyboard has a PAGEDOWN key (sometimes labelled NEXT), it does the same thing as C-V. Scrolling commands are described further in Section 11.1 [Scrolling], page 63. M-v PAGEUP PRIOR
Scroll one screen backward, and move point if necessary to put it on the screen (scroll-down). If your keyboard has a PAGEUP key (sometimes labelled PRIOR), it does the same thing as M-v.
M-x goto-char Read a number n and move point to buffer position n. Position 1 is the beginning of the buffer. M-g M-g M-g g Read a number n and move point to the beginning of line number n (gotoline). Line 1 is the beginning of the buffer. If point is on or just after a number in the buffer, that is the default for n. Just type RET in the minibuffer to use it. You can also specify n by giving M-g M-g a numeric prefix argument. See Section 16.1 [Select Buffer], page 137, for the behavior of M-g M-g when you give it a plain prefix argument. Use the current column of point as the semipermanent goal column for C-n and C-p (set-goal-column). When a semipermanent goal column is in effect, those commands always try to move to this column, or as close as possible to it, after moving vertically. The goal column remains in effect until canceled.
C-x C-n
C-u C-x C-n Cancel the goal column. Henceforth, C-n and C-p try to preserve the horizontal position, as usual. When a line of text in the buffer is longer than the width of the window, Emacs usually displays it on two or more screen lines. For convenience, C-n and C-p move point by screen lines, as do the equivalent keys DOWN and UP. You can force these commands to move according to logical lines (i.e., according to the text lines in the buffer) by setting the variable line-move-visual to nil; if a logical line occupies multiple screen lines, the cursor then skips over the additional screen lines. Moving by logical lines was the default behavior prior to Emacs 23.1. For details, see Section 4.8 [Continuation Lines], page 22. See Section 32.3 [Variables], page 411, for how to set variables such as line-move-visual. Unlike C-n and C-p, most of the Emacs commands that work on lines work on logical lines. For instance, C-a (move-beginning-of-line) and C-e (move-end-of-line) respectively move to the beginning and end of the logical line. Whenever we encounter commands that work on screen lines, such as C-n and C-p, we will point these out. When line-move-visual is nil, you can also set the variable track-eol to a non-nil value. Then C-n and C-p, when starting at the end of the logical line, move to the end of the next logical line. Normally, track-eol is nil.
20
C-n normally stops at the end of the buffer when you use it on the last line of the buffer. However, if you set the variable next-line-add-newlines to a non-nil value, C-n on the last line of a buffer creates an additional line at the end and moves down into it.
The key DEL (delete-backward-char) removes the character before point, moving the cursor and all the characters after it backwards. On most keyboards, DEL is labelled BACKSPACE, but we refer to it as DEL in this manual. Do not confuse DEL with another key, labelled DELETE, that exists on many keyboards; we will discuss DELETE momentarily. Typing DEL when the cursor is at the beginning of a line deletes the preceding newline character, joining the line with the one before it. On some text-only terminals, Emacs may not recognize the DEL key properly. If DEL does not do the right thing (e.g., if it deletes characters forwards), see Section 33.2.1 [DEL Does Not Delete], page 436. The key C-d (delete-char) deletes the character after point, i.e., the character under the cursor. This shifts the rest of the text on the line to the left. If you type C-d at the end of a line, it joins that line with the following line. This command is also bound to the key labelled DELETE on many keyboards. To erase a larger amount of text, use the C-k key, which erases (kills) a line at a time. If you type C-k at the beginning or middle of a line, it kills all the text up to the end of the line. If you type C-k at the end of a line, it joins that line with the following line. To learn more about killing text, see Chapter 9 [Killing], page 50.
Emacs records a list of changes made in the buffer text, so you can undo recent changes. This is done using the undo command, which is bound to C-/ (as well as C-x u and C-_). Normally, this command undoes the last change, moving point back to where it was before the change. The undo command applies only to changes in the buffer; you cant use it to undo cursor motion.
21
Although each editing command usually makes a separate entry in the undo records, very simple commands may be grouped together. Sometimes, an entry may cover just part of a complex command. If you repeat C-/ (or its aliases), each repetition undoes another, earlier change, back to the limit of the undo information available. If all recorded changes have already been undone, the undo command displays an error message and does nothing. To learn more about the undo command, see Section 13.1 [Undo], page 98.
4.5 Files
Text that you insert in an Emacs buffer lasts only as long as the Emacs session. To keep any text permanently, you must put it in a file. Files are named units of text which are stored by the operating system for you to retrieve later by name. To use the contents of a file in any way, including editing it with Emacs, you must specify the file name. Suppose there is a file named test.emacs in your home directory. To begin editing this file in Emacs, type C-x C-f test.emacs RET Here the file name is given as an argument to the command C-x C-f (find-file). That command uses the minibuffer to read the argument, and you type RET to terminate the argument (see Chapter 5 [Minibuffer], page 26). Emacs obeys this command by visiting the file: it creates a buffer, copies the contents of the file into the buffer, and then displays the buffer for editing. If you alter the text, you can save the new text in the file by typing C-x C-s (save-buffer). This copies the altered buffer contents back into the file test.emacs, making them permanent. Until you save, the changed text exists only inside Emacs, and the file test.emacs is unaltered. To create a file, just visit it with C-x C-f as if it already existed. This creates an empty buffer, in which you can insert the text you want to put in the file. Emacs actually creates the file the first time you save this buffer with C-x C-s. To learn more about using files in Emacs, see Chapter 15 [Files], page 112.
4.6 Help
If you forget what a key does, you can find out with the Help character, which is C-h (or F1, which is an alias for C-h). Type C-h k, followed by the key of interest; for example, C-h k C-n tells you what C-n does. C-h is a prefix key; C-h k is just one of its subcommands (the command describe-key). The other subcommands of C-h provide different kinds of help. Type C-h twice to get a description of all the help facilities. See Chapter 7 [Help], page 35.
22
We have seen how RET (newline) starts a new line of text. However, it may be easier to see what you are doing if you first make a blank line and then insert the desired text into it. This is easy to do using the key C-o (open-line), which inserts a newline after point but leaves point in front of the newline. After C-o, type the text for the new line. You can make several blank lines by typing C-o several times, or by giving it a numeric argument specifying how many blank lines to make. See Section 4.10 [Arguments], page 24, for how. If you have a fill prefix, the C-o command inserts the fill prefix on the new line, if typed at the beginning of a line. See Section 22.5.3 [Fill Prefix], page 203. The easy way to get rid of extra blank lines is with the command C-x C-o (deleteblank-lines). If point lies within a run of several blank lines, C-x C-o deletes all but one of them. If point is on a single blank line, C-x C-o deletes it. If point is on a nonblank line, C-x C-o deletes all following blank lines, if any exists.
23
M-x what-page Display the page number of point, and the line number within that page. M-x what-line Display the line number of point in the whole buffer. M-x line-number-mode M-x column-number-mode Toggle automatic display of the current line number or column number. See Section 11.14 [Optional Mode Line], page 75. M-x count-lines-region Display the number of lines in the current region. Normally bound to M-=, except in a few specialist modes. See Chapter 8 [Mark], page 44, for information about the region. C-x = Display the character code of character after point, character position of point, and column of point (what-cursor-position).
M-x hl-line-mode Enable or disable highlighting of the current line. See Section 11.16 [Cursor Display], page 77. M-x size-indication-mode Toggle automatic display of the size of the buffer. See Section 11.14 [Optional Mode Line], page 75. M-x what-line displays the current line number in the echo area. This command is usually redundant, because the current line number is shown in the mode line (see Section 1.3 [Mode Line], page 8). However, if you narrow the buffer, the mode line shows the line number relative to the accessible portion (see Section 31.10 [Narrowing], page 392). By contrast, what-line displays both the line number relative to the narrowed region and the line number relative to the whole buffer. M-x what-page counts pages from the beginning of the file, and counts lines within the page, showing both numbers in the echo area. See Section 22.4 [Pages], page 200. Use M-x count-lines-region (normally bound to M-=) to display the number of lines in the region (see Chapter 8 [Mark], page 44). See Section 22.4 [Pages], page 200, for the command C-x l which counts the lines in the current page. The command C-x = (what-cursor-position) shows information about the current cursor position and the buffer contents at that position. It displays a line in the echo area that looks like this:
Char: c (99, #o143, #x63) point=28062 of 36168 (78%) column=53
After Char:, this shows the character in the buffer at point. The text inside the parenthesis shows the corresponding decimal, octal and hex character codes; for more information about how C-x = displays character information, see Section 19.1 [International Chars], page 170. After point= is the position of point as a character count (the first character in the buffer is position 1, the second character is position 2, and so on). The number after that is the total number of characters in the buffer, and the number in parenthesis expresses the position as a percentage of the total. After column= is the horizontal position of point, in columns counting from the left edge of the window.
24
If the buffer has been narrowed, making some of the text at the beginning and the end temporarily inaccessible, C-x = displays additional text describing the currently accessible range. For example, it might display this:
Char: C (67, #o103, #x43) point=252 of 889 (28%) <231-599> column=0
where the two extra numbers give the smallest and largest character position that point is allowed to assume. The characters between those two positions are the accessible ones. See Section 31.10 [Narrowing], page 392.
25
Some commands care whether there is an argument, but ignore its value. For example, the command M-q (fill-paragraph) fills text; with an argument, it justifies the text as well. (See Section 22.5 [Filling], page 201, for more information on M-q.) For these commands, it is enough to the argument with a single C-u. Some commands use the value of the argument as a repeat count, but do something special when there is no argument. For example, the command C-k (kill-line) with argument n kills n lines, including their terminating newlines. But C-k with no argument is special: it kills the text up to the next newline, or, if point is right at the end of the line, it kills the newline itself. Thus, two C-k commands with no arguments can kill a nonblank line, just like C-k with an argument of one. (See Chapter 9 [Killing], page 50, for more information on C-k.) A few commands treat a plain C-u differently from an ordinary argument. A few others may treat an argument of just a minus sign differently from an argument of 1. These unusual cases are described when they come up; they exist to make an individual command more convenient, and they are documented in that commands documentation string. We use the term prefix argument as well as numeric argument, to emphasize that you type these argument before the command, and to distinguish them from minibuffer arguments that come after the command.
26
5 The Minibuffer
The minibuffer is where Emacs commands read complicated arguments, such as file names, buffer names, Emacs command names, or Lisp expressions. We call it the minibuffer because its a special-purpose buffer with a small amount of screen space. You can use the usual Emacs editing commands in the minibuffer to edit the argument text. When the minibuffer is in use, it appears in the echo area, with a cursor. The minibuffer display starts with a prompt in a distinct color, usually ending with a colon. The prompt states what kind of input is expected, and how it will be used. The simplest way to enter a minibuffer argument is to type the text, then RET to submit the argument and exit the minibuffer. You can cancel the minibuffer, and the command that wants the argument, by typing C-g. Sometimes, a default argument appears in the prompt, inside parentheses before the colon. The default will be used as the argument value if you just type RET. For example, commands that read buffer names usually show a buffer name as the default; you can type RET to operate on that default buffer. Since the minibuffer appears in the echo area, it can conflict with other uses of the echo area. If an error occurs while the minibuffer is active, the error message hides the minibuffer for a few seconds, or until you type something; then the minibuffer comes back. If a command such as C-x = needs to display a message in the echo area, the message hides the minibuffer for a few seconds, or until you type something; then the minibuffer comes back. While the minibuffer is in use, keystrokes do not echo.
27
it (to disable this dimming, turn off File Name Shadow mode with the command M-x file-name-shadow-mode.) Emacs interprets ~/ as your home directory. Thus, ~/foo/bar.txt specifies a file named bar.txt, inside a directory named foo, which is in turn located in your home directory. In addition, ~user-id / means the home directory of a user whose login name is user-id. Any leading directory name in front of the ~ is ignored: thus, /u2/emacs/~/foo/bar.txt is equivalent to ~/foo/bar.txt. On MS-Windows and MS-DOS systems, where a user doesnt always have a home directory, Emacs uses several alternatives. For MS-Windows, see Section G.5 [Windows HOME], page 499; for MS-DOS, see Section MS-DOS File Names in the Emacs Manual , in the main Emacs manual. On these systems, the ~user-id / construct is supported only for the current user, i.e., only if user-id is the current users login name. To prevent Emacs from inserting the default directory when reading file names, change the variable insert-default-directory to nil. In that case, the minibuffer starts out empty. Nonetheless, relative file name arguments are still interpreted based on the same default directory.
28
The variable max-mini-window-height controls the maximum height for resizing the minibuffer window. A floating-point number specifies a fraction of the frames height; an integer specifies the maximum number of lines; nil means do not resize the minibuffer window automatically. The default value is 0.25. The C-M-v command in the minibuffer scrolls the help text from commands that display help text of any sort in another window. You can also scroll the help text with M-PRIOR and M-NEXT (or, equivalently, M-PAGEUP and M-PAGEDOWN). This is especially useful with long lists of possible completions. See Section 17.3 [Other Window], page 147. Emacs normally disallows most commands that use the minibuffer while the minibuffer is active. To allow such commands in the minibuffer, set the variable enable-recursiveminibuffers to t.
5.3 Completion
Sometimes, you can use a feature called completion to help you enter arguments. This means that after you type part of the argument, Emacs can fill in the rest, or some of it, based on what you have typed so far. When completion is available, certain keys (usually TAB, RET, and SPC) are rebound to complete the text in the minibuffer into a longer string chosen from a set of completion alternatives. The set of completion alternatives depends on the command that requested the argument, and on what you have typed so far. In addition, you can usually type ? to display a list of possible completions. For example, M-x uses the minibuffer to read the name of a command, so completion works by matching the minibuffer text against the names of existing Emacs commands. So, to run the command insert-buffer, you can type M-x ins SPC b RET instead of the full M-x insert-buffer RET. Case is significant in completion when it is significant in the argument you are entering, such as command names. Thus, insert-buffer is not a valid completion for IN. Completion ignores case distinctions for certain arguments in which case does not matter.
29
TAB SPC
Complete the text in the minibuffer as much as possible; if unable to complete, display a list of possible completions (minibuffer-complete). Complete up to one word from the minibuffer text before point (minibuffercomplete-word). SPC for completion is not available when entering a file name, since file names often include spaces. Submit the text in the minibuffer as the argument, possibly completing first as described in the next subsection (minibuffer-complete-and-exit). Display a list of possible completions of the text before point (minibuffercompletion-help).
RET ?
TAB (minibuffer-complete) is the most fundamental completion command. It searches for all possible completion alternatives that match the existing minibuffer text, and attempts to complete as much as it can. The matching of completion alternatives to the minibuffer text is performed according to somewhat intricate rules, which are designed so that plausible completions are offered under most circumstances. A valid completion alternative must satisfy the following criteria: The minibuffer text before point must be the same as the beginning of the completion alternative. If there is any minibuffer text after point, it must be a substring of the remainder of the completion alternative. If no completion alternative satisfies the above rules, try using partial completion rules: divide the minibuffer text into words separated by hyphens or spaces, and complete each word separately. Thus, when completing command names, em-l-m completes to emacs-lisp-mode. If there is still no completion alternative, try the first rule again, but ignore the minibuffer text after point (i.e., dont try matching it). When performing these comparisons, a * in the minibuffer text acts as a wildcardit matches any character at the corresponding position in the completion alternative. SPC (minibuffer-complete-word) completes like TAB, but only up to the next hyphen or space. If you have auto-f in the minibuffer and type SPC, it finds that the completion is auto-fill-mode, but it only inserts ill-, giving auto-fill-. Another SPC at this point completes all the way to auto-fill-mode. If TAB or SPC is unable to complete, it displays a list of possible completions (if there are any) in a separate window. You can choose a completion from this list using the following commands: Mouse-1 Mouse-2 M-v PAGEUP PRIOR Clicking mouse button 1 or 2 on a completion possibility chooses that completion (mouse-choose-completion).
Typing M-v, while in the minibuffer, selects the window showing the completion list buffer (switch-to-completions). This paves the way for using the commands below. Typing PAGEUP or PRIOR does the same, as does selecting that window in other ways.
30
RET
Typing RET, while in the completion list buffer, chooses the completion that point is in or next to (choose-completion). To use this command, you must first switch to the completion list window. Typing the right-arrow key RIGHT, while in the completion list buffer, moves point to the following completion possibility (next-completion). Typing the left-arrow key LEFT, while in the completion list buffer, moves point to the previous completion possibility (previous-completion).
RIGHT LEFT
31
When completing file names, Emacs ignores case differences if the variable read-filename-completion-ignore-case is non-nil. The default value is nil on systems that have case-sensitive file-names, such as GNU/Linux; it is non-nil on systems that have caseinsensitive file-names, such as Microsoft Windows. When completing buffer names, Emacs ignores case differences if read-buffer-completion-ignore-case is non-nil (the default value is nil). You can customize the matching rules for completion alternatives using the variable completion-styles. Its value should be a list of symbols, each representing a completion style ; valid style symbols are basic, partial-completion, emacs22, emacs21, and initials. When completing, Emacs attempts to use the first completion style in the list; if this does not return any completion alternatives, it tries the next completion style in the list, and so on. The completion rules described in Section 5.3.2 [Completion Commands], page 28 correspond to the default value of completion-styles, which is (basic partial-completion emacs22). Icomplete mode presents a constantly-updated display that tells you what completions are available for the text youve entered so far. The command to enable or disable this minor mode is M-x icomplete-mode.
M-r regexp RET Move to an earlier item in the minibuffer history that matches regexp (previous-matching-history-element). M-s regexp RET Move to a later item in the minibuffer history that matches regexp (nextmatching-history-element). While in the minibuffer, typing M-p or UP (previous-history-element) moves up through the minibuffer history list, one item at a time. Each M-p fetches an earlier item from the history list into the minibuffer, replacing its existing contents. Similarly, typing M-n or DOWN (next-history-element) moves back down the history list, fetching later entries into the minibuffer. You can think of these commands as backwards and forwards through the history list. If you type M-n in the minibuffer when there are no later entries in the minibuffer history (e.g., if you havent previously typed M-p), Emacs tries fetching from a list of default argument: values that you are likely to enter. You can think of this as moving through the future list instead of the history list.
32
The input that M-p or M-n fetches into the minibuffer entirely replaces the existing contents of the minibuffer, so you can simply type RET to use it as an argument. You can also edit the text before you reuse it; this does not change the history element that you moved to, but your new argument does go at the end of the history list in its own right. There are also commands to search forward or backward through the history; they search for history elements that match a regular expression. M-r (previous-matchinghistory-element) searches older elements in the history, while M-s (next-matchinghistory-element) searches newer elements. These commands are unusual: they use the minibuffer to read the regular expression even though they are invoked from the minibuffer. As with incremental searching, an upper-case letter in the regular expression makes the search case-sensitive (see Section 12.8 [Search Case], page 91). You can also search through the history using an incremental search (see Section 12.1.7 [Isearch Minibuffer], page 84). All uses of the minibuffer record your input on a history list, but there are separate history lists for different kinds of arguments. For example, there is a list for file names, used by all the commands that read file names. (As a special feature, this history list records the absolute file name, even if the name you entered was not absolute.) There are several other specific history lists, including one for buffer names, one for arguments of commands like query-replace, one used by M-x for command names, and one used by compile for compilation commands. Finally, there is one miscellaneous history list that most minibuffer arguments use. The variable history-length specifies the maximum length of a minibuffer history list; adding a new element deletes the oldest element if the list gets too long. If the value of history-length is t, there is no maximum length. The variable history-delete-duplicates specifies whether to delete duplicates in history. If it is non-nil, adding a new element deletes from the list all other elements that are equal to it. The default is nil.
33
If you type just RET, that repeats the command unchanged. You can also change the command by editing the Lisp expression before you execute it. The repeated command is added to the front of the command history unless it is identical to the most recent item. Once inside the minibuffer for C-x ESC ESC, you can use the minibuffer history commands (M-p, M-n, M-r, M-s; see Section 5.4 [Minibuffer History], page 31) to move through the history list of saved entire commands. After finding the desired previous command, you can edit its expression as usual and then repeat it by typing RET. Incremental search does not, strictly speaking, use the minibuffer. Therefore, although it behaves like a complex command, it normally does not appear in the history list for C-x ESC ESC. You can make incremental search commands appear in the history by setting isearch-resume-in-command-history to a non-nil value. See Section 12.1 [Incremental Search], page 80. The list of previous minibuffer-using commands is stored as a Lisp list in the variable command-history. Each element is a Lisp expression which describes one command and its arguments. Lisp programs can re-execute a command by calling eval with the commandhistory element.
34
Chapter 7: Help
35
7 Help
Emacs provides extensive help features, all accessible through the help character, C-h. This is a prefix key that is used for commands that display documentation; the next character you type should be a help option, to ask for a particular kind of help. You can cancel the C-h command with C-g. The function key F1 is equivalent to C-h. C-h itself is one of the help options; C-h C-h displays a list of help options, with a brief description of each one (help-for-help). You can scroll the list with SPC and DEL, then type the help option you want. To cancel, type C-g. C-h or F1 means help in various other contexts as well. For instance, you can type them after a prefix key to display a list of the keys that can follow the prefix key. (A few prefix keys dont support C-h in this way, because they define other meanings for it, but they all support F1 for help.) Most help buffers use a special major mode, Help mode, which lets you scroll conveniently with SPC and DEL. You can also follow hyperlinks to URLs, and to other facilities including Info nodes and customization buffers. See Section 7.4 [Help Mode], page 39. If you are looking for a certain feature, but dont know what it is called or where to look, we recommend three methods. First, try an apropos command, then try searching the manual index, then look in the FAQ and the package keywords. C-h a topics RET This searches for commands whose names match the argument topics. The argument can be a keyword, a list of keywords, or a regular expression (see Section 12.5 [Regexps], page 86). See Section 7.3 [Apropos], page 38. C-h i d m emacs RET i topic RET This searches for topic in the indices of the on-line Emacs manual, and displays the first match found. Press , to see subsequent matches. You can use a regular expression as topic. C-h i d m emacs RET s topic RET Similar, but searches the text of the manual rather than the indices. C-h C-f C-h p This displays the Emacs FAQ. You can use the Info commands to browse it. This displays the available Emacs packages based on keywords. See Section 7.5 [Library Keywords], page 40.
Here is a summary of the Emacs interactive help commands. (The character that follows C-h is the help option.) See Section 7.8 [Help Files], page 42, for other help commands that display fixed files of information. C-h a topics RET Display a list of commands whose names match topics (apropos-command; see Section 7.3 [Apropos], page 38). C-h b Display all active key bindings; minor mode bindings first, then those of the major mode, then global bindings (describe-bindings).
C-h c key Given a key sequence key, show the name of the command that it runs (describe-key-briefly). Here c stands for character. For more extensive information on key, use C-h k.
Chapter 7: Help
36
C-h d topics RET Display the commands and variables whose documentation matches topics (apropos-documentation). C-h e Display the *Messages* buffer (view-echo-area-messages). C-h f function RET Display documentation on the Lisp function named function (describefunction). Since commands are Lisp functions, this works for commands too. C-h h C-h i Display the HELLO file, which shows examples of various character sets. Run Info, the GNU documentation browser (info). The complete Emacs manual is available on-line in Info.
C-h k key Display the name and documentation of the command that key runs (describe-key). C-h l C-h m C-h n C-h p C-h r C-h s C-h t Display a description of your last 300 keystrokes (view-lossage). Display documentation of the current major mode (describe-mode). Display news of recent Emacs changes (view-emacs-news). Find packages by topic keyword (finder-by-keyword). For an alternative interface to the same information, try the info-finder command. Display the Emacs manual in Info (info-emacs-manual). Display the current contents of the syntax table, with an explanation of what they mean (describe-syntax). See Section 32.5 [Syntax], page 428. Enter the Emacs interactive tutorial (help-with-tutorial).
C-h v var RET Display the documentation of the Lisp variable var (describe-variable). C-h w command RET Show which keys run the command named command (where-is). C-h C coding RET Describe the coding system coding (describe-coding-system). C-h C RET Describe the coding systems currently in use. C-h F command RET Enter Info and go to the node that documents the Emacs command command (Info-goto-emacs-command-node). C-h I method RET Describe the input method method (describe-input-method). C-h K key Enter Info and go to the node that documents the key sequence key (Infogoto-emacs-key-command-node). C-h L language-env RET Display information on the character sets, coding systems, and input methods used in language environment language-env (describe-languageenvironment).
Chapter 7: Help
37
C-h S symbol RET Display the Info documentation on symbol symbol according to the programming language you are editing (info-lookup-symbol). C-h . Display the help message for a special text area, if point is in one (displaylocal-help). (These include, for example, links in *Help* buffers.)
Chapter 7: Help
38
means that name is defined as a Lisp function. Type C-g to cancel the C-h f command if you dont really want to view the documentation. C-h v (describe-variable) is like C-h f but describes Lisp variables instead of Lisp functions. Its default is the Lisp symbol around or before point, if that is the name of a defined Lisp variable. See Section 32.3 [Variables], page 411. Help buffers that describe Emacs variables and functions normally have hyperlinks to the corresponding source definition, if you have the source files installed. (See Section 31.16 [Hyperlinking], page 397.) If you know Lisp (or C), this provides the ultimate documentation. If you dont know Lisp, you should learn it. (The Introduction to Emacs Lisp Programming, available from the FSF through fsf.org, is a good way to get started.) If Emacs feels you are just using it, treating it as an object program, its feelings may be hurt. For real intimacy, read the Emacs source code. To find a commands documentation in a manual, use C-h F (Info-goto-emacscommand-node). This knows about various manuals, not just the Emacs manual, and finds the right one.
7.3 Apropos
The apropos commands answer questions like, What are the commands for working with files? More precisely, you specify an apropos pattern, which means either a word, a list of words, or a regular expression. Each apropos command displays a list of items that match the pattern, in a separate buffer. C-h a pattern RET Search for commands whose names match pattern. M-x apropos RET pattern RET Search for functions and variables whose names match pattern. Both interactive functions (commands) and noninteractive functions can be found by this command. M-x apropos-variable RET pattern RET Search for user-option variables whose names match pattern. M-x apropos-value RET pattern RET Search for functions whose definitions match pattern, and variables whose values match pattern. C-h d pattern RET Search for functions and variables whose documentation strings match pattern. The simplest kind of apropos pattern is one word. Anything which contains that word matches the pattern. Thus, to find the commands that work on files, type C-h a file RET. This displays a list of all command names that contain file, including copy-file, findfile, and so on. Each command name comes with a brief description and a list of keys you can currently invoke it with. In our example, it would say that you can invoke find-file by typing C-x C-f. The a in C-h a stands for Apropos; C-h a runs the command apropos-command. This command normally checks only commands (interactive functions); if you specify a prefix argument, it checks noninteractive functions as well.
Chapter 7: Help
39
For more information about a function definition, variable or symbol property listed in the apropos buffer, you can click on it with Mouse-1 or Mouse-2, or move there and type RET. When you specify more than one word in the apropos pattern, a name must contain at least two of the words in order to match. Thus, if you are looking for commands to kill a chunk of text before point, you could try C-h a kill back backward behind before RET. The real command name kill-backward will match that; if there were a command kill-text-before, it would also match, since it contains two of the specified words. For even greater flexibility, you can specify a regular expression (see Section 12.5 [Regexps], page 86). An apropos pattern is interpreted as a regular expression if it contains any of the regular expression special characters, ^$*+?.\[. Following the conventions for naming Emacs commands, here are some words that youll find useful in apropos patterns. By using them in C-h a, you will also get a feel for the naming conventions. char, line, word, sentence, paragraph, region, page, sexp, list, defun, rect, buffer, frame, window, face, file, dir, register, mode, beginning, end, forward, backward, next, previous, up, down, search, goto, kill, delete, mark, insert, yank, fill, indent, case, change, set, what, list, find, view, describe, default. Use M-x apropos instead of C-h a to list all the Lisp symbols that match an apropos pattern, not just the symbols that are commands. This command does not list key bindings by default; specify a numeric argument if you want it to list them. Use M-x apropos-variable to list user-customizable variables that match an apropos pattern. If you specify a prefix argument, it lists all matching variables. The apropos-documentation command is like apropos except that it searches documentation strings instead of symbol names for matches. The apropos-value command is like apropos except that it searches variables values for matches for the apropos pattern. With a prefix argument, it also checks symbols function definitions and property lists. If the variable apropos-do-all is non-nil, the apropos commands always behave as if they had been given a prefix argument. By default, apropos lists the search results in alphabetical order. If the variable apropossort-by-scores is non-nil, the apropos commands try to guess the relevance of each result, and display the most relevant ones first. By default, apropos lists the search results for apropos-documentation in order of relevance of the match. If the variable apropos-documentation-sort-by-scores is nil, apropos lists the symbols found in alphabetical order.
Chapter 7: Help
40
Move point forward to the next cross reference. Move point back to the previous cross reference. Follow a cross reference that you click on. Show all documentation about the symbol at point.
When a function name (see Chapter 6 [Running Commands by Name], page 34), variable name (see Section 32.3 [Variables], page 411), or face name (see Section 11.5 [Faces], page 66) appears in the documentation, it normally appears inside paired single-quotes. To view the documentation of that command, variable or face, you can click on the name with Mouse-1 or Mouse-2, or move point there and type RET. Use C-c C-b to retrace your steps. You can follow cross references to URLs (web pages) also. This uses the browse-url command to view the page in the browser you choose. See Section 31.16.1 [Browse-URL], page 398. There are convenient commands to move point to cross references in the help text. TAB (help-next-ref) moves point down to the next cross reference. S-TAB moves up to the previous cross reference (help-previous-ref). To view all documentation about any symbol name that appears in the text, move point to the symbol name and type C-c C-c (help-follow-symbol). This shows all available documentation about the symbol as a variable, function and/or face. As above, use C-c C-b to retrace your steps.
Chapter 7: Help
41
lisp local maint mail matching mouse multimedia news oop outlines processes terminals tex tools unix wp
Lisp support, including Emacs Lisp. code local to your site. maintenance aids for the Emacs development group. modes for electronic-mail handling. various sorts of searching and matching. mouse support. images and sound support. support for netnews reading and posting. support for object-oriented programming. support for hierarchical outlining. process, subshell, compilation, and job control support. support for terminal types. supporting code for the TEX formatter. programming tools. front-ends/assistants for, or emulators of, UNIX-like features. word processing.
Chapter 7: Help
42
function or variable) in the proper manual. The details of how this command works depend on the major mode. If something surprising happens, and you are not sure what you typed, use C-h l (viewlossage). C-h l displays your last 300 input keystrokes. If you see commands that you dont know, you can use C-h c to find out what they do. To review recent echo area messages, use C-h e (view-echo-area-messages). This displays the buffer *Messages*, where those messages are kept. Each Emacs major mode typically redefines a few keys and makes other changes in how editing works. C-h m (describe-mode) displays documentation on the current major mode, which normally describes the commands and features that are changed in this mode. C-h b (describe-bindings) and C-h s (describe-syntax) show other information about the current environment within Emacs. C-h b displays a list of all the key bindings now in effect: first the local bindings of the current minor modes, then the local bindings defined by the current major mode, and finally the global bindings (see Section 32.4 [Key Bindings], page 419). C-h s displays the contents of the syntax table, with explanations of each characters syntax (see Section 32.5 [Syntax], page 428). You can get a list of subcommands for a particular prefix key by typing C-h after the prefix key. (There are a few prefix keys for which this does not workthose that provide their own bindings for C-h. One of these is ESC, because ESC C-h is actually C-M-h, which marks a defun.)
Chapter 7: Help
43
44
Drag-Mouse-1 Set point and the mark around the text you drag across. Mouse-3 Set the mark at point, then move point to where you click (mouse-save-thenkill).
Shifted motion keys Set the mark at point if the mark is inactive, then move point. The most common way to set the mark is with C-SPC (set-mark-command)1 . This sets the mark where point is, and activates it. You can then move point away, leaving the mark behind.
1
There is no C-SPC character in ASCII; usually, typing C-SPC on a text terminal gives the character C-@. This key is also bound to set-mark-command, so unless you are unlucky enough to have a text terminal that behaves differently, you might as well think of C-@ as C-SPC.
45
For example, suppose you wish to convert part of the buffer to upper case. To accomplish this, go to the beginning of the desired text, type C-SPC, and move point until the desired portion of text is highlighted. Now type C-x C-u (upcase-region). This converts the text in the region to upper case, and then deactivates the mark. The command C-x C-x (exchange-point-and-mark) exchanges the positions of point and the mark, keeping the region unchanged. If the mark is inactive, Emacs first reactivates the mark wherever it was last set. C-x C-x is useful when you are satisfied with the position of point but want to move the other end of the region (where the mark is). Using C-x C-x a second time, if necessary, puts the mark at the new position with point back at its original position. You can also set the mark with the mouse. If you press the left mouse button (down-mouse-1) and drag the mouse across a range of text while holding down this button, this sets the mark where you first pressed the mouse button and puts point where you release it. Alternatively, clicking the right mouse button (mouse-3) sets the mark at point and then moves point to where you clicked. Using the mouse to mark a region also copies the region into the kill ring (see Section 9.2.1 [Kill Ring], page 53). See Section 18.1.1 [Mouse Commands], page 152, for a more detailed description of these mouse commands. Finally, you can set the mark by holding down the shift key while typing certain cursor motion commands (such as S-RIGHT, S-C-f, S-C-n, etc.) This is referred to as shiftselection. This sets the mark at point before moving point, but only if there is no active mark set via shift-selection. The mark set by mouse commands and by shift-selection behaves slightly differently from the usual mark: any subsequent unshifted cursor motion command deactivates it automatically. For details, See Section 8.6 [Shift Selection], page 48. Whenever the mark is active, you can deactivate it by typing C-g (see Section 33.1 [Quitting], page 435). The mark is also automatically deactivated after certain non-motion commands.
46
M-@ (mark-word) puts the mark at the end of the next word, while C-M-@ (marksexp) puts it at the end of the next balanced expression (see Section 23.4.1 [Expressions], page 239). These commands handle arguments just like M-f and C-M-f. The other commands in the above list set both point and mark, so as to delimit an object in the buffer. M-h (mark-paragraph) moves point to the beginning of the paragraph that surrounds or follows point, and sets the mark at the end of that paragraph (see Section 22.3 [Paragraphs], page 199). As a special exception, repeated invocations of M-h extend the region to subsequent paragraphs. This is convenient for indenting, case-converting, or killing entire paragraphs. The M-h command accepts prefix arguments. If the arguments value is positive, M-h marks that many paragraphs starting with the one surrounding point; therefore, C-u M-h is equivalent to M-h M-h M-h M-h. If the prefix argument is n, M-h marks n paragraphs running back from the one surrounding point; in this case, point moves forward to the end of that paragraph, and the mark goes at the start of the region. Similarly, C-M-h (mark-defun) sets mark and point around major top-level definitions (see Section 23.2.2 [Moving by Defuns], page 233), and C-x C-p (mark-page) does the same for pages (see Section 22.4 [Pages], page 200). These treat repeated invocations and prefix arguments similarly to mark-paragraph. Finally, C-x h (mark-whole-buffer) sets up the entire buffer as the region, by putting point at the beginning and the mark at the end. (In some programs this is called select all.)
47
If you enable Delete Selection mode, a minor mode, then inserting text while the mark is active causes the selected text to be deleted first. This also deactivates the mark. Many graphical applications follow this convention, but Emacs does not. To toggle Delete Selection mode on or off, type M-x delete-selection-mode. Another effect of this mode is that some keys, such as DEL and C-d, always kill the region if one exists.
48
The command C-x C-SPC (pop-global-mark) jumps to the buffer and position of the latest entry in the global ring. It also rotates the ring, so that successive uses of C-x C-SPC take you to earlier buffers and mark positions.
It is also sometimes called Zmacs mode, because the Zmacs editor on the MIT Lisp Machine handled the mark in a similar way.
49
Emacs does not show where the mark is locatedyou have to remember. The usual solution to this problem is to set the mark and then use it soon, before you forget where it is. Alternatively, you can check the location of the mark by using C-x C-x, which exchanges the positions of the point and the mark (see Section 8.1 [Setting Mark], page 44). Many commands that insert text, such as C-y (yank), position point and the mark at opposite ends of the inserted text, so that the region consists of the text just inserted. You can tell when a command sets the mark because it displays Mark set in the echo area. Many commands that move point long distances, like M-< and C-s, first set the mark where point was. Some commands, which ordinarily act on the region when the mark is active, no longer do so. For example, normally M-% (query-replace) performs replacements within the region, if the mark is active. When Transient Mark mode is off, it always operates from point to the end of the buffer. Commands that act this way are identified in their own documentation. While Transient Mark mode is off, you can activate it temporarily using C-SPC C-SPC or C-u C-x C-x. C-SPC C-SPC Set the mark at point (like plain C-SPC) and enable Transient Mark mode just once, until the mark is deactivated. (This is not really a separate command; you are using the C-SPC command twice.) C-u C-x C-x Activate the mark and enable Transient Mark mode temporarily, until the mark is next deactivated. (This is the C-x C-x command, exchange-point-andmark, with a prefix argument.) These commands set or activate the mark, and enable Transient Mark mode only until the mark is deactivated. One reason you may want to use them is that some commands operate on the entire buffer instead of the region when Transient Mark mode is off. Enabling Transient Mark mode momentarily gives you a way to use these commands on the region.
50
9.1.1 Deletion
Deletion means erasing text and not saving it in the kill ring. For the most part, the Emacs commands that delete text are those that erase just one character or only whitespace. C-d DELETE Delete next character (delete-char).
DEL BACKSPACE Delete previous character (delete-backward-char). M-\ M-SPC C-x C-o M-^ Delete spaces and tabs around point (delete-horizontal-space). Delete spaces and tabs around point, leaving one space (just-one-space). Delete blank lines around the current line (delete-blank-lines). Join two lines by deleting the intervening newline, along with any indentation following it (delete-indentation).
We have already described the basic deletion commands C-d (delete-char) and DEL (delete-backward-char). See Section 4.3 [Erasing], page 20. The other delete commands are those that delete only whitespace characters: spaces, tabs and newlines. M-\ (delete-horizontal-space) deletes all the spaces and tab characters
51
before and after point. With a prefix argument, this only deletes spaces and tab characters before point. M-SPC (just-one-space) does likewise but leaves a single space after point, regardless of the number of spaces that existed previously (even if there were none before). With a numeric argument n, it leaves n spaces after point. C-x C-o (delete-blank-lines) deletes all blank lines after the current line. If the current line is blank, it deletes all blank lines preceding the current line as well (leaving one blank line, the current line). On a solitary blank line, it deletes that line. M-^ (delete-indentation) joins the current line and the previous line, by deleting a newline and all surrounding spaces, usually leaving a single space. See Chapter 21 [Indentation], page 194.
Kill region (kill-region). See Chapter 8 [Mark], page 44. Save region as last killed text without actually killing it (kill-ring-save). Some programs call this copying. Kill word (kill-word). See Section 22.1 [Words], page 197. Kill word backwards (backward-kill-word).
Here, line means a logical text line, not a screen line. See Section 4.8 [Continuation Lines], page 22.
52
Kill back to beginning of sentence (backward-kill-sentence). Section 22.2 [Sentences], page 198. Kill to end of sentence (kill-sentence).
See
Kill the following balanced expression (kill-sexp). See Section 23.4.1 [Expressions], page 239. Kill through the next occurrence of char (zap-to-char).
Apart from C-k, the most commonly-used kill command is C-w (kill-region), which kills the text in the region (i.e., between point and mark). See Chapter 8 [Mark], page 44. If the mark is inactive when you type C-w, it first reactivates the mark where it was last set. The mark is deactivated at the end of the command. The command M-w (kill-ring-save) copies the region into the kill ring without removing it from the buffer. This is approximately equivalent to C-w followed by C-/, except that M-w does not alter the undo history. Emacs also provides commands to kill specific syntactic units: words, with M-DEL and M-d (see Section 22.1 [Words], page 197); balanced expressions, with C-M-k (see Section 23.4.1 [Expressions], page 239); and sentences, with C-x DEL and M-k (see Section 22.2 [Sentences], page 198). The command M-z (zap-to-char) combines killing with searching: it reads a character and kills from point up to (and including) the next occurrence of that character in the buffer. A numeric argument acts as a repeat count; a negative argument means to search backward and kill text before point.
9.2 Yanking
Yanking means reinserting text previously killed. The usual way to move or copy text is to kill it and then yank it elsewhere one or more times. C-y M-y C-M-w Yank last killed text (yank). Replace text just yanked with an earlier batch of killed text (yank-pop). Append next kill to last batch of killed text (append-next-kill).
On graphical displays with window systems, if there is a current selection in some other application, and you selected it more recently than you killed any text in Emacs, C-y copies the selection instead of text killed within Emacs.
53
54
by first typing the command C-M-w (append-next-kill) right before it. The C-M-w tells the following command, if it is a kill command, to append the text it kills to the last killed text, instead of starting a new entry. With C-M-w, you can kill several separated pieces of text and accumulate them to be yanked back in one place. A kill command following M-w (kill-ring-save) does not append to the text that M-w copied into the kill ring.
55
of text into one place. Here we describe the commands to accumulate scattered pieces of text into a buffer or into a file. M-x append-to-buffer Append region to the contents of a specified buffer. M-x prepend-to-buffer Prepend region to the contents of a specified buffer. M-x copy-to-buffer Copy region into a specified buffer, deleting that buffers old contents. M-x insert-buffer Insert the contents of a specified buffer into current buffer at point. M-x append-to-file Append region to the contents of a specified file, at the end. To accumulate text into a buffer, use M-x append-to-buffer. This reads a buffer name, then inserts a copy of the region into the buffer specified. If you specify a nonexistent buffer, append-to-buffer creates the buffer. The text is inserted wherever point is in that buffer. If you have been using the buffer for editing, the copied text goes into the middle of the text of the buffer, starting from wherever point happens to be at that moment. Point in that buffer is left at the end of the copied text, so successive uses of append-tobuffer accumulate the text in the specified buffer in the same order as they were copied. Strictly speaking, append-to-buffer does not always append to the text already in the bufferit appends only if point in that buffer is at the end. However, if append-to-buffer is the only command you use to alter a buffer, then point is always at the end. M-x prepend-to-buffer is just like append-to-buffer except that point in the other buffer is left before the copied text, so successive prependings add text in reverse order. M-x copy-to-buffer is similar, except that any existing text in the other buffer is deleted, so the buffer is left containing just the text newly copied into it. The command M-x insert-buffer can be used to retrieve the accumulated text from another buffer. This prompts for the name of a buffer, and inserts a copy of all the text in that buffer into the current buffer at point, leaving point at the beginning of the inserted text. It also adds the position of the end of the inserted text to the mark ring, without activating the mark. See Chapter 16 [Buffers], page 137, for background information on buffers. Instead of accumulating text in a buffer, you can append text directly into a file with M-x append-to-file. This prompts for a filename, and adds the text of the region to the end of the specified file. The file is changed immediately on disk. You should use append-to-file only with files that are not being visited in Emacs. Using it on a file that you are editing in Emacs would change the file behind Emacss back, which can lead to losing some of your editing. Another way to move text around is to store it in a register. See Chapter 10 [Registers], page 59.
56
9.4 Rectangles
Rectangle commands operate on rectangular areas of the text: all the characters between a certain pair of columns, in a certain range of lines. Emacs has commands to kill rectangles, yank killed rectangles, clear them out, fill them with blanks or text, or delete them. Rectangle commands are useful with text in multicolumn formats, and for changing text into or out of such formats. When you must specify a rectangle for a command to work on, you do it by putting the mark at one corner and point at the opposite corner. The rectangle thus specified is called the region-rectangle because you control it in much the same way as the region is controlled. But remember that a given combination of point and mark values can be interpreted either as a region or as a rectangle, depending on the command that uses them. If point and the mark are in the same column, the rectangle they delimit is empty. If they are in the same line, the rectangle is one line high. This asymmetry between lines and columns comes about because point (and likewise the mark) is between two columns, but within a line. C-x r k C-x r d C-x r y C-x r o C-x r c Kill the text of the region-rectangle, saving its contents as the last killed rectangle (kill-rectangle). Delete the text of the region-rectangle (delete-rectangle). Yank the last killed rectangle with its upper left corner at point (yank-rectangle). Insert blank space to fill the space of the region-rectangle (open-rectangle). This pushes the previous contents of the region-rectangle rightward. Clear the region-rectangle by replacing all of its contents with spaces (clearrectangle).
M-x delete-whitespace-rectangle Delete whitespace in each of the lines on the specified rectangle, starting from the left edge column of the rectangle. C-x r t string RET Replace rectangle contents with string on each line (string-rectangle). M-x string-insert-rectangle RET string RET Insert string on each line of the rectangle. The rectangle operations fall into two classes: commands for deleting and inserting rectangles, and commands for blank rectangles. There are two ways to get rid of the text in a rectangle: you can discard the text (delete it) or save it as the last killed rectangle. The commands for these two ways are C-x r d (delete-rectangle) and C-x r k (kill-rectangle). In either case, the portion of each line that falls inside the rectangles boundaries is deleted, causing any following text on the line to move left into the gap. Note that killing a rectangle is not killing in the usual sense; the rectangle is not stored in the kill ring, but in a special place that can only record the most recent rectangle killed. This is because yanking a rectangle is so different from yanking linear text that different
57
yank commands have to be used. It is hard to define yank-popping for rectangles, so we do not try. To yank the last killed rectangle, type C-x r y (yank-rectangle). Yanking a rectangle is the opposite of killing one. Point specifies where to put the rectangles upper left corner. The rectangles first line is inserted there, the rectangles second line is inserted at the same horizontal position, but one line vertically down, and so on. The number of lines affected is determined by the height of the saved rectangle. You can convert single-column lists into double-column lists using rectangle killing and yanking; kill the second half of the list as a rectangle and then yank it beside the first line of the list. See Section 31.11 [Two-Column], page 393, for another way to edit multi-column text. You can also copy rectangles into and out of registers with C-x r r r and C-x r i r . See Section 10.3 [Rectangle Registers], page 60. There are two commands you can use for making blank rectangles: C-x r c (clearrectangle) which blanks out existing text, and C-x r o (open-rectangle) which inserts a blank rectangle. Clearing a rectangle is equivalent to deleting it and then inserting a blank rectangle of the same size. The command M-x delete-whitespace-rectangle deletes horizontal whitespace starting from a particular column. This applies to each of the lines in the rectangle, and the column is specified by the left edge of the rectangle. The right edge of the rectangle does not make any difference to this command. The command C-x r t (string-rectangle) replaces the contents of a region-rectangle with a string on each line. The strings width need not be the same as the width of the rectangle. If the strings width is less, the text after the rectangle shifts left; if the string is wider than the rectangle, the text after the rectangle shifts right. The command M-x string-insert-rectangle is similar to string-rectangle, but inserts the string on each line, shifting the original text to the right.
58
you can easily expand it in any direction. Normal text you type is inserted to the left or right of each line in the rectangle (on the same side as the cursor). With CUA you can easily copy text and rectangles into and out of registers by providing a one-digit numeric prefix to the kill, copy, and yank commands, e.g. C-1 C-c copies the region into register 1, and C-2 C-v yanks the contents of register 2. CUA mode also has a global mark feature which allows easy moving and copying of text between buffers. Use C-S-SPC to toggle the global mark on and off. When the global mark is on, all text that you kill or copy is automatically inserted at the global mark, and text you type is inserted at the global mark rather than at the current position. For example, to copy words from various buffers into a word list in a given buffer, set the global mark in the target buffer, then navigate to each of the words you want in the list, mark it (e.g. with S-M-f), copy it to the list with C-c or M-w, and insert a newline after the word in the target list by pressing RET.
59
10 Registers
Emacs registers are compartments where you can save text, rectangles, positions, and other things for later use. Once you save text or a rectangle in a register, you can copy it into the buffer once, or many times; once you save a position in a register, you can jump back to that position once, or many times. Each register has a name that consists of a single character, which we will denote by r ; r can be a letter (such as a) or a number (such as 1); case matters, so register a is not the same as register A. A register can store a position, a piece of text, a rectangle, a number, a window configuration, or a file name, but only one thing at any given time. Whatever you store in a register remains there until you store something else in that register. To see what register r contains, use M-x view-register: M-x view-register RET r Display a description of what register r contains. Bookmarks record files and positions in them, so you can return to those positions when you look at the file again. Bookmarks are similar enough in spirit to registers that they seem to belong in this chapter.
60
M-x prepend-to-register RET r Prepend region to text in register r. C-x r s r stores a copy of the text of the region into the register named r. If the mark is inactive, Emacs first reactivates the mark where it was last set. The mark is deactivated at the end of this command. See Chapter 8 [Mark], page 44. C-u C-x r s r , the same command with a prefix argument, copies the text into register r and deletes the text from the buffer as well; you can think of this as moving the region text into the register. M-x append-to-register RET r appends the copy of the text in the region to the text already stored in the register named r. If invoked with a prefix argument, it deletes the region after appending it to the register. The command prepend-to-register is similar, except that it prepends the region text to the text in the register instead of appending it. C-x r i r inserts in the buffer the text from register r. Normally it leaves point before the text and places the mark after, but with a numeric argument (C-u) it puts point after the text and the mark before.
The C-x r i r command inserts a text string if the register contains one, and inserts a rectangle if the register contains one. See also the command sort-columns, which you can think of as sorting a rectangle. See Section 31.9 [Sorting], page 390.
Use C-x r j r to restore a window or frame configuration. This is the same command used to restore a cursor position. When you restore a frame configuration, any existing frames not included in the configuration become invisible. If you wish to delete these frames instead, use C-u C-x r j r .
61
C-x r i is the same command used to insert any other sort of register contents into the buffer. C-x r + with no numeric argument increments the register value by 1; C-x r n with no numeric argument stores zero in the register.
For example,
(set-register ?z (file . "/gd/gnu/emacs/19.0/src/ChangeLog"))
puts the file name shown in register z. To visit the file whose name is in register r, type C-x r j r . (This is the same command used to jump to a position or restore a frame configuration.)
10.7 Bookmarks
Bookmarks are somewhat like registers in that they record positions you can jump to. Unlike registers, they have long names, and they persist automatically from one Emacs session to the next. The prototypical use of bookmarks is to record where you were reading in various files. C-x r m RET Set the bookmark for the visited file, at point. C-x r m bookmark RET Set the bookmark named bookmark at point (bookmark-set). C-x r b bookmark RET Jump to the bookmark named bookmark (bookmark-jump). C-x r l List all bookmarks (list-bookmarks).
M-x bookmark-save Save all the current bookmark values in the default bookmark file. The prototypical use for bookmarks is to record one current position in each of several files. So the command C-x r m, which sets a bookmark, uses the visited file name as the default for the bookmark name. If you name each bookmark after the file it points to, then
62
you can conveniently revisit any of those files with C-x r b, and move to the position of the bookmark at the same time. To display a list of all your bookmarks in a separate buffer, type C-x r l (listbookmarks). If you switch to that buffer, you can use it to edit your bookmark definitions or annotate the bookmarks. Type C-h m in the bookmark buffer for more information about its special editing commands. When you kill Emacs, Emacs offers to save your bookmark values in your default bookmark file, ~/.emacs.bmk, if you have changed any bookmark values. You can also save the bookmarks at any time with the M-x bookmark-save command. The bookmark commands load your default bookmark file automatically. This saving and loading is how bookmarks persist from one Emacs session to the next. If you set the variable bookmark-save-flag to 1, each command that sets a bookmark will also save your bookmarks; this way, you dont lose any bookmark values even if Emacs crashes. (The value, if a number, says how many bookmark modifications should go by between saving.) Bookmark position values are saved with surrounding context, so that bookmark-jump can find the proper position even if the file is modified slightly. The variable bookmarksearch-size says how many characters of context to record on each side of the bookmarks position. Here are some additional commands for working with bookmarks: M-x bookmark-load RET filename RET Load a file named filename that contains a list of bookmark values. You can use this command, as well as bookmark-write, to work with other files of bookmark values in addition to your default bookmark file. M-x bookmark-write RET filename RET Save all the current bookmark values in the file filename. M-x bookmark-delete RET bookmark RET Delete the bookmark named bookmark. M-x bookmark-insert-location RET bookmark RET Insert in the buffer the name of the file that bookmark bookmark points to. M-x bookmark-insert RET bookmark RET Insert in the buffer the contents of the file that bookmark bookmark points to.
63
11.1 Scrolling
If a buffer contains text that is too large to fit entirely within a window that is displaying the buffer, Emacs shows a contiguous portion of the text. The portion shown always contains point. Scrolling means moving text up or down in the window so that different parts of the text are visible. Scrolling forward or up means that text moves up, and new text appears at the bottom. Scrolling backward or down moves text down, and new text appears at the top. Scrolling happens automatically if you move point past the bottom or top of the window. You can also scroll explicitly with these commands: C-l Scroll the selected window so that the current line is the center-most text line; on subsequent consecutive invocations, make the current line the top-most line, the bottom-most line, and so forth in cyclic order; also, maybe redisplay the screen (recenter-top-bottom).
C-v NEXT PAGEDOWN Scroll forward by nearly a full window (scroll-up). M-v PRIOR PAGEUP C-M-l
Scroll backward (scroll-down). Scroll heuristically to bring useful information onto the screen (repositionwindow).
C-l (recenter-top-bottom) is a basic scrolling command. It recenters the selected window, scrolling it so that the current screen line is exactly in the center of the window, or as close to the center as possible. Typing C-l twice in a row (C-l C-l) scrolls the window so that point is on the topmost screen line. Typing a third C-l scrolls the window so that point is on the bottom-most screen line. Each successive C-l cycles through these three screen positions. You can change the cycling order by customizing the list variable recenter-positions. Each list element should be the symbol top, middle, or bottom, or a number; an integer number means to move the line to the specified screen line, while a floating-point number between 0.0 and 1.0 specifies a percentage of the screen space from the top. The default, (middle top bottom), is the cycling order described above. Furthermore, if you change the variable scroll-margin to a non-zero value n, Emacs always leaves n screen lines between point and the top or bottom of the window (see Section 11.2 [Auto Scrolling], page 64).
64
You can also supply C-l with a prefix argument. With a plain prefix argument, C-u C-l, Emacs simply recenters point. With a positive argument n, it scrolls to place point n lines down from the top of the window. An argument of zero puts point on the topmost line. A negative argument -n puts point n lines from the bottom of the window. For example, C-u - 1 C-l puts point on the bottom line, and C-u - 5 C-l puts it five lines from the bottom. When given an argument, C-l does not clear the screen or cycle through different screen positions. The more primitive command recenter behaves like recenter-top-bottom, but does not cycle among screen positions. Prior to Emacs 23, C-l was bound to recenter. If the variable recenter-redisplay has a non-nil value, Emacs clears and redisplays the screen each time C-l recenters the window; the special value tty (the default) says to do this on text-terminal frames only. Redisplaying is useful in case the screen becomes garbled for any reason (see Section 33.2.3 [Screen Garbled], page 437). To read the buffer a windowful at a time, type C-v (scroll-up). This scrolls forward by nearly the whole window height. The effect is to take the two lines at the bottom of the window and put them at the top, followed by lines that were not previously visible. If point was in the text that scrolled off the top, it ends up at the new top of the window. M-v (scroll-down) scrolls backward in a similar way. The variable next-screen-context-lines controls the number of lines of overlap left by C-v or M-v; by default, it is 2. The function keys NEXT and PRIOR, or PAGEDOWN and PAGEUP, are equivalent to C-v and M-v respectively. You can supply C-v or M-v with a numeric prefix argument n. This scrolls the window by n lines, while attempting to leave point unchanged (so that the text and point move up or down together). C-v with a negative argument is like M-v and vice versa. The names of scroll commands are based on the direction that the text moves in the window. Thus, the command to scroll forward is called scroll-up because it moves the text upward on the screen. The keys PAGEUP and PAGEDOWN derive their names and customary meanings from a different convention that developed elsewhere; hence the strange result that PAGEDOWN runs scroll-up. Some users like the full-screen scroll commands to keep point at the same screen position. To enable this behavior, set the variable scroll-preserve-screen-position to a nonnil value. Then, whenever a command scrolls the text around point offscreen (or within scroll-margin lines of the edge), Emacs moves point to keep it at the same vertical and horizontal position within the window. This mode is convenient for browsing through a file by scrolling by screenfuls; if you come back to the screen where you started, point goes back to the line where it started. The C-M-l command (reposition-window) scrolls the current window heuristically in a way designed to get useful information onto the screen. For example, in a Lisp file, this command tries to get the entire current defun onto the screen if possible.
65
(less than n lines), Emacs scrolls the text just far enough to bring point back on screen. By default, scroll-conservatively is 0. When the window does scroll by a longer distance, you can control how aggressively it scrolls by setting the variables scroll-up-aggressively and scroll-down-aggressively. The value of scroll-up-aggressively should be either nil, or a fraction f between 0 and 1. A fraction specifies where on the screen to put point when scrolling upward: when a window scrolls up because point is above the window start, the new start position is chosen to put point f parts of the window height from the top. Thus, larger f means more aggressive scrolling. The default value, nil, is equivalent to 0.5. Likewise, scroll-down-aggressively is used for scrolling down. The value specifies how far point should be placed from the bottom of the window; thus, as with scroll-upaggressively, a larger value is more aggressive. The variable scroll-margin restricts how close point can come to the top or bottom of a window. Its value is a number of screen lines; if point comes within that many lines of the top or bottom of the window, Emacs performs automatic scrolling. By default, scroll-margin is 0.
C-x < (scroll-left) scrolls text in the selected window to the left by the full width of the window, less two columns. (In other words, the text in the window moves left relative to the window.) With a numeric argument n, it scrolls by n columns. If the text is scrolled to the left, and point moves off the left edge of the window, the cursor will freeze at the left edge of the window, until point moves back to the displayed
66
portion of the text. This is independent of the current setting of auto-hscroll-mode, which, for text scrolled to the left, only affects the behavior at the right edge of the window. C-x > (scroll-right) scrolls similarly to the right. The window cannot be scrolled any farther to the right once it is displayed normally, with each line starting at the windows left margin; attempting to do so has no effect. This means that you dont have to calculate the argument precisely for C-x >; any sufficiently large argument will restore the normal display. If you use those commands to scroll a window horizontally, that sets a lower bound for automatic horizontal scrolling. Automatic scrolling will continue to scroll the window, but never farther to the right than the amount you previously set by scroll-left.
67
minibuffer for a face name and a color name, with completion, and then set that face to use the specified color. See Section 32.2.5 [Face Customization], page 409, for information about color names. These commands affect the face colors on all frames, both existing and those to be created in the future. These changes do not, however, persist for future Emacs sessions; to make lasting changes, use the customization buffer (see Section 32.2.5 [Face Customization], page 409). You can also set foreground and background colors for the current frame only; see Section 18.11 [Frame Parameters], page 164. Emacs can display variable-width fonts, but some of the Emacs commands that calculate width and indentation do not know how to calculate variable widths. This can sometimes lead to incorrect results when you use variable-width fonts. In particular, indentation commands can give inconsistent results, so we recommend you avoid variable-width fonts, especially for editing program source code.
bold-italic This face uses a bold italic variant of the default font. underline This face underlines text. fixed-pitch This face forces use of a fixed-width font. Its reasonable to customize this face to use a different fixed-width font, if you like, but you should not make it a variable-width font. variable-pitch This face forces use of a variable-width font. shadow This face is used for making the text less noticeable than the surrounding ordinary text. Usually this can be achieved by using shades of gray in contrast with either black or white default foreground color.
Heres an incomplete list of faces used to highlight parts of the text temporarily for specific purposes. (Many other modes define their own faces for this purpose.)
68
highlight This face is used for highlighting portions of text, in various modes. For example, mouse-sensitive text is highlighted using this face. isearch This face is used for highlighting the current Isearch match (see Section 12.1 [Incremental Search], page 80).
query-replace This face is used for highlighting the current Query Replace match (see Section 12.9 [Replace], page 92). lazy-highlight This face is used for lazy highlighting of Isearch and Query Replace matches other than the current one. region This face is used for displaying a selected region (see Chapter 8 [Mark], page 44).
secondary-selection This face is used for displaying a secondary X selection (see Section 18.1.4 [Secondary Selection], page 155). trailing-whitespace The face for highlighting excess spaces and tabs at the end of a line when show-trailing-whitespace is non-nil; see Section 11.12 [Useless Whitespace], page 74. nobreak-space The face for displaying the character nobreak space. escape-glyph The face for highlighting the \ or ^ that indicates a control character. Its also used when \ indicates a nobreak space or nobreak (soft) hyphen. These faces control the appearance of parts of the Emacs frame. They exist as faces to provide a consistent way to customize the appearance of these parts of the frame. mode-line This face is used for the mode line of the currently selected window, and for menu bars when toolkit menus are not used. By default, its drawn with shadows for a raised effect on graphical displays, and drawn as the inverse of the default face on non-windowed terminals. mode-line-inactive Like mode-line, but used for mode lines of the windows other than the selected one (if mode-line-in-non-selected-windows is non-nil). This face inherits from mode-line, so changes in that face affect mode lines in all windows. mode-line-highlight Like highlight, but used for portions of text on mode lines. mode-line-buffer-id This face is used for buffer identification parts in the mode line.
69
header-line Similar to mode-line for a windows header line, which appears at the top of a window just as the mode line appears at the bottom. Most windows do not have a header lineonly some special modes, such Info mode, create one. vertical-border This face is used for the vertical divider between windows. By default this face inherits from the mode-line-inactive face on character terminals. On graphical displays the foreground color of this face is used for the vertical line between windows without scrollbars. minibuffer-prompt This face is used for the prompt strings displayed in the minibuffer. By default, Emacs automatically adds this face to the value of minibuffer-promptproperties, which is a list of text properties used to display the prompt text. (This variable takes effect when you enter the minibuffer.) fringe The face for the fringes to the left and right of windows on graphic displays. (The fringes are the narrow portions of the Emacs frame between the text area and the windows right and left borders.) See Section 11.10 [Fringes], page 73. This face determines the visual appearance of the scroll bar. See Section 18.12 [Scroll Bars], page 165. border cursor mouse tool-bar tooltip menu This face determines the color of the frame border. This face determines the color of the cursor. This face determines the color of the mouse pointer. This face determines the color of tool bar icons. See Section 18.16 [Tool Bars], page 166. This face is used for tooltips. See Section 18.18 [Tooltips], page 167. This face determines the colors and font of Emacss menus. See Section 18.15 [Menu Bars], page 166. This has no effect in Emacs built with GTK and in the MS-Windows/Mac ports; you need to use system-wide styles and options to change the appearance of GTK, Windows, or Mac menus. Setting the font of LessTif/Motif menus is currently not supported; attempts to set the font are ignored in this case.
scroll-bar
70
the default face by the value of the variable text-scale-mode-step. As a special case, an argument of 0 removes any scaling currently active. The commands text-scale-increase and text-scale-decrease increase or decrease the height of the default face, just like C-x C-+ and C-x C-- respectively. You may find it convenient to bind to these commands, rather than text-scale-adjust. The command text-scale-set sets the height of the default face in the current buffer to an absolute level specified by its prefix argument. The above commands automatically enable or disable the minor mode text-scale-mode, depending on whether the current font scaling is other than 1 or not. To temporarily change the face in the current buffer to a variable-pitch (proportional) font, use the command M-x variable-pitch-mode to enable or disable the Variable Pitch minor mode.
71
can specify an integer, which applies to all modes, or you can specify different numbers for particular major modes; for example, to use level 1 for C/C++ modes, and the default level otherwise, use this: (setq font-lock-maximum-decoration ((c-mode . 1) (c++-mode . 1))) Fontification can be too slow for large buffers, so you can suppress it for buffers above a certain size. The variable font-lock-maximum-size specifies a buffer size, beyond which buffer fontification is suppressed. Comment and string fontification (or syntactic fontification) relies on analysis of the syntactic structure of the buffer text. For the sake of speed, some modes, including Lisp mode, rely on a special convention: an open-parenthesis or open-brace in the leftmost column always defines the beginning of a defun, and is thus always outside any string or comment. (See Section 23.2.1 [Left Margin Paren], page 233.) If you dont follow this convention, Font Lock mode can misfontify the text that follows an open-parenthesis or open-brace in the leftmost column that is inside a string or comment. The variable font-lock-beginning-of-syntax-function (always buffer-local) specifies how Font Lock mode can find a position guaranteed to be outside any comment or string. In modes which use the leftmost column parenthesis convention, the default value of the variable is beginning-of-defunthat tells Font Lock mode to use the convention. If you set this variable to nil, Font Lock no longer relies on the convention. This avoids incorrect results, but the price is that, in some cases, fontification for a changed text must rescan buffer text from the beginning of the buffer. This can considerably slow down redisplay while scrolling, particularly if you are close to the end of a large buffer. Font Lock highlighting patterns already exist for many modes, but you may want to fontify additional patterns. You can use the function font-lock-add-keywords, to add your own highlighting patterns for a particular mode. For example, to highlight FIXME: words in C comments, use this: (add-hook c-mode-hook (lambda () (font-lock-add-keywords nil (("\\<\\(FIXME\\):" 1 font-lock-warning-face t))))) To remove keywords from the font-lock highlighting patterns, use the function fontlock-remove-keywords. See Section Search-based Fontification in The Emacs Lisp Reference Manual . Fontifying large buffers can take a long time. To avoid large delays when a file is visited, Emacs fontifies only the visible portion of a buffer. As you scroll through the buffer, each portion that becomes visible is fontified as soon as it is displayed; this type of Font Lock is called Just-In-Time (or JIT ) Lock. You can control how JIT Lock behaves, including telling it to perform fontification while idle, by customizing variables in the customization group jit-lock. See Section 32.2.6 [Specific Customization], page 409.
72
Hi Lock mode is a minor mode that highlights text that matches regular expressions you specify. For example, you can use it to highlight all the references to a certain variable in a program source file, highlight certain parts in a voluminous output of some program, or highlight certain names in an article. To enable or disable Hi Lock mode, use the command M-x hi-lock-mode. To enable Hi Lock mode for all buffers, use M-x global-hi-lock-mode or place (global-hi-lock-mode 1) in your .emacs file. Hi Lock mode works like Font Lock mode (see Section 11.8 [Font Lock], page 70), except that you specify explicitly the regular expressions to highlight. You control them with these commands: C-x w h regexp RET face RET Highlight text that matches regexp using face face (highlight-regexp). The highlighting will remain as long as the buffer is loaded. For example, to highlight all occurrences of the word whim using the default face (a yellow background) C-x w h whim RET RET. Any face can be used for highlighting, Hi Lock provides several of its own and these are pre-loaded into a list of default values. While being prompted for a face use M-n and M-p to cycle through them. You can use this command multiple times, specifying various regular expressions to highlight in different ways. C-x w r regexp RET Unhighlight regexp (unhighlight-regexp). If you invoke this from the menu, you select the expression to unhighlight from a list. If you invoke this from the keyboard, you use the minibuffer. It will show the most recently added regular expression; use M-p to show the next older expression and M-n to select the next newer expression. (You can also type the expression by hand, with completion.) When the expression you want to unhighlight appears in the minibuffer, press RET to exit the minibuffer and unhighlight it. C-x w l regexp RET face RET Highlight entire lines containing a match for regexp, using face face (highlight-lines-matching-regexp). C-x w b Insert all the current highlighting regexp/face pairs into the buffer at point, with comment delimiters to prevent them from changing your program. (This key binding runs the hi-lock-write-interactive-patterns command.) These patterns are extracted from the comments, if appropriate, if you invoke M-x hi-lock-find-patterns, or if you visit the file while Hi Lock mode is enabled (since that runs hi-lock-find-patterns). Extract regexp/face pairs from comments in the current buffer (hilock-find-patterns). Thus, you can enter patterns interactively with highlight-regexp, store them into the file with hi-lock-writeinteractive-patterns, edit them (perhaps including different faces for different parenthesized parts of the match), and finally use this command (hi-lock-find-patterns) to have Hi Lock highlight the edited patterns. The variable hi-lock-file-patterns-policy controls whether Hi Lock mode should automatically extract and highlight patterns found in a file when it
C-x w i
73
is visited. Its value can be nil (never highlight), ask (query the user), or a function. If it is a function, hi-lock-find-patterns calls it with the patterns as argument; if the function returns non-nil, the patterns are used. The default is ask. Note that patterns are always highlighted if you call hi-lock-findpatterns directly, regardless of the value of this variable. Also, hi-lock-find-patterns does nothing if the current major modes symbol is a member of the list hi-lock-exclude-modes.
74
75
76
customize display-time-mail-face to make the mail indicator prominent. Use displaytime-mail-file to specify the mail file to check, or set display-time-mail-directory to specify the directory to check for incoming mail (any nonempty regular file in the directory is considered as newly arrived mail). When running Emacs on a laptop computer, you can display the battery charge on the mode-line, by using the command display-battery-mode or customizing the variable display-battery-mode. The variable battery-mode-line-format determines the way the battery charge is displayed; the exact mode-line message depends on the operating system, and it usually shows the current battery charge as a percentage of the total charge. By default, the mode line is drawn on graphics displays with 3D-style highlighting, like that of a button when it is not being pressed. If you dont like this effect, you can disable the 3D highlighting of the mode line, by customizing the attributes of the mode-line face. See Section 32.2.5 [Face Customization], page 409. By default, the mode line of nonselected windows is displayed in a different face, called mode-line-inactive. Only the selected window is displayed in the mode-line face. This helps show which window is selected. When the minibuffer is selected, since it has no mode line, the window from which you activated the minibuffer has its mode line displayed using mode-line; as a result, ordinary entry to the minibuffer does not change any mode lines. You can disable use of mode-line-inactive by setting variable mode-line-in-nonselected-windows to nil; then all mode lines are displayed in the mode-line face. You can customize the mode line display for each of the end-of-line formats by setting each of the variables eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac, and eol-mnemonic-undecided to the strings you prefer.
Some ASCII control characters are displayed in special ways. The newline character (octal code 012) is displayed by starting a new line. The tab character (octal code 011) is displayed by moving to the next tab stop column (normally every 8 columns). The number of spaces per tab is controlled by the variable tab-width, which must have an integer value between 1 and 1000, inclusive, and is made buffer-local by changing it. Note that how the tab character in the buffer is displayed has nothing to do with the definition of TAB as a command. Other ASCII control characters are normally displayed as a caret (^) followed by the non-control version of the character; thus, control-A is displayed as ^A. The caret appears in face escape-glyph. Non-ASCII characters 0200 through 0237 (octal) are displayed with octal escape sequences; thus, character code 0230 (octal) is displayed as \230. The backslash appears in face escape-glyph. If the variable ctl-arrow is nil, control characters in the buffer are displayed with octal escape sequences, except for newline and tab. Altering the value of ctl-arrow makes it local to the current buffer; until that time, the default value is in effect. The default is initially t.
77
The display of character codes 0240 through 0377 (octal) may be either as escape sequences or as graphics. They do not normally occur in multibyte buffers, but if they do, they are displayed as Latin-1 graphics. In unibyte mode, if you enable European display they are displayed using their graphics (assuming your terminal supports them), otherwise as escape sequences. See Section 19.18 [Unibyte Mode], page 188. Some character sets define no-break versions of the space and hyphen characters, which are used where a line should not be broken. Emacs normally displays these characters with special faces (respectively, nobreak-space and escape-glyph) to distinguish them from ordinary spaces and hyphens. You can turn off this feature by setting the variable nobreak-char-display to nil. If you set the variable to any other value, that means to prefix these characters with an escape character. You can customize the way any particular character code is displayed by means of a display table. See Section Display Tables in The Emacs Lisp Reference Manual .
78
the command M-x toggle-truncate-lines. This works by locally changing the variable truncate-lines. If that variable is non-nil, long lines are truncated; if it is nil, they are continued onto multiple screen lines. Setting the variable truncate-lines in any way makes it local to the current buffer; until that time, the default value is in effect. The default value is normally nil. If the variable truncate-partial-width-windows is non-nil, it forces truncation rather than continuation in any window less than the full width of the screen or frame, regardless of the value of truncate-lines. See also Section Display in The Emacs Lisp Reference Manual . If the variable overflow-newline-into-fringe is non-nil on a graphical display, then Emacs does not continue or truncate a line which is exactly as wide as the window. Instead, the newline overflows into the right fringe, and the cursor appears in the fringe when positioned on that newline.
By default, word-wrapped lines do not display fringe indicators. Visual Line mode is often used to edit files that contain many long logical lines, so having a fringe indicator for each wrapped line would be visually distracting. You can change this by customizing the variable visual-line-fringe-indicators.
79
If the variable visible-bell is non-nil, Emacs attempts to make the whole screen blink when it would normally make an audible bell sound. This variable has no effect if your terminal does not have a way to make the screen blink. The variable echo-keystrokes controls the echoing of multi-character keys; its value is the number of seconds of pause required to cause echoing to start, or zero, meaning dont echo at all. The value takes effect when there is someting to echo. See Section 1.2 [Echo Area], page 7. The variable baud-rate holds the output speed of the terminal. Setting this variable does not change the speed of actual data transmission, but the value is used for calculations. On text-only terminals, it affects padding, and decisions about whether to scroll part of the screen or redraw it instead. It also affects the behavior of incremental search. On graphical displays, baud-rate is only used to determine how frequently to look for pending input during display updating. A higher value of baud-rate means that check for pending input will be done less frequently. On graphical displays, Emacs displays the mouse pointer as an hourglass if Emacs is busy. To disable this feature, set the variable display-hourglass to nil. The variable hourglass-delay determines the number of seconds of busy time before the hourglass is shown; the default is 1. If the mouse pointer lies inside an Emacs frame, Emacs makes it invisible each time you type a character to insert text, to prevent it from obscuring the text. (To be precise, the hiding occurs when you type a self-inserting character. See Section 4.1 [Inserting Text], page 17.) Moving the mouse pointer makes it visible again. To disable this feature, set the variable make-pointer-invisible to nil. On graphical displays, the variable underline-minimum-offset determines the minimum distance between the baseline and underline, in pixels, for underlined text. By default, the value is 1; increasing it may improve the legibility of underlined text for certain fonts. (However, Emacs will never draw the underline below the current line area.) The variable x-underline-at-descent-line determines how to draw underlined text. The default is nil, which means to draw it at the baseline level of the font; if you change it to nil, Emacs draws the underline at the same height as the fonts descent line. The variable overline-margin specifies the vertical position of an overline above the text, including the height of the overline itself, in pixels; the default is 2. On some text-only terminals, bold face and inverse video together result in text that is hard to read. Call the function tty-suppress-bold-inverse-default-colors with a non-nil argument to suppress the effect of bold-face in this case. On a text-only terminal, when you reenter Emacs after suspending, Emacs normally clears the screen and redraws the entire display. On some terminals with more than one page of memory, it is possible to arrange the termcap entry so that the ti and te strings (output to the terminal when Emacs is entered and exited, respectively) switch between pages of memory so as to use one page for Emacs and another page for other output. On such terminals, you might want to set the variable no-redraw-on-reenter non-nil; this tells Emacs to assume, when resumed, that the screen page it is using still contains what Emacs last wrote there.
80
C-s (isearch-forward) starts a forward incremental search. It reads characters from the keyboard, and moves point just past the end of the next occurrence of those characters in the buffer. For instance, if you type C-s and then F, that puts the cursor after the first F that occurs in the buffer after the starting point. Then if you then type O, the cursor moves to just after the first FO; the F in that FO might not be the first F previously found. After another O, the cursor moves to just after the first FOO. At each step, Emacs highlights the current matchthe buffer text that matches the search stringusing the isearch face (see Section 11.5 [Faces], page 66). The current search string is also displayed in the echo area. If you make a mistake typing the search string, type DEL. Each DEL cancels the last character of the search string. When you are satisfied with the place you have reached, type RET. This stops searching, leaving the cursor where the search brought it. Also, any command not specially meaningful in searches stops the searching and is then executed. Thus, typing C-a exits the search and then moves to the beginning of the line. RET is necessary only if the next command you want to type is a printing character, DEL, RET, or another character that is special within searches (C-q, C-w, C-r, C-s, C-y, M-y, M-r, M-c, M-e, and some others described below). As a special exception, entering RET when the search string is empty launches nonincremental search (see Section 12.2 [Nonincremental Search], page 84).
81
When you exit the incremental search, it adds the original value of point to the mark ring, without activating the mark; you can thus use C-u C-SPC to return to where you were before beginning the search. See Section 8.4 [Mark Ring], page 47. It only does this if the mark was not already active. To search backwards, use C-r (isearch-backward) instead of C-s to start the search. A backward search finds matches that end before the starting point, just as a forward search finds matches that begin after it.
82
At this point, there are several things you can do. If your string was mistyped, you can use DEL to erase some of it and correct it. If you like the place you have found, you can type RET to remain there. Or you can type C-g, which removes from the search string the characters that could not be found (the T in FOOT), leaving those that were found (the FOO in FOOT). A second C-g at that point cancels the search entirely, returning point to where it was when the search started. The quit command, C-g, does special things during searches; just what it does depends on the status of the search. If the search has found what you specified and is waiting for input, C-g cancels the entire search, moving the cursor back to where you started the search. If C-g is typed when there are characters in the search string that have not been found because Emacs is still searching for them, or because it has failed to find themthen the search string characters which have not been found are discarded from the search string. With them gone, the search is now successful and waiting for more input, so a second C-g will cancel the entire search.
83
When incremental search is active, you can type C-h C-h to access interactive help options, including a list of special keybindings. These keybindings are part of the keymap isearch-mode-map (see Section 32.4.1 [Keymaps], page 419).
84
85
Forward and backward nonincremental searches are implemented by the commands search-forward and search-backward. These commands may be bound to other keys in the usual manner.
M-s w RET words RET Search for words, using a forward nonincremental word search. M-s w C-r RET words RET Search backward for words, using a nonincremental word search. To begin a forward incremental word search, type M-s w. If incremental search is not already active, this runs the command isearch-forward-word. If incremental search is already active (whether a forward or backward search), M-s w switches to a word search while keeping the direction of the search and the current search string unchanged. You can toggle word search back off by typing M-s w again. To begin a nonincremental word search, type M-s w RET for a forward search, or M-s w C-r RET for a backward search. These run the commands word-search-forward and word-search-backward respectively. Incremental and nonincremental word searches differ slightly in the way they find a match. In a nonincremental word search, the last word in the search string must exactly match a whole word. In an incremental word search, the matching is more lax: the last word in the search string can match part of a word, so that the matching proceeds incrementally as you type. This additional laxity does not apply to the lazy highlight, which always matches whole words.
Incremental search for a regexp is done by typing C-M-s (isearch-forward-regexp), by invoking C-s with a prefix argument (whose value does not matter), or by typing M-r
86
within a forward incremental search. This command reads a search string incrementally just like C-s, but it treats the search string as a regexp rather than looking for an exact match against the text in the buffer. Each time you add text to the search string, you make the regexp longer, and the new regexp is searched for. To search backward for a regexp, use C-M-r (isearch-backward-regexp), C-r with a prefix argument, or M-r within a backward incremental search. All of the special key sequences in an ordinary incremental search do similar things in an incremental regexp search. For instance, typing C-s immediately after starting the search retrieves the last incremental search regexp used and searches forward for it. Incremental regexp and non-regexp searches have independent defaults. They also have separate search rings, which you can access with M-p and M-n. If you type SPC in incremental regexp search, it matches any sequence of whitespace characters, including newlines. If you want to match just a space, type C-q SPC. You can control what a bare space matches by setting the variable search-whitespace-regexp to the desired regexp. In some cases, adding characters to the regexp in an incremental regexp search can make the cursor move back and start again. For example, if you have searched for foo and you add \|bar, the cursor backs up in case the first bar precedes the first foo. See Section 12.5 [Regexps], page 86. Forward and backward regexp search are not symmetrical, because regexp matching in Emacs always operates forward, starting with the beginning of the regexp. Thus, forward regexp search scans forward, trying a forward match at each possible starting position. Backward regexp search scans backward, trying a forward match at each possible starting position. These search methods are not mirror images. Nonincremental search for a regexp is done by the functions re-search-forward and re-search-backward. You can invoke these with M-x, or by way of incremental regexp search with C-M-s RET and C-M-r RET. If you use the incremental regexp search commands with a prefix argument, they perform ordinary string search, like isearch-forward and isearch-backward. See Section 12.1 [Incremental Search], page 80.
87
ff.) Likewise, o is a regular expression that matches only o. (When case distinctions are being ignored, these regexps also match F and O, but we consider this a generalization of the same string, rather than an exception.) Any two regular expressions a and b can be concatenated. The result is a regular expression which matches a string if a matches some amount of the beginning of that string and b matches the rest of the string. For example, concatenating the regular expressions f and o gives the regular expression fo, which matches only the string fo. Still trivial. To do something nontrivial, you need to use one of the special characters. Here is a list of them. . (Period) is a special character that matches any single character except a newline. For example, the regular expressions a.b matches any three-character string that begins with a and ends with b. * is not a construct by itself; it is a postfix operator that means to match the preceding regular expression repetitively any number of times, as many times as possible. Thus, o* matches any number of os, including no os. * always applies to the smallest possible preceding expression. Thus, fo* has a repeating o, not a repeating fo. It matches f, fo, foo, and so on. The matcher processes a * construct by matching, immediately, as many repetitions as can be found. Then it continues with the rest of the pattern. If that fails, backtracking occurs, discarding some of the matches of the *-modified construct in case that makes it possible to match the rest of the pattern. For example, in matching ca*ar against the string caaar, the a* first tries to match all three as; but the rest of the pattern is ar and there is only r left to match, so this try fails. The next alternative is for a* to match only two as. With this choice, the rest of the regexp matches successfully. + is a postfix operator, similar to * except that it must match the preceding expression at least once. Thus, ca+r matches the strings car and caaaar but not the string cr, whereas ca*r matches all three strings. is a postfix operator, similar to * except that it can match the preceding expression either once or not at all. Thus, ca?r matches car or cr, and nothing else.
*?, +?, ?? are non-greedy variants of the operators above. The normal operators *, +, ? match as much as they can, as long as the overall regexp can still match. With a following ?, they will match as little as possible. Thus, both ab* and ab*? can match the string a and the string abbbb; but if you try to match them both against the text abbb, ab* will match it all (the longest valid match), while ab*? will match just a (the shortest valid match). Non-greedy operators match the shortest possible string starting at a given starting point; in a forward search, though, the earliest possible starting point for match is always the one chosen. Thus, if you search for a.*?$ against the text abbab followed by a newline, it matches the whole string. Since it can match starting at the first a, it does.
88
\{n \}
is a postfix operator specifying n repetitionsthat is, the preceding regular expression must match exactly n times in a row. For example, x\{4\} matches the string xxxx and nothing else. is a postfix operator specifying between n and m repetitionsthat is, the preceding regular expression must match at least n times, but no more than m times. If m is omitted, then there is no upper limit, but the preceding regular expression must match at least n times. \{0,1\} is equivalent to ?. \{0,\} is equivalent to *. \{1,\} is equivalent to +. is a character set, beginning with [ and terminated by ]. In the simplest case, the characters between the two brackets are what this set can match. Thus, [ad] matches either one a or one d, and [ad]* matches any string composed of just as and ds (including the empty string). It follows that c[ad]*r matches cr, car, cdr, caddaar, etc. You can also include character ranges in a character set, by writing the starting and ending characters with a - between them. Thus, [a-z] matches any lower-case ASCII letter. Ranges may be intermixed freely with individual characters, as in [a-z$%.], which matches any lower-case ASCII letter or $, % or period. You can also include certain special character classes in a character set. A [: and balancing :] enclose a character class inside a character alternative. For instance, [[:alnum:]] matches any letter or digit. See Section Char Classes in The Emacs Lisp Reference Manual , for a list of character classes. To include a ] in a character set, you must make it the first character. For example, []a] matches ] or a. To include a -, write - as the first or last character of the set, or put it after a range. Thus, []-] matches both ] and -. To include ^ in a set, put it anywhere but at the beginning of the set. (At the beginning, it complements the setsee below.) When you use a range in case-insensitive search, you should write both ends of the range in upper case, or both in lower case, or both should be non-letters. The behavior of a mixed-case range such as A-z is somewhat ill-defined, and it may change in future Emacs versions.
\{n,m \}
[ ... ]
[^ ... ]
[^ begins a complemented character set, which matches any character except the ones specified. Thus, [^a-z0-9A-Z] matches all characters except ASCII letters and digits. ^ is not special in a character set unless it is the first character. The character following the ^ is treated as if it were first (in other words, - and ] are not special there). A complemented character set can match a newline, unless newline is mentioned as one of the characters not to match. This is in contrast to the handling of regexps in programs such as grep.
89
is a special character that matches the empty string, but only at the beginning of a line in the text being matched. Otherwise it fails to match anything. Thus, ^foo matches a foo that occurs at the beginning of a line. For historical compatibility reasons, ^ can be used with this meaning only at the beginning of the regular expression, or after \( or \|. is similar to ^ but matches only at the end of a line. Thus, x+$ matches a string of one x or more at the end of a line. For historical compatibility reasons, $ can be used with this meaning only at the end of the regular expression, or before \) or \|. has two functions: it quotes the special characters (including \), and it introduces additional special constructs. Because \ quotes special characters, \$ is a regular expression that matches only $, and \[ is a regular expression that matches only [, and so on. See the following section for the special constructs that begin with \.
Note: for historical compatibility, special characters are treated as ordinary ones if they are in contexts where their special meanings make no sense. For example, *foo treats * as ordinary since there is no preceding expression on which the * can act. It is poor practice to depend on this behavior; it is better to quote the special character anyway, regardless of where it appears. As a \ is not special inside a character alternative, it can never remove the special meaning of - or ]. So you should not quote these characters when they have no special meaning either. This would not clarify anything, since backslashes can legitimately precede these characters where they have special meaning, as in [^\] ("[^\\]" for Lisp string syntax), which matches any single character except a backslash.
\( ... \) is a grouping construct that serves three purposes: 1. To enclose a set of \| alternatives for other operations. Thus, \(foo\|bar\)x matches either foox or barx. 2. To enclose a complicated expression for the postfix operators *, + and ? to operate on. Thus, ba\(na\)* matches bananana, etc., with any (zero or more) number of na strings.
90
3. To record a matched substring for future reference. This last application is not a consequence of the idea of a parenthetical grouping; it is a separate feature that is assigned as a second meaning to the same \( ... \) construct. In practice there is usually no conflict between the two meanings; when there is a conflict, you can use a shy group. \(?: ... \) specifies a shy group that does not record the matched substring; you cant refer back to it with \d . This is useful in mechanically combining regular expressions, so that you can add groups for syntactic purposes without interfering with the numbering of the groups that are meant to be referred to. \d matches the same text that matched the d th occurrence of a \( ... \) construct. This is called a back reference. After the end of a \( ... \) construct, the matcher remembers the beginning and end of the text matched by that construct. Then, later on in the regular expression, you can use \ followed by the digit d to mean match the same text matched the d th time by the \( ... \) construct. The strings matching the first nine \( ... \) constructs appearing in a regular expression are assigned numbers 1 through 9 in the order that the openparentheses appear in the regular expression. So you can use \1 through \9 to refer to the text matched by the corresponding \( ... \) constructs. For example, \(.*\)\1 matches any newline-free string that is composed of two identical halves. The \(.*\) matches the first half, which may be anything, but the \1 that follows must match the same exact text. If a particular \( ... \) construct matches more than once (which can easily happen if it is followed by *), only the last match is recorded. matches the empty string, but only at the beginning of the string or buffer (or its accessible portion) being matched against. matches the empty string, but only at the end of the string or buffer (or its accessible portion) being matched against. matches the empty string, but only at point. matches the empty string, but only at the beginning or end of a word. Thus, \bfoo\b matches any occurrence of foo as a separate word. \bballs?\b matches ball or balls as a separate word. \b matches at the beginning or end of the buffer regardless of what text appears next to it. matches the empty string, but not at the beginning or end of a word. matches the empty string, but only at the beginning of a word. \< matches at the beginning of the buffer only if a word-constituent character follows. matches the empty string, but only at the end of a word. \> matches at the end of the buffer only if the contents end with a word-constituent character. matches any word-constituent character. The syntax table determines which characters these are. See Section 32.5 [Syntax], page 428.
\ \ \= \b
\B \< \> \w
91
\W \_<
matches any character that is not a word-constituent. matches the empty string, but only at the beginning of a symbol. A symbol is a sequence of one or more symbol-constituent characters. A symbol-constituent character is a character whose syntax is either w or _. \_< matches at the beginning of the buffer only if a symbol-constituent character follows. matches the empty string, but only at the end of a symbol. \_> matches at the end of the buffer only if the contents end with a symbol-constituent character. matches any character whose syntax is c. Here c is a character that designates a particular syntax class: thus, w for word constituent, - or for whitespace, . for ordinary punctuation, etc. See Section 32.5 [Syntax], page 428. matches any character whose syntax is not c. matches any character that belongs to the category c. For example, \cc matches Chinese characters, \cg matches Greek characters, etc. For the description of the known categories, type M-x describe-categories RET. matches any character that does not belong to category c.
\_> \sc
\Sc \cc
\Cc
The constructs that pertain to words and syntax are controlled by the setting of the syntax table (see Section 32.5 [Syntax], page 428).
92
replace commands (see Section 12.9 [Replace], page 92) and the minibuffer history matching commands (see Section 5.4 [Minibuffer History], page 31). Several related variables control case-sensitivity of searching and matching for specific commands or activities. For instance, tags-case-fold-search controls case sensitivity for find-tag. To find these variables, do M-x apropos-variable RET case-fold-search RET.
93
count of replacements already made in this command, as a decimal number. In the first replacement, \# stands for 0; in the second, for 1; and so on. For example, M-x replace-regexp RET c[ad]+r RET \&-safe RET replaces (for example) cadr with cadr-safe and cddr with cddr-safe. M-x replace-regexp RET \(c[ad]+r\)-safe RET \1 RET performs the inverse transformation. To include a \ in the text to replace with, you must enter \\. If you want to enter part of the replacement string by hand each time, use \? in the replacement string. Each replacement will ask you to edit the replacement string in the minibuffer, putting point where the \? was. The remainder of this subsection is intended for specialized tasks and requires knowledge of Lisp. Most readers can skip it. You can use Lisp expressions to calculate parts of the replacement string. To do this, write \, followed by the expression in the replacement string. Each replacement calculates the value of the expression and converts it to text without quoting (if its a string, this means using the strings contents), and uses it in the replacement string in place of the expression itself. If the expression is a symbol, one space in the replacement string after the symbol name goes with the symbol name, so the value replaces them both. Inside such an expression, you can use some special sequences. \& and \n refer here, as usual, to the entire match as a string, and to a submatch as a string. n may be multiple digits, and the value of \n is nil if subexpression n did not match. You can also use \#& and \#n to refer to those matches as numbers (this is valid when the match or submatch has the form of a numeral). \# here too stands for the number of already-completed replacements. Repeating our example to exchange x and y, we can thus do it also this way: M-x replace-regexp RET \(x\)\|y RET \,(if \1 "y" "x") RET For computing replacement strings for \,, the format function is often useful (see Section Formatting Strings in The Emacs Lisp Reference Manual ). For example, to add consecutively numbered strings like ABC00042 to columns 73 to 80 (unless they are already occupied), you can use M-x replace-regexp RET ^.\{0,72\}$ RET \,(format "%-72sABC%05d" \& \#) RET
94
If upper-case letters are used in the replacement string, they remain upper case every time that text is inserted. If upper-case letters are used in the first argument, the second argument is always substituted exactly as given, with no case conversion. Likewise, if either case-replace or case-fold-search is set to nil, replacement is done without case conversion.
. (Period) to replace this occurrence and then exit without searching for more occurrences. ! to replace all remaining occurrences without asking again.
95
^ C-r
to go back to the position of the previous occurrence (or what used to be an occurrence), in case you changed it by mistake or want to reexamine it. to enter a recursive editing level, in case the occurrence needs to be edited rather than just replaced with newstring. When you are done, exit the recursive editing level with C-M-c to proceed to the next occurrence. See Section 31.14 [Recursive Edit], page 395. to delete the occurrence, and then enter a recursive editing level as in C-r. Use the recursive edit to insert text to replace the deleted occurrence of string. When done, exit the recursive editing level with C-M-c to proceed to the next occurrence. to edit the replacement string in the minibuffer. When you exit the minibuffer by typing RET, the minibuffer contents replace the current occurrence of the pattern. They also become the new replacement string for any further occurrences. to redisplay the screen. Then you must type another character to specify what to do with this occurrence. to display a message summarizing these options. Then you must type another character to specify what to do with this occurrence.
C-w
C-l C-h
Some other characters are aliases for the ones listed above: y, n and q are equivalent to SPC, DEL and RET. Aside from this, any other character exits the query-replace, and is then reread as part of a key sequence. Thus, if you type C-k, it exits the query-replace and then kills to end of line. To restart a query-replace once it is exited, use C-x ESC ESC, which repeats the queryreplace because it used the minibuffer to read its arguments. See Section 5.5 [Repetition], page 32. See Section 29.7 [Operating on Files], page 340, for the Dired Q command which performs query replace on selected files. See also Section 29.9 [Transforming File Names], page 343, for Dired commands to rename, copy, or link files by replacing regexp matches in file names.
96
M-x multi-isearch-buffers-regexp This command is just like multi-isearch-buffers, except it performs an incremental regexp search. M-x occur Prompt for a regexp, and display a list showing each line in the buffer that contains a match for it. To limit the search to part of the buffer, narrow to that part (see Section 31.10 [Narrowing], page 392). A numeric argument n specifies that n lines of context are to be displayed before and after each matching line. Currently, occur can not correctly handle multiline matches. The buffer *Occur* containing the output serves as a menu for finding the occurrences in their original context. Click Mouse-2 on an occurrence listed in *Occur*, or position point there and type RET; this switches to the buffer that was searched and moves point to the original of the chosen occurrence. o and C-o display the match in another window; C-o does not select it. After using M-x occur, you can use next-error to visit the occurrences found, one by one. Section 24.2 [Compilation Mode], page 255. M-s o Run occur using the search string of the last incremental string search. You can also run M-s o when an incremental search is active; this uses the current search string.
M-x list-matching-lines Synonym for M-x occur. M-x multi-occur This command is just like occur, except it is able to search through multiple buffers. It asks you to specify the buffer names one by one. M-x multi-occur-in-matching-buffers This command is similar to multi-occur, except the buffers to search are specified by a regular expression that matches visited file names. With a prefix argument, it uses the regular expression to match buffer names instead. M-x how-many Prompt for a regexp, and print the number of matches for it in the buffer after point. If the region is active, this operates on the region instead. M-x flush-lines Prompt for a regexp, and delete each line that contains a match for it, operating on the text after point. This command deletes the current line if it contains a match starting after point. If the region is active, it operates on the region instead; if a line partially contained in the region contains a match entirely contained in the region, it is deleted. If a match is split across lines, flush-lines deletes all those lines. It deletes the lines before starting to look for the next match; hence, it ignores a match starting on the same line at which another match ended. M-x keep-lines Prompt for a regexp, and delete each line that does not contain a match for it, operating on the text after point. If point is not at the beginning of a line, this command always keeps the current line. If the region is active, the command
97
operates on the region instead; it never deletes lines that are only partially contained in the region (a newline that ends a line counts as part of that line). If a match is split across lines, this command keeps all those lines.
98
13.1 Undo
The undo command reverses recent changes in the buffers text. Each buffer records changes individually, and the undo command always applies to the current buffer. You can undo all the changes in a buffer for as far as back its records go. Usually, each editing command makes a separate entry in the undo records, but some commands such as query-replace divide their changes into multiple entries for flexibility in undoing. Consecutive character insertion commands are usually grouped together into a single undo record, to make undoing less tedious. C-/ C-x u C-_
To begin to undo, type C-/ (or its aliases, C-_ or C-x u)1 . This undoes the most recent change in the buffer, and moves point back to where it was before that change. Consecutive repetitions of C-/ (or its aliases) undo earlier and earlier changes in the current buffer. If all the recorded changes have already been undone, the undo command signals an error. Any command other than an undo command breaks the sequence of undo commands. Starting from that moment, the entire sequence of undo commands that you have just performed are themselves placed into the undo record, as a single set of changes. Therefore, to re-apply changes you have undone, type C-f or any other command that harmlessly breaks the sequence of undoing; then type C-/ to undo the undo command. On the other hand, if you want to resume undoing, without redoing previous undo commands, use M-x undo-only. This is like undo, but will not redo changes you have just undone. If you notice that a buffer has been modified accidentally, the easiest way to recover is to type C-/ repeatedly until the stars disappear from the front of the mode line (see Section 1.3
1
Aside from C-/, the undo command is also bound to C-x u because that is more straightforward for beginners to remember: u stands for undo. It is also bound to C-_ because typing C-/ on some text-only terminals actually enters C-_.
99
[Mode Line], page 8). Whenever an undo command makes the stars disappear from the mode line, it means that the buffer contents are the same as they were when the file was last read in or saved. If you do not remember whether you changed the buffer deliberately, type C-/ once. When you see the last change you made undone, you will see whether it was an intentional change. If it was an accident, leave it undone. If it was deliberate, redo the change as described above. When there is an active region, any use of undo performs selective undo : it undoes the most recent change within the region, instead of the entire buffer. However, when Transient Mark mode is off (see Section 8.7 [Persistent Mark], page 48), C-/ always operates on the entire buffer, ignoring the region. In this case, you can perform selective undo by supplying a prefix argument to the undo command: C-u C-/. To undo further changes in the same region, repeat the undo command (no prefix argument is needed). Some specialized buffers do not make undo records. Buffers whose names start with spaces never do; these buffers are used internally by Emacs to hold text that users dont normally look at or edit. When the undo records for a buffer becomes too large, Emacs discards the oldest undo records from time to time (during garbage collection). You can specify how much undo records to keep by setting the variables undo-limit, undo-strong-limit, and undo-outerlimit. Their values are expressed in bytes. The variable undo-limit sets a soft limit: Emacs keeps undo data for enough commands to reach this size, and perhaps exceed it, but does not keep data for any earlier commands beyond that. Its default value is 80000. The variable undo-strong-limit sets a stricter limit: any previous command (though not the most recent one) that pushes the size past this amount is forgotten. The default value of undo-strong-limit is 120000. Regardless of the values of those variables, the most recent change is never discarded unless it gets bigger than undo-outer-limit (normally 12,000,000). At that point, Emacs discards the undo data and warns you about it. This is the only situation in which you cannot undo the last command. If this happens, you can increase the value of undo-outerlimit to make it even less likely to happen in the future. But if you didnt expect the command to create such large undo data, then it is probably a bug and you should report it. See Section 33.3 [Reporting Bugs], page 440.
The common error of transposing two characters can be fixed, when they are adjacent, with the C-t command (transpose-chars). Normally, C-t transposes the two characters on either side of point. When given at the end of a line, rather than transposing the last character of the line with the newline, which would be useless, C-t transposes the last two characters on the line. So, if you catch your transposition error right away, you can fix it with just a C-t. If you dont catch it so fast, you must move the cursor back between
100
the two transposed characters before you type C-t. If you transposed a space with the last character of the word before it, the word motion commands are a good way of getting there. Otherwise, a reverse search (C-r) is often the best way. See Chapter 12 [Search], page 80. M-t transposes the word before point with the word after point (transpose-words). It moves point forward over a word, dragging the word preceding or containing point forward as well. The punctuation characters between the words do not move. For example, FOO, BAR transposes into BAR, FOO rather than BAR FOO,. C-M-t (transpose-sexps) is a similar command for transposing two expressions (see Section 23.4.1 [Expressions], page 239), and C-x C-t (transpose-lines) exchanges lines. They work like M-t except as regards what units of text they transpose. A numeric argument to a transpose command serves as a repeat count: it tells the transpose command to move the character (word, expression, line) before or containing point across several other characters (words, expressions, lines). For example, C-u 3 C-t moves the character before point forward across three other characters. It would change f oobar into oobf ar. This is equivalent to repeating C-t three times. C-u - 4 M-t moves the word before point backward across four words. C-u - C-M-t would cancel the effect of plain C-M-t. A numeric argument of zero is assigned a special meaning (because otherwise a command with a repeat count of zero would do nothing): to transpose the character (word, expression, line) ending after point with the one ending after the mark.
A very common error is to type words in the wrong case. Because of this, the word caseconversion commands M-l, M-u and M-c have a special feature when used with a negative argument: they do not move the cursor. As soon as you see you have mistyped the last word, you can simply case-convert it and go on typing. See Section 22.6 [Case], page 206.
101
M-x ispell-region Check and correct spelling in the region. M-x ispell-message Check and correct spelling in a draft mail message, excluding cited material. M-x ispell-change-dictionary RET dict RET Restart the Aspell/Ispell/Hunspell process, using dict as the dictionary. M-x ispell-kill-ispell Kill the Aspell/Ispell/Hunspell subprocess. M-TAB ESC TAB Complete the word before point based on the spelling dictionary (ispellcomplete-word).
M-x flyspell-mode Enable Flyspell mode, which highlights all misspelled words. M-x flyspell-prog-mode Enable Flyspell mode for comments and strings only. To check the spelling of the word around or before point, and optionally correct it as well, type M-$ (ispell-word). If a region is active, M-$ checks the spelling of all words within the region. See Chapter 8 [Mark], page 44. (When Transient Mark mode is off, M-$ always acts on the word around or before point, ignoring the region. See Section 8.7 [Persistent Mark], page 48.) Similarly, the command M-x ispell performs spell-checking in the region if one is active, or in the entire buffer otherwise. The commands M-x ispell-buffer and M-x ispell-region explicitly perform spell-checking on the entire buffer or the region respectively. To check spelling in an email message you are writing, use M-x ispell-message; that command checks the whole buffer, except for material that is indented or appears to be cited from other messages. See Chapter 27 [Sending Mail], page 307. When one of these commands encounters what appears to be an incorrect word, it asks you what to do. It usually displays a list of numbered near-misseswords that are close to the incorrect word. Then you must type a single-character response. Here are the valid responses: digit SPC Replace the word, just this time, with one of the displayed near-misses. Each near-miss is listed with a digit; type that digit to select it. Skip this wordcontinue to consider it incorrect, but dont change it here.
r new RET Replace the word, just this time, with new. (The replacement string will be rescanned for more spelling errors.) R new RET Replace the word with new, and do a query-replace so you can replace it elsewhere in the buffer if you wish. (The replacements will be rescanned for more spelling errors.) a A Accept the incorrect wordtreat it as correct, but only in this editing session. Accept the incorrect wordtreat it as correct, but only in this editing session and for this buffer.
102
i m u l word RET
Insert this word in your private dictionary file so that Aspell or Ispell or Hunspell will consider it correct from now on, even in future sessions. Like i, but you can also specify dictionary completion information. Insert the lower-case version of this word in your private dictionary file. Look in the dictionary for words that match word. These words become the new list of near-misses; you can select one of them as the replacement by typing a digit. You can use * in word as a wildcard.
C-g X x q ?
Quit interactive spell checking, leaving point at the word that was being checked. You can restart checking again afterward with C-u M-$. Quit interactive spell checking and move point back to where it was when you started spell checking. Quit interactive spell checking and kill the Aspell/Ispell/Hunspell subprocess. Show the list of options.
In Text mode and related modes, the command M-TAB (ispell-complete-word) shows a list of completions based on spelling correction. Insert the beginning of a word, and then type M-TAB; the command displays a completion list window. (If your window manager intercepts M-TAB, type ESC TAB or C-M-i.) To choose one of the completions listed, click Mouse-2 or Mouse-1 fast on it, or move the cursor there in the completions window and type RET. See Section 22.7 [Text Mode], page 207. Once started, the Aspell or Ispell or Hunspell subprocess continues to run, waiting for something to do, so that subsequent spell checking commands complete more quickly. If you want to get rid of the process, use M-x ispell-kill-ispell. This is not usually necessary, since the process uses no time except when you do spelling correction. Ispell, Aspell and Hunspell use two dictionaries together for spell checking: the standard dictionary and your private dictionary. The standard dictionary is specified by ispelllocal-dictionary or, if nil, by ispell-dictionary. If both are nil the default dictionary is selected. The command M-x ispell-change-dictionary sets the standard dictionary for the buffer and then restarts the subprocess, so that it will use a different standard dictionary. Personal dictionary is specified by ispell-personal-dictionary. If nil, default value is used. Set variable ispell-dictionary to select a specific default dictionary for all your documents. Set variable ispell-local-dictionary in the local variables section to select a specific dictionary for a given document. A separate dictionary is used for word completion. The variable ispell-completeword-dict specifies the file name of this dictionary. The completion dictionary must be different because it cannot use root and affix information. For some languages, there is a spell checking dictionary but no word completion dictionary. Flyspell mode is a fully-automatic way to check spelling as you edit in Emacs. It operates by checking words as you change or insert them. When it finds a word that it does not recognize, it highlights that word. This does not interfere with your editing, but when
103
you see the highlighted word, you can move to it and fix it. Type M-x flyspell-mode to enable or disable this mode in the current buffer. To enable flyspell-mode in all text mode buffers, add turn-on-flyspell to text-mode-hook. When Flyspell mode highlights a word as misspelled, you can click on it with Mouse-2 to display a menu of possible corrections and actions. You can also correct the word by editing it manually in any way you like. Flyspell Prog mode works just like ordinary Flyspell mode, except that it only checks words in comments and string constants. This feature is useful for editing programs. Type M-x flyspell-prog-mode to enable or disable this mode in the current buffer.
104
14 Keyboard Macros
In this chapter we describe how to record a sequence of editing commands so you can repeat it conveniently later. A keyboard macro is a command defined by an Emacs user to stand for another sequence of keys. For example, if you discover that you are about to type C-n M-d C-d forty times, you can speed your work by defining a keyboard macro to do C-n M-d C-d, and then executing it 39 more times. You define a keyboard macro by executing and recording the commands which are its definition. Put differently, as you define a keyboard macro, the definition is being executed for the first time. This way, you can see the effects of your commands, so that you dont have to figure them out in your head. When you close the definition, the keyboard macro is defined and also has been, in effect, executed once. You can then do the whole thing over again by invoking the macro. Keyboard macros differ from ordinary Emacs commands in that they are written in the Emacs command language rather than in Lisp. This makes it easier for the novice to write them, and makes them more convenient as temporary hacks. However, the Emacs command language is not powerful enough as a programming language to be useful for writing anything intelligent or general. For such things, Lisp must be used.
105
The above example demonstrates a handy trick that you can employ with keyboard macros: if you wish to repeat an operation at regularly spaced places in the text, include a motion command as part of the macro. In this case, repeating the macro inserts the string foo after each successive word. After terminating the definition of a keyboard macro, you can append more keystrokes to its definition by typing C-u F3. This is equivalent to plain F3 followed by retyping the whole definition so far. As a consequence, it re-executes the macro as previously defined. If you change the variable kmacro-execute-before-append to nil, the existing macro will not be re-executed before appending to it (the default is t). You can also add to the end of the definition of the last keyboard macro without re-executing it by typing C-u C-u F3. When a command reads an argument with the minibuffer, your minibuffer input becomes part of the macro along with the command. So when you replay the macro, the command gets the same argument as when you entered the macro. For example, F3 C-a C-k C-x b foo RET C-y C-x b RET F4 defines a macro that kills the current line, yanks it into the buffer foo, then returns to the original buffer. Most keyboard commands work as usual in a keyboard macro definition, with some exceptions. Typing C-g (keyboard-quit) quits the keyboard macro definition. Typing C-M-c (exit-recursive-edit) can be unreliable: it works as youd expect if exiting a recursive edit that started within the macro, but if it exits a recursive edit that started before you invoked the keyboard macro, it also necessarily exits the keyboard macro too. Mouse events are also unreliable, even though you can use them in a keyboard macro: when the macro replays the mouse event, it uses the original mouse position of that event, the position that the mouse had while you were defining the macro. The effect of this may be hard to predict. The command C-x C-k r (apply-macro-to-region-lines) repeats the last defined keyboard macro on each line that begins in the region. It does this line by line, by moving point to the beginning of the line and then executing the macro. In addition to the F3 and F4 commands described above, Emacs also supports an older set of keybindings for defining and executing keyboard macros. To begin a macro definition, type C-x ( (kmacro-start-macro); as with F3, a prefix argument appends this definition to the last keyboard macro. To end a macro definition, type C-x ) (kmacro-end-macro). To execute the most recent macro, type C-x e (kmacro-end-and-call-macro). If you enter C-x e while defining a macro, the macro is terminated and executed immediately. Immediately after typing C-x e, you can type E repeatedly to immediately repeat the macro one or more times. You can also give C-x e a repeat argument, just like F4. C-x ) can be given a repeat count as an argument. This means to repeat the macro right after defining it. The macro definition itself counts as the first repetition, since it is executed as you define it, so C-u 4 C-x ) executes the macro immediately 3 additional times.
106
C-x C-k C-k Execute the keyboard macro at the head of the ring (kmacro-end-or-callmacro-repeat). C-x C-k C-n Rotate the keyboard macro ring to the next macro (defined earlier) (kmacrocycle-ring-next). C-x C-k C-p Rotate the keyboard macro ring to the previous macro (defined later) (kmacrocycle-ring-previous). All commands which operate on the keyboard macro ring use the same C-x C-k prefix. Most of these commands can be executed and repeated immediately after each other without repeating the C-x C-k prefix. For example, C-x C-k C-p C-p C-k C-k C-k C-n C-n C-k C-p C-k C-d will rotate the keyboard macro ring to the second previous macro, execute the resulting head macro three times, rotate back to the original head macro, execute that once, rotate to the previous macro, execute that, and finally delete it from the macro ring. The command C-x C-k C-k (kmacro-end-or-call-macro-repeat) executes the keyboard macro at the head of the macro ring. You can repeat the macro immediately by typing another C-k, or you can rotate the macro ring immediately by typing C-n or C-p. When a keyboard macro is being defined, C-x C-k C-k behaves like F4 except that, immediately afterward, you can use most key bindings of this section without the C-x C-k prefix. For instance, another C-k will re-execute the macro. The commands C-x C-k C-n (kmacro-cycle-ring-next) and C-x C-k C-p (kmacrocycle-ring-previous) rotate the macro ring, bringing the next or previous keyboard macro to the head of the macro ring. The definition of the new head macro is displayed in the echo area. You can continue to rotate the macro ring immediately by repeating just C-n and C-p until the desired macro is at the head of the ring. To execute the new macro ring head immediately, just type C-k. Note that Emacs treats the head of the macro ring as the last defined keyboard macro. For instance, F4 will execute that macro, and C-x C-k n will give it a name. The maximum number of macros stored in the keyboard macro ring is determined by the customizable variable kmacro-ring-max.
C-x C-k C-i Insert the keyboard macro counter value in the buffer (kmacro-insertcounter).
107
C-x C-k C-c Set the keyboard macro counter (kmacro-set-counter). C-x C-k C-a Add the prefix arg to the keyboard macro counter (kmacro-add-counter). C-x C-k C-f Specify the format for inserting the keyboard macro counter (kmacro-setformat). When you are defining a keyboard macro, the command F3 (kmacro-start-macroor-insert-counter) inserts the current value of the keyboard macros counter into the buffer, and increments the counter by 1. (If you are not defining a macro, F3 begins a macro definition instead. See Section 14.1 [Basic Keyboard Macro], page 104.) You can use a numeric prefix argument to specify a different increment. If you just specify a C-u prefix, that is the same as an increment of zero: it inserts the current counter value without changing it. As an example, let us show how the keyboard macro counter can be used to build a numbered list. Consider the following key sequence: F3 C-a F3 . SPC F4 As part of this keyboard macro definition, the string 0. was inserted into the beginning of the current line. If you now move somewhere else in the buffer and type F4 to invoke the macro, the string 1. is inserted at the beginning of that line. Subsequent invocations insert 2. , 3. , and so forth. The command C-x C-k C-i (kmacro-insert-counter) does the same thing as F3, but it can be used outside a keyboard macro definition. When no keyboard macro is being defined or executed, it inserts and increments the counter of the macro at the head of the keyboard macro ring. The command C-x C-k C-c (kmacro-set-counter) sets the current macro counter to the value of the numeric argument. If you use it inside the macro, it operates on each repetition of the macro. If you specify just C-u as the prefix, while executing the macro, that resets the counter to the value it had at the beginning of the current repetition of the macro (undoing any increments so far in this repetition). The command C-x C-k C-a (kmacro-add-counter) adds the prefix argument to the current macro counter. With just C-u as argument, it resets the counter to the last value inserted by any keyboard macro. (Normally, when you use this, the last insertion will be in the same macro and it will be the same counter.) The command C-x C-k C-f (kmacro-set-format) prompts for the format to use when inserting the macro counter. The default format is %d, which means to insert the number in decimal without any padding. You can exit with empty minibuffer to reset the format to this default. You can specify any format string that the format function accepts and that makes sense with a single integer extra argument (see Section Formatting Strings in The Emacs Lisp Reference Manual ). Do not put the format string inside double quotes when you insert it in the minibuffer. If you use this command while no keyboard macro is being defined or executed, the new format affects all subsequent macro definitions. Existing macros continue to use the format in effect when they were defined. If you set the format while defining a keyboard macro,
108
this affects the macro being defined from that point on, but it does not affect subsequent macros. Execution of the macro will, at each step, use the format in effect at that step during its definition. Changes to the macro format during execution of a macro, like the corresponding changes during its definition, have no effect on subsequent macros. The format set by C-x C-k C-f does not affect insertion of numbers stored in registers. If you use a register as a counter, incrementing it on each repetition of the macro, that accomplishes the same thing as a keyboard macro counter. See Section 10.5 [RegNumbers], page 61. For most purposes, it is simpler to use a keyboard macro counter.
While defining the macro, type C-x q at the point where you want the query to occur. During macro definition, the C-x q does nothing, but when you run the macro later, C-x q asks you interactively whether to continue. The valid responses when C-x q asks are: SPC (or y) Continue executing the keyboard macro. DEL (or n) Skip the remainder of this repetition of the macro, and start right away with the next repetition. RET (or q) Skip the remainder of this repetition and cancel further repetitions. C-r Enter a recursive editing level, in which you can perform editing which is not part of the macro. When you exit the recursive edit using C-M-c, you are asked again how to continue with the keyboard macro. If you type a SPC at this time, the rest of the macro definition is executed. It is up to you to leave point and the text in a state such that the rest of the macro will do what you want.
C-u C-x q, which is C-x q with a numeric argument, performs a completely different function. It enters a recursive edit reading input from the keyboard, both when you type it during the definition of the macro, and when it is executed from the macro. During definition, the editing you do inside the recursive edit does not become part of the macro. During macro execution, the recursive edit gives you a chance to do some particularized editing on each repetition. See Section 31.14 [Recursive Edit], page 395.
109
M-x insert-kbd-macro Insert in the buffer a keyboard macros definition, as Lisp code. If you wish to save a keyboard macro for later use, you can give it a name using C-x C-k n (kmacro-name-last-macro). This reads a name as an argument using the minibuffer and defines that name to execute the last keyboard macro, in its current form. (If you later add to the definition of this macro, that does not alter the names definition as a macro.) The macro name is a Lisp symbol, and defining it in this way makes it a valid command name for calling with M-x or for binding a key to with global-set-key (see Section 32.4.1 [Keymaps], page 419). If you specify a name that has a prior definition other than a keyboard macro, an error message is shown and nothing is changed. You can also bind the last keyboard macro (in its current form) to a key, using C-x C-k b (kmacro-bind-to-key) followed by the key sequence you want to bind. You can bind to any key sequence in the global keymap, but since most key sequences already have other bindings, you should select the key sequence carefully. If you try to bind to a key sequence with an existing binding (in any keymap), this command asks you for confirmation before replacing the existing binding. To avoid problems caused by overriding existing bindings, the key sequences C-x C-k 0 through C-x C-k 9 and C-x C-k A through C-x C-k Z are reserved for your own keyboard macro bindings. In fact, to bind to one of these key sequences, you only need to type the digit or letter rather than the whole key sequences. For example, C-x C-k b 4 will bind the last keyboard macro to the key sequence C-x C-k 4. Once a macro has a command name, you can save its definition in a file. Then it can be used in another editing session. First, visit the file you want to save the definition in. Then use this command: M-x insert-kbd-macro RET macroname RET This inserts some Lisp code that, when executed later, will define the same macro with the same definition it has now. (You need not understand Lisp code to do this, because insert-kbd-macro writes the Lisp code for you.) Then save the file. You can load the file later with load-file (see Section 24.8 [Lisp Libraries], page 269). If the file you save in is your init file ~/.emacs (see Section 32.6 [Init File], page 428) then the macro will be defined each time you run Emacs. If you give insert-kbd-macro a numeric argument, it makes additional Lisp code to record the keys (if any) that you have bound to macroname, so that the macro will be reassigned the same keys when you load the file.
110
You can edit the last keyboard macro by typing C-x C-k C-e or C-x C-k RET (kmacroedit-macro). This formats the macro definition in a buffer and enters a specialized major mode for editing it. Type C-h m once in that buffer to display details of how to edit the macro. When you are finished editing, type C-c C-c. You can edit a named keyboard macro or a macro bound to a key by typing C-x C-k e (edit-kbd-macro). Follow that with the keyboard input that you would use to invoke the macroC-x e or M-x name or some other key sequence. You can edit the last 300 keystrokes as a macro by typing C-x C-k l (kmacro-editlossage).
111
in the keyboard macro; it then advances over the current command and the inserted key sequences. A KEY... C-j executes the rest of the commands in the keyboard macro, then reads and executes a series of key sequences (not including the final C-j), and appends them at the end of the keyboard macro; it then terminates the step-editing and replaces the original keyboard macro with the edited macro.
112
15 File Handling
The operating system stores data permanently in named files, so most of the text you edit with Emacs comes from a file and is ultimately stored in a file. To edit a file, you must tell Emacs to read the file and prepare a buffer containing a copy of the files text. This is called visiting the file. Editing commands apply directly to text in the buffer; that is, to the copy inside Emacs. Your changes appear in the file itself only when you save the buffer back into the file. In addition to visiting and saving files, Emacs can delete, copy, rename, and append to files, keep multiple versions of them, and operate on file directories.
113
alternatively, it can be enclosed in braces after the $. For example, if you have used the shell command export FOO=rms/hacks to set up an environment variable named FOO, then both /u/$FOO/test.c and /u/${FOO}/test.c are abbreviations for /u/rms/hacks/test.c. If the environment variable is not defined, no substitution occurs, so that the character $ stands for itself. Note that environment variables affect Emacs only if they are applied before Emacs is started. To access a file with $ in its name, if the $ causes expansion, type $$. This pair is converted to a single $ at the same time that variable substitution is performed for a single $. Alternatively, quote the whole file name with /: (see Section 15.14 [Quoted File Names], page 134). File names which begin with a literal ~ should also be quoted with /:. You can include non-ASCII characters in file names if you set the variable file-namecoding-system to a non-nil value. See Section 19.12 [File Name Coding], page 184.
M-x find-file-literally Visit a file with no conversion of the contents. Visiting a file means reading its contents into an Emacs buffer so you can edit them. Emacs makes a new buffer for each file that you visit. Emacs normally constructs the buffer name from the file name, omitting the directory name. For example, a file named /usr/rms/emacs.tex is visited in a buffer named emacs.tex. If there is already a buffer with that name, Emacs constructs a unique name; the normal method is to append <2>, <3>, and so on, but you can select other methods. See Section 16.7.1 [Uniquify], page 144. Each windows mode line shows the name of the buffer that is being displayed in that window, so you can always tell what buffer you are editing. see Section 1.3 [Mode Line], page 8. The changes you make with editing commands are made in the Emacs buffer. They do not take effect in the file that you visited, or any permanent place, until you save the buffer (see Section 15.3 [Saving], page 116). If a buffer contains changes that have not been saved, we say the buffer is modified. This implies that some changes will be lost if the buffer is not saved. The mode line displays two stars near the left margin to indicate that the buffer is modified.
114
To visit a file, type C-x C-f (find-file) and use the minibuffer to enter the name of the desired file. The usual defaulting and completion behavior is available in this minibuffer (see Section 5.1 [Minibuffer File], page 26). Note, also, that completion ignores certain file names (see Section 5.3.4 [Completion Options], page 30). While in the minibuffer, you can abort C-x C-f by typing C-g. Your can tell that C-x C-f has completed successfully by the appearance of new text on the screen and a new buffer name in the mode line. If the specified file does not exist and you could not create it, or exists but you cant read it, an error message is displayed in the echo area. If you visit a file that is already in Emacs, C-x C-f does not make another copy. It selects the existing buffer containing that file. However, before doing so, it checks whether the file itself has changed since you visited or saved it last. If the file has changed, Emacs offers to reread it. If you try to visit a file larger than large-file-warning-threshold (the default is 10000000, which is about 10 megabytes), Emacs asks you for confirmation first. You can answer y to proceed with visiting the file. Note, however, that Emacs cannot visit files that are larger than the maximum Emacs buffer size, which is around 512 megabytes on 32-bit machines (see Chapter 16 [Buffers], page 137). If you try, Emacs will display an error message saying that the maximum buffer size has been exceeded. If the file name you specify contains shell-style wildcard characters, Emacs visits all the files that match it. (On case-insensitive filesystems, Emacs matches the wildcards disregarding the letter case.) Wildcards include ?, *, and [...] sequences. To enter the wild card ? in a file name in the minibuffer, you need to type C-q ?. See Section 15.14 [Quoted File Names], page 134, for information on how to visit a file whose name actually contains wildcard characters. You can disable the wildcard feature by customizing findfile-wildcards. On graphical displays, there are two additional methods for visiting files. Firstly, when Emacs is built with a suitable GUI toolkit, commands invoked with the mouse (by clicking on the menu bar or tool bar) use the toolkits standard File Selection dialog instead of prompting for the file name in the minibuffer. On GNU/Linux and Unix platforms, Emacs does this when built with GTK, LessTif, and Motif toolkits; on MS-Windows and Mac, the GUI version does that by default. For information on how to customize this, see Section 18.17 [Dialog Boxes], page 167. Secondly, Emacs supports drag and drop: dropping a file into an ordinary Emacs window visits the file using that window. As an exception, dropping a file into a window displaying a Dired buffer moves or copies the file into the displayed directory. For details, see Section 18.14 [Drag and Drop], page 166, and Section 29.18 [Misc Dired Features], page 348. What if you want to create a new file? Just visit it. Emacs displays (New file) in the echo area, but in other respects behaves as if you had visited an existing empty file. If you make changes and save them, the file is created. When TAB completion results in a nonexistent file name and you type RET immediately to visit it, Emacs asks for confirmation; this is because its possible that you expected completion to go further and give you an existing files name. The string [Confirm] appears for a short time after the file name to indicate the need to confirm in this way.
115
Type RET to confirm and visit the nonexistent file. The variable confirm-nonexistentfile-or-buffer controls whether Emacs asks for confirmation before visiting a new file. The default value, after-completion, gives the behavior we have just described. If the value is nil, Emacs never asks for confirmation; for any other non-nil value, Emacs always asks for confirmation. This variable also affects the switch-to-buffer command (see Section 16.1 [Select Buffer], page 137). See Section 5.3 [Completion], page 28, for more information about completion. If you visit a nonexistent file unintentionally (because you typed the wrong file name), type C-x C-v (find-alternate-file) to visit the file you really wanted. C-x C-v is similar to C-x C-f, but it kills the current buffer (after first offering to save it if it is modified). When C-x C-v reads the file name to visit, it inserts the entire default file name in the buffer, with point just after the directory part; this is convenient if you made a slight error in typing the name. If you visit a file that is actually a directory, Emacs invokes Dired, the Emacs directory browser; this lets you edit the contents of the directory. See Chapter 29 [Dired], page 335. You can disable this behavior by setting the variable find-file-run-dired to nil; in that case, it is an error to try to visit a directory. Files which are actually collections of other files, or file archives, are visited in special modes which invoke a Dired-like environment to allow operations on archive members. See Section 15.12 [File Archives], page 132, for more about these features. If you visit a file that the operating system wont let you modify, or that is marked read-only, Emacs makes the buffer read-only too, so that you wont go ahead and make changes that youll have trouble saving afterward. You can make the buffer writable with C-x C-q (toggle-read-only). See Section 16.3 [Misc Buffer], page 139. If you want to visit a file as read-only in order to protect yourself from entering changes accidentally, visit it with the command C-x C-r (find-file-read-only) instead of C-x C-f. C-x 4 f (find-file-other-window) is like C-x C-f except that the buffer containing the specified file is selected in another window. The window that was selected before C-x 4 f continues to show the same buffer it was already showing. If this command is used when only one window is being displayed, that window is split in two, with one window showing the same buffer as before, and the other one showing the newly requested file. See Chapter 17 [Windows], page 146. C-x 5 f (find-file-other-frame) is similar, but opens a new frame, or makes visible any existing frame showing the file you seek. This feature is available only when you are using a window system. See Chapter 18 [Frames], page 152. Emacs recognizes from the contents of a file which end-of-line convention it uses to separate linesnewline (used on GNU/Linux and on Unix), carriage-return linefeed (used on Microsoft systems), or just carriage-return (used on the Macintosh)and automatically converts the contents to the normal Emacs convention, which is that the newline character separates lines. This is a part of the general feature of coding system conversion (see Section 19.6 [Coding Systems], page 177), and makes it possible to edit files imported from different operating systems with equal convenience. If you change the text and save the file, Emacs performs the inverse conversion, changing newlines back into carriage-return linefeed or just carriage-return if appropriate.
116
If you wish to edit a file as a sequence of ASCII characters with no special encoding or conversion, use the M-x find-file-literally command. This visits a file, like C-x C-f, but does not do format conversion (see Section 22.12 [Formatted Text], page 218), character code conversion (see Section 19.6 [Coding Systems], page 177), or automatic uncompression (see Section 15.11 [Compressed Files], page 131), and does not add a final newline because of require-final-newline (see Section 15.3.3 [Customize Save], page 120). If you have already visited the same file in the usual (non-literal) manner, this command asks you whether to visit it literally instead. Two special hook variables allow extensions to modify the operation of visiting files. Visiting a file that does not exist runs the functions in the list find-file-not-foundfunctions; this variable holds a list of functions, and the functions are called one by one (with no arguments) until one of them returns non-nil. This is not a normal hook, and the name ends in -functions rather than -hook to indicate that fact. Successful visiting of any file, whether existing or not, calls the functions in the list find-file-hook, with no arguments. This variable is a normal hook. In the case of a nonexistent file, the find-file-not-found-functions are run first. See Section 32.3.2 [Hooks], page 413. There are several ways to specify automatically the major mode for editing the file (see Section 20.1 [Choosing Modes], page 191), and to specify local variables defined for that file (see Section 32.3.4 [File Variables], page 415).
M-x set-visited-file-name Change the file name under which the current buffer will be saved. When you wish to save the file and make your changes permanent, type C-x C-s (savebuffer). After saving is finished, C-x C-s displays a message like this: Wrote /u/rms/gnu/gnu.tasks If the selected buffer is not modified (no changes have been made in it since the buffer was created or last saved), saving is not really done, because it would have no effect. Instead, C-x C-s displays a message like this in the echo area: (No changes need to be saved)
117
With a prefix argument, C-u C-x C-s, Emacs also marks the buffer to be backed up when the next save is done. See Section 15.3.2 [Backup], page 118. The command C-x s (save-some-buffers) offers to save any or all modified buffers. It asks you what to do with each buffer. The possible responses are analogous to those of query-replace: y n ! RET . C-r d Save this buffer and ask about the rest of the buffers. Dont save this buffer, but ask about the rest of the buffers. Save this buffer and all the rest with no more questions. Terminate save-some-buffers without any more saving. Save this buffer, then exit save-some-buffers without even asking about other buffers. View the buffer that you are currently being asked about. When you exit View mode, you get back to save-some-buffers, which asks the question again. Diff the buffer against its corresponding file, so you can see what changes you would be saving. This calls the command diff-buffer-with-file (see Section 15.8 [Comparing Files], page 128). Display a help message about these options.
C-h
C-x C-c, the key sequence to exit Emacs, invokes save-some-buffers and therefore asks the same questions. If you have changed a buffer but do not wish to save the changes, you should take some action to prevent it. Otherwise, each time you use C-x s or C-x C-c, you are liable to save this buffer by mistake. One thing you can do is type M-~ (not-modified), which clears out the indication that the buffer is modified. If you do this, none of the save commands will believe that the buffer needs to be saved. (~ is often used as a mathematical symbol for not; thus M-~ is not, metafied.) Alternatively, you can cancel all the changes made since the file was visited or saved, by reading the text from the file again. This is called reverting. See Section 15.4 [Reverting], page 123. (You could also undo all the changes by repeating the undo command C-x u until you have undone all the changes; but reverting is easier.) M-x set-visited-file-name alters the name of the file that the current buffer is visiting. It reads the new file name using the minibuffer. Then it marks the buffer as visiting that file name, and changes the buffer name correspondingly. set-visited-file-name does not save the buffer in the newly visited file; it just alters the records inside Emacs in case you do save later. It also marks the buffer as modified so that C-x C-s in that buffer will save. If you wish to mark the buffer as visiting a different file and save it right away, use C-x C-w (write-file). This is equivalent to set-visited-file-name followed by C-x C-s, except that C-x C-w asks for confirmation if the file exists. C-x C-s used on a buffer that is not visiting a file has the same effect as C-x C-w; that is, it reads a file name, marks the buffer as visiting that file, and saves it there. The default file name in a buffer that is not visiting a file is made by combining the buffer name with the buffers default directory (see Section 15.1 [File Names], page 112).
118
If the new file name implies a major mode, then C-x C-w switches to that major mode, in most cases. The command set-visited-file-name also does this. See Section 20.1 [Choosing Modes], page 191. If Emacs is about to save a file and sees that the date of the latest version on disk does not match what Emacs last read or wrote, Emacs notifies you of this fact, because it probably indicates a problem caused by simultaneous editing and requires your immediate attention. See Section 15.3.4 [Simultaneous Editing], page 121.
119
would be called eval.c.~1~, eval.c.~2~, and so on, all the way through names like eval.c.~259~ and beyond. The variable version-control determines whether to make single backup files or multiple numbered backup files. Its possible values are: nil t never Make numbered backups for files that have numbered backups already. Otherwise, make single backups. This is the default. Make numbered backups. Never make numbered backups; always make single backups.
The usual way to set this variable is globally, through your .emacs file or the customization buffer. However, you can set version-control locally in an individual buffer to control the making of backups for that buffers file (see Section 32.3.3 [Locals], page 414). You can have Emacs set version-control locally whenever you visit a given file (see Section 32.3.4 [File Variables], page 415). Some modes, such as Rmail mode, set this variable. If you set the environment variable VERSION_CONTROL, to tell various GNU utilities what to do with backup files, Emacs also obeys the environment variable by setting the Lisp variable version-control accordingly at startup. If the environment variables value is t or numbered, then version-control becomes t; if the value is nil or existing, then version-control becomes nil; if it is never or simple, then version-control becomes never. You can customize the variable backup-directory-alist to specify that files matching certain patterns should be backed up in specific directories. This variable applies to both single and numbered backups. A typical use is to add an element ("." . dir ) to make all backups in the directory with absolute name dir ; Emacs modifies the backup file names to avoid clashes between files with the same names originating in different directories. Alternatively, adding, ("." . ".~") would make backups in the invisible subdirectory .~ of the original files directory. Emacs creates the directory, if necessary, to make the backup. If you define the variable make-backup-file-name-function to a suitable Lisp function, that overrides the usual way Emacs constructs backup file names.
120
Direds . (Period) command can also be used to delete old versions. See Section 29.3 [Dired Deletion], page 336.
121
mode-require-final-newline. By setting the latter variable, you can control how these modes handle final newlines. When Emacs saves a file, it invokes the fsync system call to force the data immediately out to disk. This is important for safety if the system crashes or in case of power outage. However, it can be disruptive on laptops using power saving, because it requires the disk to spin up each time you save a file. Setting write-region-inhibit-fsync to a non-nil value disables this synchronization. Be carefulthis means increased risk of data loss.
Note that locking works on the basis of a file name; if a file has multiple names, Emacs does not realize that the two names are the same file and cannot prevent two users from editing it simultaneously under different names. However, basing locking on names means that Emacs can interlock the editing of new files that will not really exist until they are saved. Some systems are not configured to allow Emacs to make locks, and there are cases where lock files cannot be written. In these cases, Emacs cannot detect trouble in advance, but it still can detect the collision when you try to save a file and overwrite someone elses changes. Every time Emacs saves a buffer, it first checks the last-modification date of the existing file on disk to verify that it has not changed since the file was last visited or saved. If the date does not match, it implies that changes were made in the file in some other way, and these changes are about to be lost if Emacs actually does save. To prevent this, Emacs displays a warning message and asks for confirmation before saving. Occasionally you will
122
know why the file was changed and know that it does not matter; then you can answer yes and proceed. Otherwise, you should cancel the save with C-g and investigate the situation. If Emacs or the operating system crashes, this may leave behind lock files which are stale, so you may occasionally get warnings about spurious collisions. When you determine that the collision is spurious, just use p to tell Emacs to go ahead anyway. The first thing you should do when notified that simultaneous editing has already taken place is to list the directory with C-u C-x C-d (see Section 15.7 [Directories], page 127). This shows the files current author. You should attempt to contact him to warn him not to continue editing. Often the next step is to save the contents of your Emacs buffer under a different name, and use diff to compare the two files.
123
124
if you are sure that the file will only change by growing at the end, use Auto-Revert Tail mode instead (auto-revert-tail-mode). It is more efficient for this. Auto-Revert Tail mode works also for remote files. See Section 25.1.2 [VC Mode Line], page 276, for Auto Revert peculiarities in buffers that visit files under version control.
125
file name with C-x C-w or set-visited-file-name renames any auto-save file to go with the new visited name.
126
Then recover-session asks about each of the files that were being edited during that session, asking whether to recover that file. If you answer y, it calls recover-file, which works in its normal fashion. It shows the dates of the original file and its auto-save file, and asks once again whether to recover that file. When recover-session is done, the files youve chosen to recover are present in Emacs buffers. You should then save them. Only thissaving themupdates the files themselves. Emacs records information about interrupted sessions for later recovery in files named ~/.emacs.d/auto-save-list/.saves-pid-hostname . The directory used, ~/.emacs.d/auto-save-list/, is determined by the variable auto-save-list-fileprefix. You can record sessions in a different place by customizing that variable. If you set auto-save-list-file-prefix to nil in your .emacs file, sessions are not recorded for recovery.
127
128
129
the old and new line numbers at which the hunk occurs. Diff mode highlights each hunk header, to distinguish it from the actual contents of the hunk. You can edit a Diff mode buffer like any other buffer. (If it is read-only, you need to make it writable first. See Section 16.3 [Misc Buffer], page 139.) Whenever you change a hunk, Diff mode attempts to automatically correct the line numbers in the hunk headers, to ensure that the diff remains correct. To disable automatic line number correction, change the variable diff-update-on-the-fly to nil. Diff mode treats each hunk as an error message, similar to Compilation mode. Thus, you can use commands such as C-x to visit the corresponding source locations. See Section 24.2 [Compilation Mode], page 255. In addition, Diff mode provides the following commands to navigate, manipulate and apply parts of patches: M-n M-p M-} M-{ M-k M-K C-c C-a C-c C-b Move to the next hunk-start (diff-hunk-next). Move to the previous hunk-start (diff-hunk-prev). Move to the next file-start, in a multi-file patch (diff-file-next). Move to the previous file-start, in a multi-file patch (diff-file-prev). Kill the hunk at point (diff-hunk-kill). In a multi-file patch, kill the current file part. (diff-file-kill). Apply this hunk to its target file (diff-apply-hunk). With a prefix argument of C-u, revert this hunk. Highlight the changes of the hunk at point with a finer granularity (diffrefine-hunk). This allows you to see exactly which parts of each changed line were actually changed. Go to the source file and line corresponding to this hunk (diff-goto-source). Start an Ediff session with the patch (diff-ediff-patch). See Section Ediff in The Ediff Manual . Restrict the view to the current hunk (diff-restrict-view). See Section 31.10 [Narrowing], page 392. With a prefix argument of C-u, restrict the view to the current file of a multiple-file patch. To widen again, use C-x n w (widen). Reverse the direction of comparison for the entire buffer (diff-reversedirection). Split the hunk at point (diff-split-hunk). This is for manually editing patches, and only works with the unified diff format produced by the -u or --unified options to the diff program. If you need to split a hunk in the context diff format produced by the -c or --context options to diff, first convert the buffer to the unified diff format with C-c C-u. Convert the entire buffer to the context diff format (diff-unified->context). With a prefix argument, convert only the text within the region. Convert the entire buffer to unified diff format (diff-context->unified). With a prefix argument, convert unified format to context format. When the mark is active, convert only the text within the region.
130
Refine the current hunk so that it disregards changes in whitespace (diffrefine-hunk). Generate a ChangeLog entry, like C-x 4 a does (see Section 25.2 [Change Log], page 289), for each one of the hunks (diff-add-change-log-entries-otherwindow). This creates a skeleton of the log of changes that you can later fill with the actual descriptions of the changes. C-x 4 a itself in Diff mode operates on behalf of the current hunks file, but gets the function name from the patch itself. This is useful for making log entries for functions that are deleted by the patch.
M-x diff-show-trailing-whitespaces RET Highlight trailing whitespace characters, except for those used by the patch syntax (see Section 11.12 [Useless Whitespace], page 74).
131
by changing the variable delete-by-moving-to-trash to t. This applies to file deletion via M-x delete-file, as well as M-x delete-directory (see Section 15.7 [Directories], page 127) and file deletion in Dired (see Section 29.3 [Dired Deletion], page 336). In addition, you can explicitly move a file into the Trash with the command M-x move-file-to-trash. M-x rename-file reads two file names old and new using the minibuffer, then renames file old as new. If the file name new already exists, you must confirm with yes or renaming is not done; this is because renaming causes the old meaning of the name new to be lost. If old and new are on different file systems, the file old is copied and deleted. If the argument new is just a directory name, the real new name is in that directory, with the same non-directory component as old. For example, M-x rename-file RET ~/foo RET /tmp RET renames ~/foo to /tmp/foo. The same rule applies to all the remaining commands in this section. All of them ask for confirmation when the new file name already exists, too. The similar command M-x add-name-to-file is used to add an additional name to an existing file without removing its old name. The new name is created as a hard link to the existing file. The new name must belong on the same file system that the file is on. On MS-Windows, this command works only if the file resides in an NTFS file system. On MS-DOS, it works by copying the file. M-x copy-file reads the file old and writes a new file named new with the same contents. M-x copy-directory does the same for directories, by recursive copying all files and subdirectories. M-x make-symbolic-link reads two file names target and linkname, then creates a symbolic link named linkname, which points at target. The effect is that future attempts to open file linkname will refer to whatever file is named target at the time the opening is done, or will get an error if the name target is nonexistent at that time. This command does not expand the argument target, so that it allows you to specify a relative name as the target of the link. Not all systems support symbolic links; on systems that dont support them, this command is not defined. M-x set-file-modes reads a file name followed by a file mode, and applies that file mode to the specified file. File modes, also called file permissions, determine whether a file can be read, written to, or executed, and by whom. This command reads file modes using the same symbolic or octal format accepted by the chmod command; for instance, u+x means to add execution permission for the user who owns the file. It has no effect on operating systems that do not support file modes. chmod is a convenience alias for this function.
132
To disable this feature, type the command M-x auto-compression-mode. You can disable it permanently by customizing the variable auto-compression-mode.
133
/host :filename /user @host :filename /user @host #port :filename /method :user @host :filename /method :user @host #port :filename To carry out this request, Emacs uses a remote-login program such as ftp, ssh, rlogin, or telnet. You can always specify in the file name which method to usefor example, /ftp:user @host :filename uses FTP, whereas /ssh:user @host :filename uses ssh. When you dont specify a method in the file name, Emacs chooses the method as follows: 1. If the host name starts with ftp. (with dot), then Emacs uses FTP. 2. If the user name is ftp or anonymous, then Emacs uses FTP. 3. If the variable tramp-default-method is set to ftp, then Emacs uses FTP. 4. If ssh-agent is running, then Emacs uses scp. 5. Otherwise, Emacs uses ssh. You can entirely turn off the remote file name feature by setting the variable tramp-mode to nil. You can turn off the feature in individual cases by quoting the file name with /: (see Section 15.14 [Quoted File Names], page 134). Remote file access through FTP is handled by the Ange-FTP package, which is documented in the following. Remote file access through the other methods is handled by the Tramp package, which has its own manual. See Section Top in The Tramp Manual . When the Ange-FTP package is used, Emacs logs in through FTP using your user name or the name user. It may ask you for a password from time to time (see Section 5.6 [Passwords], page 33); this is used for logging in on host. The form using port allows you to access servers running on a non-default TCP port. If you want to disable backups for remote files, set the variable ange-ftp-make-backupfiles to nil. By default, the auto-save files (see Section 15.5.1 [Auto Save Files], page 124) for remote files are made in the temporary file directory on the local machine. This is achieved using the variable auto-save-file-name-transforms. Normally, if you do not specify a user name in a remote file name, that means to use your own user name. But if you set the variable ange-ftp-default-user to a string, that string is used instead. To visit files accessible by anonymous FTP, you use special user names anonymous or ftp. Passwords for these user names are handled specially. The variable ange-ftpgenerate-anonymous-password controls what happens: if the value of this variable is a string, then that string is used as the password; if non-nil (the default), then the value of user-mail-address is used; if nil, then Emacs prompts you for a password as usual (see Section 5.6 [Passwords], page 33). Sometimes you may be unable to access files on a remote machine because a firewall in between blocks the connection for security reasons. If you can log in on a gateway machine from which the target files are accessible, and whose FTP server supports gatewaying features, you can still use remote file names; all you have to do is specify the name of the gateway machine by setting the variable ange-ftp-gateway-host, and set ange-ftpsmart-gateway to t. Otherwise you may be able to make remote file names work, but the
134
procedure is complex. You can read the instructions by typing M-x finder-commentary RET ange-ftp RET.
135
M-x file-cache-clear-cache RET Clear the cache; that is, remove all file names from it. The file name cache is not persistent: it is kept and maintained only for the duration of the Emacs session. You can view the contents of the cache with the file-cache-display command.
15.17 Filesets
If you regularly edit a certain group of files, you can define them as a fileset. This lets you perform certain operations, such as visiting, query-replace, and shell commands on all the files at once. To make use of filesets, you must first add the expression (filesets-init) to your .emacs file (see Section 32.6 [Init File], page 428). This adds a Filesets menu to the menu bar. The simplest way to define a fileset is by adding files to it one at a time. To add a file to fileset name, visit the file and type M-x filesets-add-buffer RET name RET. If there is no fileset name, this creates a new one, which initially creates only the current file. The command M-x filesets-remove-buffer removes the current file from a fileset. You can also edit the list of filesets directly, with M-x filesets-edit (or by choosing Edit Filesets from the Filesets menu). The editing is performed in a Customize buffer (see Section 32.2 [Easy Customization], page 404). Filesets need not be a simple list of filesyou can also define filesets using regular expression matching file names. Some examples of these more complicated filesets are shown in the Customize buffer. Remember to select Save for future sessions if you want to use the same filesets in future Emacs sessions. You can use the command M-x filesets-open to visit all the files in a fileset, and M-x filesets-close to close them. Use M-x filesets-run-cmd to run a shell command on all
136
the files in a fileset. These commands are also available from the Filesets menu, where each existing fileset is represented by a submenu. Emacs uses the concept of a fileset elsewhere see Section 25.1 [Version Control], page 273 to describe sets of files to be treated as a group for purposes of version control operations. Those filesets are unnamed and do not persist across Emacs sessions.
137
C-x RIGHT Select the next buffer in the list of existing buffers. C-u M-g M-g C-u M-g g Read a number n and move to line n in the most recently selected buffer other than the current buffer.
138
To select the buffer named bufname, type C-x b bufname RET. This runs the command switch-to-buffer with argument bufname. While entering the buffer name, you can use the usual minibuffer completion and history commands (see Chapter 5 [Minibuffer], page 26). An empty argument to C-x b specifies the buffer that was current most recently among those not now displayed in any window. If you specify a buffer that does not exist, C-x b creates a new, empty buffer that is not visiting any file, and selects it for editing. First, however, Emacs might prompt you for confirmation, in case you entered the wrong buffer name. Emacs asks for confirmation only if the last key you typed, before submitting the minibuffer input with RET, was TAB (minibuffer-complete). This catches a common mistake, in which one types RET before realizing that TAB did not complete far enough to yield the desired buffer name (see Section 5.3 [Completion], page 28). Emacs asks for confirmation by putting the message [Confirm] in the minibuffer; type RET again to confirm and visit the buffer. The variable confirm-nonexistent-file-or-buffer controls whether Emacs asks for confirmation before visiting a buffer that did not previously exist. The default value, aftercompletion, gives the behavior we have just described. If the value is nil, Emacs never asks for confirmation; for any other non-nil value, Emacs always asks for confirmation. This variable also affects the find-file command (see Section 15.2 [Visiting], page 113). One reason to create a new buffer is to use it for making temporary notes. If you try to save it, Emacs asks for the file name to use. The default value of the variable majormode determines the new buffers major mode; the default value is Fundamental mode. See Chapter 20 [Major Modes], page 191. For conveniently switching between a few buffers, use the commands C-x LEFT and C-x RIGHT. C-x RIGHT (previous-buffer) selects the previous buffer (following the order of most recent selection in the current frame), while C-x LEFT (next-buffer) moves through buffers in the reverse direction. To select a buffer in a window other than the current one, type C-x 4 b (switch-tobuffer-other-window). This prompts for a buffer name using the minibuffer, displays that buffer in another window, and selects that window. By default, if displaying the buffer causes two vertically adjacent windows to be displayed, the heights of those windows are evened out; to countermand that and preserve the window configuration, set the variable even-window-heights to nil. Similarly, C-x 5 b (switch-to-buffer-other-frame) prompts for a buffer name, displays that buffer in another frame, and selects that frame. In addition, C-x C-f, and any other command for visiting a file, can also be used to switch to an existing file-visiting buffer. See Section 15.2 [Visiting], page 113. You can control how certain buffers are handled by these commands by customizing the variables special-display-buffer-names, special-display-regexps, same-windowbuffer-names, and same-window-regexps. See Section 17.5 [Force Same Window], page 149, and Section 18.10 [Special Buffer Frames], page 163, for more about these variables. In addition, if the value of display-buffer-reuse-frames is non-nil, and the buffer you want to switch to is already displayed in some frame, Emacs will just raise that frame. C-u M-g M-g, that is goto-line with a plain prefix argument, reads a number n using the minibuffer, selects the most recently selected buffer other than the current buffer in
139
another window, and then moves point to the beginning of line number n in that buffer. This is mainly useful in a buffer that refers to line numbers in another buffer: if point is on or just after a number, goto-line uses that number as the default for n. Note that prefix arguments other than just C-u behave differently. C-u 4 M-g M-g goes to line 4 in the current buffer, without reading a number from the minibuffer. (Remember that M-g M-g without prefix argument reads a number n and then moves to line number n in the current buffer. See Section 4.2 [Moving Point], page 18.) Emacs uses buffer names that start with a space for internal purposes. It treats these buffers specially in minor waysfor example, by default they do not record undo information. It is best to avoid using such buffer names yourself.
The buffer *Help* was made by a help request (see Chapter 7 [Help], page 35); it is not visiting any file. The buffer src was made by Dired on the directory ~/cvs/emacs/src/. You can list only buffers that are visiting files by giving the command a prefix argument, as in C-u C-x C-b. list-buffers omits buffers whose names begin with a space, unless they visit files: such buffers are used internally by Emacs.
140
A buffer can be read-only, which means that commands to change its contents are not allowed. The mode line indicates read-only buffers with %% or %* near the left margin. Read-only buffers are usually made by subsystems such as Dired and Rmail that have special commands to operate on the text; also by visiting a file whose access control says you cannot write it. If you wish to make changes in a read-only buffer, use the command C-x C-q (toggleread-only). It makes a read-only buffer writable, and makes a writable buffer read-only. This works by setting the variable buffer-read-only, which has a local value in each buffer and makes the buffer read-only if its value is non-nil. If you have files under version control, you may find it convenient to bind C-x C-q to vc-toggle-read-only instead. This will guard you against an operation that will confuse most modern version-conmtrol systems. See Section 25.1 [Version Control], page 273. M-x rename-buffer changes the name of the current buffer. You specify the new name as a minibuffer argument; there is no default. If you specify a name that is in use for some other buffer, an error happens and no renaming is done. M-x rename-uniquely renames the current buffer to a similar name with a numeric suffix added to make it both different and unique. This command does not need an argument. It is useful for creating multiple shell buffers: if you rename the *shell* buffer, then do M-x shell again, it makes a new shell buffer named *shell*; meanwhile, the old shell buffer continues to exist under its new name. This method is also good for mail buffers, compilation buffers, and most Emacs features that create special buffers with particular names. (With some of these features, such as M-x compile, M-x grep an M-x info, you need to switch to some other buffer before using the command, in order for it to make a different buffer.) M-x view-buffer is much like M-x view-file (see Section 15.10 [Misc File Ops], page 130) except that it examines an already existing Emacs buffer. View mode provides commands for scrolling through the buffer conveniently but not for changing it. When you exit View mode with q, that switches back to the buffer (and the position) which was previously displayed in the window. Alternatively, if you exit View mode with e, the buffer and the value of point that resulted from your perusal remain in effect. The commands M-x append-to-buffer and M-x insert-buffer can be used to copy text from one buffer to another. See Section 9.3 [Accumulating Text], page 54.
141
C-x k (kill-buffer) kills one buffer, whose name you specify in the minibuffer. The default, used if you type just RET in the minibuffer, is to kill the current buffer. If you kill the current buffer, another buffer becomes current: one that was current in the recent past but is not displayed in any window now. If you ask to kill a file-visiting buffer that is modified, then you must confirm with yes before the buffer is killed. The command M-x kill-some-buffers asks about each buffer, one by one. An answer of y means to kill the buffer, just like kill-buffer. This command ignores buffers whose names begin with a space, which are used internally by Emacs. The command M-x kill-matching-buffers prompts for a regular expression and kills all buffers whose names match that expression. See Section 12.5 [Regexps], page 86. Like kill-some-buffers, it asks for confirmation before each kill. This command normally ignores buffers whose names begin with a space, which are used internally by Emacs. To kill internal buffers as well, call kill-matching-buffers with a prefix argument. The buffer menu feature is also convenient for killing various buffers. See Section 16.5 [Several Buffers], page 141. If you want to do something special every time a buffer is killed, you can add hook functions to the hook kill-buffer-hook (see Section 32.3.2 [Hooks], page 413). If you run one Emacs session for a period of days, as many people do, it can fill up with buffers that you used several days ago. The command M-x clean-buffer-list is a convenient way to purge them; it kills all the unmodified buffers that you have not used for a long time. An ordinary buffer is killed if it has not been displayed for three days; however, you can specify certain buffers that should never be killed automatically, and others that should be killed if they have been unused for a mere hour. You can also have this buffer purging done for you, every day at midnight, by enabling Midnight mode. Midnight mode operates each day at midnight; at that time, it runs cleanbuffer-list, or whichever functions you have placed in the normal hook midnight-hook (see Section 32.3.2 [Hooks], page 413). To enable Midnight mode, use the Customization buffer to set the variable midnight-mode to t. See Section 32.2 [Easy Customization], page 404.
142
The buffer menu is a read-only buffer, and can be changed only through the special commands described in this section. The usual Emacs cursor motion commands can be used in this buffer. The following commands apply to the buffer described on the current line: d Request to delete (kill) the buffer, then move down. The request shows as a D on the line, before the buffer name. Requested deletions take place when you type the x command. Like d but move up afterwards instead of down. Request to save the buffer. The request shows as an S on the line. Requested saves take place when you type the x command. You may request both saving and deletion for the same buffer. Perform previously requested deletions and saves. Remove any request made for the current line, and move down. Move to previous line and remove any request made for that line.
C-d s
x u DEL
The d, C-d, s and u commands to add or remove flags also move down (or up) one line. They accept a numeric argument as a repeat count. These commands operate immediately on the buffer listed on the current line: ~ % t Mark the buffer unmodified. The command ~ does this immediately when you type it. Toggle the buffers read-only flag. The command % does this immediately when you type it. Visit the buffer as a tags table. See Section 25.3.4 [Select Tags Table], page 296. There are also commands to select another buffer or buffers: q RET f o C-o 1 2 Quit the buffer menuimmediately display the most recent formerly visible buffer in its place. Immediately select this lines buffer in place of the *Buffer List* buffer. Immediately select this lines buffer in another window as if by C-x 4 b, leaving *Buffer List* visible. Immediately display this lines buffer in another window, but dont select the window. Immediately select this lines buffer in a full-screen window. Immediately set up two windows, with this lines buffer selected in one, and the previously current buffer (aside from the buffer *Buffer List*) displayed in the other. Bury the buffer listed on this line. Mark this lines buffer to be displayed in another window if you exit with the v command. The request shows as a > at the beginning of the line. (A single buffer may not have both a delete request and a display request.)
b m
143
Immediately select this lines buffer, and also display in other windows any buffers previously marked with the m command. If you have not marked any buffers, this command is equivalent to 1. There is also a command that affects the entire buffer list: Delete, or reinsert, lines for non-file buffers. This command toggles the inclusion of such buffers in the buffer list.
What buffer-menu actually does is create and switch to a suitable buffer, and turn on Buffer Menu mode in it. Everything else described above is implemented by the special commands provided in Buffer Menu mode. One consequence of this is that you can switch from the *Buffer List* buffer to another Emacs buffer, and edit there. You can reselect the *Buffer List* buffer later, to perform the operations already requested, or you can kill it, or pay no further attention to it. Normally, the buffer *Buffer List* is not updated automatically when buffers are created and killed; its contents are just text. If you have created, deleted or renamed buffers, the way to update *Buffer List* to show what you have done is to type g (revertbuffer). You can make this happen regularly every auto-revert-interval seconds if you enable Auto Revert mode in this buffer, as long as it is not marked modified. Global Auto Revert mode applies to the *Buffer List* buffer only if global-auto-revert-nonfile-buffers is non-nil. See Info file emacs-xtra, node Autorevert, for details.
The text of the indirect buffer is always identical to the text of its base buffer; changes made by editing either one are visible immediately in the other. But in all other respects, the indirect buffer and its base buffer are completely separate. They can have different names, different values of point, different narrowing, different markers, different major modes, and different local variables. An indirect buffer cannot visit a file, but its base buffer can. If you try to save the indirect buffer, that actually works by saving the base buffer. Killing the base buffer effectively kills the indirect buffer, but killing an indirect buffer has no effect on its base buffer. One way to use indirect buffers is to display multiple views of an outline. See Section 22.8.4 [Outline Views], page 211. A quick and handy way to make an indirect buffer is with the command M-x clone-indirect-buffer. It creates and selects an indirect buffer whose base buffer is
144
the current buffer. With a numeric argument, it prompts for the name of the indirect buffer; otherwise it uses the name of the current buffer, with a <n > suffix added. C-x 4 c (clone-indirect-buffer-other-window) works like M-x clone-indirect-buffer, but it selects the new buffer in another window. These functions run the hook clone-indirect-buffer-hook after creating the indirect buffer. The more general way to make an indirect buffer is with the command M-x make-indirect-buffer. It creates an indirect buffer from buffer base-buffer, under the name indirect-name. It prompts for both base-buffer and indirect-name using the minibuffer.
145
When one of these commands prompts you for a buffer name, you can type in just a substring of the name you want to choose. As you enter the substring, Iswitchb mode continuously displays a list of buffers that match the substring you have typed. At any time, you can type RET to select the first buffer in the list. So the way to select a particular buffer is to make it the first in the list. There are two ways to do this. You can type more of the buffer name and thus narrow down the list, excluding unwanted buffers above the desired one. Alternatively, you can use C-s and C-r to rotate the list until the desired buffer is first. TAB while entering the buffer name performs completion on the string you have entered, based on the displayed list of buffers. To enable Iswitchb mode, type M-x iswitchb-mode, or customize the variable iswitchbmode to t (see Section 32.2 [Easy Customization], page 404).
146
17 Multiple Windows
Emacs can split a frame into two or many windows. Multiple windows can display parts of different buffers, or different parts of one buffer. Multiple frames always imply multiple windows, because each frame has its own set of windows. Each window belongs to one and only one frame.
147
same value of point. By default the two windows each get half the height of the window that was split; a numeric argument specifies how many lines to give to the top window. C-x 3 (split-window-horizontally) breaks the selected window into two side-by-side windows. A numeric argument specifies how many columns to give the one on the left. If you are not using scrollbars, a vertical line separates the two windows. You can customize its color with the face vertical-border. Windows that are not the full width of the screen have mode lines, but they are truncated. On terminals where Emacs does not support highlighting, truncated mode lines sometimes do not appear in inverse video. You can split a window horizontally or vertically by clicking C-Mouse-2 in the mode line or the scroll bar. The line of splitting goes through the place where you click: if you click on the mode line, the new scroll bar goes above the spot; if you click in the scroll bar, the mode line of the split window is side by side with your click. When a window occupies less than the full width of the frame, it may become too narrow for most of the text lines in its buffer. If most of its lines are continued (see Section 4.8 [Continuation Lines], page 22), the buffer may become difficult to read. Therefore, Emacs automatically truncates lines if the window width becomes narrower than 50 columns. This truncation occurs regardless of the value of the variable truncate-lines (see Section 11.17 [Line Truncation], page 77); it is instead controlled by the variable truncate-partialwidth-windows. If the value of truncate-partial-width-windows is a positive integer (the default is 50), that specifies the minimum width for a partial-width window before automatic line truncation occurs; if the value is nil, automatic line truncation is disabled; and for any other non-nil value, Emacs truncates lines in every partial-width window regardless of its width. Horizontal scrolling is often used in side-by-side windows. See Section 11.3 [Horizontal Scrolling], page 65. If split-window-keep-point is non-nil, the default, both of the windows resulting from C-x 2 inherit the value of point from the window that was split. This means that scrolling is inevitable. If this variable is nil, then C-x 2 tries to avoid scrolling the text currently visible on the screen, by putting point in each window at a position already visible in the window. It also selects whichever window contains the screen line that the cursor was previously on. Some users prefer that mode on slow terminals.
M-x compare-windows Find next place where the text in the selected window does not match the text in the next window. Mouse-1 Mouse-1, in a windows mode line, selects that window but does not move point in it (mouse-select-window).
To select a different window, click with Mouse-1 on its mode line. With the keyboard, you can switch windows by typing C-x o (other-window). That is an o, for other, not a zero. When there are more than two windows, this command moves through all the
148
windows in a cyclic order, generally top to bottom and left to right. After the rightmost and bottommost window, it goes back to the one at the upper left corner. A numeric argument means to move several steps in the cyclic order of windows. A negative argument moves around the cycle in the opposite order. When the minibuffer is active, the minibuffer is the last window in the cycle; you can switch from the minibuffer window to one of the other windows, and later switch back and finish supplying the minibuffer argument that is requested. See Section 5.2 [Minibuffer Edit], page 27. The usual scrolling commands (see Chapter 11 [Display], page 63) apply to the selected window only, but there is one command to scroll the next window. C-M-v (scroll-otherwindow) scrolls the window that C-x o would select. It takes arguments, positive and negative, like C-v. (In the minibuffer, C-M-v scrolls the window that contains the minibuffer help display, if any, rather than the next window in the standard cyclic order.) The command M-x compare-windows lets you compare two files or buffers visible in two windows, by moving through them to the next mismatch. See Section 15.8 [Comparing Files], page 128, for details. If you set mouse-autoselect-window to a non-nil value, moving the mouse into a different window selects that window. This feature is off by default.
C-x 4 C-o bufname RET Display buffer bufname in another window, but dont select that buffer or that window. This runs display-buffer. C-x 4 f filename RET Visit file filename and select its buffer in another window. This runs findfile-other-window. See Section 15.2 [Visiting], page 113. C-x 4 d directory RET Select a Dired buffer for directory directory in another window. This runs dired-other-window. See Chapter 29 [Dired], page 335. C-x 4 m Start composing a mail message in another window. This runs mail-otherwindow; its same-window analogue is C-x m (see Chapter 27 [Sending Mail], page 307). Find a tag in the current tags table, in another window. This runs find-tagother-window, the multiple-window variant of M-. (see Section 25.3 [Tags], page 291).
C-x 4 .
C-x 4 r filename RET Visit file filename read-only, and select its buffer in another window. This runs find-file-read-only-other-window. See Section 15.2 [Visiting], page 113.
149
By default, these commands split the window vertically when there is only one. You can customize the variables split-height-threshold and split-width-threshold to split the window horizontally instead.
To delete a window, type C-x 0 (delete-window). (That is a zero.) The space occupied by the deleted window is given to an adjacent window (but not the minibuffer window,
150
even if that is active at the time). Once a window is deleted, its attributes are forgotten; only restoring a window configuration can bring it back. Deleting the window has no effect on the buffer it used to display; the buffer continues to exist, and you can select it in any window with C-x b. C-x 4 0 (kill-buffer-and-window) is a stronger command than C-x 0; it kills the current buffer and then deletes the selected window. C-x 1 (delete-other-windows) is more powerful in a different way; it deletes all the windows except the selected one (and the minibuffer); the selected window expands to use the whole frame except for the echo area. To readjust the division of space among vertically adjacent windows, use C-x ^ (enlarge-window). It makes the currently selected window one line bigger, or as many lines as is specified with a numeric argument. With a negative argument, it makes the selected window smaller. C-x } (enlarge-window-horizontally) makes the selected window wider by the specified number of columns. C-x { (shrink-window-horizontally) makes the selected window narrower by the specified number of columns. When you make a window bigger, the space comes from its peers. If this makes any window too small, it is deleted and its space is given to an adjacent window. The minimum size is specified by the variables window-min-height and window-min-width. The command C-x - (shrink-window-if-larger-than-buffer) reduces the height of the selected window, if it is taller than necessary to show the whole text of the buffer it is displaying. It gives the extra lines to other windows in the frame. You can also use C-x + (balance-windows) to even out the heights of all the windows in the selected frame. Mouse clicks on the mode line provide another way to change window heights and to delete windows. See Section 18.4 [Mode Line Mouse], page 157.
151
are M-x scroll-all-scroll-down-all, M-x scroll-all-page-down-all and their corresponding up equivalents. To make this mode useful, you should bind these commands to appropriate keys.
152
The most basic mouse command is mouse-set-point, which is called by clicking with the left mouse button, Mouse-1, in the text area of a window. This moves point to the position where you clicked. Normally, Emacs does not distinguish between ordinary mouse clicks and clicks that select a frame. When you click on a frame to select it, that also changes the selected window and cursor position according to the mouse click position. On the X window system, you can change this behavior by setting the variable x-mouse-click-focus-ignore-position to t. Then the first click selects the frame, but does not affect the selected window or cursor position. If you click again in the same place, that click will be in the selected frame, so it will change the window or cursor position. Holding down Mouse-1 and dragging the mouse over a stretch of text activates the region around that text (mouse-set-region). See Chapter 8 [Mark], page 44. Emacs places
153
the mark where you started holding down the mouse button, and point where you release it. In addition, the region is copied into the kill ring (see Section 9.2.1 [Kill Ring], page 53). If you dont want Emacs to copy the region, change the variable mouse-drag-copy-region to nil. If you move the mouse off the top or bottom of the window while dragging, the window scrolls at a steady rate until you move the mouse back into the window. This way, you can select regions that dont fit entirely on the screen. The number of lines scrolled per step depends on how far away from the window edge the mouse has gone; the variable mouse-scroll-min-lines specifies a minimum step size. Clicking with the middle mouse button, Mouse-2, moves point to the position where you clicked and performs a yank (mouse-yank-at-click). See Section 9.2 [Yanking], page 52. If you change the variable mouse-yank-at-point to a non-nil value, Mouse-2 does not move point. Then it does not matter where you click, or even which of the frames windows you click on; the yank occurs at the existing point. This variable also affects yanking the primary and secondary selections (see Section 18.1.3 [Cut/Paste Other App], page 154). Clicking with the right mouse button, Mouse-3, runs the command mouse-save-thenkill. This performs several actions depending on where you click and the status of the region: If no region is active, clicking Mouse-3 activates the region, placing the mark where point was and point at the clicked position. In addition, the text in the region is copied to the kill ring. If a region is active, clicking Mouse-3 adjusts the nearer end of the region by moving it to the clicked position. The adjusted regions text is copied to the kill ring; if the text in the original region was already on the kill ring, it replaces it there. If you originally specified the region using a double or triple Mouse-1, so that the region is defined to consist of entire words or lines, then adjusting the region with Mouse-3 also proceeds by entire words or lines. If you use Mouse-3 a second time consecutively, at the same place, that kills the region already selected. Thus, the simplest way to kill text with the mouse is to click Mouse-1 at one end, then click Mouse-3 twice at the other end. To copy the text into the kill ring without deleting it from the buffer, press Mouse-3 just onceor just drag across the text with Mouse-1. Then you can copy it elsewhere by yanking it. Whenever you set the region using any of the mouse commands described above, the mark will be deactivated by any subsequent unshifted cursor motion command, in addition to the usual ways of deactivating the mark. See Section 8.6 [Shift Selection], page 48. While the region remains active, typing BACKSPACE or DELETE deletes the text in that region and deactivates the mark; this behavior follows a convention established by other graphical programs, and it does not apply when you set the region any other way, including shift-selection (see Section 8.6 [Shift Selection], page 48). Many graphical applications also follow the convention that insertion while text is selected deletes the selected text. You can make Emacs behave this way by enabling Delete Selection mode. See Section 8.3 [Using Region], page 46.
154
155
If you change yank-pop-change-selection to t, rotating the kill ring with M-y (yankpop) also saves the new yank to the primary selection (see Section 9.2 [Yanking], page 52). If you change save-interprogram-paste-before-kill to t, each kill command first saves the existing selection onto the kill ring. This prevents you from losing the existing selection, at the risk of large memory consumption if other applications generate large selections. Whenever Emacs saves some text to the primary selection, it may also save it to the cut buffer. The cut buffer is an obsolete predecessor to the primary selection; most modern applications do not use it. Saving text to the cut buffer is slow and inefficient, so Emacs only does it if the text is shorter than the value of x-cut-buffer-max (20000 characters by default). You can yank the primary selection into Emacs using the usual yank commands, such as C-y (yank) and Mouse-2 (mouse-yank-at-click). These commands actually check the primary selection before referring to the kill ring; if no primary selection is available, the kill ring contents are used. To prevent yank commands from accessing the primary selection, set the variable x-select-enable-primary to nil. The standard coding system for the primary selection is compound-text-withextensions. You may find that the pasted text is not what you expected. In such a case, you can specify another coding system for the selection by typing C-x RET x or C-x RET X. Alternatively, you can request a different data type by modifying the variable x-select-request-type. See Section 19.11 [Communication Coding], page 183.
156
Double or triple clicking of M-Mouse-1 operates on words and lines, much like Mouse-1. If mouse-yank-at-point is non-nil, M-Mouse-2 yanks at point. Then it does not matter precisely where you click, or even which of the frames windows you click on. See Section 18.1.1 [Mouse Commands], page 152.
157
In Emacs versions before 22, only Mouse-2 activates buttons and Mouse-1 always sets point. If you prefer this older behavior, set the variable mouse-1-click-follows-link to nil. This variable also lets you choose various other alternatives for following links with the mouse. Type C-h v mouse-1-click-follows-link RET for more details.
Mouse-2 Mouse-3
1
Some systems use Mouse-3 for a mode-specific menu. We took a survey of users, and found they preferred to keep Mouse-3 for selecting and killing regions. Hence the decision to use C-Mouse-3 for this menu. To use Mouse-3 instead, do (global-set-key [mouse-3] mouse-popup-menubar-stuff).
158
C-Mouse-2 C-Mouse-2 on a mode line splits the window above horizontally, above the place in the mode line where you click. Using Mouse-1 on the divider between two side-by-side mode lines, you can move the vertical boundary left or right. Using C-Mouse-2 on a scroll bar splits the corresponding window vertically. See Section 17.2 [Split Window], page 146.
C-x 5 b bufname RET Select buffer bufname in another frame. This runs switch-to-buffer-otherframe. C-x 5 f filename RET Visit file filename and select its buffer in another frame. This runs find-fileother-frame. See Section 15.2 [Visiting], page 113. C-x 5 d directory RET Select a Dired buffer for directory directory in another frame. This runs diredother-frame. See Chapter 29 [Dired], page 335. C-x 5 m Start composing a mail message in another frame. This runs mail-otherframe. It is the other-frame variant of C-x m. See Chapter 27 [Sending Mail], page 307. Find a tag in the current tag table in another frame. This runs find-tagother-frame, the multiple-frame variant of M-.. See Section 25.3 [Tags], page 291.
C-x 5 .
C-x 5 r filename RET Visit file filename read-only, and select its buffer in another frame. This runs find-file-read-only-other-frame. See Section 15.2 [Visiting], page 113. You can control the appearance of new frames you create by setting the frame parameters in default-frame-alist. You can use the variable initial-frame-alist to specify parameters that affect only the initial frame. See Section Initial Parameters in The Emacs Lisp Reference Manual , for more information. Here is an example of using default-frame-alist to specify the default foreground color and font: (add-to-list default-frame-alist (font . "10x20")) (add-to-list default-frame-alist (foreground-color . "blue"))
159
By putting such customizations in your init file, you can control the appearance of all the frames Emacs creates, including the initial one (see Section 32.6 [Init File], page 428). See Section 18.7 [Fonts], page 159, for other ways to set the default font.
Delete the selected frame (delete-frame). This is not allowed if there is only one frame. Select another frame, raise it, and warp the mouse to it. If you repeat this command, it cycles through all the frames on your terminal. Delete all frames except the selected one.
The C-x 5 0 (delete-frame) command will never delete the last frame, to prevent you from losing the ability to interact with the Emacs process. Note that when Emacs is run as a daemon (see Section 31.4 [Emacs Server], page 384), there is always a virtual frame that remains after all the ordinary, interactive frames are deleted. In this case, C-x 5 0 can delete the last interactive frame; you can use emacsclient to reconnect to the Emacs session. On X, you may have to tell Emacs how the system (or the window manager) handles focus-switching between windows, in order for the command C-x 5 o (other-frame) to work properly. Unfortunately, there is no way for Emacs to detect this automatically, so you should set the variable focus-follows-mouse. If simply moving the mouse onto a window selects it and gives it focus, the variable should be t; if you have to click on the window to select it, the variable should be nil. The default is t. The window manager that is part of MS-Windows always gives focus to a frame that raises, so this variable has no effect in the native MS-Windows build of Emacs.
18.7 Fonts
By default, Emacs displays text in X using a 12-point monospace font. There are several different ways to specify a different font: Click on Set Default Font in the Options menu. To save this for future sessions, click on Save Options in the Options menu. Add a line to your init file (see Section 32.6 [Init File], page 428), modifying the variable default-frame-alist to specify the font parameter (see Section 18.5 [Creating Frames], page 158), like this:
(add-to-list default-frame-alist (font . "DejaVu Sans Mono-12"))
You must restart X, or use the xrdb command, for the X resources file to take effect. See Section D.1 [Resources], page 484. When specifying a font in your X resources file, you should not quote it.
160
If you are running Emacs on the GNOME desktop, you can tell Emacs to use the default system font by setting the variable font-use-system-font to t (the default is nil). For this to work, Emacs must be compiled with Gconf support; this is done automatically if the libraries are present at compile time. Use the command line option -fn (or --font). See Section C.7 [Font X], page 478. On X, there are four different ways to express a font name. The first is to use a Fontconfig pattern. Fontconfig patterns have the following form:
fontname [-fontsize ][:name1 =values1 ][:name2 =values2 ]...
Within this format, any of the elements in braces may be omitted. Here, fontname is the family name of the font, such as Monospace or DejaVu Serif; fontsize is the point size of the font (one printers point is about 1/72 of an inch); and the name =values entries specify settings such as the slant and weight of the font. Each values may be a single value, or a list of values separated by commas. In addition, some property values are valid with only one kind of property name, in which case the name = part may be omitted. Here is a list of common font properties: slant weight style One of italic, oblique or roman. One of light, medium, demibold, bold or black. Some fonts define special styles which are a combination of slant and weight. For instance, Dejavu Sans defines the book style, which overrides the slant and weight properties. One of condensed, normal, or expanded. One of monospace, proportional, dual-width, or charcell.
width spacing
See the Fontconfig manual for a more detailed description of Fontconfig patterns. This manual is located in the file fontconfig-user.html, distributed with Fontconfig. It is also available online at http://fontconfig.org/fontconfig-user.html. In particular, that manual describes additional font properties that influence how the font is hinted, antialiased, or scaled. The second way to specify a font is to use a GTK font description. These have the syntax
fontname [properties ] [fontsize ]
where fontname is the family name, properties is a list of property values separated by spaces, and fontsize is the point size. The properties that you may specify are as follows: style weight One of roman, italic or oblique. If omitted, the roman style is used. One of medium, ultra-light, light, semi-bold, or bold. If omitted, medium weight is used.
161
The third way to specify a font is to use an XLFD (X Logical Font Description). This is the traditional method for specifying fonts under X. Each XLFD consists of fourteen words or numbers, separated by dashes, like this:
-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1
A wildcard character (*) in an XLFD matches any sequence of characters (including none), and ? matches any single character. However, matching is implementation-dependent, and can be inaccurate when wildcards match dashes in a long name. For reliable results, supply all 14 dashes and use wildcards only within a field. Case is insignificant in an XLFD. The syntax for an XLFD is as follows:
-maker-family-weight-slant-widthtype-style ... ...-pixels-height-horiz-vert-spacing-width-registry-encoding
The entries have the following meanings: maker family weight slant The name of the font manufacturer. The name of the font family (e.g. courier). The font weightnormally either bold, medium or light. Some font names support other values. The font slantnormally r (roman), i (italic), o (oblique), ri (reverse italic), or ot (other). Some font names support other values.
widthtype The font widthnormally condensed, extended, semicondensed or normal (some font names support other values). style pixels height An optional additional style name. Usually it is emptymost long font names have two hyphens in a row at this point. The font height, in pixels. The font height on the screen, measured in tenths of a printers point. This is the point size of the font, times ten. For a given vertical resolution, height and pixels are proportional; therefore, it is common to specify just one of them and use * for the other. The horizontal resolution, in pixels per inch, of the screen for which the font is intended. The vertical resolution, in pixels per inch, of the screen for which the font is intended. Normally the resolution of the fonts on your system is the right value for your screen; therefore, you normally specify * for this and horiz. This is m (monospace), p (proportional) or c (character cell). The average character width, in pixels, multiplied by ten. The X font character set that the font depicts. (X font character sets are not the same as Emacs character sets, but they are similar.) You can use the xfontsel program to check which choices you have. Normally you should use iso8859 for registry and 1 for encoding.
horiz vert
162
The fourth and final method of specifying a font is to use a font nickname. Certain fonts have shorter nicknames, which you can use instead of a normal font specification. For instance, 6x13 is equivalent to
-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1
On X, Emacs recognizes two types of fonts: client-side fonts, which are provided by the Xft and Fontconfig libraries, and server-side fonts, which are provided by the X server itself. Most client-side fonts support advanced font features such as antialiasing and subpixel hinting, while server-side fonts do not. Fontconfig and GTK patterns match only client-side fonts. You will probably want to use a fixed-width default fontthat is, a font in which all characters have the same width. For Xft and Fontconfig fonts, you can use the fc-list command to list the available fixed-width fonts, like this: fc-list :spacing=mono fc-list :spacing=charcell For server-side X fonts, you can use the xlsfonts program to list the available fixed-width fonts, like this: xlsfonts -fn *x* | egrep "^[0-9]+x[0-9]+" xlsfonts -fn *-*-*-*-*-*-*-*-*-*-*-m* xlsfonts -fn *-*-*-*-*-*-*-*-*-*-*-c* Any font with m or c in the spacing field of the XLFD is a fixed-width font. To see what a particular font looks like, use the xfd command. For example: xfd -fn 6x13 displays the entire font 6x13. While running Emacs, you can also set the font of a specific kind of text (see Section 11.5 [Faces], page 66), or a particular frame (see Section 18.11 [Frame Parameters], page 164).
163
You navigate through the speedbar using the keyboard, too. Typing RET while point is on a line in the speedbar is equivalent to clicking the item on the current line, and SPC expands or contracts the item. U displays the parent directory of the current directory. To copy, delete, or rename the file on the current line, type C, D, and R respectively. To create a new directory, type M. Another general-purpose speedbar mode is Buffer Display mode; in this mode, the speedbar displays a list of Emacs buffers. To switch to this mode, type b in the speedbar. To return to File Display mode, type f. You can also change the display mode by clicking mouse-3 anywhere in the speedbar window (or mouse-1 on the mode-line) and selecting Displays in the pop-up menu. Some major modes, including Rmail mode, Info, and GUD, have specialized ways of putting useful items into the speedbar for you to select. For example, in Rmail mode, the speedbar shows a list of Rmail files, and lets you move the current message to another Rmail file by clicking on its <M> box. For more details on using and programming the speedbar, See Section Top in Speedbar Manual .
164
then completion lists, grep output and the TEX mode shell buffer get individual frames of their own. These frames, and the windows in them, are never automatically split or reused for any other buffers. They continue to show the buffers they were created for, unless you alter them by hand. Killing the special buffer deletes its frame automatically. More generally, you can set special-display-regexps to a list of regular expressions; then a buffer gets its own frame if its name matches any of those regular expressions. (Once again, this applies only to buffers that normally get displayed for you in another window.) The variable special-display-frame-alist specifies the frame parameters for these frames. It has a default value, so you dont need to set it. For those who know Lisp, an element of special-display-buffer-names or specialdisplay-regexps can also be a list. Then the first element is the buffer name or regular expression; the rest of the list specifies how to create the frame. It can be an association list specifying frame parameter values; these values take precedence over parameter values specified in special-display-frame-alist. If you specify the symbol same-window as a frame parameter in this list, with a non-nil value, that means to use the selected window if possible. If you use the symbol same-frame as a frame parameter in this list, with a non-nil value, that means to use the selected frame if possible. Alternatively, the value can have this form: (function args...) where function is a symbol. Then the frame is constructed by calling function; its first argument is the buffer, and its remaining arguments are args. An analogous feature lets you specify buffers which should be displayed in the selected window. See Section 17.5 [Force Same Window], page 149. The same-window feature takes precedence over the special-frame feature; therefore, if you add a buffer name to specialdisplay-buffer-names and it has no effect, check to see whether that feature is also in use for the same buffer name.
165
In Emacs versions that use an X toolkit, the color-setting and font-setting functions dont affect menus and the menu bar, since they are displayed by their own widget classes. To change the appearance of the menus and menu bar, you must use X resources (see Section D.1 [Resources], page 484). See Section C.8 [Colors], page 479, regarding colors. See Section C.7 [Font X], page 478, regarding choice of font. Colors, fonts, and other attributes of the frames display can also be customized by setting frame parameters in the variable default-frame-alist (see Section 18.5 [Creating Frames], page 158). For a detailed description of frame parameters and customization, see Section Frame Parameters in The Emacs Lisp Reference Manual .
Placing it at the left is usually more useful with overlapping frames with text starting at the left margin.
166
167
Tool bars work only on a graphical display. The tool bar uses colored XPM icons if Emacs was built with XPM support. Otherwise, the tool bar uses monochrome icons (PBM or XBM format). You can turn display of tool bars on or off with M-x tool-bar-mode or by customizing the option tool-bar-mode.
18.18 Tooltips
Tooltips are small windows that display text information at the current mouse position. They activate when there is a pause in mouse movement. There are two types of tooltip: help tooltips and GUD tooltips. Help tooltips typically display over textincluding the mode linebut are also available for other parts of the Emacs frame, such as the tool bar and menu items. You can toggle display of help tooltips (Tooltip mode) with the command M-x tooltip-mode. When Tooltip mode is disabled, the help text is displayed in the echo area instead. GUD tooltips show values of variables. They are useful when you are debugging a program. See Section 24.6.2 [Debugger Operation], page 260. The variables tooltip-delay specifies how long Emacs should wait before displaying a tooltip. For additional customization options for displaying tooltips, use M-x customize-group RET tooltip RET. See Appendix D [X Resources], page 484, for information on customizing the windows that display tooltips.
168
cat-and-mouse The same as animate; proteus As animate, but changes the shape of the mouse pointer too.
You can also use the command M-x mouse-avoidance-mode to enable the mode. Whenever Mouse Avoidance mode moves the mouse, it also raises the frame.
169
clicks is still available by holding down the SHIFT key when you press the mouse button. Xterm Mouse mode is a global minor mode (see Section 32.1 [Minor Modes], page 402). Repeating the command turns the mode off again. In the console on GNU/Linux, you can use M-x gpm-mouse-mode to enable terminal mouse support. You must have the gpm package installed and running on your system in order for this to work.
170
171
The command C-h h (view-hello-file) displays the file etc/HELLO, which shows how to say hello in many languages. This illustrates various scripts. If some characters cant be displayed on your terminal, they appear as ? or as hollow boxes (see Section 19.17 [Undisplayable Characters], page 188). Keyboards, even in the countries where these character sets are used, generally dont have keys for all the characters in them. You can insert characters that your keyboard does not support, using C-q (quoted-insert) or C-x 8 RET (ucs-insert). See Section 4.1 [Inserting Text], page 17. Emacs also supports various input methods, typically one for each script or language, which make it easier to type characters in the script. See Section 19.4 [Input Methods], page 174. The prefix key C-x RET is used for commands that pertain to multibyte characters, coding systems, and input methods. The command C-x = (what-cursor-position) shows information about the character at point. In addition to the character position, which was described in Section 4.9 [Position Info], page 22, this command displays how the character is encoded. For instance, it displays the following line in the echo area for the character c:
Char: c (99, #o143, #x63) point=28062 of 36168 (78%) column=53
The four values after Char: describe the character that follows point, first by showing it and then by giving its character code in decimal, octal and hex. For a non-ASCII multibyte character, these are followed by file and the characters representation, in hex, in the buffers coding system, if that coding system encodes the character safely and with a single byte (see Section 19.6 [Coding Systems], page 177). If the characters encoding is longer than one byte, Emacs shows file .... As a special case, if the character lies in the range 128 (0200 octal) through 159 (0237 octal), it stands for a raw byte that does not correspond to any specific displayable character. Such a character lies within the eight-bit-control character set, and is displayed as an escaped octal character code. In this case, C-x = shows part of display ... instead of file. With a prefix argument (C-u C-x =), this command displays a detailed description of the character in a window: The character set name, and the codes that identify the character within that character set; ASCII characters are identified as belonging to the ascii character set. The characters syntax and categories. The characters encodings, both internally in the buffer, and externally if you were to save the file. What keys to type to input the character in the current input method (if it supports the character). If you are running Emacs on a graphical display, the font name and glyph code for the character. If you are running Emacs on a text-only terminal, the code(s) sent to the terminal. The characters text properties (see Section Text Properties in the Emacs Lisp Reference Manual ), including any non-default faces used to display the character, and any overlays containing it (see Section Overlays in the same manual ).
172
Heres an example showing the Latin-1 character A with grave accent, in a buffer whose coding system is utf-8-unix:
character: ` A (192, #o300, #xc0) preferred charset: unicode (Unicode (ISO10646)) code point: 0xC0 syntax: w which means: word category: j:Japanese l:Latin v:Vietnamese buffer code: #xC3 #x80 file code: not encodable by coding system undecided-unix display: by this font (glyph code) xft:-unknown-DejaVu Sans Mono-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1 (#x82) Character code properties: customize what to show name: LATIN CAPITAL LETTER A WITH GRAVE general-category: Lu (Letter, Uppercase) decomposition: (65 768) (A ) old-name: LATIN CAPITAL LETTER A GRAVE There are text properties here: auto-composed t
173
backslash, etc.). When multibyte characters are not enabled, nothing precedes the colon except a single dash. See Section 1.3 [Mode Line], page 8, for more details about this. You can turn on multibyte support in a specific buffer by invoking the command toggleenable-multibyte-characters in that buffer.
If you run Emacs on X, you need to inform the X server about the location of the newly installed fonts with the following commands: xset fp+ /usr/local/share/emacs/fonts xset fp rehash If more than one of these is set, the first one that is nonempty specifies your locale for this purpose.
174
locale-language-names, and selects the corresponding language environment if a match is found. (The former variable overrides the latter.) It also adjusts the display table and terminal coding system, the locale coding system, the preferred coding system as needed for the locale, andlast but not leastthe way Emacs decodes non-ASCII characters sent by your keyboard. If you modify the LC_ALL, LC_CTYPE, or LANG environment variables while running Emacs, you may want to invoke the set-locale-environment function afterwards to readjust the language environment from the new locale. The set-locale-environment function normally uses the preferred coding system established by the language environment to decode system messages. But if your locale matches an entry in the variable locale-preferred-coding-systems, Emacs uses the corresponding coding system instead. For example, if the locale ja_JP.PCK matches japanese-shift-jis in locale-preferred-coding-systems, Emacs uses that encoding even though it might normally use japanese-iso-8bit. You can override the language environment chosen at startup with explicit use of the command set-language-environment, or with customization of current-languageenvironment in your init file. To display information about the effects of a certain language environment lang-env, use the command C-h L lang-env RET (describe-language-environment). This tells you which languages this language environment is useful for, and lists the character sets, coding systems, and input methods that go with it. It also shows some sample text to illustrate scripts used in this language environment. If you give an empty input for lang-env, this command describes the chosen language environment. You can customize any language environment with the normal hook set-languageenvironment-hook. The command set-language-environment runs that hook after setting up the new language environment. The hook functions can test for a specific language environment by checking the variable current-language-environment. This hook is where you should put non-default settings for specific language environment, such as coding systems for keyboard input and terminal output, the default input method, etc. Before it starts to set up the new language environment, set-language-environment first runs the hook exit-language-environment-hook. This hook is useful for undoing customizations that were made with set-language-environment-hook. For instance, if you set up a special key binding in a specific language environment using set-languageenvironment-hook, you should set up exit-language-environment-hook to restore the normal binding for that key.
175
A more powerful technique is composition: converting sequences of characters into one letter. Many European input methods use composition to produce a single non-ASCII letter from a sequence that consists of a letter followed by accent characters (or vice versa). For example, some methods convert the sequence a into a single accented letter. These input methods have no special commands of their own; all they do is compose sequences of printing characters. The input methods for syllabic scripts typically use mapping followed by composition. The input methods for Thai and Korean work this way. First, letters are mapped into symbols for particular sounds or tone marks; then, sequences of these which make up a whole syllable are mapped into one syllable sign. Chinese and Japanese require more complex methods. In Chinese input methods, first you enter the phonetic spelling of a Chinese word (in input method chinese-py, among others), or a sequence of portions of the character (input methods chinese-4corner and chinese-sw, and others). One input sequence typically corresponds to many possible Chinese characters. You select the one you mean using keys such as C-f, C-b, C-n, C-p, and digits, which have special meanings in this situation. The possible characters are conceptually arranged in several rows, with each row holding up to 10 alternatives. Normally, Emacs displays just one row at a time, in the echo area; (i /j ) appears at the beginning, to indicate that this is the i th row out of a total of j rows. Type C-n or C-p to display the next row or the previous row. Type C-f and C-b to move forward and backward among the alternatives in the current row. As you do this, Emacs highlights the current alternative with a special color; type C-SPC to select the current alternative and use it as input. The alternatives in the row are also numbered; the number appears before the alternative. Typing a digit n selects the nth alternative of the current row and uses it as input. TAB in these Chinese input methods displays a buffer showing all the possible characters at once; then clicking Mouse-2 on one of them selects that alternative. The keys C-f, C-b, C-n, C-p, and digits continue to work as usual, but they do the highlighting in the buffer showing the possible characters, rather than in the echo area. In Japanese input methods, first you input a whole word using phonetic spelling; then, after the word is in the buffer, Emacs converts it into one or more characters using a large dictionary. One phonetic spelling corresponds to a number of different Japanese words; to select one of them, use C-n and C-p to cycle through the alternatives. Sometimes it is useful to cut off input method processing so that the characters you have just entered will not combine with subsequent characters. For example, in input method latin-1-postfix, the sequence e combines to form an e with an accent. What if you want to enter them as separate characters? One way is to type the accent twice; this is a special feature for entering the separate letter and accent. For example, e gives you the two characters e. Another way is to type another letter after the esomething that wont combine with thatand immediately delete it. For example, you could type e e DEL to get separate e and . Another method, more general but not quite as easy to type, is to use C-\ C-\ between two characters to stop them from combining. This is the command C-\ (toggle-inputmethod) used twice.
176
C-\ C-\ is especially useful inside an incremental search, because it stops waiting for more characters to combine, and starts searching for what you have already entered. To find out how to input the character after point using the current input method, type C-u C-x =. See Section 4.9 [Position Info], page 22. The variables input-method-highlight-flag and input-method-verbose-flag control how input methods explain what is happening. If input-method-highlight-flag is non-nil, the partial sequence is highlighted in the buffer (for most input methodssome disable this feature). If input-method-verbose-flag is non-nil, the list of possible characters to type next is displayed in the echo area (but not when you are in the minibuffer). Another facility for typing characters not on your keyboard is by using the C-x 8 RET (ucs-insert) to insert a single character based on its Unicode name or code-point; see Section 4.1 [Inserting Text], page 17.
177
certain language environment, if you wish, by using set-language-environment-hook (see Section 19.3 [Language Environments], page 173). For example: (defun my-chinese-setup () "Set up my private Chinese environment." (if (equal current-language-environment "Chinese-GB") (setq default-input-method "chinese-tonepy"))) (add-hook set-language-environment-hook my-chinese-setup) This sets the default input method to be chinese-tonepy whenever you choose a ChineseGB language environment. You can instruct Emacs to activate a certain input method automatically. For example: (add-hook text-mode-hook (lambda () (set-input-method "german-prefix"))) This activates the input method german-prefix automatically in the Text mode. Some input methods for alphabetic scripts work by (in effect) remapping the keyboard to emulate various keyboard layouts commonly used for those scripts. How to do this remapping properly depends on your actual keyboard layout. To specify which layout your keyboard has, use the command M-x quail-set-keyboard-layout. You can use the command M-x quail-show-key to show what key (or key sequence) to type in order to input the character following point, using the selected keyboard layout. The command C-u C-x = also shows that information in addition to the other information about the character. To see a list of all the supported input methods, type M-x list-input-methods. The list gives information about each input method, including the string that stands for it in the mode line.
178
C-h C coding RET Describe coding system coding. C-h C RET Describe the coding systems currently in use. M-x list-coding-systems Display a list of all the supported coding systems. The command C-h C (describe-coding-system) displays information about particular coding systems, including the end-of-line conversion specified by those coding systems. You can specify a coding system name as the argument; alternatively, with an empty argument, it describes the coding systems currently selected for various purposes, both in the current buffer and as the defaults, and the priority list for recognizing coding systems (see Section 19.7 [Recognize Coding], page 179). To display a list of all the supported coding systems, type M-x list-coding-systems. The list gives information about each coding system, including the letter that stands for it in the mode line (see Section 1.3 [Mode Line], page 8). Each of the coding systems that appear in this listexcept for no-conversion, which means no conversion of any kindspecifies how and whether to convert printing characters, but leaves the choice of end-of-line conversion to be decided based on the contents of each file. For example, if the file appears to use the sequence carriage-return linefeed to separate lines, DOS end-of-line conversion will be used. Each of the listed coding systems has three variants which specify exactly what to do for end-of-line conversion: ...-unix ...-dos ...-mac Dont do any end-of-line conversion; assume the file uses newline to separate lines. (This is the convention normally used on Unix and GNU systems.) Assume the file uses carriage-return linefeed to separate lines, and do the appropriate conversion. (This is the convention normally used on Microsoft systems.3 ) Assume the file uses carriage-return to separate lines, and do the appropriate conversion. (This is the convention normally used on the Macintosh system.)
These variant coding systems are omitted from the list-coding-systems display for brevity, since they are entirely predictable. For example, the coding system iso-latin-1 has variants iso-latin-1-unix, iso-latin-1-dos and iso-latin-1-mac. The coding systems unix, dos, and mac are aliases for undecided-unix, undecideddos, and undecided-mac, respectively. These coding systems specify only the end-of-line conversion, and leave the character code conversion to be deduced from the text itself. The coding system raw-text is good for a file which is mainly ASCII text, but may contain byte values above 127 which are not meant to encode non-ASCII characters. With rawtext, Emacs copies those byte values unchanged, and sets enable-multibyte-characters to nil in the current buffer so that they will be interpreted properly. raw-text handles end-of-line conversion in the usual way, based on the data encountered, and has the usual three variants to specify the kind of end-of-line conversion to use.
3
It is also specified for MIME text/* bodies and in other network transport contexts. It is different from the SGML reference syntax record-start/record-end format which Emacs doesnt support directly.
179
In contrast, the coding system no-conversion specifies no character code conversion at allnone for non-ASCII byte values and none for end of line. This is useful for reading or writing binary files, tar files, and other files that must be examined verbatim. It, too, sets enable-multibyte-characters to nil. The easiest way to edit a file with no conversion of any kind is with the M-x find-file-literally command. This uses no-conversion, and also suppresses other Emacs features that might convert the file contents before you see them. See Section 15.2 [Visiting], page 113. The coding system emacs-internal (or utf-8-emacs, which is equivalent) means that the file contains non-ASCII characters stored with the internal Emacs encoding. This coding system handles end-of-line conversion based on the data encountered, and has the usual three variants to specify the kind of end-of-line conversion.
180
The first argument should be file, the second argument should be a regular expression that determines which files this applies to, and the third argument says which coding system to use for these files. Emacs recognizes which kind of end-of-line conversion to use based on the contents of the file: if it sees only carriage-returns, or only carriage-return linefeed sequences, then it chooses the end-of-line conversion accordingly. You can inhibit the automatic use of endof-line conversion by setting the variable inhibit-eol-conversion to non-nil. If you do that, DOS-style files will be displayed with the ^M characters visible in the buffer; some people prefer this to the more subtle (DOS) end-of-line type indication near the left edge of the mode line (see Section 1.3 [Mode Line], page 8). By default, the automatic detection of coding system is sensitive to escape sequences. If Emacs sees a sequence of characters that begin with an escape character, and the sequence is valid as an ISO-2022 code, that tells Emacs to use one of the ISO-2022 encodings to decode the file. However, there may be cases that you want to read escape sequences in a file as is. In such a case, you can set the variable inhibit-iso-escape-detection to non-nil. Then the code detection ignores any escape sequences, and never uses an ISO-2022 encoding. The result is that all escape sequences become visible in the buffer. The default value of inhibit-iso-escape-detection is nil. We recommend that you not change it permanently, only for one specific operation. Thats because many Emacs Lisp source files in the Emacs distribution contain non-ASCII characters encoded in the coding system iso-2022-7bit, and they wont be decoded correctly when you visit those files if you suppress the escape sequence detection. The variables auto-coding-alist, auto-coding-regexp-alist and auto-codingfunctions are the strongest way to specify the coding system for certain patterns of file names, or for files containing certain patterns; these variables even override -*-coding:-*- tags in the file itself. Emacs uses auto-coding-alist for tar and archive files, to prevent it from being confused by a -*-coding:-*- tag in a member of the archive and thinking it applies to the archive file as a whole. Likewise, Emacs uses auto-coding-regexp-alist to ensure that RMAIL files, whose names in general dont match any particular pattern, are decoded correctly. One of the builtin auto-coding-functions detects the encoding for XML files. When you get new mail in Rmail, each message is translated automatically from the coding system it is written in, as if it were a separate file. This uses the priority list of coding systems that you have specified. If a MIME message specifies a character set, Rmail obeys that specification, unless rmail-decode-mime-charset is nil. For reading and saving Rmail files themselves, Emacs uses the coding system specified by the variable rmail-file-coding-system. The default value is nil, which means that Rmail files are not translated (they are read and written in the Emacs internal character code).
181
actually used to decode the file, look at the coding system mnemonic letter near the left edge of the mode line (see Section 1.3 [Mode Line], page 8), or type C-h C RET. You can specify the coding system for a particular file in the file itself, using the -*-...-*- construct at the beginning, or a local variables list at the end (see Section 32.3.4 [File Variables], page 415). You do this by defining a value for the variable named coding. Emacs does not really have a variable coding; instead of setting a variable, this uses the specified coding system for the file. For example, -*-mode: C; coding: latin-1;-*- specifies use of the Latin-1 coding system, as well as C mode. When you specify the coding explicitly in the file, that overrides file-coding-system-alist.
182
183
If you visit a file with a wrong coding system, you can correct this with C-x RET r (revert-buffer-with-coding-system). This visits the current file again, using a coding system you specify. If a piece of text has already been inserted into a buffer using the wrong coding system, you can redo the decoding of it using M-x recode-region. This prompts you for the proper coding system, then for the wrong coding system that was actually used, and does the conversion. It first encodes the region using the wrong coding system, then decodes it again using the proper coding system.
184
The default for translation of process input and output depends on the current language environment. The variable locale-coding-system specifies a coding system to use when encoding and decoding system strings such as system error messages and format-time-string formats and time stamps. That coding system is also used for decoding non-ASCII keyboard input on X Window systems. You should choose a coding system that is compatible with the underlying systems text representation, which is normally specified by one of the environment variables LC_ALL, LC_CTYPE, and LANG. (The first one, in the order specified above, whose value is nonempty is the one that determines the text representation.) The variable x-select-request-type specifies a selection data type of selection to request from the X server. The default value is nil, which means Emacs tries COMPOUND_TEXT and UTF8_STRING, and uses whichever result seems more appropriate. You can explicitly specify the data type by setting the variable to one of the symbols COMPOUND_TEXT, UTF8_ STRING, STRING and TEXT.
185
The command C-x RET t (set-terminal-coding-system) specifies the coding system for terminal output. If you specify a character code for terminal output, all characters output to the terminal are translated into that coding system. This feature is useful for certain character-only terminals built to support specific languages or character setsfor example, European terminals that support one of the ISO Latin character sets. You need to specify the terminal coding system when using multibyte text, so that Emacs knows which characters the terminal can actually handle. By default, output to the terminal is not translated at all, unless Emacs can deduce the proper coding system from your terminal type or your locale specification (see Section 19.3 [Language Environments], page 173). The command C-x RET k (set-keyboard-coding-system) or the variable keyboardcoding-system specifies the coding system for keyboard input. Character-code translation of keyboard input is useful for terminals with keys that send non-ASCII graphic characters for example, some terminals designed for ISO Latin-1 or subsets of it. By default, keyboard input is translated based on your system locale setting. If your terminal does not really support the encoding implied by your locale (for example, if you find it inserts a non-ASCII character if you type M-i), you will need to set keyboardcoding-system to nil to turn off encoding. You can do this by putting (set-keyboard-coding-system nil) in your init file. There is a similarity between using a coding system translation for keyboard input, and using an input method: both define sequences of keyboard input that translate into single characters. However, input methods are designed to be convenient for interactive use by humans, and the sequences that are translated are typically sequences of ASCII printing characters. Coding systems typically translate sequences of non-graphic characters.
19.14 Fontsets
A font typically defines shapes for a single alphabet or script. Therefore, displaying the entire range of scripts that Emacs supports requires a collection of many fonts. In Emacs, such a collection is called a fontset. A fontset is defined by a list of font specs, each assigned to handle a range of character codes, and may fall back on another fontset for characters which are not covered by the fonts it specifies. Each fontset has a name, like a font. However, while fonts are stored in the system and the available font names are defined by the system, fontsets are defined within Emacs itself. Once you have defined a fontset, you can use it within Emacs by specifying its name, anywhere that you could use a single font. Of course, Emacs fontsets can use only the fonts that the system supports; if certain characters appear on the screen as hollow boxes, this means that the fontset in use for them has no font for those characters.4 Emacs creates three fontsets automatically: the standard fontset, the startup fontset and the default fontset. The default fontset is most likely to have fonts for a wide variety of non-ASCII characters and is the default fallback for the other two fontsets, and if you set a default font rather than fontset. However it does not specify font family names, so results
4
186
can be somewhat random if you use it directly. You can specify use of a specific fontset with the -fn option. For example, emacs -fn fontset-standard You can also specify a fontset with the Font resource (see Appendix D [X Resources], page 484). If no fontset is specified for use, then Emacs uses an ASCII font, with fontset-default as a fallback for characters the font does not cover. The standard fontset is only used if explicitly requested, despite its name. A fontset does not necessarily specify a font for every character code. If a fontset specifies no font for a certain character, or if it specifies a font that does not exist on your system, then it cannot display that character properly. It will display that character as an empty box instead.
187
fontpattern should have the form of a standard X font name, except for the last two fields. They should have the form fontset-alias . The fontset has two names, one long and one short. The long name is fontpattern. The short name is fontset-alias . You can refer to the fontset by either name. The construct charset :font specifies which font to use (in this fontset) for one particular character set. Here, charset is the name of a character set, and font is the font to use for that character set. You can use this construct any number of times in defining one fontset. For the other character sets, Emacs chooses a font based on fontpattern. It replaces fontset-alias with values that describe the character set. For the ASCII character font, fontset-alias is replaced with ISO8859-1. In addition, when several consecutive fields are wildcards, Emacs collapses them into a single wildcard. This is to prevent use of auto-scaled fonts. Fonts made by scaling larger fonts are not usable for editing, and scaling a smaller font is not useful because it is better to use the smaller font in its own size, which is what Emacs does. Thus if fontpattern is this, -*-fixed-medium-r-normal-*-24-*-*-*-*-*-fontset-24 the font specification for ASCII characters would be this: -*-fixed-medium-r-normal-*-24-*-ISO8859-1 and the font specification for Chinese GB2312 characters would be this: -*-fixed-medium-r-normal-*-24-*-gb2312*-* You may not have any Chinese font matching the above font specification. Most X distributions include only Chinese fonts that have song ti or fangsong ti in family field. In such a case, Fontset-n can be specified as below:
Emacs.Fontset-0: -*-fixed-medium-r-normal-*-24-*-*-*-*-*-fontset-24,\ chinese-gb2312:-*-*-medium-r-normal-*-24-*-gb2312*-*
Then, the font specifications for all but Chinese GB2312 characters have fixed in the family field, and the font specification for Chinese GB2312 characters has a wild card * in the family field. The function that processes the fontset resource value to create the fontset is called create-fontset-from-fontset-spec. You can also call this function explicitly to create a fontset. See Section 18.7 [Fonts], page 159, for more information about font naming.
188
;; Use Liberation Mono for latin-3 charset. (set-fontset-font "fontset-default" iso-8859-3 "Liberation Mono") ;; Prefer a big5 font for han characters (set-fontset-font "fontset-default" han (font-spec :registry "big5") nil prepend) ;; Use DejaVu Sans Mono as a fallback in fontset-startup before ;; resorting to fontset-default. (set-fontset-font "fontset-startup" nil "DejaVu Sans Mono" nil append) ;; Use MyPrivateFont for the Unicode private use area. (set-fontset-font "fontset-default" (#xe000 . #xf8ff) "MyPrivateFont")
189
equivalent multibyte characters according to the current language environment. To request this, set the variable unibyte-display-via-language-environment to a non-nil value. Note that setting this only affects how these bytes are displayed, but does not change the fundamental fact that Emacs treats them as raw bytes, not as characters. If your terminal does not support display of the Latin-1 character set, Emacs can display these characters as ASCII sequences which at least give you a clear idea of what the characters are. To do this, load the library iso-ascii. Similar libraries for other Latin-n character sets could be implemented, but we dont have them yet. Normally non-ISO-8859 characters (decimal codes between 128 and 159 inclusive) are displayed as octal escapes. You can change this for non-standard extended versions of ISO-8859 character sets by using the function standard-display-8bit in the disp-table library. There are two ways to input single-byte non-ASCII characters: You can use an input method for the selected language environment. See Section 19.4 [Input Methods], page 174. When you use an input method in a unibyte buffer, the non-ASCII character you specify with it is converted to unibyte. If your keyboard can generate character codes 128 (decimal) and up, representing nonASCII characters, you can type those character codes directly. On a graphical display, you should not need to do anything special to use these keys; they should simply work. On a text-only terminal, you should use the command M-x set-keyboard-coding-system or the variable keyboard-coding-system to specify which coding system your keyboard uses (see Section 19.13 [Terminal Coding], page 184). Enabling this feature will probably require you to use ESC to type Meta characters; however, on a console terminal or in xterm, you can arrange for Meta to be converted to ESC and still be able type 8-bit characters present directly on the keyboard or using Compose or AltGr keys. See Section 2.1 [User Input], page 11. For Latin-1 only, you can use the key C-x 8 as a compose character prefix for entry of non-ASCII Latin-1 printing characters. C-x 8 is good for insertion (in the minibuffer as well as other buffers), for searching, and in any other context where a key sequence is allowed. C-x 8 works by loading the iso-transl library. Once that library is loaded, the ALT modifier key, if the keyboard has one, serves the same purpose as C-x 8: use ALT together with an accent character to modify the following letter. In addition, if the keyboard has keys for the Latin-1 dead accent characters, they too are defined to compose with the following character, once iso-transl is loaded. Use C-x 8 C-h to list all the available C-x 8 translations.
19.19 Charsets
In Emacs, charset is short for character set. Emacs supports most popular charsets (such as ascii, iso-8859-1, cp1250, big5, and unicode), in addition to some charsets of its own (such as emacs, unicode-bmp, and eight-bit). All supported characters belong to one or more charsets. Emacs normally does the right thing with respect to charsets, so that you dont have to worry about them. However, it is sometimes helpful to know some of the underlying details about charsets.
190
One example is font selection (see Section 18.7 [Fonts], page 159). Each language environment (see Section 19.3 [Language Environments], page 173) defines a priority list for the various charsets. When searching for a font, Emacs initially attempts to find one that can display the highest-priority charsets. For instance, in the Japanese language environment, the charset japanese-jisx0208 has the highest priority, so Emacs tries to use a font whose registry property is JISX0208.1983-0. There are two commands that can be used to obtain information about charsets. The command M-x list-charset-chars prompts for a charset name, and displays all the characters in that character set. The command M-x describe-character-set prompts for a charset name, and displays information about that charset, including its internal representation within Emacs. To display a list of all supported charsets, type M-x list-character-sets. The list gives the names of charsets and additional information to identity each charset (see http://www.itscj.ipsj.or.jp/ISO-IR/ for details). In this list, charsets are divided into two categories: normal charsets are listed first, followed by supplementary charsets. A supplementary charset is one that is used to define another charset (as a parent or a subset), or to provide backward-compatibility for older Emacs versions. To find out which charset a character in the buffer belongs to, put point before it and type C-u C-x = (see Section 19.1 [International Chars], page 170).
191
20 Major Modes
Emacs provides many alternative major modes, each of which customizes Emacs for editing text of a particular sort. The major modes are mutually exclusive, and each buffer has one major mode at any time. The mode line normally shows the name of the current major mode, in parentheses (see Section 1.3 [Mode Line], page 8). The least specialized major mode is called Fundamental mode. This mode has no modespecific redefinitions or variable settings, so that each Emacs command behaves in its most general manner, and each user option variable is in its default state. For editing text of a specific type that Emacs knows about, such as Lisp code or English text, you should switch to the appropriate major mode, such as Lisp mode or Text mode. Selecting a major mode changes the meanings of a few keys to become more specifically adapted to the language being edited. The ones that are changed frequently are TAB, DEL, and C-j. The prefix key C-c normally contains mode-specific commands. In addition, the commands which handle comments use the mode to determine how comments are to be delimited. Many major modes redefine the syntactical properties of characters appearing in the buffer. See Section 32.5 [Syntax], page 428. The major modes fall into three major groups. The first group contains modes for normal text, either plain or with mark-up. It includes Text mode, HTML mode, SGML mode, TEX mode and Outline mode. The second group contains modes for specific programming languages. These include Lisp mode (which has several variants), C mode, Fortran mode, and others. The remaining major modes are not intended for use on users files; they are used in buffers created for specific purposes by Emacs, such as Dired mode for buffers made by Dired (see Chapter 29 [Dired], page 335), Message mode for buffers made by C-x m (see Chapter 27 [Sending Mail], page 307), and Shell mode for buffers used for communicating with an inferior shell process (see Section 31.3.2 [Interactive Shell], page 375). Most programming-language major modes specify that only blank lines separate paragraphs. This is to make the paragraph commands useful. (See Section 22.3 [Paragraphs], page 199.) They also cause Auto Fill mode to use the definition of TAB to indent the new lines it creates. This is because most lines in a program are usually indented (see Chapter 21 [Indentation], page 194).
192
variable; the simplest is to put the mode name in the first nonblank line, preceded and followed by -*-. Other text may appear on the line as well. For example, ; -*-Lisp-*tells Emacs to use Lisp mode. Note how the semicolon is used to make Lisp treat this line as a comment. Alternatively, you could write ; -*- mode: Lisp;-*The latter format allows you to specify local variables as well, like this: ; -*- mode: Lisp; tab-width: 4; -*Second, Emacs checks whether the files contents begin with #!. If so, that indicates that the file can serve as an executable shell command, which works by running an interpreter named on the files first line (the rest of the file is used as input to the interpreter). Therefore, Emacs tries to use the interpreter name to choose a mode. For instance, a file that begins with #!/usr/bin/perl is opened in Perl mode. The variable interpretermode-alist specifies the correspondence between interpreter program names and major modes. When the first line starts with #!, you usually cannot use the -*- feature on the first line, because the system would get confused when running the interpreter. So Emacs looks for -*- on the second line in such files as well as on the first line. The same is true for man pages which start with the magic string \" to specify a list of troff preprocessors. Third, Emacs tries to determine the major mode by looking at the text at the start of the buffer, based on the variable magic-mode-alist. By default, this variable is nil (an empty list), so Emacs skips this step; however, you can customize it in your init file (see Section 32.6 [Init File], page 428). The value should be a list of elements of the form (regexp . mode-function ) where regexp is a regular expression (see Section 12.5 [Regexps], page 86), and modefunction is a Lisp function that toggles a major mode. If the text at the beginning of the file matches regexp, Emacs chooses the major mode specified by mode-function. Alternatively, an element of magic-mode-alist may have the form (match-function . mode-function ) where match-function is a Lisp function that is called at the beginning of the buffer; if the function returns non-nil, Emacs set the major mode wit mode-function. Fourthif Emacs still hasnt found a suitable major modeit looks at the files name. The correspondence between file names and major modes is controlled by the variable auto-mode-alist. Its value is a list in which each element has this form, (regexp . mode-function ) or this form, (regexp mode-function flag ) For example, one element normally found in the list has the form ("\\.c\\" . c-mode), and it is responsible for selecting C mode for files whose names end in .c. (Note that \\ is needed in Lisp syntax to include a \ in the string, which must be used to suppress the special meaning of . in regexps.) If the element has the form (regexp mode-function flag ) and flag is non-nil, then after calling mode-function, Emacs discards the suffix that matched regexp and searches the list again for another match.
193
On systems with case-insensitive file names, such as Microsoft Windows, Emacs performs a single case-insensitive search through auto-mode-alist. On other systems, Emacs normally performs a single case-sensitive search through the alist. However, if you change the variable auto-mode-case-fold to t, Emacs performs a second case-insensitive search if the first search fails. Finally, if Emacs still hasnt found a major mode to use, it compares the text at the start of the buffer to the variable magic-fallback-mode-alist. This variable works like magic-mode-alist, described above, except that is consulted only after auto-modealist. By default, magic-fallback-mode-alist contains forms that check for image files, HTML/XML/SGML files, and Postscript files. Once a major mode is chosen, Emacs sets the value of the variable major-mode to the symbol for that major mode (e.g., text-mode for Text mode). This is a per-buffer variable (see Section 32.3.3 [Locals], page 414); its buffer-local value is set automatically, and you should not change it yourself. The default value of major-mode determines the major mode to use for files that do not specify a major mode, and for new buffers created with C-x b. Normally, this default value is the symbol fundamental-mode, which specifies Fundamental mode. You can change it via the Customization interface (see Section 32.2 [Easy Customization], page 404), or by adding a line like this to your init file (see Section 32.6 [Init File], page 428):
(setq-default major-mode text-mode)
If the default value of major-mode is nil, the major mode is taken from the previously current buffer. If you have changed the major mode of a buffer, you can return to the major mode Emacs would have chosen automatically, by typing M-x normal-mode. This is the same function that find-file calls to choose the major mode. It also processes the files -*- line or local variables list (if any). See Section 32.3.4 [File Variables], page 415. The commands C-x C-w and set-visited-file-name change to a new major mode if the new file name implies a mode (see Section 15.3 [Saving], page 116). (C-x C-s does this too, if the buffer wasnt visiting a file.) However, this does not happen if the buffer contents specify a major mode, and certain special major modes do not allow the mode to change. You can turn off this mode-changing feature by setting change-major-mode-with-filename to nil.
194
21 Indentation
This chapter describes the Emacs commands that add, remove, or adjust indentation. TAB C-j M-^ C-M-o M-m C-M-\ C-x TAB M-i Indent the current line appropriately, in a mode-dependent fashion. Perform RET followed by TAB (newline-and-indent). Merge the previous and the current line (delete-indentation). This would cancel the effect of a preceding C-j. Split the current line at point; text on the line after point becomes a new line indented to the same column where point is located (split-line). Move (forward or back) to the first nonblank character on the current line (back-to-indentation). Indent lines in the region to the same column (indent-region). Shift lines in the region rigidly right or left (indent-rigidly). Indent from point to the next prespecified tab stop column (tab-to-tab-stop).
M-x indent-relative Indent from point to under an indentation point in the previous line. The TAB key runs indent-for-tab-command in most major modes (in C and related modes, TAB runs a separate command, c-indent-line-or-region, which behaves similarly). The major mode determines just what this entails. In text modes, TAB inserts some combination of space and tab characters to advance point to the next tab stop (see Section 21.2 [Tab Stops], page 196). If the region is active and spans multiple lines, it advances the first character of each of those lines to the next tab stop (see Section 8.3 [Using Region], page 46). For the purposes of this command, the position of the first non-whitespace character on the preceding line is treated as an additional tab stop. Thus, you can use TAB to align point with the preceding line. In programming modes, TAB adds or removes some combination of space and tab characters at the start of the line, in a way that makes sense given the text in the preceding lines. If the region is active and spans multiple lines, all those lines are indented this way. If point was initially within the current lines indentation, it is positioned after that indentation; otherwise, it remains at same point in the newly-indented text. See Section 23.3 [Program Indent], page 235. Normally, indentation commands insert (or remove) an optimal mix of tab characters and spaces to align to the desired column. Tab characters (ASCII code 9) are displayed as a stretch of empty space extending to the next display tab stop. By default, there is one display tab stop every eight columns; the number of columns is determined by the variable tab-width. You can insert a single tab character by typing C-q TAB. See Section 11.15 [Text Display], page 76. The command M-i (tab-to-tab-stop) adjusts the whitespace characters around point, inserting just enough whitespace to advance point up to the next tab stop. By default, this involves deleting the existing whitespace and inserting a single tab character. See Section 21.3 [Just Spaces], page 196, for how to disable use of tabs. However, C-q TAB always inserts a tab, even when tabs are disabled for the indentation commands.
195
The variable tab-always-indent tweaks the behavior of the TAB (indent-for-tabcommand) command. The default value, t, gives the behavior described above. If you change the value to the symbol complete, then TAB first tries to indent the current line, and if the line was already indented, it tries to complete the text at point (see Section 23.8 [Symbol Completion], page 247). If the value is nil, then TAB indents the current line only if point is at the left margin or in the lines indentation; otherwise, it inserts a real tab character.
196
197
22.1 Words
Emacs has commands for moving over or operating on words. By convention, the keys for them are all Meta characters. M-f M-b M-d M-DEL M-@ M-t Move forward over a word (forward-word). Move backward over a word (backward-word). Kill up to the end of a word (kill-word). Kill back to the beginning of a word (backward-kill-word). Mark the end of the next word (mark-word). Transpose two words or drag a word across others (transpose-words).
Notice how these keys form a series that parallels the character-based C-f, C-b, C-d, DEL and C-t. M-@ is cognate to C-@, which is an alias for C-SPC. The commands M-f (forward-word) and M-b (backward-word) move forward and backward over words. These META-based key sequences are analogous to the key sequences C-f and C-b, which move over single characters. The analogy extends to numeric arguments, which serve as repeat counts. M-f with a negative argument moves backward, and M-b with a negative argument moves forward. Forward motion stops right after the last letter of the word, while backward motion stops right before the first letter.
198
M-d (kill-word) kills the word after point. To be precise, it kills everything from point to the place M-f would move to. Thus, if point is in the middle of a word, M-d kills just the part after point. If some punctuation comes between point and the next word, it is killed along with the word. (If you wish to kill only the next word but not the punctuation before it, simply do M-f to get the end, and kill the word backwards with M-DEL.) M-d takes arguments just like M-f. M-DEL (backward-kill-word) kills the word before point. It kills everything from point back to where M-b would move to. For instance, if point is after the space in FOO, BAR, it kills FOO, . If you wish to kill just FOO, and not the comma and the space, use M-b M-d instead of M-DEL. M-t (transpose-words) exchanges the word before or containing point with the following word. The delimiter characters between the words do not move. For example, FOO, BAR transposes into BAR, FOO rather than BAR FOO,. See Section 13.2 [Transpose], page 99, for more on transposition. To operate on the next n words with an operation which acts on the region, use the command M-@ (mark-word). This command does not move point, but sets the mark where M-f would move to. Once the mark is active, each additional M-@ advances the mark by one additional word. M-@ also accepts a numeric argument that says how many words to scan for the place to put the mark. The word commands understanding of word boundaries is controlled by the syntax table. Any character can, for example, be declared to be a word delimiter. See Section 32.5 [Syntax], page 428.
22.2 Sentences
The Emacs commands for manipulating sentences and paragraphs are mostly on Meta keys, so as to be like the word-handling commands. M-a M-e M-k C-x DEL Move back to the beginning of the sentence (backward-sentence). Move forward to the end of the sentence (forward-sentence). Kill forward to the end of the sentence (kill-sentence). Kill back to the beginning of the sentence (backward-kill-sentence).
The commands M-a and M-e (backward-sentence and forward-sentence) move to the beginning and end of the current sentence, respectively. They were chosen to resemble C-a and C-e, which move to the beginning and end of a line. Unlike them, M-a and M-e move over successive sentences if repeated. Moving backward over a sentence places point just before the first character of the sentence; moving forward places point right after the punctuation that ends the sentence. Neither one moves over the whitespace at the sentence boundary. Just as C-a and C-e have a kill command, C-k, to go with them, M-a and M-e have a corresponding kill command: M-k (kill-sentence) kills from point to the end of the sentence. With a positive numeric argument n, it kills the next n sentences; with a negative argument n, it kills back to the beginning of the nth preceding sentence. The C-x DEL (backward-kill-sentence) kills back to the beginning of a sentence.
199
The sentence commands assume that you follow the American typists convention of putting two spaces at the end of a sentence; they consider a sentence to end wherever there is a ., ? or ! followed by the end of a line or two spaces, with any number of ), ], , or " characters allowed in between. A sentence also begins or ends wherever a paragraph begins or ends. It is useful to follow this convention, because it makes a distinction between periods that end a sentence and periods that indicate abbreviations; that enables the Emacs sentence commands to distinguish, too. These commands do not stop for periods that indicate abbreviations. If you want to use just one space between sentences, you can set the variable sentenceend-double-space to nil to make the sentence commands stop for single spaces. However, this has a drawback: there is no way to distinguish between periods that end sentences and those that indicate abbreviations. For convenient and reliable editing, we therefore recommend you follow the two-space convention. The variable sentence-end-doublespace also affects filling (see Section 22.5.2 [Fill Commands], page 202) in related ways. The variable sentence-end controls how to recognize the end of a sentence. If non-nil, its value should be a regular expression, which is used to match the last few characters of a sentence, together with the whitespace following the sentence (see Section 12.5 [Regexps], page 86). If the value is nil, the default, then Emacs computes sentence ends according to various criteria such as the value of sentence-end-double-space. Some languages do not use periods to indicate the end of a sentence. For example, sentences in Thai end with a double space but without a period. Set the variable sentenceend-without-period to t in such cases.
22.3 Paragraphs
The Emacs commands for manipulating paragraphs are also on Meta keys. M-{ M-} M-h Move back to previous paragraph beginning (backward-paragraph). Move forward to next paragraph end (forward-paragraph). Put point and mark around this or next paragraph (mark-paragraph).
M-{ moves to the beginning of the current or previous paragraph, while M-} moves to the end of the current or next paragraph. Blank lines and text-formatter command lines separate paragraphs and are not considered part of any paragraph. If there is a blank line before the paragraph, M-{ moves to the blank line, because that is convenient in practice. In Text mode, an indented line is not a paragraph break. If you want indented lines to have this effect, use Paragraph-Indent Text mode instead. See Section 22.7 [Text Mode], page 207. In major modes for programs, paragraphs begin and end only at blank lines. This makes the paragraph commands useful, even though there are no paragraphs as such in a program. When you have set a fill prefix, then paragraphs are delimited by all lines which dont start with the fill prefix. See Section 22.5 [Filling], page 201. When you wish to operate on a paragraph, type M-h (mark-paragraph) to set the region around it. For example, M-h C-w kills the paragraph around or after point. M-h puts point at the beginning and mark at the end of the paragraph point was in. If point is between paragraphs (in a run of blank lines, or at a boundary), the paragraph following point is
200
surrounded by point and mark. If there are blank lines preceding the first line of the paragraph, one of these blank lines is included in the region. If the region is already active, the command sets the mark without changing point; furthermore, each subsequent M-h further advances the mark by one paragraph. The precise definition of a paragraph boundary is controlled by the variables paragraphseparate and paragraph-start. The value of paragraph-start is a regexp that should match any line that either starts or separates paragraphs. The value of paragraphseparate is another regexp that should match only lines that separate paragraphs without being part of any paragraph (for example, blank lines). Lines that start a new paragraph and are contained in it must match only paragraph-start, not paragraph-separate. Each regular expression must match at the left margin. For example, in Fundamental mode, paragraph-start is "\f\\|[ \t]*$", and paragraph-separate is "[ \t\f]*$". Normally it is desirable for page boundaries to separate paragraphs. The default values of these variables recognize the usual separator for pages.
22.4 Pages
Within some text files, text is divided into pages, which are delimited by the formfeed character (ASCII code 12, sometimes denoted as CONTROL-L). When you print hardcopy for a file, the formfeed character forces a page break: each page of the file goes on a separate page on paper. Most Emacs commands treat the formfeed character just like any other character: you can insert it with C-q C-l, and delete it with DEL. However, since pages are often meaningful divisions of the file, Emacs provides commands to move over them and operate on them. C-x [ C-x ] C-x C-p C-x l Move point to previous page boundary (backward-page). Move point to next page boundary (forward-page). Put point and mark around this page (or another page) (mark-page). Count the lines in this page (count-lines-page).
The C-x [ (backward-page) command moves point to immediately after the previous page delimiter. If point is already right after a page delimiter, it skips that one and stops at the previous one. A numeric argument serves as a repeat count. The C-x ] (forward-page) command moves forward past the next page delimiter. The C-x C-p command (mark-page) puts point at the beginning of the current page and the mark at the end. The page delimiter at the end is included (the mark follows it). The page delimiter at the front is excluded (point follows it). C-x C-p C-w is a handy way to kill a page to move it elsewhere. If you move to another page delimiter with C-x [ and C-x ], then yank the killed page, all the pages will be properly delimited once again. The reason C-x C-p includes only the following page delimiter in the region is to ensure that. A numeric argument to C-x C-p specifies which page to go to, relative to the current one. Zero means the current page. One means the next page, and 1 means the previous one. The C-x l command (count-lines-page) is good for deciding where to break a page in two. It displays in the echo area the total number of lines in the current page, and then divides it up into those preceding the current line and those following, as in
201
Page has 96 (72+25) lines Notice that the sum is off by one; this is correct if point is not at the beginning of a line. The variable page-delimiter controls where pages begin. Its value is a regular expression that matches the beginning of a line that separates pages (see Section 12.5 [Regexps], page 86). The normal value of this variable is "^\f", which matches a formfeed character at the beginning of a line.
M-x auto-fill-mode turns Auto Fill mode on if it was off, or off if it was on. With a positive numeric argument it always turns Auto Fill mode on, and with a negative argument always turns it off. You can see when Auto Fill mode is in effect by the presence of the word Fill in the mode line, inside the parentheses. Auto Fill mode is a minor mode which is enabled or disabled for each buffer individually. See Section 32.1 [Minor Modes], page 402. In Auto Fill mode, lines are broken automatically at spaces when they get longer than the desired width. Line breaking and rearrangement takes place only when you type SPC or RET. If you wish to insert a space or newline without permitting line-breaking, type C-q SPC or C-q C-j (recall that a newline is really a control-J). Also, C-o inserts a newline without line breaking. Auto Fill mode works well with programming-language modes, because it indents new lines with TAB. If a line ending in a comment gets too long, the text of the comment is split into two comment lines. Optionally, new comment delimiters are inserted at the end of the first line and the beginning of the second so that each line is a separate comment; the variable comment-multi-line controls the choice (see Section 23.5 [Comments], page 241). Adaptive filling (see Section 22.5.4 [Adaptive Fill], page 204) works for Auto Filling as well as for explicit fill commands. It takes a fill prefix automatically from the second or first line of a paragraph. Auto Fill mode does not refill entire paragraphs; it can break lines but cannot merge lines. So editing in the middle of a paragraph can result in a paragraph that is not correctly filled. The easiest way to make the paragraph properly filled again is usually with the explicit fill commands.
202
Many users like Auto Fill mode and want to use it in all text files. The section on init files says how to arrange this permanently for yourself. See Section 32.6 [Init File], page 428.
M-x fill-region Fill each paragraph in the region (fill-region). M-x fill-region-as-paragraph Fill the region, considering it as one paragraph. M-o M-s Center a line.
To refill a paragraph, use the command M-q (fill-paragraph). This operates on the paragraph that point is inside, or the one after point if point is between paragraphs. Refilling works by removing all the line-breaks, then inserting new ones where necessary. When there is an active region, this command operates on the text within the region like fill-region. To refill many paragraphs, use M-x fill-region, which finds the paragraphs in the region and fills each of them. M-q and fill-region use the same criteria as M-h for finding paragraph boundaries (see Section 22.3 [Paragraphs], page 199). For more control, you can use M-x fill-region-as-paragraph, which refills everything between point and mark as a single paragraph. This command deletes any blank lines within the region, so separate blocks of text end up combined into one block. A numeric argument to M-q tells it to justify the text as well as filling it. This means that extra spaces are inserted to make the right margin line up exactly at the fill column. To remove the extra spaces, use M-q with no argument. (Likewise for fill-region.) Another way to control justification, and choose other styles of filling, is with the justification text property; see Section 22.12.7 [Format Justification], page 223. The command M-o M-s (center-line) centers the current line within the current fill column. With an argument n, it centers n lines individually and moves past them. This binding is made by Text mode and is available only in that and related modes (see Section 22.7 [Text Mode], page 207). The maximum line width for filling is in the variable fill-column. Altering the value of fill-column makes it local to the current buffer; until that time, the default value is in effect. The default is initially 70. See Section 32.3.3 [Locals], page 414. The easiest way to set fill-column is to use the command C-x f (set-fill-column). With a numeric argument, it uses that as the new fill column. With just C-u as argument, it sets fillcolumn to the current horizontal position of point. Emacs commands normally consider a period followed by two spaces or by a newline as the end of a sentence; a period followed by just one space indicates an abbreviation and not the end of a sentence. To preserve the distinction between these two ways of using a period, the fill commands do not break a line after a period followed by just one space. If the variable sentence-end-double-space is nil, the fill commands expect and leave just one space at the end of a sentence. Ordinarily this variable is t, so the fill commands in-
203
sist on two spaces for the end of a sentence, as explained above. See Section 22.2 [Sentences], page 198. If the variable colon-double-space is non-nil, the fill commands put two spaces after a colon. The variable fill-nobreak-predicate is a hook (an abnormal hook, see Section 32.3.2 [Hooks], page 413) specifying additional conditions where line-breaking is not allowed. Each function is called with no arguments, with point at a place where Emacs is considering breaking the line. If a function returns a non-nil value, then thats a bad place to break the line. Two standard functions you can use are fill-single-word-nobreak-p (dont break after the first word of a sentence or before the last) and fill-french-nobreak-p (dont break after ( or before ), : or ?).
M-x fill-individual-paragraphs Fill the region, considering each change of indentation as starting a new paragraph. M-x fill-nonuniform-paragraphs Fill the region, considering only paragraph-separator lines as starting a new paragraph. To specify a fill prefix for the current buffer, move to a line that starts with the desired prefix, put point at the end of the prefix, and type C-x . (set-fill-prefix). (Thats a period after the C-x.) To turn off the fill prefix, specify an empty prefix: type C-x . with point at the beginning of a line. When a fill prefix is in effect, the fill commands remove the fill prefix from each line of the paragraph before filling and insert it on each line after filling. (The beginning of the first line of the paragraph is left unchanged, since often that is intentionally different.) Auto Fill mode also inserts the fill prefix automatically when it makes a new line. The C-o command inserts the fill prefix on new lines it creates, when you use it at the beginning of a line (see Section 4.7 [Blank Lines], page 21). Conversely, the command M-^ deletes the prefix (if it occurs) after the newline that it deletes (see Chapter 21 [Indentation], page 194). For example, if fill-column is 40 and you set the fill prefix to ;; , then M-q in the following text ;; This is an ;; example of a paragraph ;; inside a Lisp-style comment. produces this:
204
;; This is an example of a paragraph ;; inside a Lisp-style comment. Lines that do not start with the fill prefix are considered to start paragraphs, both in M-q and the paragraph commands; this gives good results for paragraphs with hanging indentation (every line indented except the first one). Lines which are blank or indented once the prefix is removed also separate or start paragraphs; this is what you want if you are writing multi-paragraph comments with a comment delimiter on each line. You can use M-x fill-individual-paragraphs to set the fill prefix for each paragraph automatically. This command divides the region into paragraphs, treating every change in the amount of indentation as the start of a new paragraph, and fills each of these paragraphs. Thus, all the lines in one paragraph have the same amount of indentation. That indentation serves as the fill prefix for that paragraph. M-x fill-nonuniform-paragraphs is a similar command that divides the region into paragraphs in a different way. It considers only paragraph-separating lines (as defined by paragraph-separate) as starting a new paragraph. Since this means that the lines of one paragraph may have different amounts of indentation, the fill prefix used is the smallest amount of indentation of any of the lines of the paragraph. This gives good results with styles that indent a paragraphs first line more or less that the rest of the paragraph. The fill prefix is stored in the variable fill-prefix. Its value is a string, or nil when there is no fill prefix. This is a per-buffer variable; altering the variable affects only the current buffer, but there is a default value which you can change as well. See Section 32.3.3 [Locals], page 414. The indentation text property provides another way to control the amount of indentation paragraphs receive. See Section 22.12.6 [Format Indentation], page 222.
205
Otherwise, the prefix found is converted to an equivalent number of spaces, and those spaces are used as the fill prefix for the rest of the lines, provided they would not act as a paragraph starter on subsequent lines. In Text mode, and other modes where only blank lines and page delimiters separate paragraphs, the prefix chosen by adaptive filling never acts as a paragraph starter, so it can always be used for filling. The variable adaptive-fill-regexp determines what kinds of line beginnings can serve as a fill prefix: any characters at the start of the line that match this regular expression are used. If you set the variable adaptive-fill-mode to nil, the fill prefix is never chosen automatically. You can specify more complex ways of choosing a fill prefix automatically by setting the variable adaptive-fill-function to a function. This function is called with point after the left margin of a line, and it should return the appropriate fill prefix based on that line. If it returns nil, adaptive-fill-regexp gets a chance to find a prefix.
206
edge. To enable Long Lines mode, type M-x longlines-mode. If the text is full of long lines, this also immediately wraps them all. The word wrap performed by Long Lines mode is not the same as ordinary filling (see Section 22.5.2 [Fill Commands], page 202). It does not contract multiple spaces into a single space, recognize fill prefixes (see Section 22.5.3 [Fill Prefix], page 203), or perform adaptive filling (see Section 22.5.4 [Adaptive Fill], page 204). The reason for this is that a wrapped line is still, conceptually, a single line. Each soft newline is equivalent to exactly one space in that long line, and vice versa. However, you can still call filling functions such as M-q, and these will work as expected, inserting soft newlines that wont show up on disk or when the text is copied. You can even rely entirely on the normal fill commands by turning off automatic line wrapping, with C-u M-x longlines-auto-wrap. To turn automatic line wrapping back on, type M-x longlines-auto-wrap. Type RET to insert a hard newline, one which automatic refilling will not remove. If you want to see where all the hard newlines are, type M-x longlines-show-hard-newlines. This will mark each hard newline with a special symbol. The same command with a prefix argument turns this display off. Long Lines mode does not change normal text files that are already filled, since the existing newlines are considered hard newlines. Before Long Lines can do anything, you need to transform each paragraph into a long line. One way is to set fill-column to a large number (e.g., C-u 9999 C-x f), re-fill all the paragraphs, and then set fill-column back to its original value.
The word conversion commands are the most useful. M-l (downcase-word) converts the word after point to lower case, moving past it. Thus, repeating M-l converts successive words. M-u (upcase-word) converts to all capitals instead, while M-c (capitalize-word) puts the first letter of the word into upper case and the rest into lower case. All these commands convert several words at once if given an argument. They are especially convenient for converting a large amount of text from all upper case to mixed case, because you can move through the text using M-l, M-u or M-c on each word as appropriate, occasionally using M-f instead to skip a word. When given a negative argument, the word case conversion commands apply to the appropriate number of words before point, but do not move point. This is convenient when you have just typed a word in the wrong case: you can give the case conversion command and continue typing.
207
If a word case conversion command is given in the middle of a word, it applies only to the part of the word which follows point. (This is comparable to what M-d (kill-word) does.) With a negative argument, case conversion applies only to the part of the word before point. The other case conversion commands are C-x C-u (upcase-region) and C-x C-l (downcase-region), which convert everything between point and mark to the specified case. Point and mark do not move. The region case conversion commands upcase-region and downcase-region are normally disabled. This means that they ask for confirmation if you try to use them. When you confirm, you may enable the command, which means it will not ask for confirmation again. See Section 32.4.11 [Disabling], page 427.
208
209
* Shelter Another first-level topic with its header line. A heading line together with all following body lines is called collectively an entry. A heading line together with all following deeper heading lines and their body lines is called a subtree. You can customize the criterion for distinguishing heading lines by setting the variable outline-regexp. (The recommended ways to do this are in a major mode function or with a file local variable.) Any line whose beginning has a match for this regexp is considered a heading line. Matches that start within a line (not at the left margin) do not count. The length of the matching text determines the level of the heading; longer matches make a more deeply nested level. Thus, for example, if a text formatter has commands @chapter, @section and @subsection to divide the document into chapters and sections, you could make those lines count as heading lines by setting outline-regexp to "@chap\\|@\\(sub\\)*section". Note the trick: the two words chapter and section are equally long, but by defining the regexp to match only chap we ensure that the length of the text matched on a chapter heading is shorter, so that Outline mode will know that sections are contained in chapters. This works as long as no other command starts with @chap. You can explicitly specify a rule for calculating the level of a heading line by setting the variable outline-level. The value of outline-level should be a function that takes no arguments and returns the level of the current heading. The recommended ways to set this variable are in a major mode command or with a file local variable.
C-c C-n (outline-next-visible-heading) moves down to the next heading line. C-c C-p (outline-previous-visible-heading) moves similarly backward. Both accept numeric arguments as repeat counts. The names emphasize that invisible headings are skipped, but this is not really a special feature. All editing commands that look for lines ignore the invisible lines automatically. More powerful motion commands understand the level structure of headings. C-c C-f (outline-forward-same-level) and C-c C-b (outline-backward-same-level) move
210
from one heading line to another visible heading at the same depth in the outline. C-c C-u (outline-up-heading) moves backward to another heading that is less deeply nested.
Two commands that are exact opposites are C-c C-c (hide-entry) and C-c C-e (showentry). They apply to the body lines directly following the current heading line. Subheadings and their bodies are not affected. Two more powerful opposites are C-c C-d (hide-subtree) and C-c C-s (show-subtree). Both apply to the current heading lines subtree : its body, all its subheadings, both direct and indirect, and all of their bodies. In other words, the subtree contains everything following the current heading line, up to and not including the next heading of the same or higher rank. Intermediate between a visible subtree and an invisible one is having all the subheadings visible but none of the body. There are two commands for doing this, depending on whether you want to hide the bodies or make the subheadings visible. They are C-c C-l (hideleaves) and C-c C-k (show-branches).
211
A little weaker than show-branches is C-c C-i (show-children). It makes just the direct subheadings visiblethose one level down. Deeper subheadings remain invisible, if they were invisible. Two commands have a blanket effect on the whole file. C-c C-t (hide-body) makes all body lines invisible, so that you see just the outline structure (as a special exception, it will not hide lines at the top of the file, preceding the first header line, even though these are technically body lines). C-c C-a (show-all) makes all lines visible. These commands can be thought of as a pair of opposites even though C-c C-a applies to more than just body lines. The command C-c C-q (hide-sublevels) hides all but the top level headings. With a numeric argument n, it hides everything except the top n levels of heading lines. The command C-c C-o (hide-other) hides everything except the heading and body text that point is in, plus its parents (the headers leading up from there to top level in the outline) and the top level headings. When incremental search finds text that is hidden by Outline mode, it makes that part of the buffer visible. If you exit the search at that position, the text remains visible. You can also automatically make text visible as you navigate in it by using M-x reveal-mode.
212
the body can be specified with a negative argument: M-- C-c C-z. The whole subtree can be expanded, similarly to C-c C-s (M-x show-subtree), by specifying a zero argument: M-0 C-c C-z. While youre zoomed in, you can still use Outline modes exposure and hiding functions without disturbing Foldout. Also, since the buffer is narrowed, global editing actions will only affect text under the zoomed-in heading. This is useful for restricting changes to a particular chapter or section of your document. To unzoom (exit) a fold, use C-c C-x (M-x foldout-exit-fold). This hides all the text and subheadings under the top-level heading and returns you to the previous view of the buffer. Specifying a numeric argument exits that many levels of folds. Specifying a zero argument exits all folds. To cancel the narrowing of a fold without hiding the text and subheadings, specify a negative argument. For example, M--2 C-c C-x exits two folds and leaves the text and subheadings exposed. Foldout mode also provides mouse commands for entering and exiting folds, and for showing and hiding text: C-M-Mouse-1 zooms in on the heading clicked on single click: expose body. double click: expose subheadings. triple click: expose body and subheadings. quad click: expose entire subtree. C-M-Mouse-2 exposes text under the heading clicked on single click: expose body. double click: expose subheadings. triple click: expose body and subheadings. quad click: expose entire subtree. C-M-Mouse-3 hides text under the heading clicked on or exits fold single click: hide subtree. double click: exit fold and hide text. triple click: exit fold without hiding text. quad click: exit all folds and hide text. You can specify different modifier keys (instead of Control-Meta-) by setting foldoutmouse-modifiers; but if you have already loaded the foldout.el library, you must reload it in order for this to take effect. To use the Foldout package, you can type M-x load-library RET foldout RET; or you can arrange for to do that automatically by putting this in your .emacs file: (eval-after-load "outline" (require foldout))
213
M-x tex-validate-region Check each paragraph in the region for unbalanced braces or dollar signs. C-c { C-c } Insert {} and position point between them (tex-insert-braces). Move forward past the next unmatched close brace (up-list).
In TEX, the character " is not normally used; instead, quotations begin with and end with . For convenience, TEX mode overrides the normal meaning of the key " with a command that inserts a pair of single-quotes or backquotes (tex-insert-quote). To be precise, it inserts after whitespace or an open brace, " after a backslash, and after any other character. As a special exception, if you type " when the text before point is either or , Emacs replaces that preceding text with a single " character. You can therefore type "" to insert ", should you ever need to do so. (You can also use C-q " to insert this character.) To disable the " expansion feature, eliminate that binding in the local map (see Section 32.4 [Key Bindings], page 419). In TEX mode, $ has a special syntax code which attempts to understand the way TEX math mode delimiters match. When you insert a $ that is meant to exit math mode,
1
It has been replaced by the slides document class, which comes with LaTEX.
214
the position of the matching $ that entered math mode is displayed for a second. This is the same feature that displays the open brace that matches a close brace that is inserted. However, there is no way to tell whether a $ enters math mode or leaves it; so when you insert a $ that enters math mode, the previous $ position is shown as if it were a match, even though they are actually unrelated. TEX uses braces as delimiters that must match. Some users prefer to keep braces balanced at all times, rather than inserting them singly. Use C-c { (tex-insert-braces) to insert a pair of braces. It leaves point between the two braces so you can insert the text that belongs inside. Afterward, use the command C-c } (up-list) to move forward past the close brace. There are two commands for checking the matching of braces. C-j (tex-terminateparagraph) checks the paragraph before point, and inserts two newlines to start a new paragraph. It outputs a message in the echo area if any mismatch is found. M-x tex-validate-region checks a region, paragraph by paragraph. The errors are listed in the *Occur* buffer, and you can use C-c C-c or Mouse-2 in that buffer to go to a particular mismatch. Note that Emacs commands count square brackets and parentheses in TEX mode, not just braces. This is not strictly correct for the purpose of checking TEX syntax. However, parentheses and square brackets are likely to be used in text as matching delimiters, and it is useful for the various motion commands and automatic match display to work with them.
In LaTEX input, \begin and \end commands are used to group blocks of text. To insert a \begin and a matching \end (on a new line following the \begin), use C-c C-o (tex-latex-block). A blank line is inserted between the two, and point is left there. You can use completion when you enter the block type; to specify additional block type names beyond the standard list, set the variable latex-block-names. For example, heres how to add theorem, corollary, and proof: (setq latex-block-names ("theorem" "corollary" "proof")) In LaTEX input, \begin and \end commands must balance. You can use C-c C-e (tex-close-latex-block) to insert automatically a matching \end to match the last unmatched \begin. It indents the \end to match the corresponding \begin. It inserts a newline after \end if point is at the beginning of a line.
215
C-c C-r C-c C-b C-c TAB C-c C-f C-c C-l C-c C-k C-c C-p C-c C-v C-c C-q C-c C-c
Invoke TEX on the current region, together with the buffers header (texregion). Invoke TEX on the entire current buffer (tex-buffer). Invoke BibTEX on the current file (tex-bibtex-file). Invoke TEX on the current file (tex-file). Recenter the window showing output from the inferior TEX so that the last line can be seen (tex-recenter-output-buffer). Kill the TEX subprocess (tex-kill-job). Print the output from the last C-c C-r, C-c C-b, or C-c C-f command (texprint). Preview the output from the last C-c C-r, C-c C-b, or C-c C-f command (texview). Show the printer queue (tex-show-print-queue). Invoke some other compilation command on the entire current buffer (texcompile).
You can pass the current buffer through an inferior TEX by means of C-c C-b (texbuffer). The formatted output appears in a temporary file; to print it, type C-c C-p (texprint). Afterward, you can use C-c C-q (tex-show-print-queue) to view the progress of your output towards being printed. If your terminal has the ability to display TEX output files, you can preview the output on the terminal with C-c C-v (tex-view). You can specify the directory to use for running TEX by setting the variable texdirectory. "." is the default value. If your environment variable TEXINPUTS contains relative directory names, or if your files contains \input commands with relative file names, then tex-directory must be "." or you will get the wrong results. Otherwise, it is safe to specify some other directory, such as "/tmp". If you want to specify which shell commands are used in the inferior TEX, you can do so by setting the values of the variables tex-run-command, latex-run-command, slitexrun-command, tex-dvi-print-command, tex-dvi-view-command, and tex-show-queuecommand. The default values may (or may not) be appropriate for your system. Normally, the file name given to these commands comes at the end of the command string; for example, latex filename . In some cases, however, the file name needs to be embedded in the command; an example is when you need to provide the file name as an argument to one command whose output is piped to another. You can specify where to put the file name with * in the command string. For example, (setq tex-dvi-print-command "dvips -f * | lpr") The terminal output from TEX, including any error messages, appears in a buffer called *tex-shell*. If TEX gets an error, you can switch to this buffer and feed it input (this works as in Shell mode; see Section 31.3.2 [Interactive Shell], page 375). Without switching to this buffer you can scroll it so that its last line is visible by typing C-c C-l. Type C-c C-k (tex-kill-job) to kill the TEX process if you see that its output is no longer useful. Using C-c C-b or C-c C-r also kills any TEX process still running.
216
You can also pass an arbitrary region through an inferior TEX by typing C-c C-r (texregion). This is tricky, however, because most files of TEX input contain commands at the beginning to set parameters and define macros, without which no later part of the file will format correctly. To solve this problem, C-c C-r allows you to designate a part of the file as containing essential commands; it is included before the specified region as part of the input to TEX. The designated part of the file is called the header. To indicate the bounds of the header in Plain TEX mode, you insert two special strings in the file. Insert %**start of header before the header, and %**end of header after it. Each string must appear entirely on one line, but there may be other text on the line before or after. The lines containing the two strings are included in the header. If %**start of header does not appear within the first 100 lines of the buffer, C-c C-r assumes that there is no header. In LaTEX mode, the header begins with \documentclass or \documentstyle and ends with \begin{document}. These are commands that LaTEX requires you to use in any case, so nothing special needs to be done to identify the header. The commands (tex-buffer) and (tex-region) do all of their work in a temporary directory, and do not have available any of the auxiliary files needed by TEX for crossreferences; these commands are generally not suitable for running the final copy in which all of the cross-references need to be correct. When you want the auxiliary files for cross references, use C-c C-f (tex-file) which runs TEX on the current buffers file, in that files directory. Before running TEX, it offers to save any modified buffers. Generally, you need to use (tex-file) twice to get the crossreferences right. The value of the variable tex-start-options specifies options for the TEX run. The value of the variable tex-start-commands specifies TEX commands for starting TEX. The default value causes TEX to run in nonstop mode. To run TEX interactively, set the variable to "". Large TEX documents are often split into several filesone main file, plus subfiles. Running TEX on a subfile typically does not work; you have to run it on the main file. In order to make tex-file useful when you are editing a subfile, you can set the variable tex-main-file to the name of the main file. Then tex-file runs TEX on that file. The most convenient way to use tex-main-file is to specify it in a local variable list in each of the subfiles. See Section 32.3.4 [File Variables], page 415. For LaTEX files, you can use BibTEX to process the auxiliary file for the current buffers file. BibTEX looks up bibliographic citations in a data base and prepares the cited references for the bibliography section. The command C-c TAB (tex-bibtex-file) runs the shell command (tex-bibtex-command) to produce a .bbl file for the current buffers file. Generally, you need to do C-c C-f (tex-file) once to generate the .aux file, then do C-c TAB (tex-bibtex-file), and then repeat C-c C-f (tex-file) twice more to get the cross-references correct. To invoke some other compilation program on the current TEX buffer, type C-c C-c (tex-compile). This command knows how to pass arguments to many common programs, including pdflatex, yap, xdvi, and dvips. You can select your desired compilation program using the standard completion keys (see Section 5.3 [Completion], page 28).
217
C-c C-b
C-c C-d
C-c ? tag RET Display a description of the meaning of tag tag (sgml-tag-help). If the argument tag is empty, describe the tag at point. C-c / Insert a close tag for the innermost unterminated tag (sgml-close-tag). If called from within a tag or a comment, close this element instead of inserting a close tag. Toggle a minor mode in which Latin-1 characters insert the corresponding SGML commands that stand for them, instead of the characters themselves (sgml-name-8bit-mode).
C-c 8
218
Run a shell command (which you must specify) to validate the current buffer as SGML (sgml-validate). Toggle the visibility of existing tags in the buffer. This can be used as a cheap preview (sgml-tags-invisible).
The default mode for editing XML documents is called nXML mode (xml-mode or nxmlmode). This is a powerful major mode that can recognize many existing XML schema and use them to provide completion of XML elements via C-RET or M-TAB, as well as on-thefly XML validation with error highlighting. It is described in its own manual. See Section Top in nXML Mode . However, you can also use SGML mode to edit XML, since XML is a strict subset of SGML. In XML, every opening tag must have an explicit closing tag. When the variable sgml-xml-mode is non-nil, the tag insertion commands described above always insert explicit closing tags as well. When you visit a file in SGML mode, Emacs determines whether it is XML by examining the file contents, and sets sgml-xml-mode accordingly.
The other feature of Nroff mode is that you can turn on Electric Nroff mode. This is a minor mode that you can turn on or off with M-x electric-nroff-mode (see Section 32.1 [Minor Modes], page 402). When the mode is on, each time you use RET to end a line that contains an nroff command that opens a kind of grouping, the matching nroff command to close that grouping is automatically inserted on the following line. For example, if you are at the beginning of a line and type . ( b RET, this inserts the matching command .)b on a new line following point. If you use Outline minor mode with Nroff mode (see Section 22.8 [Outline Mode], page 208), heading lines are lines of the form .H followed by a number (the header level). Entering Nroff mode runs the hook text-mode-hook, followed by the hook nroff-modehook (see Section 32.3.2 [Hooks], page 413).
219
fonts, colors, underlining, margins, and types of filling and justification. In the future, we plan to implement other formatting features as well. Enriched mode is a minor mode (see Section 32.1 [Minor Modes], page 402). It is typically used in conjunction with Text mode (see Section 22.7 [Text Mode], page 207), but you can also use it with other major modes such as Outline mode and Paragraph-Indent Text mode. Potentially, Emacs can store formatted text files in various file formats. Currently, only one format is implemented: text/enriched format, which is defined by the MIME protocol. See Section Format Conversion in the Emacs Lisp Reference Manual , for details of how Emacs recognizes and converts file formats. The Emacs distribution contains a formatted text file that can serve as an example. Its name is etc/enriched.doc. It contains samples illustrating all the features described in this section. It also contains a list of ideas for future enhancements.
220
Although hard and soft newlines look the same, it is important to bear the difference in mind. Do not use RET to break lines in the middle of filled paragraphs, or else you will get hard newlines that are barriers to further filling. Instead, let Auto Fill mode break lines, so that if the text or the margins change, Emacs can refill the lines properly. See Section 22.5.1 [Auto Fill], page 201. On the other hand, in tables and lists, where the lines should always remain as you type them, you can use RET to end lines. For these lines, you may also want to set the justification style to unfilled. See Section 22.12.7 [Format Justification], page 223.
M-o b
221
Add the face italic to the region or to the following inserted character (facemenu-set-italic). Add the face bold-italic to the region or to the following inserted character (facemenu-set-bold-italic). Add the face underline to the region or to the following inserted character (facemenu-set-underline).
M-o o face RET Add the face face to the region or to the following inserted character (facemenuset-face). With a prefix argument, all these commands apply to an immediately following selfinserting character, disregarding the region. A self-inserting character normally inherits the face property (and most other text properties) from the preceding character in the buffer. If you use the above commands to specify face for the next self-inserting character, or the next sections commands to specify a foreground or background color for it, then it does not inherit the face property from the preceding character; instead it uses whatever you specified. It will still inherit other text properties, though. Strictly speaking, these commands apply only to the first following self-inserting character that you type. But if you insert additional characters after it, they will inherit from the first one. So it appears that these commands apply to all of them. Enriched mode defines two additional faces: excerpt and fixed. These correspond to codes used in the text/enriched file format. The excerpt face is intended for quotations. This face is the same as italic unless you customize it (see Section 32.2.5 [Face Customization], page 409). The fixed face means, Use a fixed-width font for this part of the text. Applying the fixed face to a part of the text will cause that part of the text to appear in a fixed-width font, even if the default font is variable-width. This applies to Emacs and to other systems that display text/enriched format. So if you specifically want a certain part of the text to use a fixed-width font, you should specify the fixed face for that part. By default, the fixed face looks the same as bold. This is an attempt to distinguish it from default. You may wish to customize fixed to some other fixed-width medium font. See Section 32.2.5 [Face Customization], page 409. If your terminal cannot display different faces, you will not be able to see them, but you can still edit documents containing faces, and even add faces and colors to documents. The faces you specify will be visible when the file is viewed on a terminal that can display them.
222
(see Section 8.7 [Persistent Mark], page 48), it always applies to the region unless a prefix argument is given, in which case it applies to the following input. Each of the two color submenus contains one additional item: Other. You can use this item to specify a color that is not listed in the menu; it reads the color name with the minibuffer. To display a list of available colors and their names, use the Display Colors menu item in the Text Properties menu (see Section 22.12.3 [Editing Format Info], page 220). Any color that you specify in this way, or that is mentioned in a formatted text file that you read in, is added to the corresponding color menu for the duration of the Emacs session. There are no predefined key bindings for specifying colors, but you can do so with the extended commands M-x facemenu-set-foreground and M-x facemenu-set-background. Both of these commands read the name of the color with the minibuffer.
223
The variable standard-indent specifies how many columns these commands should add to or subtract from the indentation. The default value is 4. The overall default right margin for Enriched mode is controlled by the variable fill-column, as usual. There are also two commands for setting the left or right margin of the region absolutely: set-left-margin and set-right-margin. Enriched mode binds these commands to C-c [ and C-c ], respectively. You can specify the margin width either with a numeric argument or in the minibuffer. Sometimes, as a result of editing, the filling of a paragraph becomes messed upparts of the paragraph may extend past the left or right margins. When this happens, use M-q (fill-paragraph) to refill the paragraph. The fill prefix, if any, works in addition to the specified paragraph indentation: C-x . does not include the specified indentations whitespace in the new value for the fill prefix, and the fill commands look for the fill prefix after the indentation on each line. See Section 22.5.3 [Fill Prefix], page 203.
Center Unfilled
In Enriched mode, you can also specify justification from the keyboard using the M-j prefix character: M-j l M-j r M-j b M-j c M-S Make the region left-filled (set-justification-left). Make the region right-filled (set-justification-right). Make the region fully justified (set-justification-full). Make the region centered (set-justification-center).
224
M-j u
Justification styles apply to entire paragraphs. All the justification-changing commands operate on the paragraph containing point, or, if the region is active, on all paragraphs which overlap the region. The default justification style is specified by the variable default-justification. Its value should be one of the symbols left, right, full, center, or none. This is a per-buffer variable. Setting the variable directly affects only the current buffer. However, customizing it in a Custom buffer sets (as always) the default value for buffers that do not override it. See Section 32.3.3 [Locals], page 414, and Section 32.2 [Easy Customization], page 404.
225
Table mode allows the contents of the table such as this one to be easily manipulated by inserting or deleting characters inside a cell. A cell is effectively a localized rectangular edit region and edits to a cell do not affect the contents of the surrounding cells. If the contents do not fit into a cell, then the cell is automatically expanded in the vertical and/or horizontal directions and the rest of the table is restructured and reformatted in accordance with the growth of the cell.
226
Based on this definition, the following five tables are examples of invalid tables: +-----+ | | | +-+ | | | | | | +-+ | | | +-----+ a From left to right: a. Overlapped cells or non-rectangular cells are not allowed. b. Same as a. c. The border must be rectangular. d. Cells must have a minimum width/height of one character. e. Same as d. +-----+ | | | | +--+ | | | | | | | +--+--+ b +--+ | | | | +--+--+ | | | | | | +--+--+ c +-++--+ | || | | || | +-++--+ +-++--+ | || | +-++--+ d ++ ++
227
M-x table-unrecognize-table Deactivate the table under point. M-x table-recognize-cell Recognize the cell under point and activate it. M-x table-unrecognize-cell Deactivate the cell under point. For another way of converting text into tables, see Section 22.13.9 [Table Conversion], page 229.
228
229
the cell width expands automatically in order to prevent a word from being folded into multiple lines. By default, fixed width mode is disabled.
230
Applying table-capture to a region containing the above three paragraphs, with empty strings for column delimiter regexp and row delimiter regexp, creates a table with a single cell like the following one.
+-----------------------------------------------------------------+ |table-capture is a powerful command, but mastering its | |power requires some practice. Here are some things it can do: | | | |Parse Cell Items By using column delimiter regular | | expression and raw delimiter regular | | expression, it parses the specified text | | area and extracts cell items from | | non-table text and then forms a table out | | of them. | | | |Capture Text Area When no delimiters are specified it | | creates a single cell table. The text in | | the specified region is placed in that | | cell. | +-----------------------------------------------------------------+
By splitting the cell appropriately we now have a table consisting of paragraphs occupying its own cell. Each cell can now be edited independently without affecting the layout of other cells.
+-----------------------------------------------------------------+ |table-capture is a powerful command, but mastering its | |power requires some practice. Here are some things it can do: | +---------------------+-------------------------------------------+ |Parse Cell Items |By using column delimiter regular | | |expression and raw delimiter regular | | |expression, it parses the specified text | | |area and extracts cell items from | | |non-table text and then forms a table out | | |of them. | +---------------------+-------------------------------------------+ |Capture Text Area |When no delimiters are specified it | | |creates a single cell table. The text in | | |the specified region is placed in that | | |cell. | +---------------------+-------------------------------------------+
By applying table-release, which does the opposite process, the contents become once again plain text. table-release works as a companion command to table-capture.
This indicates that the current cell is 21 character wide and 6 lines high, the entire table is 67 characters wide and 16 lines high. The table has 2 columns and 3 rows. It has a total of 5 cells, since the first row has a spanned cell.
231
232
23 Editing Programs
Emacs provides many features to facilitate editing programs. Some of these features can Find or move over top-level definitions (see Section 23.2 [Defuns], page 233). Apply the usual indentation conventions of the language (see Section 23.3 [Program Indent], page 235). Balance parentheses (see Section 23.4 [Parentheses], page 238). Insert, kill or align comments (see Section 23.5 [Comments], page 241). Highlight program syntax (see Section 11.8 [Font Lock], page 70). This chapter describes these features and many more.
233
the hook c-mode-hook, while turning on Lisp mode runs the hook lisp-mode-hook. The purpose of the mode hook is to give you a place to set up customizations for that major mode. See Section 32.3.2 [Hooks], page 413.
open-paren-in-column-0-is-defun-start
[Variable] If this user option is set to t (the default), opening parentheses or braces at column zero always start defuns. When its nil, defuns are found by searching for parens or braces at the outermost level.
Usually, you should leave this option at its default value of t. If your buffer contains parentheses or braces in column zero which dont start defuns, and it is somehow impractical to remove these parentheses or braces, it might be helpful to set the option to nil. Be aware that this might make scrolling and display in large buffers quite sluggish. Furthermore, the parentheses and braces must be correctly matched throughout the buffer for it to work properly.
234
Move to beginning of current or preceding defun (beginning-of-defun). Move to end of current or following defun (end-of-defun). Put region around whole current or following defun (mark-defun).
The commands to move to the beginning and end of the current defun are C-M-a (beginning-of-defun) and C-M-e (end-of-defun). If you repeat one of these commands, or use a positive numeric argument, each repetition moves to the next defun in the direction of motion. C-M-a with a negative argument n moves forward n times to the next beginning of a defun. This is not exactly the same place that C-M-e with argument n would move to; the end of this defun is not usually exactly the same place as the beginning of the following defun. (Whitespace, comments, and perhaps declarations can separate them.) Likewise, C-M-e with a negative argument moves back to an end of a defun, which is not quite the same as C-M-a with a positive argument. To operate on the current defun, use C-M-h (mark-defun), which sets the mark at the end of the current defun and puts point at its beginning. See Section 8.2 [Marking Objects], page 45. This is the easiest way to get ready to kill the defun in order to move it to a different place in the file. If you use the command while point is between defuns, it uses the following defun. If you use the command while the mark is already active, it sets the mark but does not move point; furthermore, each successive use of C-M-h extends the end of the region to include one more defun. In C mode, C-M-h runs the function c-mark-function, which is almost the same as mark-defun; the difference is that it backs up over the argument declarations, function name and returned data type so that the entire C function is inside the region. This is an example of how major modes adjust the standard key bindings so that they do their standard jobs in a way better fitting a particular language. Other major modes may replace any or all of these key bindings for that purpose.
23.2.3 Imenu
The Imenu facility offers a way to find the major definitions in a file by name. It is also useful in text formatter major modes, where it treats each chapter, section, etc., as a definition. (See Section 25.3 [Tags], page 291, for a more powerful feature that handles multiple files together.) If you type M-x imenu, it reads the name of a definition using the minibuffer, then moves point to that definition. You can use completion to specify the name; the command always displays the whole list of valid names. Alternatively, you can bind the command imenu to a mouse click. Then it displays mouse menus for you to select a definition name. You can also add the buffers index to the menu bar by calling imenu-add-menubar-index. If you want to have this menu bar item available for all buffers in a certain major mode, you can do this by adding imenu-addmenubar-index to its mode hook. But if you have done that, you will have to wait a little while each time you visit a file in that mode, while Emacs finds all the definitions in that buffer. When you change the contents of a buffer, if you add or delete definitions, you can update the buffers index based on the new contents by invoking the *Rescan* item in
235
the menu. Rescanning happens automatically if you set imenu-auto-rescan to a non-nil value. There is no need to rescan because of small changes in the text. You can customize the way the menus are sorted by setting the variable imenu-sortfunction. By default, names are ordered as they occur in the buffer; if you want alphabetic sorting, use the symbol imenu--sort-by-name as the value. You can also define your own comparison function by writing Lisp code. Imenu provides the information to guide Which Function mode (see below). The Speedbar can also use it (see Section 18.8 [Speedbar], page 162).
The basic indentation command is TAB. In any programming-language major mode, TAB gives the current line the correct indentation as determined from the previous lines. It does this by inserting or deleting whitespace at the beginning of the current line. If point was inside the whitespace at the beginning of the line, TAB puts it at the end of that whitespace; otherwise, TAB keeps point fixed with respect to the characters around it. If the region is active (see Chapter 8 [Mark], page 44), TAB indents every line within the region instead of just the current line. The function that TAB runs depends on the major mode; for instance, it is c-indent-line-or-region in C mode. Each function is aware of the syntax and conventions for its particular language. Use C-q TAB to insert a tab character at point. When entering lines of new code, use C-j (newline-and-indent), which inserts a newline and then adjusts indentation after it. (It also deletes any trailing whitespace which remains
236
before the new newline.) For instance, C-j at the end of a line creates a blank line with appropriate indentation. In programming language modes, it is equivalent to RET TAB. When Emacs indents a line that starts within a parenthetical grouping, it usually places the start of the line under the preceding line within the group, or under the text after the parenthesis. If you manually give one of these lines a nonstandard indentation, the lines below will tend to follow it. This behavior is convenient in cases where you have overridden the standard result of TAB indentation (e.g., for aesthetic purposes). Many programming-language modes assume that an open-parenthesis, open-brace or other opening delimiter at the left margin is the start of a function. This assumption speeds up indentation commands. If the text you are editing contains opening delimiters in column zero that arent the beginning of a functionseven if these delimiters occur inside strings or commentsthen you must set open-paren-in-column-0-is-defun-start. See Section 23.2.1 [Left Margin Paren], page 233. Normally, Emacs indents lines using an optimal mix of tab and space characters. If you want Emacs to use spaces only, set indent-tabs-mode (see Section 21.3 [Just Spaces], page 196).
M-x indent-code-rigidly Shift all the lines in the region rigidly sideways, but do not alter lines that start inside comments and strings. To reindent the contents of a single parenthetical grouping, position point before the beginning of the grouping and type C-M-q. This changes the relative indentation within the grouping, without affecting its overall indentation (i.e., the indentation of the line where the grouping starts). The function that C-M-q runs depends on the major mode; it is indentpp-sexp in Lisp mode, c-indent-exp in C mode, etc. To correct the overall indentation as well, type TAB first. C-M-\ (indent-region) applies TAB to the region. This is useful when Transient Mark mode is disabled (see Section 8.7 [Persistent Mark], page 48), because in that case TAB does not act on the region. If you like the relative indentation within a grouping but not the indentation of its first line, move point to that first line and type C-u TAB. In Lisp, C, and some other major modes, TAB with a numeric argument reindents the current line as usual, then reindents by the same amount all the lines in the parenthetical grouping starting on the current line. It is clever, though, and does not alter lines that start inside strings. Neither does it alter
237
C preprocessor lines when in C mode, but it does reindent any continuation lines that may be attached to them. The command M-x indent-code-rigidly rigidly shifts all the lines in the region sideways, like indent-rigidly does (see Section 21.1 [Indentation Commands], page 195). It doesnt alter the indentation of lines that start inside a string, unless the region also starts inside that string. The prefix arg specifies the number of columns to indent.
To reindent the whole current buffer, type C-x h C-M-\. This first selects the whole buffer as the region, then reindents that region.
238
To reindent the current block, use C-M-u C-M-q. This moves to the front of the block and then reindents it all.
239
When talking about these facilities, the term parenthesis also includes braces, brackets, or whatever delimiters are defined to match in pairs. The major mode controls which delimiters are significant, through the syntax table (see Section 32.5 [Syntax], page 428). In Lisp, only parentheses count; in C, these commands apply to braces and brackets too. You can use M-x check-parens to find any unbalanced parentheses and unbalanced string quotes in the buffer.
Each programming language major mode customizes the definition of balanced expressions to suit that language. Balanced expressions typically include symbols, numbers, and string constants, as well as any pair of matching delimiters and their contents. Some languages have obscure forms of expression syntax that nobody has bothered to implement in Emacs. By convention, the keys for these commands are all Control-Meta characters. They usually act on expressions just as the corresponding Meta characters act on words. For instance, the command C-M-b moves backward over a balanced expression, just as M-b moves back over a word. To move forward over a balanced expression, use C-M-f (forward-sexp). If the first significant character after point is an opening delimiter (( in Lisp; (, [ or { in C), C-M-f moves past the matching closing delimiter. If the character begins a symbol, string, or number, C-M-f moves over that. The command C-M-b (backward-sexp) moves backward over a balanced expression. The detailed rules are like those above for C-M-f, but with directions reversed. If there are prefix characters (single-quote, backquote and comma, in Lisp) preceding the expression, C-M-b moves back over them as well. The balanced expression commands move across comments as if they were whitespace, in most modes. C-M-f or C-M-b with an argument repeats that operation the specified number of times; with a negative argument, it moves in the opposite direction. Killing a whole balanced expression can be done with C-M-k (kill-sexp). C-M-k kills the characters that C-M-f would move over. A somewhat random-sounding command which is nevertheless handy is C-M-t (transpose-sexps), which drags the previous balanced expression across the next one. An argument serves as a repeat count, moving the previous expression over that many following ones. A negative argument drags the previous balanced expression backwards
1
240
across those before it (thus canceling out the effect of C-M-t with a positive argument). An argument of zero, rather than doing nothing, transposes the balanced expressions ending at or after point and the mark. To set the region around the next balanced expression in the buffer, use C-M-SPC (marksexp), which sets mark at the same place that C-M-f would move to. C-M-SPC treats numeric arguments in the same way as C-M-f; in particular, a negative argument puts the mark at the beginning of the previous balanced expression. The alias C-M-@ is equivalent to C-M-SPC. While the mark is active, each successive use of C-M-SPC extends the region by shifting the mark by one sexp. In languages that use infix operators, such as C, it is not possible to recognize all balanced expressions as such because there can be multiple possibilities at a given position. For example, C mode does not treat foo + bar as a single expression, even though it is one C expression; instead, it recognizes foo as one expression and bar as another, with the + as punctuation between them. Both foo + bar and foo are legitimate choices for the expression following point when point is at the f, so the expression commands must perforce choose one or the other to operate on. Note that (foo + bar) is recognized as a single expression in C mode, because of the parentheses.
The list commands C-M-n (forward-list) and C-M-p (backward-list) move forward or backward over one (or n) parenthetical groupings. C-M-n and C-M-p try to stay at the same level in the parenthesis structure. To move up one (or n) levels, use C-M-u (backward-up-list). C-M-u moves backward up past one unmatched opening delimiter. A positive argument serves as a repeat count; a negative argument reverses the direction of motion, so that the command moves forward and up one or more levels. To move down in the parenthesis structure, use C-M-d (down-list). In Lisp mode, where ( is the only opening delimiter, this is nearly the same as searching for a (. An argument specifies the number of levels to go down.
241
242
M-x comment-region C-c C-c (in C-like modes) Add or remove comment delimiters on all the lines in the region. The command to create or align a comment is M-; (comment-dwim). The word dwim is an acronym for Do What I Mean; it indicates that this command can be used for many different jobs relating to comments, depending on the situation where you use it. When a region is active, M-; either adds or removes comment delimiters on each line of the region. See Chapter 8 [Mark], page 44. If every line in the region is a comment, it removes comment delimiters from each; otherwise, it adds comment delimiters to each. You can also use the commands comment-region and uncomment-region to explicitly comment or uncomment the text in the region (see Section 23.5.2 [Multi-Line Comments], page 243). If you supply a prefix argument to M-; when a region is active, that specifies how many comment delimiters to add or how many to delete. If the region is not active, M-; inserts a new comment if there is no comment already on the line. The new comment is normally aligned at a specific column called the comment column; if the text of the line extends past the comment column, M-; aligns the comment start string to a suitable boundary (usually, at least one space is inserted). The comment begins with the string Emacs thinks comments should start with (the value of commentstart; see below). Emacs places point after that string, so you can insert the text of the comment right away. If the major mode has specified a string to terminate comments, M-; inserts that string after point, to keep the syntax valid. You can also use M-; to align an existing comment. If a line already contains the comment-start string, M-; realigns it to the conventional alignment and moves point after it. (Exception: comments starting in column 0 are not moved.) Even when an existing comment is properly aligned, M-; is still useful for moving directly to the start of the text inside the comment. C-u M-; kills any comment on the current line, along with the whitespace before it. To reinsert the comment on another line, move to the end of that line, do C-y, and then do M-; to realign it. Note that C-u M-; is not a distinct key; it is M-; (comment-dwim) with a prefix argument. That command is programmed so that when it receives a prefix argument it calls commentkill. However, comment-kill is a valid command in its own right, and you can bind it directly to a key if you wish. Some major modes have special rules for aligning certain kinds of comments in certain contexts. For example, in Lisp code, comments which start with two semicolons are indented as if they were lines of code, instead of at the comment column. Comments which start with three semicolons are supposed to start at the left margin and are often used for sectioning purposes. Emacs understands these conventions by indenting a double-semicolon comment using TAB, and by not changing the indentation of a triple-semicolon comment at all. ;; This function is just an example. ;;; Here either two or three semicolons are appropriate. (defun foo (x) ;;; And now, the first part of the function: ;; The following line adds one. (1+ x)) ; This line adds one.
243
For C-like modes, you can configure the exact effect of M-; by setting the variables cindent-comment-alist and c-indent-comments-syntactically-p. For example, on a line ending in a closing brace, M-; puts the comment one space after the brace rather than at comment-column. For full details see Section Comment Commands in The CC Mode Manual .
244
When a comment command makes a new comment, it inserts the value of commentstart to begin it. The value of comment-end is inserted after point, so that it will follow the text that you will insert into the comment. When comment-end is non-empty, it should start with a space. For example, in C mode, comment-start has the value "/* " and comment-end has the value " */". The variable comment-padding specifies how many spaces comment-region should insert on each line between the comment delimiter and the lines original text. The default is 1, to insert one space. nil means 0. Alternatively, comment-padding can hold the actual string to insert. The variable comment-multi-line controls how C-M-j (indent-new-comment-line) behaves when used inside a comment. Specifically, when comment-multi-line is nil, the command inserts a comment terminator, begins a new line, and finally inserts a comment starter. Otherwise it does not insert the terminator and starter, so it effectively continues the current comment across multiple lines. In languages that allow multi-line comments, the choice of value for this variable is a matter of taste. The default for this variable depends on the major mode. The variable comment-indent-function should contain a function that will be called to compute the alignment for a newly inserted comment or for aligning an existing comment. It is set differently by various major modes. The function is called with no arguments, but with point at the beginning of the comment, or at the end of a line if a new comment is to be inserted. It should return the column in which the comment ought to start. For example, in Lisp mode, the indent hook function bases its decision on how many semicolons begin an existing comment, and on the code in the preceding lines.
245
that you can browse with Info (see Section 7.7 [Misc Help], page 41). This process is not finished, so it is still useful to read manual pages. You can read the man page for an operating system command, library function, or system call, with the M-x man command. It runs the man program to format the man page; if the system permits, it runs man asynchronously, so that you can keep on editing while the page is being formatted. (On MS-DOS and MS-Windows 3, you cannot edit while Emacs waits for man to finish.) The result goes in a buffer named *Man topic *. These buffers use a special major mode, Man mode, that facilitates scrolling and jumping to other manual pages. For details, type C-h m while in a man page buffer. Each man page belongs to one of ten or more sections, each named by a digit or by a digit and a letter. Sometimes there are multiple man pages with the same name in different sections. To read a man page from a specific section, type topic (section ) or section topic when M-x manual-entry prompts for the topic. For example, to read the man page for the C library function chmod (as opposed to a command of the same name), type M-x manual-entry RET chmod(2) RET. (chmod is a system call, so it is in section 2.) If you do not specify a section, the results depend on how the man program works on your system. Some of them display only the first man page they find. Others display all man pages that have the specified name, so you can move between them with the M-n and M-p keys2 . The mode line shows how many manual pages are present in the Man buffer. By default, Emacs highlights the text in man pages. For a long man page, highlighting can take substantial time. You can turn off highlighting of man pages by setting the variable Man-fontify-manpage-flag to nil. If you insert the text of a man page into an Emacs buffer in some other fashion, you can use the command M-x Man-fontify-manpage to perform the same conversions that M-x manual-entry does. An alternative way of reading manual pages is the M-x woman command3 . Unlike M-x man, it does not run any external programs to format and display the man pages; instead it does the job in Emacs Lisp, so it works on systems such as MS-Windows, where the man program (and other programs it uses) are not generally available. M-x woman prompts for a name of a manual page, and provides completion based on the list of manual pages that are installed on your machine; the list of available manual pages is computed automatically the first time you invoke woman. The word at point in the current buffer is used to suggest the default for the name of the manual page. With a numeric argument, M-x woman recomputes the list of the manual pages used for completion. This is useful if you add or delete manual pages. If you type a name of a manual page and M-x woman finds that several manual pages by the same name exist in different sections, it pops up a window with possible candidates asking you to choose one of them. For more information about setting up and using M-x woman, see Section Browse UN*X Manual Pages WithOut Man in The WoMan Manual .
2
On some systems, the man program accepts a -a command-line option which tells it to display all the man pages for the specified topic. If you want this behavior, you can add this option to the value of the variable Man-switches. The name of the command, woman, is an acronym for w/o (without) man, since it doesnt use the man program.
246
247
comment t nil
Open only comments. Open both code blocks and comments. Open neither code blocks nor comments.
hs-special-modes-alist A list of elements, each specifying how to initialize Hideshow variables for one major mode. See the variables documentation string for more information.
248
23.10 Semantic
Semantic is a package that provides language-aware editing commands based on source code parsers. This section provides a brief description of Semantic; for full details, type C-h i (info) and then select the Semantic manual. Most of the language aware features in Emacs, such as font lock (see Section 11.8 [Font Lock], page 70), rely on rules of thumb4 that usually give good results but are never completely exact. In contrast, the parsers used by Semantic have an exact understanding of programming language syntax. This allows Semantic to provide search, navigation, and completion commands that are powerful and precise. To begin using Semantic, type M-x semantic-mode or click on the menu item named Source Code Parsers (Semantic) in the Tools menu. This enables Semantic mode, a global minor mode. When Semantic mode is enabled, Emacs automatically attempts to parses each file you visit. Currently, Semantic understands C, C++, Scheme, Javascript, Java, HTML, and Make. Within each parsed buffer, the following commands are available: C-c , j C-c , J Prompt for the name of a function defined in the current file, and move point there (semantic-complete-jump-local). Prompt for the name of a function defined in any file Emacs has parsed, and move point there (semantic-complete-jump).
C-c , SPC Display a list of possible completions for the symbol at point (semanticcomplete-analyze-inline). This also activates a set of special keybindings for choosing a completion: RET accepts the current completion, M-n and M-p cycle through possible completions, TAB completes as far as possible and then cycles, and C-g or any other key aborts completion. C-c , l Display a list of the possible completions of the symbol at point, in another window (semantic-analyze-possible-completions).
In addition to the above commands, the Semantic package provides a variety of other ways to make use of parser information. For instance, you can use it to display a list of completions when Emacs is idle.
249
chunks of text for the paragraph commands to work on. Auto Fill mode, if enabled in a programming language major mode, indents the new lines which it creates. The selective display feature is useful for looking at the overall structure of a function (see Section 11.13 [Selective Display], page 74). This feature hides the lines that are indented more than a specified amount. Programming modes often support Outline minor mode (see Section 22.8 [Outline Mode], page 208). The Foldout package provides folding-editor features (see Section 22.8.5 [Foldout], page 211). The automatic typing features may be useful for writing programs. See Section Autotyping in Autotyping .
C-c C-p
C-c C-n
M-a
250
M-e
Move point to the end of the innermost C statement or sentence; like M-a except that it moves in the other direction (c-end-of-statement).
Electric characters insert newlines only when, in addition to the electric state, the autonewline feature is enabled (indicated by /la in the mode line after the mode name). You can turn this feature on or off with the command C-c C-a: C-c C-a Toggle the auto-newline feature (c-toggle-auto-newline). With a prefix argument, this command turns the auto-newline feature on if the argument is positive, and off if it is negative.
Usually the CC Mode style configures the exact circumstances in which Emacs inserts auto-newlines. You can also configure this directly. See Section Custom Auto-newlines in The CC Mode Manual .
251
M-x c-toggle-hungry-state Toggle the hungry-delete feature (c-toggle-hungry-state)5 . With a prefix argument, this command turns the hungry-delete feature on if the argument is positive, and off if it is negative. The variable c-hungry-delete-key controls whether the hungry-delete feature is enabled.
C-M-h M-q
Put mark at the end of a function definition, and put point at the beginning (c-mark-function). Fill a paragraph, handling C and C++ comments (c-fill-paragraph). If any part of the current line is a comment or within a comment, this command fills the comment or the paragraph of it that point is in, preserving the comment indentation and comment delimiters. Run the C preprocessor on the text in the region, and show the result, which includes the expansion of all the macro calls (c-macro-expand). The buffer text before the region is also included in preprocessing, for the sake of macros defined there, but the output from this part isnt shown. When you are debugging C code that uses macros, sometimes it is hard to figure out precisely how the macros expand. With this command, you dont have to figure it out; you can see the expansions.
C-c C-e
This command had the binding C-c C-d in earlier versions of Emacs. C-c C-d is now bound to c-hungrydelete-forward.
252
C-c C-\
Insert or align \ characters at the ends of the lines of the region (c-backslashregion). This is useful after writing or editing a C macro definition. If a line already ends in \, this command adjusts the amount of whitespace before it. Otherwise, it inserts a new \. However, the last line in the region is treated specially; no \ is inserted on that line, and any \ there is deleted.
M-x cpp-highlight-buffer Highlight parts of the text according to its preprocessor conditionals. This command displays another buffer named *CPP Edit*, which serves as a graphic menu for selecting how to display particular kinds of conditionals and their contents. After changing various settings, click on [A]pply these settings (or go to that buffer and type a) to rehighlight the C mode buffer accordingly. C-c C-s Display the syntactic information about the current source line (cshow-syntactic-information). This information directs how the line is indented.
M-x cwarn-mode M-x global-cwarn-mode CWarn minor mode highlights certain suspicious C and C++ constructions: Assignments inside expressions. Semicolon following immediately after if, for, and while (except after a do ... while statement); C++ functions with reference parameters. You can enable the mode for one buffer with the command M-x cwarn-mode, or for all suitable buffers with the command M-x global-cwarn-mode or by customizing the variable global-cwarn-mode. You must also enable Font Lock mode to make it work. M-x hide-ifdef-mode Hide-ifdef minor mode hides selected code within #if and #ifdef preprocessor blocks. If you change the variable hide-ifdef-shadow to t, Hide-ifdef minor mode shadows preprocessor blocks by displaying them with a less prominent face, instead of hiding them entirely. See the documentation string of hide-ifdef-mode for more information. M-x ff-find-related-file Find a file related in a special way to the file visited by the current buffer. Typically this will be the header file corresponding to a C/C++ source file, or vice versa. The variable ff-related-file-alist specifies how to compute related file names.
253
: ;
Insert a colon and then remove the indentation from before the label preceding colon. Then do tab-to-tab-stop. Insert or align a comment.
The variable asm-comment-char specifies which character starts comments in assembler syntax.
254
255
first-error, the scrolling stops at the first error that appears, leaving point at that error. For any other non-nil value, the buffer continues scrolling until there is no more output. To rerun the last compilation with the same command, type M-x recompile. This automatically reuses the compilation command from the last invocation of M-x compile. It also reuses the *compilation* buffer and starts the compilation in its default directory, which is the directory in which the previous compilation was started. When the compiler process terminates, for whatever reason, the mode line of the *compilation* buffer changes to say exit (followed by the exit code, [0] for a normal exit), or signal (if a signal terminated the process), instead of run. Starting a new compilation also kills any compilation already running in *compilation*, as the buffer can only handle one compilation at any time. However, M-x compile asks for confirmation before actually killing a compilation that is running. You can also kill the compilation process with M-x kill-compilation. To run two compilations at once, start the first one, then rename the *compilation* buffer (perhaps using rename-uniquely; see Section 16.3 [Misc Buffer], page 139), then switch buffers and start the other compilation. This will create a new *compilation* buffer. Emacs does not expect a compiler process to launch asynchronous subprocesses; if it does, and they keep running after the main compiler process has terminated, Emacs may kill them or their output may not arrive in Emacs. To avoid this problem, make the main process wait for its subprocesses to finish. In a shell script, you can do this using $! and wait, like this: (sleep 10; echo 2nd)& pid=$! echo first message wait $pid # Record pid of subprocess # Wait for subprocess
If the background process does not output to the compilation buffer, so you only need to prevent it from being killed when the main compilation process terminates, this is sufficient: nohup command ; sleep 1 You can control the environment passed to the compilation command with the variable compilation-environment. Its value is a list of environment variable settings; each element should be a string of the form "envvarname =value ". These environment variable settings override the usual ones.
Visit the locus of the next error message or match. Visit the locus of the previous error message or match.
256
Visit the locus of the error message that point is on. This command is used in the compilation buffer. Visit the locus of the error message that you click on. Find and highlight the locus of the next error message, without selecting the source buffer. Find and highlight the locus of the previous error message, without selecting the source buffer. Move point to the next error for a different file than the current one. Move point to the previous error for a different file than the current one. Toggle Next Error Follow minor mode, which makes cursor motion in the compilation buffer produce automatic source display.
You can visit the source for any particular error message by moving point in the *compilation* buffer to that error message and typing RET (compile-goto-error). Alternatively, you can click Mouse-2 on the error message; you need not switch to the *compilation* buffer first. If you set the variable compilation-auto-jump-to-firsterror to a non-nil value, Emacs automatically jumps to the first error, if any, as soon as it appears in the *compilation* buffer. To parse the compiler error messages sequentially, type C-x (next-error). The character following the C-x is the backquote or grave accent, not the single-quote. This command is available in all buffers, not just in *compilation*; it displays the next error message at the top of one window and source location of the error in another window. It also temporarily highlights the relevant source line, for a period controlled by the variable next-error-highlight. The first time C-x is used after the start of a compilation, it moves to the first errors location. Subsequent uses of C-x advance down to subsequent errors. If you visit a specific error message with RET or Mouse-2, subsequent C-x commands advance from there. When C-x gets to the end of the buffer and finds no more error messages to visit, it fails and signals an Emacs error. C-u C-x starts scanning from the beginning of the compilation buffer, and goes to the first errors location. By default, C-x skips less important messages. The variable compilation-skipthreshold controls this. If its value is 2, C-x skips anything less than error, 1 skips anything less than warning, and 0 doesnt skip any messages. The default is 1. When the window has a left fringe, an arrow in the fringe points to the current message in the compilation buffer. The variable compilation-context-lines controls the number of lines of leading context to display before the current message. Going to an error message location scrolls the *compilation* buffer to put the message that far down from the top. The value nil is special: if theres a left fringe, the window doesnt scroll at all if the message is already visible. If there is no left fringe, nil means display the message at the top of the window. If youre not in the compilation buffer when you run next-error, Emacs will look for a buffer that contains error messages. First, it looks for one displayed in the selected frame, then for one that previously had next-error called on it, and then at the current buffer.
257
Finally, Emacs looks at all the remaining buffers. next-error signals an error if it cant find any such buffer. To parse messages from the compiler, Compilation mode uses the variable compilationerror-regexp-alist which lists various formats of error messages and tells Emacs how to extract the source file and the line number from the text of a message. If your compiler isnt supported, you can tailor Compilation mode to it by adding elements to that list. A similar variable grep-regexp-alist tells Emacs how to parse output of a grep command. Compilation mode also redefines the keys SPC and DEL to scroll by screenfuls, and M-n (compilation-next-error) and M-p (compilation-previous-error) to move to the next or previous error message. You can also use M-{ (compilation-next-file and M-} (compilation-previous-file) to move up or down to an error message for a different source file. You can type C-c C-f to toggle Next Error Follow mode. In this minor mode, ordinary cursor motion in the compilation buffer automatically updates the source buffer. For instance, moving the cursor to the next error message causes the location of that error to be displayed immediately. The features of Compilation mode are also available in a minor mode called Compilation Minor mode. This lets you parse error messages in any buffer, not just a normal compilation output buffer. Type M-x compilation-minor-mode to enable the minor mode. This defines the keys RET and Mouse-2, as in the Compilation major mode. Compilation minor mode works in any buffer, as long as the contents are in a format that it understands. In an Rlogin buffer (see Section 31.3.11 [Remote Host], page 383), Compilation minor mode automatically accesses remote source files by FTP (see Section 15.1 [File Names], page 112).
258
259
Subdirectories listed in the variable grep-find-ignored-directories such as those typically used by various version control systems, like CVS and arch, are automatically skipped by rgrep.
260
in the GUD interaction buffer. The same is true for all the other supported debuggers. M-x xdb RET file RET Run XDB as a subprocess of Emacs. Use the variable gud-xdb-directories to specify directories to search for source files. M-x sdb RET file RET Run SDB as a subprocess of Emacs. Some versions of SDB do not mention source file names in their messages. When you use them, you need to have a valid tags table (see Section 25.3 [Tags], page 291) in order for GUD to find functions in the source code. If you have not visited a tags table or the tags table doesnt list one of the functions, you get a message saying The sdb support requires a valid tags table to work. If this happens, generate a valid tags table in the working directory and try again. M-x perldb RET file RET Run the Perl interpreter in debug mode to debug file, a Perl program. M-x jdb RET file RET Run the Java debugger to debug file. M-x pdb RET file RET Run the Python debugger to debug file. Each of these commands takes one argument: a command line to invoke the debugger. In the simplest case, specify just the name of the executable file you want to debug. You may also use options that the debugger supports. However, shell wildcards and variables are not allowed. GUD assumes that the first argument not starting with a - is the executable file name. Tramp provides a facility to debug programs on remote hosts (see Section Running a debugger on a remote host in The Tramp Manual ), whereby both the debugger and the program being debugged are on the same remote host. This should not be confused with debugging programs remotely, where the program and the debugger run on different machines, as can be done using the GDB remote debugging feature, for example (see Section Debugging Remote Programs in The GNU debugger ).
On a text-only terminal, the arrow appears as => and overlays the first two text columns.
261
You can start editing these source files at any time in the buffers that display them. If you do modify a source file, keep in mind that inserting or deleting lines will throw off the arrows positioning; GUD has no way of figuring out which line corresponded before your changes to the line number in a debugger message. Also, youll typically have to recompile and restart the program for your changes to be reflected in the debuggers tables. The Tooltip facility (see Section 18.18 [Tooltips], page 167) provides support for GUD. You activate this feature by turning on the minor mode gud-tooltip-mode. Then you can display a variables value in a tooltip simply by pointing at it with the mouse. This operates in the GUD buffer and in source buffers with major modes in the list gud-tooltip-modes. If the variable gud-tooltip-echo-area is non-nil then the variables value is displayed in the echo area. When debugging a C program using the GDB Graphical Interface, you can also display macro definitions associated with an identifier when the program is not executing. GUD tooltips are disabled when you use GDB in text command mode (see Section 24.6.5 [GDB Graphical Interface], page 264), because displaying an expressions value in GDB can sometimes expand a macro and result in a side effect that interferes with the programs operation. The GDB graphical interface supports GUD tooltips and assures they will not cause side effects.
Here are the other special commands provided by GUD. The keys starting with C-c are available only in the GUD interaction buffer. The key bindings that start with C-x C-a are available in the GUD interaction buffer and also in source files. Some of these commands are not available to all the supported debuggers. C-c C-l C-x C-a C-l Display in another window the last line referred to in the GUD buffer (that is, the line indicated in the last location message). This runs the command gud-refresh.
262
C-c C-s C-x C-a C-s Execute a single line of code (gud-step). If the line contains a function call, execution stops after entering the called function. C-c C-n C-x C-a C-n Execute a single line of code, stepping across entire function calls at full speed (gud-next). C-c C-i C-x C-a C-i Execute a single machine instruction (gud-stepi). C-c C-p C-x C-a C-p Evaluate the expression at point (gud-print). If Emacs does not print the exact expression that you want, mark it as a region first. C-c C-r C-x C-a C-r Continue execution without specifying any stopping point. The program will run until it hits a breakpoint, terminates, or gets a signal that the debugger is checking for (gud-cont). C-c C-d C-x C-a C-d Delete the breakpoint(s) on the current source line, if any (gud-remove). If you use this command in the GUD interaction buffer, it applies to the line where the program last stopped. C-c C-t C-x C-a C-t Set a temporary breakpoint on the current source line, if any (gud-tbreak). If you use this command in the GUD interaction buffer, it applies to the line where the program last stopped. C-c < C-x C-a < Select the next enclosing stack frame (gud-up). This is equivalent to the GDB command up. C-c > C-x C-a > Select the next inner stack frame (gud-down). This is equivalent to the GDB command down. C-c C-u C-x C-a C-u Continue execution to the current line (gud-until). The program will run until it hits a breakpoint, terminates, gets a signal that the debugger is checking for, or reaches the line on which the cursor currently sits.
263
C-c C-f C-x C-a C-f Run the program until the selected stack frame returns or stops for some other reason (gud-finish). If you are using GDB, these additional key bindings are available: C-x C-a C-j Only useful in a source buffer, gud-jump transfers the programs execution point to the current line. In other words, the next line that the program executes will be the one where you gave the command. If the new execution line is in a different function from the previously one, GDB prompts for confirmation since the results may be bizarre. See the GDB manual entry regarding jump for details. TAB With GDB, complete a symbol name (gud-gdb-complete-command). This key is available only in the GUD interaction buffer.
These commands interpret a numeric argument as a repeat count, when that makes sense. Because TAB serves as a completion command, you cant use it to enter a tab as input to the program you are debugging with GDB. Instead, type C-q TAB to enter a tab.
264
%p
The numeric argument of the called function, as a decimal number. If the command is used without a numeric argument, %p stands for the empty string. If you dont use %p in the command string, the command you define ignores any numeric argument.
%d %c
The name of the directory of the current source file. Fully qualified class name derived from the expression surrounding point (jdb only).
However, if gdb-use-separate-io-buffer is nil, the I/O buffer does not appear and the primary source buffer occupies the full width of the frame. If you change the window layout, for example, while editing and re-compiling your program, then you can restore this standard window layout with the command gdb-restorewindows. To switch between this standard layout and a simple layout containing just the GUD buffer and a source file, type M-x gdb-many-windows. You may also specify additional GDB-related buffers to display, either in the same frame or a different one. Select the buffers you want with the GUD->GDB-Windows and GUD->GDB-Frames sub-menus. If the menu-bar is unavailable, type M-x gdb-displaybuffertype -buffer or M-x gdb-frame-buffertype -buffer respectively, where buffertype
265
is the relevant buffer type, such as breakpoints. Most of these buffers are read-only, and typing q in them kills them. When you finish debugging, kill the GUD buffer with C-x k, which will also kill all the buffers associated with the session. However you need not do this if, after editing and recompiling your source code within Emacs, you wish continue debugging. When you restart execution, GDB will automatically find your new executable. Keeping the GUD buffer has the advantage of keeping the shell history as well as GDBs breakpoints. You do need to check that the breakpoints in recently edited source files are still in the right places.
266
SPC
Enable/disable the current breakpoint (gdb-toggle-breakpoint). On a graphical display, this changes the color of a bullet in the margin of a source buffer at the relevant line. This is red when the breakpoint is enabled and grey when it is disabled. Text-only terminals correspondingly display a B or b. Delete the current breakpoint (gdb-delete-breakpoint). Visit the source line for the current breakpoint (gdb-goto-breakpoint). Visit the source line for the breakpoint you click on.
D RET Mouse-2
When gdb-many-windows is non-nil, the breakpoints buffer shares its window with the threads buffer. To switch from one to the other click with Mouse-1 on the relevant button in the header line.
267
display with font-lock-warning-face. With earlier versions of GDB, you can press SPC to toggle the display of floating point registers (toggle-gdb-allregisters). Assembler Buffer The assembler buffer displays the current frame as machine code. An arrow points to the current instruction, and you can set and remove breakpoints as in a source buffer. Breakpoint icons also appear in the fringe or margin. Threads Buffer The threads buffer displays a summary of all threads currently in your program (see Section Debugging programs with multiple threads in The GNU debugger ). Move point to any thread in the list and press RET to select it (gdb-threads-select) and display the associated source in the primary source buffer. Alternatively, click Mouse-2 on a thread to select it. If the locals buffer is visible, its contents update to display the variables that are local in the new thread. When there is more than one main thread and the threads buffer is present, Emacs displays the selected thread number in the mode line of many of the GDB-UI Buffers. Memory Buffer The memory buffer lets you examine sections of program memory (see Section Examining memory in The GNU debugger ). Click Mouse-1 on the appropriate part of the header line to change the starting address or number of data items that the buffer displays. Alternatively, use S or N respectively. Click Mouse-3 on the header line to select the display format or unit size for these data items. When gdb-many-windows is non-nil, the threads buffer shares its window with the breakpoints buffer, and the locals buffer with the registers buffer. To switch from one to the other click with Mouse-1 on the relevant button in the header line.
268
To edit a variable with a simple data type, or a simple element of a complex data type, move point there in the speedbar and type RET (gdb-edit-value). Or you can click Mouse-2 on a value to edit it. Either way, this reads the new value using the minibuffer. If you set the variable gdb-show-changed-values to non-nil (the default value), Emacs uses font-lock-warning-face to highlight values that have recently changed and shadow face to make variables which have gone out of scope less noticeable. When a variable goes out of scope you cant edit its value. If the variable gdb-delete-out-of-scope is non-nil (the default value), Emacs automatically deletes watch expressions which go out of scope. Sometimes, when re-entering the same function, it may be useful to set this value to nil so that you dont need to recreate the watch expression. If the variable gdb-use-colon-colon-notation is non-nil, Emacs uses the function ::variable format. This allows the user to display watch expressions which share the same variable name. The default value is nil. To automatically raise the speedbar every time the display of watch expressions updates, set gdb-speedbar-auto-raise to non-nil. This can be useful if you are debugging with a full screen Emacs frame.
269
Lisp mode The mode for editing source files of programs that run in Lisps other than Emacs Lisp. This mode defines C-M-x to send the current defun to an inferior Lisp process. See Section 24.11 [External Lisp], page 272. Inferior Lisp mode The mode for an interactive session with an inferior Lisp process. This mode combines the special features of Lisp mode and Shell mode (see Section 31.3.3 [Shell Mode], page 376). Scheme mode Like Lisp mode but for Scheme programs. Inferior Scheme mode The mode for an interactive session with an inferior Scheme process. Most editing commands for working with Lisp programs are in fact available globally. See Chapter 23 [Programs], page 232.
270
The default value of load-path is a list of directories where the Lisp code for Emacs itself is stored. If you have libraries of your own, put them in a single directory and add that directory to load-path, by adding a line like this to your init file (see Section 32.6 [Init File], page 428): (add-to-list load-path "/path/to/lisp/libraries") Some commands are autoloaded : when you run them, Emacs will automatically load the associated library first. For instance, the compile and compilation-mode commands (see Section 24.1 [Compilation], page 254) are autoloaded; if you call either command, Emacs automatically loads the compile library. In contrast, the command recompile is not autoloaded, so it is unavailable until you load the compile library. By default, Emacs refuses to load compiled Lisp files which were compiled with XEmacs, a modified versions of Emacsthey can cause Emacs to crash. Set the variable loaddangerous-libraries to t if you want to try loading them.
M-x eval-region Evaluate all the Lisp expressions in the region. M-x eval-buffer Evaluate all the Lisp expressions in the buffer. M-: (eval-expression) is the most basic command for evaluating a Lisp expression interactively. It reads the expression using the minibuffer, so you can execute any expression on a buffer regardless of what the buffer contains. When the expression is evaluated, the current buffer is once again the buffer that was current when M-: was typed. In Emacs-Lisp mode, the key C-M-x is bound to the command eval-defun, which parses the defun containing or following point as a Lisp expression and evaluates it. The value is printed in the echo area. This command is convenient for installing in the Lisp environment changes that you have just made in the text of a function definition.
271
C-M-x treats defvar expressions specially. Normally, evaluating a defvar expression does nothing if the variable it defines already has a value. But C-M-x unconditionally resets the variable to the initial value specified in the defvar expression. defcustom expressions are treated similarly. This special feature is convenient for debugging Lisp programs. Typing C-M-x on a defface expression reinitializes the face according to the defface specification. The command C-x C-e (eval-last-sexp) evaluates the Lisp expression preceding point in the buffer, and displays the value in the echo area. It is available in all major modes, not just Emacs-Lisp mode. It does not treat defvar specially. When the result of an evaluation is an integer, you can type C-x C-e a second time to display the value of the integer result in additional formats (octal, hexadecimal, and character). If C-x C-e, or M-: is given a numeric argument, it inserts the value into the current buffer at point, rather than displaying it in the echo area. The arguments value does not matter. C-M-x with a numeric argument instruments the function definition for Edebug (see Section Instrumenting in the Emacs Lisp Reference Manual ). The most general command for evaluating Lisp expressions from a buffer is eval-region. M-x eval-region parses the text of the region as one or more Lisp expressions, evaluating them one by one. M-x eval-buffer is similar but evaluates the entire buffer. This is a reasonable way to install the contents of a file of Lisp code that you are ready to test. Later, as you find bugs and change individual functions, use C-M-x on each function that you change. This keeps the Lisp world in step with the source file. The two customizable variables eval-expression-print-level and eval-expressionprint-length control the maximum depth and length of lists to print in the result of the evaluation commands before abbreviating them. eval-expression-debug-on-error controls whether evaluation errors invoke the debugger when these commands are used; its default is t.
272
[Shell Mode], page 376) for evaluating Emacs Lisp expressions. Type M-x ielm to create an *ielm* buffer which uses this mode. For more information see that commands documentation.
273
274
CSSC is a free replacement for SCCS. You should use CSSC only if, for some reason, you cannot use a more recent and better-designed version control system. RCS is the free version control system around which VC was initially built. It is relatively primitive: it cannot be used over the network, and works at the level of individual files. Almost everything you can do with RCS can be done through VC. CVS is the free version control system that was, until recently (circa 2008), used by the majority of free software projects. Nowadays, it is slowly being superseded by newer systems. CVS allows concurrent multi-user development either locally or over the network. Unlike newer systems, it lacks support for atomic commits and file moving/renaming. VC supports all basic editing operations under CVS. Subversion (SVN) is a free version control system designed to be similar to CVS but without its problems (e.g., it supports atomic commits of filesets, and versioning of directories, symbolic links, meta-data, renames, copies, and deletes). GNU Arch is one of the earliest distributed version control systems (the other being Monotone). See Section 25.1.1.3 [VCS Concepts], page 274, for a description of distributed version control systems. It is no longer under active development, and has been deprecated in favor of Bazaar. Git is a distributed version control system originally invented by Linus Torvalds to support development of Linux (his kernel). VC supports many common git operations, but others, such as repository syncing, must be done from the command line. Mercurial (hg) is a distributed version control system broadly resembling git. VC supports most Mercurial commands, with the exception of repository sync operations. Bazaar (bzr) is a distributed version control system that supports both repositorybased and distributed versioning. VC supports most basic editing operations under Bazaar. Previous versions of VC supported a version control system known as Meta-CVS. This support was dropped due to limited interest from users and developers.
275
276
GNU Arch pioneered the concept of decentralized version control, later implemented in git, Mercurial, and Bazaar. A project may have several different repositories, and these systems support a sort of super-merge between repositories that tries to reconcile their change histories. In effect, there is one repository for each developer, and repository merges take the place of commit operations. VC helps you manage the traffic between your personal workfiles and a repository. Whether the repository is a single master, or one of a network of peer repositories, is not something VC has to care about.
277
Pressing Mouse-1 over the indicator pops up a menu of VC commands, identical to Tools / Version Control on the menu bar. When Auto Revert mode (see Section 15.4 [Reverting], page 123) reverts a buffer that is under version control, it updates the version control information in the mode line. However, Auto Revert mode may not properly update this information if the version control status changes without changes to the work file, from outside the current Emacs session. If you set auto-revert-check-vc-info to t, Auto Revert mode updates the version control status information every auto-revert-interval seconds, even if the work file itself is unchanged. The resulting CPU usage depends on the version control system, but is usually not excessive.
The precise action of C-x v v depends on the state of the VC fileset, and whether the version control system uses locking or merging. This is described in detail in the subsequent sections. VC filesets are the way that VC mode bridges the gap between file-based and changesetbased version control systems. They are, essentially, a way to pass multiple file arguments as a group to version control commands. For example, on Subversion, a checkin with a multi-file VC fileset becomes a joint commit, as though you had typed svn commit with those file arguments at the shell command line. All files in a VC fileset must be under the same version control system; if they are not, Emacs signals an error when you attempt to execute a command on the fileset. VC filesets are distinct from the named filesets used for viewing and visiting files in functional groups (see Section 15.17 [Filesets], page 135). Unlike named filesets, VC filesets are not named and dont persist across sessions.
278
If the work file is in a directory that is controlled by a version control system but not registered with it, register the file. If the work file is the same as in the repository, do nothing. If you have not changed the work file, but some other user has checked in changes to the repository, merge those changes into the work file. If you have made modifications to the work file, attempt to commit the changes. To do this, Emacs first reads the log entry for the new revision (see Section 25.1.4 [Log Buffer], page 279). If some other user has committed changes to the repository since you last checked it out, the checkin fails. In that case, type C-x v v again to merge those changes into your own work file; this puts the work file into a conflicted state. Type C-x v v to clear the conflicted state; VC then regards the file as up-to-date and modified, and you can try to check it in again. To pick up any recent changes from the repository without trying to commit your own changes, type C-x v m RET. See Section 25.1.8.3 [Merging], page 288. These rules also apply when you use RCS in its non-locking mode, except that changes are not automatically merged from the repository. Nothing informs you if another user has committed changes in the same file since you began editing it; when you commit your revision, his changes are removed (however, they remain in the repository and are thus not irrevocably lost). Therefore, you must verify that the current revision is unchanged before checking in your changes. In addition, locking is possible with RCS even in this mode: C-x v v with an unmodified file locks the file, just as it does with RCS in its normal locking mode (see Section 25.1.3.2 [VC With A Locking VCS], page 278).
279
If the file is not modified (and unlocked), you can specify the revision to select; this lets you start working from an older revision, or on another branch. If you do not enter any revision, that takes you to the highest (head) revision on the current branch; therefore C-u C-x v v RET is a convenient way to get the latest version of a file from the repository. Instead of the revision ID, you can also specify the name of a version control system. This is useful when one file is being managed with two version control systems at the same time (see Section Local Version Control in Specialized Emacs Features ).
Apart from the Author header, Emacs recognizes the headers Date (a manually-specified commit time) and Fixes (a reference to a bug fixed by the change). Not all version control systems recognize all headers: Bazaar recognizes all three headers, while git, Mercurial, and Monotone recognizes only Author and Summary. If you specify a header for a version control that does not support it, the header is treated as part of the log entry. Type C-c C-f (log-edit-show-files) to display a list of files in the current VC fileset. If you called C-x v v directly from a work file, the fileset consists of that single file; if you called C-x v v from a VC directory buffer (see Section 25.1.7 [VC Directory Mode], page 284), the fileset may consist of multiple files. Type C-c C-d (log-edit-show-diff) to show a diff of the changes you have made (i.e., the differences between the work file and the repository revision from which you started editing). See Section 25.1.5 [Old Revisions], page 280. If the current VC fileset includes one or more ChangeLog files (see Section 25.2 [Change Log], page 289), type C-c C-a (log-edit-insert-changelog) to pull the relevant entries into the *VC-Log* buffer. If the topmost item in each ChangeLog was made under your user name on the current date, this command searches that item for entries that match the file(s) to be committed; if found, these entries are inserted. See Section Change Logs and VC in Specialized Emacs Features , for the opposite way of workinggenerating ChangeLog entries from the revision control log. To abort a check-in, just dont type C-c C-c in that buffer. You can switch buffers and do other editing. As long as you dont try to commit another file, the entry you were editing remains in the *VC-Log* buffer, and you can go back to that buffer at any time to complete the check-in. If you change several source files for the same reason, it is often convenient to specify the same log entry for many of the files. (This is the normal way to do things on a changeset-
280
oriented system, where comments are attached to changesets rather than the history of individual files.) The most convenient way to do this is to mark all the files in VC Directory Mode and commit from there; the log buffer will carry the fileset information with it and do a group commit when you type C-c C-c. You can also browse the history of previous log entries to duplicate a checkin comment. This can be useful when you want several files to have checkin comments that vary only slightly from each other. The commands M-n, M-p, M-s and M-r for doing this work just like the minibuffer history commands (except that these versions are used outside the minibuffer). Each time you commit a change, the log entry buffer is put into VC Log Edit mode, which involves running two hooks: text-mode-hook and vc-log-mode-hook. See Section 32.3.2 [Hooks], page 413.
C-x v D
C-x v g
To examine an old revision, visit the work file and type C-x v ~ revision RET (vc-revision-other-window). Here, revision is either the desired revision ID (see Section 25.1.1.3 [VCS Concepts], page 274), or the name of a tag or branch (see Section Tags in Specialized Emacs Features ). This command puts the text of the old revision in a file named filename.~revision ~, and visits it in its own buffer in a separate window. C-x v = (vc-diff) compares each file in the current VC fileset (saving them if necessary) with the repository revision(s) from which you started editing. Note that the latter may or may not be the latest revision of the file(s). The diff is displayed in another window, in a Diff mode buffer (see Section 15.9 [Diff Mode], page 128) named *vc-diff*. In this buffer, the g (revert-buffer) command performs the file comparison again, generating a new diff. To compare two arbitrary revisions of the current VC fileset, call vc-diff with a prefix argument: C-u C-x v =. This prompts for two revision IDs, using the minibuffer, and displays the diff in a special buffer in another window. Instead of providing a revision ID, you can give an empty input, which specifies the current contents of the work file; or a tag or branch name (see Section Tags in Specialized Emacs Features ). If your version control
281
system is file-based (e.g. CVS) rather than changeset-based (Subversion, GNU Arch, git, Mercurial), supplying a revision ID for a multi-file fileset (as opposed to a symbolic tag name) is unlikely to return diffs that are connected in any meaningful way. The command C-x v D (vc-root-diff) is similar to C-x v =, but it compares the entire tree associated with the current VC fileset with the tree you started with. This means all the files controlled by the current version control repository, even those that are not part of the current VC fileset. If you invoke C-x v = or C-u C-x v = from a buffer that is neither visiting a versioncontrolled file nor a VC directory buffer, these commands generate a diff of all registered files in the current directory and its subdirectories. C-x v = works by running a variant of the diff utility designed to work with the version control system in use. The options to pass to the diff command are taken from the first non-nil value of vc-backend -diff-switches, vc-diff-switches, and diff-switches (see Section 15.8 [Comparing Files], page 128), in that order. Since nil means to check the next variable in the sequence, either of the first two may use the value t to mean no switches at all. Most of the vc...diff-switches variables default to nil, but some default to t. These are for those version control systems (e.g. SVN) whose diff implementations do not accept common options (e.g. -c) likely to be in diff-switches. The buffer produced by C-x v = supports the commands of Compilation mode (see Section 24.2 [Compilation Mode], page 255), such as C-x and C-c C-c, in both the old and new text, and they always find the corresponding locations in the current work file. (Older revisions are not, in general, present as files on your disk.) For some back ends, you can display the file annotated with per-line revision information, by typing C-x v g (vc-annotate). This creates a new buffer (the annotate buffer) displaying the files text, with each part colored to show how old it is. Text colored red is new, blue means old, and intermediate colors indicate intermediate ages. By default, the color is scaled over the full range of ages, such that the oldest changes are blue, and the newest changes are red. When you give a prefix argument to this command, Emacs reads two arguments using the minibuffer: the ID of which revision to display and annotate (instead of the current file contents), and the time span in days the color range should cover. From the annotate buffer, these and other color scaling options are available from the VC-Annotate menu. In this buffer, you can also use the following keys to browse the annotations of past revisions, view diffs, or view log entries: p Annotate the previous revision, that is to say, the revision before the one currently annotated. A numeric prefix argument is a repeat count, so C-u 10 p would take you back 10 revisions. Annotate the next revisionthe one after the revision currently annotated. A numeric prefix argument is a repeat count. Annotate the revision indicated by the current line. Annotate the revision before the one indicated by the current line. This is useful to see the state the file was in before the change on the current line was made.
n j a
282
f d D
Show in a buffer the file revision indicated by the current line. Display the diff between the current lines revision and the previous revision. This is useful to see what the current lines revision actually changed in the file. Display the diff between the current lines revision and the previous revision for all files in the changeset (for VC systems that support changesets). This is useful to see what the current lines revision actually changed in the tree. Show the log of the current lines revision. This is useful to see the authors description of the changes in the revision on the current line. Annotate the working revisionthe one you are editing. If you used p and n to browse to other revisions, use this key to return to your working revision. Toggle the annotation visibility. This is useful for looking just at the file contents without distraction from the annotations.
l w v
To register the file, Emacs must choose which version control system to use for it. If the files directory already contains files registered in a version control system, Emacs uses that system. If there is more than one system in use for a directory, Emacs uses the one that appears first in vc-handled-backends (see Section Customizing VC in Specialized Emacs Features ). On the other hand, if there are no files already registered, Emacs uses the first system from vc-handled-backends that could register the file (for example, you cannot register a file under CVS if its directory is not already part of a CVS tree); with the default value of vc-handled-backends, this means that Emacs uses RCS in this situation. If locking is in use, C-x v i leaves the file unlocked and read-only. Type C-x v v if you wish to start editing it. After registering a file with CVS, you must subsequently commit the initial revision by typing C-x v v. Until you do that, the revision ID appears as @@ in the mode line. The default initial revision ID for a newly registered file varies by what VCS you are using; normally it will be 1.1 on VCSes that use dot-pair revision IDs and 1 on VCSes that use monotonic IDs. You can specify a different default by setting the variable vcdefault-init-revision, or you can give C-x v i a numeric argument; then it reads the initial revision ID for this particular file using the minibuffer. If vc-initial-comment is non-nil, C-x v i reads an initial comment to describe the purpose of this source file. Reading the initial comment works like reading a log entry (see Section 25.1.4 [Log Buffer], page 279).
283
Display the changes that will be sent by the next push operation (vc-logoutgoing).
The command C-x v l (vc-print-log) displays a buffer named *vc-change-log* in a new window. This buffer lists the changes to the current file, including the associated log entries. (These are the log entries associated with the version control system, i.e. the ones you enter via the *VC-Log* buffer. See Section 25.1.4 [Log Buffer], page 279.) Point is centered at the revision of the file currently being visited. With a prefix argument, the command prompts for the revision to center on, and the maximum number of revisions to display. You can call this command from a Dired buffer (see Chapter 29 [Dired], page 335). Type C-x v L (vc-print-root-log) to display a *vc-change-log* buffer showing the history of the version-controlled directory tree as a whole. With a prefix argument, the command prompts for the maximum number of revisions to display. RCS, SCCS, and CVS do not support this feature. On a distributed version control system, the C-x v I (vc-log-incoming) command displays a log buffer showing the changes that will be applied, the next time you run the version control systems pull command to get new revisions from another repository. This other repository is the default one from which changes are pulled, as defined by the version control system; with a prefix argument, vc-log-incoming prompts for a specific repository from which changes would be pulled, and lists the changes accordingly. Similarly, C-x v O (vc-log-outgoing) shows the changes that will be sent to another repository, the next time you run the push command; with a prefix argument, it prompts for a specific repository to which changes would be pushed. In the *vc-change-log* buffer, you can use the following keys to move between the logs of revisions and of files, to view past revisions, to modify change comments, to view annotations and to view diffs: p Move to the previous revision-item in the buffer. (Revision entries in the log buffer are usually in reverse-chronological order, so the previous revision-item usually corresponds to a newer revision.) A numeric prefix argument is a repeat count. Move to the next revision-item (which most often corresponds to the previous revision of the file). A numeric prefix argument is a repeat count. Move to the log of the previous file, when the logs of multiple files are in the log buffer (see Section 25.1.7 [VC Directory Mode], page 284). Otherwise, just move to the beginning of the log. A numeric prefix argument is a repeat count, so C-u 10 P would move backward 10 files. Move to the log of the next file, when the logs of multiple files are in the log buffer (see Section 25.1.7 [VC Directory Mode], page 284). It also takes a numeric prefix argument as a repeat count.
n P
284
a e f d
Annotate the revision indicated by the current line. Modify the change comment displayed at point. Note that not all VC systems support modifying change comments. Visit the revision indicated at the current line, like typing C-x v ~ and specifying this revisions ID (see Section 25.1.5 [Old Revisions], page 280). Display the diff (see Section 15.8 [Comparing Files], page 128) between the revision indicated at the current line and the next earlier revision. This is useful to see what actually changed in the file when the revision indicated on the current line was committed. Display the changeset diff (see Section 15.8 [Comparing Files], page 128) between the revision indicated at the current line and the next earlier revision. This is useful to see all the changes to all files that the revision indicated on the current line did when it was committed.
Because fetching many log entries can be slow, the *vc-change-log* buffer displays no more than 2000 revisions by default. The variable vc-log-show-limit specifies this limit; if you set the value to zero, that removes the limit. You can also increase the number of revisions shown in an existing *vc-change-log* buffer by clicking on the Show 2X entries or Show unlimited entries buttons at the end of the buffer. However, RCS, SCCS, and CVS do not support this feature.
If you want to discard your current set of changes and revert to the working revision from which you started editing the file, use C-x v u (vc-revert-buffer). If the version control system is locking-based, this leaves the file unlocked, and you must lock it again before making new changes. C-x v u requires confirmation, unless it sees that you havent made any changes with respect to the master copy of the working revision. C-x v u is also the command to unlock a file if you lock it and then decide not to change it. To cancel a change that you already committed, use C-x v c (vc-rollback). This command discards all record of the most recent checked-in revision, but only if your work file corresponds to that revisionyou cannot use C-x v c to cancel a revision that is not the latest on its branch. Note that many version control systems do not support rollback at all; this command is something of a historical relic.
285
command C-x v d (vc-dir) to make a directory listing that includes only files relevant for version control. This creates a VC Directory buffer and displays it in a separate window. The VC Directory buffer works with all the version control systems that VC supports. For CVS, Emacs also offers a more powerful facility called PCL-CVS. See Section About PCL-CVS in PCL-CVS The Emacs Front-End to CVS .
In this example, file1.c is modified with respect to the repository, and file2.c is not. file3.c is modified, but other changes have also been committedyou need to merge them with the work file before you can check it in. In the above, if the repository were on a remote machine, VC only contacts it when the variable vc-stay-local (or vc-cvs-stay-local) is nil (see Section CVS Options in Specialized Emacs Features ). This is because access to the repository may be slow, or you may be working offline and not have access to the repository at all. As a consequence, VC would not be able to tell you that file3.c is in the merge state; you would learn that only when you try to check-in your modified copy of the file, or use a command such as C-x v m. In practice, this is not a problem because CVS handles this case consistently whenever it arises. In VC, youll simply get prompted to merge the remote changes into your work file first. The benefits of less network communication usually outweigh the disadvantage of not seeing remote changes immediately. When a VC directory displays subdirectories it omits some that should never contain any files under version control. By default, this includes Version Control subdirectories such as RCS and CVS; you can customize this by setting the variable vc-directory-exclusionlist.
286
Both C-m and f visit the file on the current line. o visits that file in another window. q dismisses the directory buffer. x hides up-to-date files. m marks the file or directory on the current line. If the region is active, m marks all the files in the region. There are some restrictions when marking: a file cannot be marked if any of its parent directories are marked, and a directory cannot be marked if any files in it or in its child directories are marked. M marks all the files with the same VC state as the current file if the cursor is on a file. If the cursor is on a directory, it marks all child files. With a prefix argument: marks all files and directories. u unmarks the file or directory on the current line. If the region is active, it unmarks all the files in the region. U marks all the files with the same VC state as the current file if the cursor is on a file. If the cursor is on a directory, it unmarks all child files. With a prefix argument: unmarks all marked files and directories. It is possible to do search, search and replace, incremental search, and incremental regexp search on multiple files. These commands will work on all the marked files or the current file if nothing is marked. If a directory is marked, the files in that directory shown in the VC directory buffer will be used. S searches the marked files. Q does a query replace on the marked files. M-s a C-s does an incremental search on the marked files. M-s a C-M-s does an incremental regular expression search on the marked files. Commands are also accessible from the VC-dir menu. Note that some VC backends use the VC-dir menu to make available extra, backend-specific, commands. For example, Git and Bazaar allow you to manipulate stashes and shelves. (These provide a mechanism to temporarily store uncommitted changes somewhere out of the way, and bring them back at a later time.) Normal VC commands with the C-x v prefix work in VC directory buffers. Some singlekey shortcuts are available as well; =, +, l, i, and v behave as through prefixed with C-x v. The command C-x v v (vc-next-action) operates on all the marked files, so that you can commit several files at once. If the underlying VC supports atomic commits of multiplefile changesets, C-x v v with a selected set of modified but not committed files will commit all of them at once as a single changeset. When C-x v v (vc-next-action) operates on multiple files, all of those files must be either in the same state or in compatible states (added, modified and removed states are considered compatible). Otherwise it signals an error. This differs from the behavior of older versions of VC, which did not have fileset operations and simply did vc-next-action on each file individually. If any files are in a state that calls for commit, C-x v v reads a single log entry and uses it for the changeset as a whole. If the underling VCS is file- rather than changeset-oriented, the log entry will be replicated into the history of each file.
287
288
cedure will then differ depending on whether you are using a locking or merging-based VCS. On a locking VCS, you will need to lock the old revision branch with C-x v v. Youll be asked to confirm, when you lock the old revision, that you really mean to create a new branchif you say no, youll be offered a chance to lock the latest revision instead. On a merging-based VCS you will skip this step. Then make your changes and type C-x v v again to commit a new revision. This automatically creates a new branch starting from the selected revision. You need not specially request a new branch, because thats the only way to add a new revision at a point that is not the head of a branch. After the branch is created, you stay on it. That means that subsequent check-ins create new revisions on that branch. To leave the branch, you must explicitly select a different revision with C-u C-x v v. To transfer changes from one branch to another, use the merge command, described in the next section.
289
When you merge changes into a file that has itself been modified, the changes might overlap. We call this situation a conflict, and reconciling the conflicting changes is called resolving a conflict. Whenever conflicts occur during merging, VC detects them, tells you about them in the echo area, and asks whether you want help in merging. If you say yes, it starts an Ediff session (see Section Ediff in The Ediff Manual ). If you say no, the conflicting changes are both inserted into the file, surrounded by conflict markers. The example below shows how a conflict region looks; the file is called name and the current master file revision with user Bs changes in it is 1.11.
<<<<<<< name User As version ======= User Bs version >>>>>>> 1.11
Then you can resolve the conflicts by editing the file manually. Or you can type M-x vc-resolve-conflicts after visiting the file. This starts an Ediff session, as described above. Dont forget to commit the merged version afterwards. If there is more than one conflicted file in a merge, type M-x vc-find-conflicted-file after resolving the conflicts in each file. This command visits the next conflicted file, and moves point to the first conflict marker in that file.
290
makes an entry appropriate for the files parentthat is useful for making log entries for functions that have been deleted in the current version. C-x 4 a visits the change log file and creates a new entry unless the most recent entry is for todays date and your name. It also creates a new item for the current file. For many languages, it can even guess the name of the function or other object that was changed. When the variable add-log-keep-changes-together is non-nil, C-x 4 a adds to any existing item for the file rather than starting a new item. If add-log-always-start-new-record is non-nil, C-x 4 a always makes a new entry, even if the last entry was made by you and on the same date. If the value of the variable change-log-version-info-enabled is non-nil, C-x 4 a adds the files version number to the change log entry. It finds the version number by searching the first ten percent of the file, using regular expressions from the variable change-logversion-number-regexp-list. The change log file is visited in Change Log mode. In this major mode, each bunch of grouped items counts as one paragraph, and each entry is considered a page. This facilitates editing the entries. C-j and auto-fill indent each new line like the previous line; this is convenient for entering the contents of an entry. You can use the next-error command (by default bound to C-x ) to move between entries in the Change Log, when Change Log mode is on. You will jump to the actual site in the file that was changed, not just to the next Change Log entry. You can also use previous-error to move back in the same list. You can use the command M-x change-log-merge to merge other log files into a buffer in Change Log Mode, preserving the date ordering of entries. Version control systems are another way to keep track of changes in your program and keep a change log. In the VC log buffer, typing C-c C-a (log-edit-insert-changelog) inserts the relevant Change Log entry, if one exists (see Section 25.1.4 [Log Buffer], page 279). You can also insert a VC log entry into a Change Log buffer by typing C-x v a (vc-updatechange-log) in the Change Log buffer (see Section Change Logs and VC in Specialized Emacs Features ).
* man.el: Rename symbols man-* to Man-*. (manual-entry): Make prompt string clearer. * simple.el (blink-matching-paren-distance): Change default to 12,000. 1993-05-24 Richard Stallman <[email protected]>
291
One entry can describe several changes; each change should have its own item, or its own line in an item. Normally there should be a blank line between items. When items are related (parts of the same change, in different places), group them by leaving no blank line between them. You should put a copyright notice and permission notice at the end of the change log file. Here is an example:
Copyright 1997, 1998 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
Of course, you should substitute the proper years and copyright holder.
292
You can tag function declarations and external variables in addition to function definitions by giving the --declarations option to etags. In C++ code, in addition to all the tag constructs of C code, member functions are also recognized; member variables are also recognized, unless you use the --no-members option. Tags for variables and functions in classes are named class ::variable and class ::function . operator definitions have tag names like operator+. In Java code, tags include all the constructs recognized in C++, plus the interface, extends and implements constructs. Tags for variables and functions in classes are named class.variable and class.function . In LaTEX text, the argument of any of the commands \chapter, \section, \subsection, \subsubsection, \eqno, \label, \ref, \cite, \bibitem, \part, \appendix, \entry, \index, \def, \newcommand, \renewcommand, \newenvironment or \renewenvironment is a tag. Other commands can make tags as well, if you specify them in the environment variable TEXTAGS before invoking etags. The value of this environment variable should be a colon-separated list of command names. For example, TEXTAGS="mycommand:myothercommand" export TEXTAGS specifies (using Bourne shell syntax) that the commands \mycommand and \myothercommand also define tags. In Lisp code, any function defined with defun, any variable defined with defvar or defconst, and in general the first argument of any expression that starts with (def in column zero is a tag. In Scheme code, tags include anything defined with def or with a construct whose name starts with def. They also include variables set with set! at top level in the file.
Several other languages are also supported: In Ada code, functions, procedures, packages, tasks and types are tags. Use the --packages-only option to create tags for packages only. In Ada, the same name can be used for different kinds of entity (e.g., for a procedure and for a function). Also, for things like packages, procedures and functions, there is the spec (i.e. the interface) and the body (i.e. the implementation). To make it easier to pick the definition you want, Ada tag name have suffixes indicating the type of entity: /b /f /k /p /s /t package body. function. task. procedure. package spec. type.
Thus, M-x find-tag RET bidule/b RET will go directly to the body of the package bidule, while M-x find-tag RET bidule RET will just search for any tag bidule.
293
In assembler code, labels appearing at the beginning of a line, followed by a colon, are tags. In Bison or Yacc input files, each rule defines as a tag the nonterminal it constructs. The portions of the file that contain C code are parsed as C code. In Cobol code, tags are paragraph names; that is, any word starting in column 8 and followed by a period. In Erlang code, the tags are the functions, records and macros defined in the file. In Fortran code, functions, subroutines and block data are tags. In HTML input files, the tags are the title and the h1, h2, h3 headers. Also, tags are name= in anchors and all occurrences of id=. In Lua input files, all functions are tags. In makefiles, targets are tags; additionally, variables are tags unless you specify --no-globals. In Objective C code, tags include Objective C definitions for classes, class categories, methods and protocols. Tags for variables and functions in classes are named class ::variable and class ::function . In Pascal code, the tags are the functions and procedures defined in the file. In Perl code, the tags are the packages, subroutines and variables defined by the package, sub, my and local keywords. Use --globals if you want to tag global variables. Tags for subroutines are named package ::sub . The name for subroutines defined in the default package is main::sub . In PHP code, tags are functions, classes and defines. Vars are tags too, unless you use the --no-members option. In PostScript code, the tags are the functions. In Prolog code, tags are predicates and rules at the beginning of line. In Python code, def or class at the beginning of a line generate a tag. You can also generate tags based on regexp matching (see Section 25.3.3 [Etags Regexps], page 295) to handle other formats and languages.
294
If the tags table data become outdated due to changes in the files described in the table, the way to update the tags table is the same way it was made in the first place. If the tags table fails to record a tag, or records it for the wrong file, then Emacs cannot possibly find its definition until you update the tags table. However, if the position recorded in the tags table becomes a little bit wrong (due to other editing), the worst consequence is a slight delay in finding the tag. Even if the stored position is very far wrong, Emacs will still find the tag, after searching most of the file for it. That delay is hardly noticeable with todays computers. Thus, there is no need to update the tags table after each edit. You should update a tags table when you define new tags that you want to have listed, or when you move tag definitions from one file to another, or when changes become substantial. One tags table can virtually include another. Specify the included tags file name with the --include=file option when creating the file that is to include it. The latter file then acts as if it covered all the source files specified in the included file, as well as the files it directly contains. If you specify the source files with relative file names when you run etags, the tags file will contain file names relative to the directory where the tags file was initially written. This way, you can move an entire directory tree containing both the tags file and the source files, and the tags file will still refer correctly to the source files. If the tags file is - or is in the /dev directory, however, the file names are made relative to the current working directory. This is useful, for example, when writing the tags to /dev/stdout. When using a relative file name, it should not be a symbolic link pointing to a tags file in a different directory, because this would generally render the file names invalid. If you specify absolute file names as arguments to etags, then the tags file will contain absolute file names. This way, the tags file will still refer to the same files even if you move it, as long as the source files remain in the same place. Absolute file names start with /, or with device :/ on MS-DOS and MS-Windows. When you want to make a tags table from a great number of files, you may have problems listing them on the command line, because some systems have a limit on its length. The simplest way to circumvent this limit is to tell etags to read the file names from its standard input, by typing a dash in place of the file names, like this:
find . -name "*.[chCH]" -print | etags -
Use the option --language=name to specify the language explicitly. You can intermix these options with file names; each one applies to the file names that follow it. Specify --language=auto to tell etags to resume guessing the language from the file names and file contents. Specify --language=none to turn off language-specific processing entirely; then etags recognizes tags by regexp matching alone (see Section 25.3.3 [Etags Regexps], page 295). The option --parse-stdin=file is mostly useful when calling etags from programs. It can be used (only once) in place of a file name on the command line. Etags will read from standard input and mark the produced tags as belonging to the file file. etags --help outputs the list of the languages etags knows, and the file name rules for guessing the language. It also prints a list of all the available etags options, together with a short explanation. If followed by one or more --language=lang options, it outputs detailed information about how tags are generated for lang.
295
The essential part of the option value is tagregexp, the regexp for matching tags. It is always used anchored, that is, it only matches at the beginning of a line. If you want to allow indented tags, use a regexp that matches initial whitespace; start it with [ \t]*. In these regular expressions, \ quotes the next character, and all the GCC character escape sequences are supported (\a for bell, \b for back space, \d for delete, \e for escape, \f for formfeed, \n for newline, \r for carriage return, \t for tab, and \v for vertical tab). Ideally, tagregexp should not match more characters than are needed to recognize what you want to tag. If the syntax requires you to write tagregexp so it matches more characters beyond the tag itself, you should add a nameregexp, to pick out just the tag. This will enable Emacs to find tags more accurately and to do completion on tag names more reliably. You can find some examples below. The modifiers are a sequence of zero or more characters that modify the way etags does the matching. A regexp with no modifiers is applied sequentially to each line of the input file, in a case-sensitive way. The modifiers and their meanings are: i m s Ignore case when matching this regexp. Match this regular expression against the whole file, so that multi-line matches are possible. Match this regular expression against the whole file, and allow . in tagregexp to match newlines.
The -R option cancels all the regexps defined by preceding --regex options. It too applies to the file names following it. Heres an example:
etags --regex=/reg1 /i voo.doo --regex=/reg2 /m \ bar.ber -R --lang=lisp los.er
Here etags chooses the parsing language for voo.doo and bar.ber according to their contents. etags also uses reg1 to recognize additional tags in voo.doo, and both reg1 and reg2 to recognize additional tags in bar.ber. reg1 is checked against each line of voo.doo and bar.ber, in a case-insensitive way, while reg2 is checked against the whole bar.ber file, permitting multi-line matches, in a case-sensitive way. etags uses only the Lisp tags rules, with no user-specified regexp matching, to recognize tags in los.er. You can restrict a --regex option to match only files of a given language by using the optional prefix {language}. (etags --help prints the list of languages recognized by etags.) This is particularly useful when storing many predefined regular expressions for etags in a file. The following example tags the DEFVAR macros in the Emacs source files, for the C language only:
--regex={c}/[ \t]*DEFVAR_[A-Z_ \t(]+"\([^"]+\)"/
296
When you have complex regular expressions, you can store the list of them in a file. The following option syntax instructs etags to read two files of regular expressions. The regular expressions contained in the second file are matched without regard to case.
--regex=@case-sensitive-file --ignore-case-regex=@ignore-case-file
A regex file for etags contains one regular expression per line. Empty lines, and lines beginning with space or tab are ignored. When the first character in a line is @, etags assumes that the rest of the line is the name of another file of regular expressions; thus, one such file can include another file. All the other lines are taken to be regular expressions. If the first non-whitespace text on the line is --, that line is a comment. For example, we can create a file called emacs.tags with the following contents:
-- This is for GNU Emacs C source files {c}/[ \t]*DEFVAR_[A-Z_ \t(]+"\([^"]+\)"/\1/
Here are some more examples. The regexps are quoted to protect them from shell interpretation. Tag Octave files:
etags --language=none \ --regex=/[ \t]*function.*=[ \t]*\([^ \t]*\)[ \t]*(/\1/ \ --regex=/###key \(.*\)/\1/ \ --regex=/[ \t]*global[ \t].*/ \ *.m
Note that tags are not generated for scripts, so that you have to add a line by yourself of the form ###key scriptname if you want to jump to it. Tag Tcl files:
etags --language=none --regex=/proc[ \t]+\([^ \t]+\)/\1/ *.tcl
297
table is used instead of others. If you add the new table to the current list, it is used as well as the others. You can specify a precise list of tags tables by setting the variable tags-table-list to a list of strings, like this: (setq tags-table-list ("~/emacs" "/usr/local/lib/emacs/src")) This tells the tags commands to look at the TAGS files in your ~/emacs directory and in the /usr/local/lib/emacs/src directory. The order depends on which file you are in and which tags table mentions that file, as explained above. Do not set both tags-file-name and tags-table-list.
298
Like most commands that can switch buffers, find-tag has a variant that displays the new buffer in another window, and one that makes a new frame for it. The former is C-x 4 ., which invokes the command find-tag-other-window. The latter is C-x 5 ., which invokes find-tag-other-frame. To move back to places youve found tags recently, use C-u - M-.; more generally, M-. with a negative numeric argument. This command can take you to another buffer. C-x 4 . with a negative argument finds the previous tag location in another window. As well as going back to places youve found tags recently, you can go back to places from where you found them. Use M-*, which invokes the command pop-tag-mark, for this. Typically you would find and study the definition of something with M-. and then return to where you were with M-*. Both C-u - M-. and M-* allow you to retrace your steps to a depth determined by the variable find-tag-marker-ring-length. The command C-M-. (find-tag-regexp) visits the tags that match a specified regular expression. It is just like M-. except that it does regexp matching instead of substring matching.
M-x tags-search reads a regexp using the minibuffer, then searches for matches in all the files in the selected tags table, one file at a time. It displays the name of the file being searched so you can follow its progress. As soon as it finds an occurrence, tags-search returns. Having found one match, you probably want to find all the rest. To find one more match, type M-, (tags-loop-continue) to resume the tags-search. This searches the rest of the current buffer, followed by the remaining files of the tags table. M-x tags-query-replace performs a single query-replace-regexp through all the files in the tags table. It reads a regexp to search for and a string to replace with, just like ordinary M-x query-replace-regexp. It searches much like M-x tags-search, but repeatedly, processing matches according to your input. See Section 12.9 [Replace], page 92, for more information on query replace. You can control the case-sensitivity of tags search commands by customizing the value of the variable tags-case-fold-search. The default is to use the same setting as the value of case-fold-search (see Section 12.8 [Search Case], page 91).
299
It is possible to get through all the files in the tags table with a single invocation of M-x tags-query-replace. But often it is useful to exit temporarily, which you can do with any input event that has no special query replace meaning. You can resume the query replace subsequently by typing M-,; this command resumes the last tags search or replace command that you did. For instance, to skip the rest of the current file, you can type M-> M-,. The commands in this section carry out much broader searches than the find-tag family. The find-tag commands search only for definitions of tags that match your substring or regexp. The commands tags-search and tags-query-replace find every occurrence of the regexp, as ordinary search commands and replace commands do in the current buffer. These commands create buffers only temporarily for the files that they have to search (those which are not already visited in Emacs buffers). Buffers in which no match is found are quickly killed; the others continue to exist. It may have struck you that tags-search is a lot like grep. You can also run grep itself as an inferior of Emacs and have Emacs show you the matching lines one by one. See Section 24.4 [Grep Searching], page 258.
300
EDE is implemented as a global minor mode (see Section 32.1 [Minor Modes], page 402). To enable it, type M-x global-ede-mode or click on the Project Support (EDE) item in the Tools menu. You can also enable EDE each time you start Emacs, by adding the following line to your initialization file:
(global-ede-mode t)
Activating EDE adds a menu named Development to the menu bar. Many EDE commands, including the ones described below, can be invoked from this menu. EDE organizes files into projects, which correspond to directory trees. The project root is the topmost directory of a project. To define a new project, visit a file in the desired project root and type M-x ede-new. This command prompts for a project type, which refers to the underlying method that EDE will use to manage the project (see Section Creating a Project in Emacs Development Environment). The most common project types are Make, which uses Makefiles, and Automake, which uses GNU Automake (see Section Top in Automake ). In both cases, EDE also creates a file named Project.ede, which stores information about the project. A project may contain one or more targets. A target can be an object file, executable program, or some other type of file, which is built from one or more of the files in the project. To add a new target to a project, type C-c . t (M-x ede-new-target). This command also asks if you wish to add the current file to that target, which means that the target is to be built from that file. After you have defined a target, you can add more files to it by typing C-c . a (ede-add-file). To build a target, type C-c . c (ede-compile-target). To build all the targets in the project, type C-c . C (ede-compile-project). EDE uses the file types to guess how the target should be built.
301
26 Abbrevs
A defined abbrev is a word which expands, if you insert it, into some different text. Abbrevs are defined by the user to expand in specific ways. For example, you might define foo as an abbrev expanding to find outer otter. Then you could insert find outer otter into the buffer by typing f o o SPC. A second kind of abbreviation facility is called dynamic abbrev expansion. You use dynamic abbrev expansion with an explicit command to expand the letters in the buffer before point by looking for other words in the buffer that start with those letters. See Section 26.6 [Dynamic Abbrevs], page 305. Hippie expansion generalizes abbreviation expansion. See Section Hippie Expansion in Features for Automatic Typing .
302
M-x define-global-abbrev RET abbrev RET exp RET Define abbrev as an abbrev expanding into exp. M-x define-mode-abbrev RET abbrev RET exp RET Define abbrev as a mode-specific abbrev expanding into exp. M-x kill-all-abbrevs Discard all abbrev definitions, leaving a blank slate. The usual way to define an abbrev is to enter the text you want the abbrev to expand to, position point after it, and type C-x a g (add-global-abbrev). This reads the abbrev itself using the minibuffer, and then defines it as an abbrev for one or more words before point. Use a numeric argument to say how many words before point should be taken as the expansion. For example, to define the abbrev foo as mentioned above, insert the text find outer otter and then type C-u 3 C-x a g f o o RET. An argument of zero to C-x a g means to use the contents of the region as the expansion of the abbrev being defined. The command C-x a l (add-mode-abbrev) is similar, but defines a mode-specific abbrev. Mode-specific abbrevs are active only in a particular major mode. C-x a l defines an abbrev for the major mode in effect at the time C-x a l is typed. The arguments work the same as for C-x a g. If the abbrev text itself is already in the buffer, you can use the commands C-x a i g (inverse-add-global-abbrev) and C-x a i l (inverse-add-mode-abbrev) to define it as an abbrev by specify the expansion in the minibuffer. These commands are called inverse because they invert the meaning of the two text strings they use (one from the buffer and one read with the minibuffer). You can define an abbrev without inserting either the abbrev or its expansion in the buffer using the command define-global-abbrev. It reads two argumentsthe abbrev, and its expansion. The command define-mode-abbrev does likewise for a mode-specific abbrev. To change the definition of an abbrev, just define a new definition. When the abbrev has a prior definition, the abbrev definition commands ask for confirmation before replacing it. To remove an abbrev definition, give a negative argument to the abbrev definition command: C-u - C-x a g or C-u - C-x a l. The former removes a global definition, while the latter removes a mode-specific definition. M-x kill-all-abbrevs removes all abbrev definitions, both global and local.
303
These commands are used to control abbrev expansion: M- C-x a e Separate a prefix from a following abbrev to be expanded (abbrev-prefixmark). Expand the abbrev before point (expand-abbrev). This is effective even when Abbrev mode is not enabled.
M-x expand-region-abbrevs Expand some or all abbrevs found in the region. You may wish to expand an abbrev and attach a prefix to the expansion; for example, if cnst expands into construction, you might want to use it to enter reconstruction. It does not work to type recnst, because that is not necessarily a defined abbrev. What you can do is use the command M- (abbrev-prefix-mark) in between the prefix re and the abbrev cnst. First, insert re. Then type M-; this inserts a hyphen in the buffer to indicate that it has done its work. Then insert the abbrev cnst; the buffer now contains re-cnst. Now insert a non-word character to expand the abbrev cnst into construction. This expansion step also deletes the hyphen that indicated M- had been used. The result is the desired reconstruction. If you actually want the text of the abbrev in the buffer, rather than its expansion, you can accomplish this by inserting the following punctuation with C-q. Thus, foo C-q , leaves foo, in the buffer, not expanding it. If you expand an abbrev by mistake, you can undo the expansion and bring back the abbrev itself by typing C-_ to undo (see Section 13.1 [Undo], page 98). This also undoes the insertion of the non-word character that expanded the abbrev. If the result you want is the terminating non-word character plus the unexpanded abbrev, you must reinsert the terminating character, quoting it with C-q. You can also use the command M-x unexpand-abbrev to cancel the last expansion without deleting the terminating character. M-x expand-region-abbrevs searches through the region for defined abbrevs, and for each one found offers to replace it with its expansion. This command is useful if you have typed in text using abbrevs but forgot to turn on Abbrev mode first. It may also be useful together with a special set of abbrev definitions for making several global replacements at once. This command is effective even if Abbrev mode is not enabled. Expanding any abbrev runs abbrev-expand-functions, a special hook. Functions in this special hook can make arbitrary changes to the abbrev expansion. See Section Abbrev Expansion in The Emacs Lisp Reference Manual .
304
various other tables... (lisp-mode-abbrev-table) "dk" 0 "define-key" (global-abbrev-table) "dfn" 0 "definition" (Some blank lines of no semantic significance, and some other abbrev tables, have been omitted.) A line containing a name in parentheses is the header for abbrevs in a particular abbrev table; global-abbrev-table contains all the global abbrevs, and the other abbrev tables that are named after major modes contain the mode-specific abbrevs. Within each abbrev table, each nonblank line defines one abbrev. The word at the beginning of the line is the abbrev. The number that follows is the number of times the abbrev has been expanded. Emacs keeps track of this to help you see which abbrevs you actually use, so that you can eliminate those that you dont use often. The string at the end of the line is the expansion. Some abbrevs are marked with (sys). These system abbrevs (see Section Abbrevs in The Emacs Lisp Reference Manual ) are pre-defined by various modes, and are not saved to your abbrev file. To disable a system abbrev, define an abbrev of the same name that expands to itself, and save it to your abbrev file. M-x edit-abbrevs allows you to add, change or kill abbrev definitions by editing a list of them in an Emacs buffer. The list has the same format described above. The buffer of abbrevs is called *Abbrevs*, and is in Edit-Abbrevs mode. Type C-c C-c in this buffer to install the abbrev definitions as specified in the bufferand delete any abbrev definitions not listed. The command edit-abbrevs is actually the same as list-abbrevs except that it selects the buffer *Abbrevs* whereas list-abbrevs merely displays it in another window.
305
M-x read-abbrev-file reads a file name using the minibuffer and then reads the file, defining abbrevs according to the contents of the file. The function quietly-read-abbrevfile is similar except that it does not display a message in the echo area; you cannot invoke it interactively, and it is used primarily in your init file (see Section 32.6 [Init File], page 428). If either of these functions is called with nil as the argument, it uses the file given by the variable abbrev-file-name, which is ~/.emacs.d/abbrev_defs by default. This is your standard abbrev definition file, and Emacs loads abbrevs from it automatically when it starts up. (As an exception, Emacs does not load the abbrev file when it is started in batch mode. See Section C.2 [Initial Options], page 471, for a description of batch mode.) Emacs will offer to save abbrevs automatically if you have changed any of them, whenever it offers to save all files (for C-x s or C-x C-c). It saves them in the file specified by abbrevfile-name. This feature can be inhibited by setting the variable save-abbrevs to nil. The commands M-x insert-abbrevs and M-x define-abbrevs are similar to the previous commands but work on text in an Emacs buffer. M-x insert-abbrevs inserts text into the current buffer after point, describing all current abbrev definitions; M-x define-abbrevs parses the entire current buffer and defines abbrevs accordingly.
For example, if the buffer contains does this follow and you type f o M-/, the effect is to insert follow because that is the last word in the buffer that starts with fo. A numeric argument to M-/ says to take the second, third, etc. distinct expansion found looking backward from point. Repeating M-/ searches for an alternative expansion by looking farther back. After scanning all the text before point, it searches the text after point. The variable dabbrev-limit, if non-nil, specifies how far away in the buffer to search for an expansion. After scanning the current buffer, M-/ normally searches other buffers, unless you have set dabbrev-check-all-buffers to nil. For finer control over which buffers to scan, customize the variable dabbrev-ignoredbuffer-regexps. Its value is a list of regular expressions. If a buffers name matches any of these regular expressions, dynamic abbrev expansion skips that buffer. A negative argument to M-/, as in C-u - M-/, says to search first for expansions after point, then other buffers, and consider expansions before point only as a last resort. If you repeat the M-/ to look for another expansion, do not specify an argument. Repeating M-/ cycles through all the expansions after point and then the expansions before point. After you have expanded a dynamic abbrev, you can copy additional words that follow the expansion in its original context. Simply type SPC M-/ for each additional word you want to copy. The spacing and punctuation between words is copied along with the words.
306
The command C-M-/ (dabbrev-completion) performs completion of a dynamic abbrev. Instead of trying the possible expansions one by one, it finds all of them, then inserts the text that they have in common. If they have nothing in common, C-M-/ displays a list of completions, from which you can select a choice in the usual manner. See Section 5.3 [Completion], page 28. Dynamic abbrev expansion is completely independent of Abbrev mode; the expansion of a word with M-/ is completely independent of whether it has a definition as an ordinary abbrev.
307
27 Sending Mail
To send an e-mail message in Emacs, type C-x m. This selects and initializes a buffer named *mail*, where you can edit the text and headers of the message. Finally, type C-c C-s or C-c C-c to send the message. C-x m C-x 4 m C-x 5 m C-c C-s C-c C-c Begin composing mail (compose-mail). Likewise, in another window (compose-mail-other-window). Likewise, but in a new frame (compose-mail-other-frame). In the mail buffer, send the message (message-send). In the mail buffer, send the message and bury the buffer (message-send-andexit).
The command C-x 4 m (compose-mail-other-window) does the same as C-x m, except it displays the mail buffer in a different window. The command C-x 5 m (compose-mailother-frame) creates a new frame for the mail buffer. Because the mail buffer is an ordinary Emacs buffer, you can switch to other buffers while in the middle of composing mail, and switch back later (or never). If you type C-x m again when you have been composing another message but have not sent it, Emacs asks for confirmation before erasing the old message. If you answer n, Emacs selects the mail buffer with its old contents, so you can finish the old message and send it. C-u C-x m is another way to do this. Sending the message marks the mail buffer unmodified, which avoids the need for confirmation when C-x m is next used. If you want to send another message before finishing the current message, use the command M-x rename-uniquely to rename the current mail buffer (see Section 16.3 [Misc Buffer], page 139). Then you can use C-x m to make a new mail buffer, and work with each mail buffer independently. Before using Emacs to send mail, you may need to customize the variable send-mailfunction if your system is not set up to deliver mail directly via SMTP (see Section 27.4.1 [Mail Sending], page 311). In addition, you may need to customize user-mail-address if the system cannot receive mail via SMTP (see Section 27.2 [Mail Headers], page 308).
308
separates the header fields from the body (or text) of the message. Everything above this line is treated as part of the headers; everything below it is treated as the body. The delimiter line itself does not appear in the message actually sent. The text used for the delimiter line is controlled by the variable mail-header-separator. Here is an example of what the headers and text in the mail buffer might look like. To: [email protected] CC: [email protected], [email protected] Subject: The Emacs Manual --text follows this line-Please ignore this message.
To Subject
CC BCC
FCC
Reply-to
309
Mail-reply-to This field takes precedence over Reply-to. It is used because some mailing lists set the Reply-to field for their own purposes (a somewhat controversial practice). Mail-followup-to This field contains one or more addresses. It is typically used when you reply to a message from a mailing list that you are subscribed to. It usually indicates that you want replies to go to the list, and that you do not need an extra copy sent directly to you. In-reply-to A piece of text describing the message you are replying to. Some mail systems can use this information to correlate related pieces of mail. Normally, you never need to think about this, because it is filled in automatically when you reply to a message in Rmail (or any other mail program built into Emacs). References The Message-Ids of previous related messages (a Message-Id is a unique identifier generated when a message is sent). Like In-reply-to, this is normally set up automatically for you. The To, CC, and BCC fields can appear any number of times, and each such header field can contain multiple addresses, separated by commas. This way, you can specify any number of places to send the message. These fields can also have continuation lines: one or more lines starting with whitespace, following the starting line of the field, are considered part of the field. Heres an example of a To field with a continuation line: To: [email protected], [email protected], [email protected] The default contents of the From header field are computed from the variables userfull-name and user-mail-address. On some operating systems, Emacs initializes these two variables using environment variables (see Section C.5.1 [General Variables], page 474). If this information is unavailable or wrong, you can customize the variables yourself (see Section 32.2 [Easy Customization], page 404). The value of the variable mail-from-style specifies how to format the address in the From field: nil parens angles Use just the address, as in [email protected]. Use both address and full name, as in: [email protected] (Elvis Parsley). Use both address and full name, as in: Elvis Parsley <[email protected]>.
any other value Use angles for most addresses. However, if the address must be quoted to remain syntactically-valid under the angles format but not under the parens format, use parens instead. This is the default. You can direct Emacs to insert certain default headers into the mail buffer by setting the variable mail-default-headers to a string. Then C-x m inserts this string into the
310
message headers. For example, here is how to add a Reply-to and FCC header to each message:
(setq mail-default-headers "Reply-to: [email protected]\nFCC: ~/Mail/sent")
If the default header fields are not appropriate for a particular message, edit them as necessary before sending the message.
311
If you want to send a message and be done with it, type C-c C-c (mail-send-and-exit). This sends the message and then either deletes the window or switches to another buffer. It also buries the mail buffer, putting it at the lowest priority for reselection. This is the usual command for sending a message. The command C-c C-s (message-send) sends the message and marks the mail buffer unmodified, but leaves the buffer selected. Use this command if you want to modify the message (perhaps with new recipients) and send it again. Sending a message runs the hook message-send-hook. In a file-visiting buffer, sending the message does not clear the modified flag, because only saving the file should do that. Also, you dont get a warning if you try to send the same message twice. When you send a message containing non-ASCII characters, they need to be encoded with a coding system (see Section 19.6 [Coding Systems], page 177). Usually the coding system is specified automatically by your chosen language environment (see Section 19.3 [Language Environments], page 173). You can explicitly specify the coding system for outgoing mail by setting the variable sendmail-coding-system (see Section 19.7 [Recognize Coding], page 179). If the coding system thus determined does not handle the characters in a particular message, Emacs asks you to select the coding system to use, showing a list of possible coding systems. The variable send-mail-function controls how the default mail user agent sends mail. Its value should be a function, which can be one of the following: sendmail-send-it Send mail using the systems default sendmail (or sendmail-compatible) program. This is the default on Unix and GNU, and works provided the system is a valid mail host (that is, provided it can deliver mail via SMTP). mailclient-send-it Pass the mail buffer on to the systems designated mail client (see mailclient.el). This is the default on Mac OS X and MS-Windows. smtpmail-send-it Send mail through an external mail host (e.g., your Internet service providers SMTP server). You will need to tell Emacs how to contact the SMTP server, by customizing the variables smtpmail-smtp-server and smtpmail-auth-credentials. See Section Emacs SMTP Library in Sending mail via SMTP . feedmail-send-it This is similar to sendmail-send-it, but allows you to queue messages for later sending. See the commentary section in the file feedmail.el for more information.
312
The commands to move point to particular header fields are all based on the prefix C-c C-f (C-f is for field). If the field in question does not exist, the command creates one (the exception is mail-fcc, which creates a new field each time). The command C-c C-b (message-goto-body) moves point to just after the header separator linethat is, to the beginning of the body. While editing a header field that contains addresses, such as To:, CC: and BCC:, you can complete an address by typing TAB (message-tab). This attempts to insert the full name corresponding to the address based on a couple of methods, including EUDC, a library that recognizes a number of directory server protocols (see Section EUDC in The Emacs Unified Directory Client). Failing that, it attempts to expand the address as a mail alias (see Section 27.3 [Mail Aliases], page 310). If point is on a header field that does not take addresses, or if it is in the message body, then TAB just inserts a tab character.
You can use the command C-c C-y (message-yank-original) to cite a message that you are replying to. This inserts the text of that message into the mail buffer. This command is active only when the mail buffer is invoked from a mail program running in Emacs, such as Rmail.
313
By default, Emacs inserts the string > in front of each line of the cited text; this prefix string is specified by the variable message-yank-prefix. If you call message-yankoriginal with a prefix argument, the citation prefix is not inserted. After using C-c C-y, you can type C-c C-q (message-fill-yanked-message) to fill the paragraphs of the cited message. One use of C-c C-q fills all such paragraphs, each one individually. To fill a single paragraph of the quoted message, use M-q. If filling does not automatically handle the type of citation prefix you use, try setting the fill prefix explicitly. See Section 22.5 [Filling], page 201. You can customize mail citation through the hook mail-citation-hook. For example, you can use the Supercite package, which provides more flexible citation (see Section Introduction in Supercite ).
When you type C-c C-c or C-c C-s to send the message, the attached file will be delivered with it. While composing a message, you can do spelling correction on the message text by typing M-x ispell-message. If you have yanked an incoming message into the outgoing draft, this command skips what was yanked, but it checks the text that you yourself inserted (it looks for indentation or mail-yank-prefix to distinguish the cited lines from your input). See Section 13.4 [Spelling], page 100. Turning on Message mode (which C-x m does automatically) runs the normal hooks text-mode-hook and message-mode-hook. Initializing a new outgoing message runs the normal hook message-setup-hook; you can use this hook if you want to make changes to the appearance of the mail buffer. See Section 32.3.2 [Hooks], page 413. The main difference between these hooks is just when they are invoked. Whenever you type C-x m, message-mode-hook runs as soon as the mail buffer is created. Then the message-setup function inserts the default contents of the buffer. After these default contents are inserted, message-setup-hook runs. If you use C-x m to continue an existing composition, message-mode-hook runs immediately after switching to the mail buffer. If the buffer is unmodified, or if you decide to erase it and start again, message-setup-hook runs after the default contents are inserted.
314
315
If you select a different mail-composition method, the information in this chapter about the mail buffer and Message mode does not apply; the other methods use a different format of text in a different buffer, and their commands are different as well. Similarly, to specify your preferred method for reading mail, customize the variable read-mail-command. The default is rmail (see Chapter 28 [Rmail], page 316).
316
317
Since the most common thing to do while reading a message is to scroll through it by screenfuls, Rmail makes SPC and DEL synonyms of C-v (scroll-up) and M-v (scrolldown) The command . (rmail-beginning-of-message) scrolls back to the beginning of the selected message. This is not quite the same as M-<: for one thing, it does not set the mark; for another, it resets the buffer boundaries of the current message if you have changed them. Similarly, the command / (rmail-end-of-message) scrolls forward to the end of the selected message.
M-s regexp RET Move to the next message containing a match for regexp (rmail-search). - M-s regexp RET Move to the previous message containing a match for regexp. n and p are the usual way of moving among messages in Rmail. They move through the messages sequentially, but skip over deleted messages, which is usually what you want to do. Their command definitions are named rmail-next-undeleted-message and rmailprevious-undeleted-message. If you do not want to skip deleted messagesfor example,
318
if you want to move to a message to undelete ituse the variants M-n and M-p (rmail-nextmessage and rmail-previous-message). A numeric argument to any of these commands serves as a repeat count. In Rmail, you can specify a numeric argument by typing just the digits. You dont need to type C-u first. The M-s (rmail-search) command is Rmails version of search. The usual incremental search command C-s works in Rmail, but it searches only within the current message. The purpose of M-s is to search for another message. It reads a regular expression (see Section 12.5 [Regexps], page 86) nonincrementally, then searches starting at the beginning of the following message for a match. It then selects that message. If regexp is empty, M-s reuses the regexp used the previous time. To search backward in the file for another message, give M-s a negative argument. In Rmail you can do this with - M-s. This begins searching from the end of the previous message. It is also possible to search for a message based on labels. See Section 28.8 [Rmail Labels], page 322. The C-c C-n (rmail-next-same-subject) command moves to the next message with the same subject as the current one. A prefix argument serves as a repeat count. With a negative argument, this command moves backward, acting like C-c C-p (rmail-previoussame-subject). When comparing subjects, these commands ignore the prefixes typically added to the subjects of replies. To move to a message specified by absolute message number, use j (rmail-showmessage) with the message number as argument. With no argument, j selects the first message. < (rmail-first-message) also selects the first message. > (rmail-last-message) selects the last message.
There are two Rmail commands for deleting messages. Both delete the current message and select another message. d (rmail-delete-forward) moves to the following message, skipping messages already deleted, while C-d (rmail-delete-backward) moves to the previous nondeleted message. If there is no nondeleted message to move to in the specified
319
direction, the message that was just deleted remains current. d with a prefix argument is equivalent to C-d. Note that the Rmail summary versions of these commands behave slightly differently (see Section 28.11.2 [Rmail Summary Edit], page 327). Whenever Rmail deletes a message, it runs the hook rmail-delete-message-hook. When the hook functions are invoked, the message has been marked deleted, but it is still the current message in the Rmail buffer. To make all the deleted messages finally vanish from the Rmail file, type x (rmailexpunge). Until you do this, you can still undelete the deleted messages. The undeletion command, u (rmail-undelete-previous-message), is designed to cancel the effect of a d command in most cases. It undeletes the current message if the current message is deleted. Otherwise it moves backward to previous messages until a deleted message is found, and undeletes that message. You can usually undo a d with a u because the u moves back to and undeletes the message that the d deleted. But this does not work when the d skips a few already-deleted messages that follow the message being deleted; then the u command undeletes the last of the messages that were skipped. There is no clean way to avoid this problem. However, by repeating the u command, you can eventually get back to the message that you intend to undelete. You can also select a particular deleted message with the M-p command, then type u to undelete it. A deleted message has the deleted attribute, and as a result deleted appears in the mode line when the current message is deleted. In fact, deleting or undeleting a message is nothing more than adding or removing this attribute. See Section 28.9 [Rmail Attributes], page 323.
320
different interlocking techniques. The strategy of moving mail out of the inbox once and for all into a separate Rmail file avoids the need for interlocking in all the rest of Rmail, since only Rmail operates on the Rmail file. Rmail was originally written to use the Babyl format as its internal format. Since then, we have recognized that the usual inbox format (mbox) on Unix and GNU systems is adequate for the job, and so since Emacs 23 Rmail uses that as its internal format. The Rmail file is still separate from the inbox file, even though their format is the same. When getting new mail, Rmail first copies the new mail from the inbox file to the Rmail file; then it saves the Rmail file; then it clears out the inbox file. This way, a system crash may cause duplication of mail between the inbox and the Rmail file, but cannot lose mail. If rmail-preserve-inbox is non-nil, then Rmail does not clear out the inbox file when it gets new mail. You may wish to set this, for example, on a portable computer you use to check your mail via POP while traveling, so that your mail will remain on the server and you can save it later on your workstation. In some cases, Rmail copies the new mail from the inbox file indirectly. First it runs the movemail program to move the mail from the inbox to an intermediate file called .newmail-inboxname , in the same directory as the Rmail file. Then Rmail merges the new mail from that file, saves the Rmail file, and only then deletes the intermediate file. If there is a crash at the wrong time, this file continues to exist, and Rmail will use it again the next time it gets new mail from that inbox. If Rmail is unable to convert the data in .newmail-inboxname into mbox format, it renames the file to RMAILOSE.n (n is an integer chosen to make the name unique) so that Rmail will not have trouble with the data again. You should look at the file, find whatever message confuses Rmail (probably one that includes the control-underscore character, octal code 037), and delete it. Then you can use 1 g to get new mail from the corrected file.
C-u g file RET Merge new mail from inbox file file. To run Rmail on a file other than your primary Rmail file, you can use the i (rmail-input) command in Rmail. This visits the file in Rmail mode. You can use M-x rmail-input even when not in Rmail, but it is easier to type C-u M-x rmail, which does the same thing.
321
The file you read with i should normally be a valid mbox file. If it is not, Rmail tries to convert its text to mbox format, and visits the converted text in the buffer. If you save the buffer, that converts the file. If you specify a file name that doesnt exist, i initializes a new buffer for creating a new Rmail file. You can also select an Rmail file from a menu. In the Classify menu, choose the Input Rmail File item; then choose the Rmail file you want. The variables rmail-secondaryfile-directory and rmail-secondary-file-regexp specify which files to offer in the menu: the first variable says which directory to find them in; the second says which files in that directory to offer (all those that match the regular expression). If no files match, you cannot select this menu item. These variables also apply to choosing a file for output (see Section 28.7 [Rmail Output], page 321). The inbox files to use are specified by the variable rmail-inbox-list, which is bufferlocal in Rmail mode. As a special exception, if you have specified no inbox files for your primary Rmail file, it uses the MAIL environment variable, or your standard system inbox. The g command (rmail-get-new-mail) merges mail into the current Rmail file from its inboxes. If the Rmail file has no inboxes, g does nothing. The command M-x rmail also merges new mail into your primary Rmail file. To merge mail from a file that is not the usual inbox, give the g key a numeric argument, as in C-u g. Then it reads a file name and merges mail from that file. The inbox file is not deleted or changed in any way when g with an argument is used. This is, therefore, a general way of merging one file of messages into another.
322
so the w command uses the Subject field as the default for the output file name. However, the file name is read using the minibuffer, so you can specify a different name if you wish. You can also output a message to an Rmail file chosen with a menu. In the Classify menu, choose the Output Rmail File menu item; then choose the Rmail file you want. This outputs the current message to that file, like the o command. The variables rmail-secondaryfile-directory and rmail-secondary-file-regexp specify which files to offer in the menu: the first variable says which directory to find them in; the second says which files in that directory to offer (all those that match the regular expression). If no files match, you cannot select this menu item. Copying a message with o or C-o gives the original copy of the message the filed attribute, so that filed appears in the mode line when such a message is current. If you like to keep just a single copy of every mail message, set the variable rmaildelete-after-output to t; then the o, C-o and w commands delete the original message after copying it. (You can undelete it afterward if you wish.) The variable rmail-output-file-alist lets you specify intelligent defaults for the output file, based on the contents of the current message. The value should be a list whose elements have this form: (regexp . name-exp ) If theres a match for regexp in the current message, then the default file name for output is name-exp. If multiple elements match the message, the first matching element decides the default file name. The subexpression name-exp may be a string constant giving the file name to use, or more generally it may be any Lisp expression that returns a file name as a string. rmail-output-file-alist applies to both o and C-o.
28.8 Labels
Each message can have various labels assigned to it as a means of classification. Each label has a name; different names are different labels. Any given label is either present or absent on a particular message. A few label names have standard meanings and are given to messages automatically by Rmail when appropriate; these special labels are called attributes. All other labels are assigned only by users. a label RET Assign the label label to the current message (rmail-add-label). k label RET Remove the label label from the current message (rmail-kill-label). C-M-n labels RET Move to the next message that has one of the labels labels (rmail-nextlabeled-message). C-M-p labels RET Move to the previous message that has one of the labels labels (rmail-previous-labeled-message). l labels RET C-M-l labels RET Make a summary of all messages containing any of the labels labels (rmailsummary-by-labels).
323
The a (rmail-add-label) and k (rmail-kill-label) commands allow you to assign or remove any label on the current message. If the label argument is empty, it means to assign or remove the same label most recently assigned or removed. Once you have given messages labels to classify them as you wish, there are three ways to use the labels: in moving, in summaries, and in sorting. The command C-M-n labels RET (rmail-next-labeled-message) moves to the next message that has one of the labels labels. The argument labels specifies one or more label names, separated by commas. C-M-p (rmail-previous-labeled-message) is similar, but moves backwards to previous messages. A numeric argument to either command serves as a repeat count. The command C-M-l labels RET (rmail-summary-by-labels) displays a summary containing only the messages that have at least one of a specified set of labels. The argument labels is one or more label names, separated by commas. See Section 28.11 [Rmail Summary], page 325, for information on summaries. If the labels argument to C-M-n, C-M-p or C-M-l is empty, it means to use the last set of labels specified for any of these commands. See Section 28.12 [Rmail Sorting], page 328, for information on sorting messages with labels.
All other labels are assigned or removed only by users, and have no standard meaning.
324
The most common reason to send a message while in Rmail is to reply to the message you are reading. To do this, type r (rmail-reply). This displays the *mail* buffer in another window, much like C-x 4 m, but preinitializes the Subject, To, CC, In-reply-to and References header fields based on the message you are replying to. The To field starts out as the address of the person who sent the message you received, and the CC field starts out with all the other recipients of that message. You can exclude certain recipients from being included automatically in replies, using the variable rmail-dont-reply-to-names. Its value should be a regular expression; any recipients that match are excluded from the CC field. They are also excluded from the To field, unless this would leave the field empty. If this variable is nil, then the first time you compose a reply it is initialized to a default value that matches your own address, and any name starting with info-. (Those names are excluded because there is a convention of using them for large mailing lists to broadcast announcements.) To omit the CC field completely for a particular reply, enter the reply command with a numeric argument: C-u r or 1 r. This means to reply only to the sender of the original message. Once the *mail* buffer has been initialized, editing and sending the mail goes as usual (see Chapter 27 [Sending Mail], page 307). You can edit the presupplied header fields if they are not what you want. You can also use commands such as C-c C-y, which yanks in the message that you are replying to (see Section 27.4 [Mail Commands], page 310). You can also switch to the Rmail buffer, select a different message there, switch back, and yank the new current message. Sometimes a message does not reach its destination. Mailers usually send the failed message back to you, enclosed in a failure message. The Rmail command M-m (rmailretry-failure) prepares to send the same message a second time: it sets up a *mail* buffer with the same text and header fields as before. If you type C-c C-c right away, you send the message again exactly the same as the first time. Alternatively, you can edit the text or headers and then send it. The variable rmail-retry-ignored-headers, in the same format as rmail-ignored-headers (see Section 28.13 [Rmail Display], page 329), controls which headers are stripped from the failed message when retrying it.
325
Another frequent reason to send mail in Rmail is to forward the current message to other users. f (rmail-forward) makes this easy by preinitializing the *mail* buffer with the current message as the text, and a subject designating a forwarded message. All you have to do is fill in the recipients and send. When you forward a message, recipients get a message which is from you, and which has the original message in its contents. Forwarding a message encloses it between two delimiter lines. It also modifies every line that starts with a dash, by inserting - at the start of the line. When you receive a forwarded message, if it contains something besides ordinary textfor example, program source codeyou might find it useful to undo that transformation. You can do this by selecting the forwarded message and typing M-x unforward-rmail-message. This command extracts the original forwarded message, deleting the inserted - strings, and inserts it into the Rmail file as a separate message immediately following the current one. Resending is an alternative similar to forwarding; the difference is that resending sends a message that is from the original sender, just as it reached youwith a few added header fields (Resent-From and Resent-To) to indicate that it came via you. To resend a message in Rmail, use C-u f. (f runs rmail-forward, which invokes rmail-resend if you provide a numeric argument.) Use the m (rmail-mail) command to start editing an outgoing message that is not a reply. It leaves the header fields empty. Its only difference from C-x 4 m is that it makes the Rmail buffer accessible for C-c C-y, just as r does. Thus, m can be used to reply to or forward a message; it can do anything r or f can do. The c (rmail-continue) command resumes editing the *mail* buffer, to finish editing an outgoing message you were already composing, or to alter a message you have sent. If you set the variable rmail-mail-new-frame to a non-nil value, then all the Rmail commands to start sending a message create a new frame to edit it in. This frame is deleted when you send the message, or when you use the Cancel item in the Mail menu. All the Rmail commands to send a message use the mail-composition method that you have chosen (see Section 27.7 [Mail Methods], page 314).
28.11 Summaries
A summary is a buffer containing one line per message to give you an overview of the mail in an Rmail file. Each line shows the message number and date, the sender, the line count, the labels, and the subject. Moving point in the summary buffer selects messages as you move to their summary lines. Almost all Rmail commands are valid in the summary buffer also; when used there, they apply to the message described by the current line of the summary. A summary buffer applies to a single Rmail file only; if you are editing multiple Rmail files, each one can have its own summary buffer. The summary buffer name is made by appending -summary to the Rmail buffers name. Normally only one summary buffer is displayed at a time.
326
h C-M-h
l labels RET C-M-l labels RET Summarize messages that have one or more of the specified labels (rmailsummary-by-labels). C-M-r rcpts RET Summarize messages that match the specified recipients (rmail-summary-byrecipients). C-M-t topic RET Summarize messages that have a match for the specified regexp topic in their subjects (rmail-summary-by-topic). C-M-s regexp RET Summarize messages whose headers match the specified regular expression regexp (rmail-summary-by-regexp). C-M-f senders RET Summarize messages that match the specified senders. (rmail-summary-bysenders). The h or C-M-h (rmail-summary) command fills the summary buffer for the current Rmail buffer with a summary of all the messages in the buffer. It then displays and selects the summary buffer in another window. C-M-l labels RET (rmail-summary-by-labels) makes a partial summary mentioning only the messages that have one or more of the labels labels. labels should contain label names separated by commas. C-M-r rcpts RET (rmail-summary-by-recipients) makes a partial summary mentioning only the messages that have one or more recipients matching the regular expression rcpts. You can use commas to separate multiple regular expressions. These are matched against the To, From, and CC headers (with a prefix argument, this header is not included). C-M-t topic RET (rmail-summary-by-topic) makes a partial summary mentioning only the messages whose subjects have a match for the regular expression topic. You can use commas to separate multiple regular expressions. With a prefix argument, the match is against the whole message, not just the subject. C-M-s regexp RET (rmail-summary-by-regexp) makes a partial summary that mentions only the messages whose headers (including the date and the subject lines) match the regular expression regexp. C-M-f senders RET (rmail-summary-by-senders) makes a partial summary that mentions only the messages whose From fields match the regular expression senders. You can use commas to separate multiple regular expressions. Note that there is only one summary buffer for any Rmail buffer; making any kind of summary discards any previous summary. The variable rmail-summary-window-size says how many lines to use for the summary window. The variable rmail-summary-line-count-flag controls whether the summary
327
line for a message should include the line count of the message. Setting this option to nil might speed up the generation of summaries.
M-s pattern RET Search through messages for pattern starting with the current message; select the message found, and move point in the summary buffer to that messages line
328
(rmail-summary-search). A prefix argument acts as a repeat count; a negative argument means search backward (equivalent to rmail-summary-searchbackward.) C-M-n labels RET Move to the next message with at least one of the specified labels (rmailsummary-next-labeled-message). labels is a comma-separated list of labels. A prefix argument acts as a repeat count. C-M-p labels RET Move to the previous message with at least one of the specified labels (rmailsummary-previous-labeled-message). C-c C-n RET Move to the next message with the same subject as the current message (rmailsummary-next-same-subject). A prefix argument acts as a repeat count. C-c C-p RET Move to the previous message with the same subject as the current message (rmail-summary-previous-same-subject). Deletion, undeletion, and getting new mail, and even selection of a different message all update the summary buffer when you do them in the Rmail buffer. If the variable rmailredisplay-summary is non-nil, these actions also bring the summary buffer back onto the screen. When you are finished using the summary, type Q (rmail-summary-wipe) to delete the summary buffers window. You can also exit Rmail while in the summary: q (rmailsummary-quit) deletes the summary window, then exits from Rmail by saving the Rmail file and switching to another buffer. Alternatively, b (rmail-summary-bury) simply buries the Rmail summary and buffer.
329
C-c C-s C-l M-x rmail-sort-by-lines Sort messages of current Rmail buffer by number of lines. C-c C-s C-k RET labels RET M-x rmail-sort-by-labels RET labels RET Sort messages of current Rmail buffer by labels. The argument labels should be a comma-separated list of labels. The order of these labels specifies the order of messages; messages with the first label come first, messages with the second label come second, and so on. Messages that have none of these labels come last. The Rmail sort commands perform a stable sort : if there is no reason to prefer either one of two messages, their order remains unchanged. You can use this to sort by more than one criterion. For example, if you use rmail-sort-by-date and then rmail-sort-by-author, messages from the same author appear in order by date. With a prefix argument, all these commands reverse the order of comparison. This means they sort messages from newest to oldest, from biggest to smallest, or in reverse alphabetical order. The same keys in the summary buffer run similar functions; for example, C-c C-s C-l runs rmail-summary-sort-by-lines. Note that these commands always sort the whole Rmail buffer, even if the summary is only showing a subset of messages. Note that you cannot undo a sort, so you may wish to save the Rmail buffer before sorting it.
330
If a message is in MIME (Multipurpose Internet Mail Extensions) format and contains multiple parts (MIME entities), Rmail displays each part with a tagline. The tagline summarizes the parts index, size, and content type. Depending on the content type, it may also contain one or more buttons; these perform actions such as saving the part into a file. RET TAB BACKTAB Move point to the previous MIME part (rmail-mime-previous-item). v Toggle between MIME display and raw message (rmail-mime). Hide or show the MIME part at point (rmail-mime-toggle-hidden). Move point to the next MIME tagline button. (rmail-mime-next-item).
Each plain-text MIME part is initially displayed immediately after its tagline, as part of the Rmail buffer, while MIME parts of other types are represented only by their taglines, with their actual contents hidden. In either case, you can toggle a MIME part between its displayed and hidden states by typing RET anywhere in the partor anywhere in its tagline, apart from a tagline button for some other action. Type RET (or click with the mouse) to activate a tagline button, and TAB to cycle point between tagline buttons. The v (rmail-mime) command toggles between the default MIME display described above, and a raw display showing the undecoded MIME data. With a prefix argument, this command toggles the display of only an entity at point. To prevent Rmail from handling MIME decoded messages, change the variable rmailenable-mime to nil. When this is the case, the v (rmail-mime) command instead creates a temporary buffer to display the current MIME message. You can highlight and activate URLs in the Rmail buffer using Goto Address mode:
(add-hook rmail-show-message-hook (lambda () (goto-address-mode 1)))
Then you can browse these URLs by clicking on them with Mouse-2 (or Mouse-1 quickly) or by moving to one and typing C-c RET. See Section 31.16.2 [Activating URLs], page 398.
331
rmail-redecode-body command. It reads the name of a coding system, and then redecodes the message using the coding system you specified. If you specified the right coding system, the result should be readable.
The e command (rmail-edit-current-message) switches from Rmail mode into Rmail Edit mode, another major mode which is nearly the same as Text mode. The mode line indicates this change. In Rmail Edit mode, letters insert themselves as usual and the Rmail commands are not available. You can edit the message body and header fields. When you are finished editing the message, type C-c C-c to switch back to Rmail mode. Alternatively, you can return to Rmail mode but cancel any editing that you have done, by typing C-c C-]. Entering Rmail Edit mode runs the hook text-mode-hook; then it runs the hook rmailedit-mode-hook (see Section 32.3.2 [Hooks], page 413). Returning to ordinary Rmail mode adds the attribute edited to the message, if you have made any changes in it.
332
where square brackets denote optional elements. proto user password Specifies the mailbox protocol, or format to use. The exact semantics of the rest of URL elements depends on the actual value of proto (see below). User name to access the remote mailbox. User password to access the remote mailbox.
host-or-file-name Hostname of the remote server for remote mailboxes or file name of a local mailbox. Proto can be one of: mbox Usual UNIX mailbox format. In this case, neither user nor pass are used, and host-or-file-name denotes the file name of the mailbox file, e.g., mbox://var/spool/mail/smith. A local mailbox in the MH format. User and pass are not used. Host-or-filename denotes the name of MH folder, e.g., mh://Mail/inbox. A local mailbox in the maildir format. User and pass are not used, and host-orfile-name denotes the name of maildir mailbox, e.g., maildir://mail/inbox. Any local mailbox format. movemail. Its actual format is detected automatically by
A remote mailbox to be accessed via POP3 protocol. User specifies the remote user name to use, pass may be used to specify the user password, host-or-filename is the name or IP address of the remote mail server to connect to; e.g., pop://smith:[email protected]. A remote mailbox to be accessed via IMAP4 protocol. User specifies the remote user name to use, pass may be used to specify the user password, host-or-filename is the name or IP address of the remote mail server to connect to; e.g., imap://smith:[email protected].
imap
333
Alternatively, you can specify the file name of the mailbox to use. This is equivalent to specifying the file protocol:
/var/spool/mail/user file://var/spool/mail/user
The variable rmail-movemail-program controls which version of movemail to use. If that is a string, it specifies the absolute file name of the movemail executable. If it is nil, Rmail searches for movemail in the directories listed in rmail-movemail-search-path and exec-path, then in exec-directory.
334
retrieve POP mail when rmail-remote-password and rmail-remote-password-required are unset. Some POP servers store messages in reverse order. If your server does this, and you would rather read your mail in the order in which it was received, you can tell movemail to reverse the order of downloaded messages by adding the -r flag to rmail-movemail-flags. Mailutils movemail supports TLS encryption. If you wish to use it, add the --tls flag to rmail-movemail-flags.
335
336
j (dired-goto-file) prompts for a file name using the minibuffer, and moves point to the line in the Dired buffer describing that file. M-s f C-s (dired-isearch-filenames) performs a forward incremental search in the Dired buffer, looking for matches only amongst the file names and ignoring the rest of the text in the buffer. M-s f M-C-s (dired-isearch-filenames-regexp) does the same, using a regular expression search. If you change the variable dired-isearch-filenames to t, then the usual search commands also limit themselves to the file names; for instance, C-s behaves like M-s f C-s. If the value is dwim, then search commands match the file names only when point was on a file name initially. See Chapter 12 [Search], page 80, for information about incremental search. Some additional navigation commands are available when the Dired buffer includes several directories. See Section 29.12 [Subdirectory Motion], page 344.
You can flag a file for deletion by moving to the line describing the file and typing d (dired-flag-file-deletion). The deletion flag is visible as a D at the beginning of the line. This command moves point to the next line, so that repeated d commands flag successive files. A numeric argument serves as a repeat count. The reason for flagging files for deletion, rather than deleting files immediately, is to reduce the danger of deleting a file accidentally. Until you direct Dired to delete the flagged files, you can remove deletion flags using the commands u and DEL. u (dired-unmark) works just like d, but removes flags rather than making flags. DEL (dired-unmarkbackward) moves upward, removing flags; it is like u with argument 1. To delete the flagged files, type x (dired-do-flagged-delete). This command first displays a list of all the file names flagged for deletion, and requests confirmation with yes. If you confirm, Dired deletes the flagged files, then deletes their lines from the text of the Dired buffer. The Dired buffer, with somewhat fewer lines, remains selected. If you answer no or quit with C-g when asked to confirm, you return immediately to Dired, with the deletion flags still present in the buffer, and no files actually deleted. You can delete empty directories just like other files, but normally Dired cannot delete directories that are nonempty. If the variable dired-recursive-deletes is non-nil, then Dired can delete nonempty directories including all their contents. That can be somewhat risky. On some systems, there is a facility called the Trash or Recycle Bin, but Emacs does not use it by default. Thus, when you delete a file in Dired, it is gone forever. However, you can tell Emacs to use the Trash for file deletion, by changing the variable delete-bymoving-to-trash to t. See Section 15.10 [Misc File Ops], page 130, for more information about the Trash.
337
. (Period) Flag excess numeric backup files for deletion. The oldest and newest few backup files of any one file are exempt; the middle ones are flagged. %& Flag for deletion all files with certain kinds of names which suggest you could easily create those files again.
% d regexp RET Flag for deletion all files whose names match the regular expression regexp. # (dired-flag-auto-save-files) flags all files whose names look like auto-save files that is, files whose names begin and end with #. See Section 15.5 [Auto Save], page 124. ~ (dired-flag-backup-files) flags all files whose names say they are backup filesthat is, files whose names end in ~. See Section 15.3.2 [Backup], page 118. . (period, dired-clean-directory) flags just some of the backup files for deletion: all but the oldest few and newest few backups of any one file. Normally, the number of newest versions kept for each file is given by the variable dired-kept-versions (not kept-newversions; that applies only when saving). The number of oldest versions to keep is given by the variable kept-old-versions. Period with a positive numeric argument, as in C-u 3 ., specifies the number of newest versions to keep, overriding dired-kept-versions. A negative numeric argument overrides kept-old-versions, using minus the value of the argument to specify the number of oldest versions of each file to keep. % & (dired-flag-garbage-files) flags files whose names match the regular expression specified by the variable dired-garbage-files-regexp. By default, this matches certain files produced by TEX, .bak files, and the .orig and .rej files produced by patch. % d flags all files whose names match a specified regular expression (dired-flag-filesregexp). Only the non-directory part of the file name is used in matching. You can use ^ and $ to anchor matches. You can exclude certain subdirectories from marking by hiding them while you use % d. See Section 29.13 [Hiding Subdirectories], page 345.
338
Like f, but uses another window to display the files buffer (dired-find-fileother-window). The Dired buffer remains visible in the first window. This is like using C-x 4 C-f to visit the file. See Chapter 17 [Windows], page 146. Visit the file described on the current line, and display the buffer in another window, but do not select that window (dired-display-file). Visit the file named by the line you click on (dired-mouse-find-file-otherwindow). This uses another window to display the file, like the o command. View the file described on the current line, using M-x view-file (dired-viewfile). Viewing a file with view-file is like visiting it, but is slanted toward moving around in the file conveniently and does not allow changing the file. See Section 15.10 [Miscellaneous File Operations], page 130. Visit the parent directory of the current directory (dired-up-directory). This is equivalent to moving to the line for .. and typing f there.
** *@ */ *s u *u DEL * DEL *! U
339
* ? markchar M-DEL Remove all marks that use the character markchar (dired-unmark-allfiles). The argument is a single characterdo not use RET to terminate it. See the description of the * c command below, which lets you replace one mark character with another. With a numeric argument, this command queries about each marked file, asking whether to remove its mark. You can answer y meaning yes, n meaning no, or ! to remove the marks from the remaining files without asking about them. * C-n M-} * C-p M-{ t *t Move down to the next marked file (dired-next-marked-file) A file is marked if it has any kind of mark. Move up to the previous marked file (dired-prev-marked-file) Toggle all marks (dired-toggle-marks): files marked with * become unmarked, and unmarked files are marked with *. Files marked in any other way are not affected.
* c old-markchar new-markchar Replace all marks that use the character old-markchar with marks that use the character new-markchar (dired-change-marks). This command is the primary way to create or use marks other than * or D. The arguments are single charactersdo not use RET to terminate them. You can use almost any character as a mark character by means of this command, to distinguish various classes of files. If old-markchar is a space ( ), then the command operates on all unmarked files; if new-markchar is a space, then the command unmarks the files it acts on. To illustrate the power of this command, here is how to put D flags on all the files that have no marks, while unflagging all those that already have D flags: * c D t * c SPC D * c t SPC This assumes that no files were already marked with t. % m regexp RET * % regexp RET Mark (with *) all files whose names match the regular expression regexp (dired-mark-files-regexp). This command is like % d, except that it marks files with * instead of flagging with D. Only the non-directory part of the file name is used in matching. Use ^ and $ to anchor matches. You can exclude subdirectories by temporarily hiding them (see Section 29.13 [Hiding Subdirectories], page 345). % g regexp RET Mark (with *) all files whose contents contain a match for the regular expression regexp (dired-mark-files-containing-regexp). This command is like % m, except that it searches the file contents instead of the file name.
340
Undo changes in the Dired buffer, such as adding or removing marks (diredundo). This command does not revert the actual file operations, nor recover lost files! It just undoes changes in the buffer itself. In some cases, using this after commands that operate on files can cause trouble. For example, after renaming one or more files, dired-undo restores the original names in the Dired buffer, which gets the Dired buffer out of sync with the actual contents of the directory.
R new RET Rename the specified files (dired-do-rename). If you rename a single file, the argument new is the new name of the file. If you rename several files, the
341
argument new is the directory into which to move the files (this is like the shell command mv). Dired automatically changes the visited file name of buffers associated with renamed files so that they refer to the new names. H new RET Make hard links to the specified files (dired-do-hardlink). This is like the shell command ln. The argument new is the directory to make the links in, or (if making just one link) the name to give the link. S new RET Make symbolic links to the specified files (dired-do-symlink). This is like ln -s. The argument new is the directory to make the links in, or (if making just one link) the name to give the link. M modespec RET Change the mode (also called permission bits) of the specified files (direddo-chmod). This uses the chmod program, so modespec can be any argument that chmod can handle. G newgroup RET Change the group of the specified files to newgroup (dired-do-chgrp). O newowner RET Change the owner of the specified files to newowner (dired-do-chown). (On most systems, only the superuser can do this.) The variable dired-chown-program specifies the name of the program to use to do the work (different systems put chown in different places). T timestamp RET Touch the specified files (dired-do-touch). This means updating their modification times to the present time. This is like the shell command touch. P command RET Print the specified files (dired-do-print). You must specify the command to print them with, but the minibuffer starts out with a suitable guess made using the variables lpr-command and lpr-switches (the same variables that lpr-buffer uses; see Section 31.5 [Printing], page 387). Z L B Compress the specified files (dired-do-compress). If the file appears to be a compressed file already, uncompress it instead. Load the specified Emacs Lisp files (dired-do-load). See Section 24.8 [Lisp Libraries], page 269. Byte compile the specified Emacs Lisp files (dired-do-byte-compile). See Section Byte Compilation in The Emacs Lisp Reference Manual .
A regexp RET Search all the specified files for the regular expression regexp (dired-dosearch). This command is a variant of tags-search. The search stops at the first match it finds; use M-, to resume the search and find the next match. See Section 25.3.6 [Tags Search], page 298.
342
Q regexp RET to RET Perform query-replace-regexp on each of the specified files, replacing matches for regexp with the string to (dired-do-query-replace-regexp). This command is a variant of tags-query-replace. If you exit the query replace loop, you can use M-, to resume the scan and replace more matches. See Section 25.3.6 [Tags Search], page 298.
343
The four regular-expression substitution commands effectively perform a search-andreplace on the selected file names. They read two arguments: a regular expression from, and a substitution pattern to ; they match each old file name against from, and then replace the matching part with to. You can use \& and \digit in to to refer to all or part of what the pattern matched in the old file name, as in replace-regexp (see Section 12.9.2 [Regexp Replace], page 92). If the regular expression matches more than once in a file name, only the first match is replaced. For example, % R ^.*$ RET x-\& RET renames each selected file by prepending x- to its name. The inverse of this, removing x- from the front of each file name, is also possible: one method is % R ^x-\(.*\)$ RET \1 RET; another is % R ^x- RET RET. (Use ^ and $ to anchor matches that should span the whole file name.) Normally, the replacement process does not consider the files directory names; it operates on the file name within the directory. If you specify a numeric argument of zero, then replacement affects the entire absolute file name including directory name. (A non-zero argument specifies the number of files to operate on.) You may want to select the set of files to operate on using the same regexp from that you will use to operate on them. To do this, mark those files with % m from RET, then use the same regular expression in the command to operate on the files. To make this more convenient, the % commands to operate on files use the last regular expression specified in any % command as a default.
344
M-=
345
Go to next subdirectory header line, regardless of level (dired-next-subdir). Go to previous subdirectory header line, regardless of level (dired-prevsubdir). Go up to the parent directorys header line (dired-tree-up). Go down in the directory tree, to the first subdirectorys header line (diredtree-down). Move up to the previous directory-file line (dired-prev-dirline). These lines are the ones that describe a directory as a file in its parent directory. Move down to the next directory-file line (dired-prev-dirline).
M-$
Ordinary Dired commands never consider files inside a hidden subdirectory. For example, the commands to operate on marked files ignore files in hidden directories even if they are marked. Thus you can use hiding to temporarily exclude subdirectories from operations without having to remove the Dired marks on files in those subdirectories. See Section 29.14 [Dired Updating], page 345, for how to insert or delete a subdirectory listing.
C-u s switches RET Refresh the Dired buffer using switches as dired-listing-switches.
346
Type g (revert-buffer) to update the contents of the Dired buffer, based on changes in the files and directories listed. This preserves all marks except for those on files that have vanished. Hidden subdirectories are updated but remain hidden. To update only some of the files, type l (dired-do-redisplay). Like the Dired fileoperating commands, this command operates on the next n files (or previous n files), or on the marked files if any, or on the current file. Updating the files means reading their current status, then updating their lines in the buffer to indicate that status. If you use l on a subdirectory header line, it updates the contents of the corresponding subdirectory. If you use C-x d or some other Dired command to visit a directory that is already being shown in a Dired buffer, Dired switches to that buffer but does not update it. If the buffer is not up-to-date, Dired displays a warning telling you to type G to update it. You can also tell Emacs to revert each Dired buffer automatically when you revisit it, by setting the variable dired-auto-revert-buffer to a non-nil value. To delete the specified file lines from the buffernot delete the filestype k (direddo-kill-lines). Like the file-operating commands, this command operates on the next n files, or on the marked files if any; but it does not operate on the current file as a last resort. If you use k with a numeric prefix argument to kill the line for a file that is a directory, which you have inserted in the Dired buffer as a subdirectory, it deletes that subdirectory from the buffer as well. Typing C-u k on the header line for a subdirectory also deletes the subdirectory from the Dired buffer. The g command brings back any individual lines that you have killed in this way, but not subdirectoriesyou must use i to reinsert a subdirectory. The files in a Dired buffers are normally listed in alphabetical order by file names. Alternatively Dired can sort them by date/time. The Dired command s (dired-sorttoggle-or-edit) switches between these two sorting modes. The mode line in a Dired buffer indicates which way it is currently sortedby name, or by date. C-u s switches RET lets you specify a new value for dired-listing-switches.
347
The most general command in this series is M-x find-dired, which lets you specify any condition that find can test. It takes two minibuffer arguments, directory and find-args ; it runs find in directory, passing find-args to tell find what condition to test. To use this command, you need to know how to use find. The format of listing produced by these commands is controlled by the variable findls-option, whose default value specifies using options -ld for ls. If your listings are corrupted, you may need to change the value of this variable. The command M-x locate provides a similar interface to the locate program. M-x locate-with-filter is similar, but keeps only files whose names match a given regular expression. These buffers dont work entirely like ordinary Dired buffers: file operations work, but do not always automatically update the buffer. Reverting the buffer with g deletes all inserted subdirectories, and erases all flags and marks.
348
With point in the thumbnail buffer, you can type RET (image-dired-displaythumbnail-original-image) to display a sized version of it in another window. This sizes the image to fit the window. Use the arrow keys to move around in the buffer. For easy browsing, use SPC (image-dired-display-next-thumbnail-original) to advance and display the next image. Typing DEL (image-dired-displayprevious-thumbnail-original) backs up to the previous thumbnail and displays that instead. To view and the image in its original size, either provide a prefix argument (C-u) before pressing RET, or type C-RET (image-dired-thumbnail-display-external) to display the image in an external viewer. You must first configure image-dired-external-viewer. You can delete images through Image-Dired also. Type d (image-dired-flag-thumboriginal-file) to flag the image file for deletion in the Dired buffer. You can also delete the thumbnail image from the thumbnail buffer with C-d (image-dired-delete-char). More advanced features include image tags, which are metadata used to categorize image files. The tags are stored in a plain text file configured by image-dired-db-file. To tag image files, mark them in the dired buffer (you can also mark files in Dired from the thumbnail buffer by typing m) and type C-t t (image-dired-tag-files). This reads the tag name in the minibuffer. To mark files having a certain tag, type C-t f (imagedired-mark-tagged-files). After marking image files with a certain tag, you can use C-t d to view them. You can also tag a file directly from the thumbnail buffer by typing t t and you can remove a tag by typing t r. There is also a special tag called comment for each file (it is not a tag in the exact same sense as the other tags, it is handled slightly different). That is used to enter a comment or description about the image. You comment a file from the thumbnail buffer by typing c. You will be prompted for a comment. Type C-t c to add a comment from Dired (image-dired-dired-comment-files). Image-Dired also provides simple image manipulation. In the thumbnail buffer, type L to rotate the original image 90 degrees anti clockwise, and R to rotate it 90 degrees clockwise. This rotation is lossless, and uses an external utility called JpegTRAN.
349
directory. (This can still contain slashes if in a subdirectory.) As a special case, if point is on a directory headerline, w gives you the absolute name of that directory. Any prefix argument or marked files are ignored in this case. The main purpose of this command is so that you can yank the file names into arguments for other Emacs commands. It also displays what it added to the kill ring, so you can use it to display the list of currently marked files in the echo area. If the directory you are visiting is under version control (see Section 25.1 [Version Control], page 273), then the normal VC diff and log commands will operate on the selected files. The command M-x dired-compare-directories is used to compare the current Dired buffer with another directory. It marks all the files that are different between the two directories. It puts these marks in all Dired buffers where these files are listed, which of course includes the current buffer. The default comparison method (used if you type RET at the prompt) is to compare just the file nameseach file name that does not appear in the other directory is different. You can specify more stringent comparisons by entering a Lisp expression, which can refer to the variables size1 and size2, the respective file sizes; mtime1 and mtime2, the last modification times in seconds, as floating point numbers; and fa1 and fa2, the respective file attribute lists (as returned by the function file-attributes). This expression is evaluated for each pair of like-named files, and if the expressions value is non-nil, those files are considered different. For instance, the sequence M-x dired-compare-directories RET (> mtime1 mtime2) RET marks files newer in this directory than in the other, and marks files older in the other directory than in this one. It also marks files with no counterpart, in both directories, as always. On the X window system, Emacs supports the drag and drop protocol. You can drag a file object from another program, and drop it onto a Dired buffer; this either moves, copies, or creates a link to the file in that directory. Precisely which action is taken is determined by the originating program. Dragging files out of a Dired buffer is currently not supported.
350
The day and week commands are natural analogues of the usual Emacs commands for moving by characters and by lines. Just as C-n usually moves to the same column in the following line, in Calendar mode it moves to the same day in the following week. And C-p moves to the same day in the previous week. The arrow keys are equivalent to C-f, C-b, C-n and C-p, just as they normally are in other modes. The commands for motion by months and years work like those for weeks, but move a larger distance. The month commands M-} and M-{ move forward or backward by an entire month. The year commands C-x ] and C-x [ move forward or backward a whole year.
351
The easiest way to remember these commands is to consider months and years analogous to paragraphs and pages of text, respectively. But the commands themselves are not quite analogous. The ordinary Emacs paragraph commands move to the beginning or end of a paragraph, whereas these month and year commands move by an entire month or an entire year, keeping the same date within the month or year. All these commands accept a numeric argument as a repeat count. For convenience, the digit keys and the minus sign specify numeric arguments in Calendar mode even without the Meta modifier. For example, 100 C-f moves point 100 days forward from its present location.
These commands also take numeric arguments as repeat counts, with the repeat count indicating how many weeks, months, or years to move backward or forward. By default, weeks begin on Sunday. To make them begin on Monday instead, set the variable calendar-week-start-day to 1.
g d (calendar-goto-date) prompts for a year, a month, and a day of the month, and then moves to that date. Because the calendar includes all dates from the beginning of the current era, you must type the year in its entirety; that is, type 1990, not 90. g D (calendar-goto-day-of-year) prompts for a year and day number, and moves to that date. Negative day numbers count backward from the end of the year. g w (calendariso-goto-week) prompts for a year and week number, and moves to that week. o (calendar-other-month) prompts for a month and year, then centers the three-month calendar around that month. You can return to todays date with . (calendar-goto-today).
352
The most basic calendar scroll commands scroll by one month at a time. This means that there are two months of overlap between the display before the command and the display after. > scrolls the calendar contents one month forward in time. < scrolls the contents one month backwards in time. The commands C-v and M-v scroll the calendar by an entire screenfulthree months in analogy with the usual meaning of these commands. C-v makes later dates visible and M-v makes earlier dates visible. These commands take a numeric argument as a repeat count; in particular, since C-u multiplies the next command by four, typing C-u C-v scrolls the calendar forward by a year and typing C-u M-v scrolls the calendar backward by a year. The function keys NEXT and PRIOR are equivalent to C-v and M-v, just as they are in other modes.
To determine the number of days in the region, type M-= (calendar-count-daysregion). The numbers of days shown is inclusive ; that is, it includes the days specified by mark and point.
353
To display the number of days elapsed since the start of the year, or the number of days remaining in the year, type the p d command (calendar-print-day-of-year). This displays both of those numbers in the echo area. The count of days elapsed includes the selected date. The count of days remaining does not include that date. If the calendar window text gets corrupted, type C-c C-l (calendar-redraw) to redraw it. (This can only happen if you use non-Calendar-mode editing commands.) In Calendar mode, you can use SPC (scroll-other-window) and DEL (scroll-otherwindow-down) to scroll the other window (if there is one) up or down, respectively. This is handy when you display a list of holidays or diary entries in another window. To exit from the calendar, type q (calendar-exit). This buries all buffers related to the calendar, selecting other buffers. (If a frame contains a dedicated calendar window, exiting from the calendar deletes or iconifies that frame depending on the value of calendarremove-frame-by-deleting.)
If the variable cal-html-print-day-number-flag is non-nil, then the monthly calendars show the day-of-the-year number. The variable cal-html-year-index-cols specifies the number of columns in the yearly index page. The Calendar LaTEX commands produce a buffer of LaTEX code that prints as a calendar. Depending on the command you use, the printed calendar covers the day, week, month or year that point is in. tm tM td tw1 tw2 Generate a one-month calendar (cal-tex-cursor-month). Generate a sideways-printing one-month calendar (cal-tex-cursor-monthlandscape). Generate a one-day calendar (cal-tex-cursor-day). Generate a one-page calendar for one week (cal-tex-cursor-week). Generate a two-page calendar for one week (cal-tex-cursor-week2).
354
Generate an ISO-style calendar for one week (cal-tex-cursor-week-iso). Generate a calendar for one Monday-starting week (cal-tex-cursor-weekmonday). Generate a Filofax-style two-weeks-at-a-glance calendar (cal-tex-cursorfilofax-2week). Generate a Filofax-style one-week-at-a-glance calendar (cal-tex-cursorfilofax-week). Generate a calendar for one year (cal-tex-cursor-year). Generate a sideways-printing calendar for one year (cal-tex-cursor-yearlandscape). Generate a Filofax-style calendar for one year (cal-tex-cursor-filofaxyear).
Some of these commands print the calendar sideways (in landscape mode), so it can be wider than it is long. Some of them use Filofax paper size (3.75in x 6.75in). All of these commands accept a prefix argument which specifies how many days, weeks, months or years to print (starting always with the selected one). If the variable cal-tex-holidays is non-nil (the default), then the printed calendars show the holidays in calendar-holidays. If the variable cal-tex-diary is non-nil (the default is nil), diary entries are included also (in monthly, filofax, and iso-week calendars only). If the variable cal-tex-rules is non-nil (the default is nil), the calendar displays ruled pages in styles that have sufficient room. Consult the documentation of the individual cal-tex functions to see which calendars support which features. You can use the variable cal-tex-preamble-extra to insert extra LaTEX commands in the preamble of the generated document if you need to.
30.6 Holidays
The Emacs calendar knows about many major and minor holidays, and can display them. You can add your own holidays to the default list. h Display holidays for the selected date (calendar-cursor-holidays).
Mouse-3 Holidays Display any holidays for the date you click on. x u a Mark holidays in the calendar window (calendar-mark-holidays). Unmark calendar window (calendar-unmark). List all holidays for the displayed three months in another window (calendarlist-holidays).
M-x holidays List all holidays for three months around todays date in another window. M-x list-holidays List holidays in another window for a specified range of years.
355
To see if any holidays fall on a given date, position point on that date in the calendar window and use the h command. Alternatively, click on that date with Mouse-3 and then choose Holidays from the menu that appears. Either way, this displays the holidays for that date, in the echo area if they fit there, otherwise in a separate window. To view the distribution of holidays for all the dates shown in the calendar, use the x command. This displays the dates that are holidays in a different face. See Info file emacs-xtra, node Calendar Customizing. The command applies both to the currently visible months and to other months that subsequently become visible by scrolling. To turn marking off and erase the current marks, type u, which also erases any diary marks (see Section 30.10 [Diary], page 361). If the variable calendar-mark-holidays-flag is non-nil, creating or updating the calendar marks holidays automatically. To get even more detailed information, use the a command, which displays a separate buffer containing a list of all holidays in the current three-month range. You can use SPC and DEL in the calendar window to scroll that list up and down, respectively. The command M-x holidays displays the list of holidays for the current month and the preceding and succeeding months; this works even if you dont have a calendar window. If the variable calendar-view-holidays-initially-flag is non-nil, creating the calendar displays holidays in this way. If you want the list of holidays centered around a different month, use C-u M-x holidays, which prompts for the month and year. The holidays known to Emacs include United States holidays and the major Bahai, Chinese, Christian, Islamic, and Jewish holidays; also the solstices and equinoxes. The command M-x holiday-list displays the list of holidays for a range of years. This function asks you for the starting and stopping years, and allows you to choose all the holidays or one of several categories of holidays. You can use this command even if you dont have a calendar window. The dates used by Emacs for holidays are based on current practice, not historical fact. For example Veterans Day began in 1919, but is shown in earlier years.
Mouse-3 Sunrise/sunset Display times of sunrise and sunset for the date you click on. M-x sunrise-sunset Display times of sunrise and sunset for todays date. C-u M-x sunrise-sunset Display times of sunrise and sunset for a specified date. M-x calendar-sunrise-sunset-month Display times of sunrise and sunset for the selected month. Within the calendar, to display the local times of sunrise and sunset in the echo area, move point to the date you want, and type S. Alternatively, click Mouse-3 on the date, then
356
choose Sunrise/sunset from the menu that appears. The command M-x sunrise-sunset is available outside the calendar to display this information for todays date or a specified date. To specify a date other than today, use C-u M-x sunrise-sunset, which prompts for the year, month, and day. You can display the times of sunrise and sunset for any location and any date with C-u C-u M-x sunrise-sunset. This asks you for a longitude, latitude, number of minutes difference from Coordinated Universal Time, and date, and then tells you the times of sunrise and sunset for that location on that date. Because the times of sunrise and sunset depend on the location on earth, you need to tell Emacs your latitude, longitude, and location name before using these commands. Here is an example of what to set: (setq calendar-latitude 40.1) (setq calendar-longitude -88.2) (setq calendar-location-name "Urbana, IL") Use one decimal place in the values of calendar-latitude and calendar-longitude. Your time zone also affects the local time of sunrise and sunset. Emacs usually gets time zone information from the operating system, but if these values are not what you want (or if the operating system does not supply them), you must set them yourself. Here is an example: (setq calendar-time-zone -360) (setq calendar-standard-time-zone-name "CST") (setq calendar-daylight-time-zone-name "CDT") The value of calendar-time-zone is the number of minutes difference between your local standard time and Coordinated Universal Time (Greenwich time). The values of calendarstandard-time-zone-name and calendar-daylight-time-zone-name are the abbreviations used in your time zone. Emacs displays the times of sunrise and sunset corrected for daylight saving time. See Section 30.13 [Daylight Saving], page 367, for how daylight saving time is determined. As a user, you might find it convenient to set the calendar location variables for your usual physical location in your .emacs file. And when you install Emacs on a machine, you can create a default.el file which sets them properly for the typical location of most users of that machine. See Section 32.6 [Init File], page 428.
M-x lunar-phases Display dates and times of the quarters of the moon for three months around todays date.
357
Within the calendar, use the M command to display a separate buffer of the phases of the moon for the current three-month range. The dates and times listed are accurate to within a few minutes. Outside the calendar, use the command M-x lunar-phases to display the list of the phases of the moon for the current month and the preceding and succeeding months. For information about a different month, use C-u M-x lunar-phases, which prompts for the month and year. The dates and times given for the phases of the moon are given in local time (corrected for daylight saving, when appropriate). See the discussion in the previous section. See Section 30.7 [Sunrise/Sunset], page 355.
358
dispute the exact correlation between the Mayan calendar and our calendar; Emacs uses the Goodman-Martinez-Thompson correlation in its calculations. The Copts use a calendar based on the ancient Egyptian solar calendar. Their calendar consists of twelve 30-day months followed by an extra five-day period. Once every fourth year they add a leap day to this extra period to make it six days. The Ethiopic calendar is identical in structure, but has different year numbers and month names. The Persians use a solar calendar based on a design of Omar Khayyam. Their calendar consists of twelve months of which the first six have 31 days, the next five have 30 days, and the last has 29 in ordinary years and 30 in leap years. Leap years occur in a complicated pattern every four or five years. The calendar implemented here is the arithmetical Persian calendar championed by Birashk, based on a 2,820-year cycle. It differs from the astronomical Persian calendar, which is based on astronomical events. As of this writing the first future discrepancy is projected to occur on March 20, 2025. It is currently not clear what the official calendar of Iran will be that far into the future. The Chinese calendar is a complicated system of lunar months arranged into solar years. The years go in cycles of sixty, each year containing either twelve months in an ordinary year or thirteen months in a leap year; each month has either 29 or 30 days. Years, ordinary months, and days are named by combining one of ten celestial stems with one of twelve terrestrial branches for a total of sixty names that are repeated in a cycle of sixty. The Bahai calendar system is based on a solar cycle of 19 months with 19 days each. The four remaining intercalary days are placed between the 18th and 19th months.
359
pe pp pm
Display Ethiopic date for selected day (calendar-ethiopic-print-date). Display Persian date for selected day (calendar-persian-print-date). Display Mayan date for selected day (calendar-mayan-print-date).
If you are using a graphic display, the easiest way to translate a date into other calendars is to click on it with Mouse-3, then choose Other calendars from the menu that appears. This displays the equivalent forms of the date in all the calendars Emacs understands, in the form of a menu. (Choosing an alternative from this menu doesnt actually do anythingthe menu is used only for display.) Otherwise, move point to the date you want to convert, then type the appropriate command starting with p from the table above. The prefix p is a mnemonic for print, since Emacs prints the equivalent date in the echo area. p o displays the date in all forms known to Emacs.
360
These commands ask you for a date on the other calendar, move point to the Gregorian calendar date equivalent to that date, and display the other calendars date in the echo area. Emacs uses strict completion (see Section 5.3.3 [Strict Completion], page 30) whenever it asks you to type a month name, so you dont have to worry about the spelling of Hebrew, Islamic, or French names. One common question concerning the Hebrew calendar is the computation of the anniversary of a date of death, called a yahrzeit. The Emacs calendar includes a facility for such calculations. If you are in the calendar, the command M-x calendar-hebrew-list-yahrzeits asks you for a range of years and then displays a list of the yahrzeit dates for those years for the date given by point. If you are not in the calendar, this command first asks you for the date of death and the range of years, and then displays the list of yahrzeit dates.
To understand these commands, you need to understand the Mayan calendars. The long count is a counting of days with these units: 1 kin = 1 day 1 uinal = 20 kin 1 tun = 18 uinal 1 katun = 20 tun 1 baktun = 20 katun Thus, the long count date 12.16.11.16.6 means 12 baktun, 16 katun, 11 tun, 16 uinal, and 6 kin. The Emacs calendar can handle Mayan long count dates as early as 7.17.18.13.3, but no earlier. When you use the g m l command, type the Mayan long count date with the baktun, katun, tun, uinal, and kin separated by periods. The Mayan tzolkin calendar is a cycle of 260 days formed by a pair of independent cycles of 13 and 20 days. Since this cycle repeats endlessly, Emacs provides commands to move backward and forward to the previous or next point in the cycle. Type g m p t to go to the previous tzolkin date; Emacs asks you for a tzolkin date and moves point to the previous occurrence of that date. Similarly, type g m n t to go to the next occurrence of a tzolkin date.
361
The Mayan haab calendar is a cycle of 365 days arranged as 18 months of 20 days each, followed a 5-day monthless period. Like the tzolkin cycle, this cycle repeats endlessly, and there are commands to move backward and forward to the previous or next point in the cycle. Type g m p h to go to the previous haab date; Emacs asks you for a haab date and moves point to the previous occurrence of that date. Similarly, type g m n h to go to the next occurrence of a haab date. The Maya also used the combination of the tzolkin date and the haab date. This combination is a cycle of about 52 years called a calendar round. If you type g m p c, Emacs asks you for both a haab and a tzolkin date and then moves point to the previous occurrence of that combination. Use g m n c to move point to the next occurrence of a combination. These commands signal an error if the haab/tzolkin date combination you have typed is impossible. Emacs uses strict completion (see Section 5.3.3 [Strict Completion], page 30) whenever it asks you to type a Mayan name, so you dont have to worry about spelling.
362
Mouse-3 Diary Display all diary entries for the date you click on. s m u Display the entire diary file (diary-show-all-entries). Mark all visible dates that have diary entries (diary-mark-entries). Unmark the calendar window (calendar-unmark).
M-x diary-print-entries Print hard copy of the diary display as it appears. M-x diary Display all diary entries for todays date. M-x diary-mail-entries Mail yourself email reminders about upcoming diary entries. Displaying the diary entries with d shows in a separate window the diary entries for the selected date in the calendar. The mode line of the new window shows the date of the diary entries. Holidays are shown either in the buffer or in the mode line, depending on the display method you choose (see Section Diary Display in Specialized Emacs Features ). If you specify a numeric argument with d, it shows all the diary entries for that many successive days. Thus, 2 d displays all the entries for the selected date and for the following day. Another way to display the diary entries for a date is to click Mouse-3 on the date, and then choose Diary entries from the menu that appears. If the variable calendarview-diary-initially-flag is non-nil, creating the calendar lists the diary entries for the current date (provided the current date is visible). To get a broader view of which days are mentioned in the diary, use the m command. This marks the dates that have diary entries in a different face. See Info file emacs-xtra, node Calendar Customizing. The command applies both to the currently visible months and to other months that subsequently become visible by scrolling. To turn marking off and erase the current marks, type u, which also turns off holiday marks (see Section 30.6 [Holidays], page 354). If the variable calendar-mark-diary-entries-flag is non-nil, creating or updating the calendar marks diary dates automatically. To see the full diary file, rather than just some of the entries, use the s command. The command M-x diary displays the diary entries for the current date, independently of the calendar display, and optionally for the next few days as well; the variable diarynumber-of-entries specifies how many days to include. See Info file emacs-xtra, node Diary Customizing. If you put (diary) in your .emacs file, this automatically displays a window with the days diary entries, when you enter Emacs. Many users like to receive notice of events in their diary as email. To send such mail to yourself, use the command M-x diary-mail-entries. A prefix argument specifies how many days (starting with today) to check; otherwise, the variable diary-mail-days says how many days.
363
364
or two digits. The optional year is also a number, and may be abbreviated to the last two digits; that is, you can use 11/12/1989 or 11/12/89. Dates can also have the form monthname day or monthname day, year , where the months name can be spelled in full or abbreviated (with or without a period). The preferred abbreviations for month and day names can be set using the variables calendar-abbrevlength, calendar-month-abbrev-array, and calendar-day-abbrev-array. The default is to use the first three letters of a name as its abbreviation. Case is not significant. A date may be generic ; that is, partially unspecified. Then the entry applies to all dates that match the specification. If the date does not contain a year, it is generic and applies to any year. Alternatively, month, day, or year can be a *; this matches any month, day, or year, respectively. Thus, a diary entry 3/*/* matches any day in March of any year; so does march *. If you prefer the European style of writing dates (in which the day comes before the month), or the ISO style (in which the order is year, month, day), type M-x calendar-set-date-style while in the calendar, or customize the variable calendardate-style. This affects how diary dates are interpreted, date display, and the order in which some commands expect their arguments to be given. You can use the name of a day of the week as a generic date which applies to any date falling on that day of the week. You can abbreviate the day of the week as described above, or spell it in full; case is not significant.
You can make a diary entry for a specific date by selecting that date in the calendar window and typing the i d command. This command displays the end of your diary file in another window and inserts the date; you can then type the rest of the diary entry. If you want to make a diary entry that applies to a specific day of the week, select that day of the week (any occurrence will do) and type i w. This inserts the day-of-week as a generic date; you can then type the rest of the diary entry. You can make a monthly diary entry in the same fashion: select the day of the month, use the i m command, and type the rest of the entry. Similarly, you can insert a yearly diary entry with the i y command. All of the above commands make marking diary entries by default. To make a nonmarking diary entry, give a numeric argument to the command. For example, C-u i w makes a nonmarking weekly diary entry.
365
When you modify the diary file, be sure to save the file before exiting Emacs. Saving the diary file after using any of the above insertion commands will automatically update the diary marks in the calendar window, if appropriate. You can use the command calendarredraw to force an update at any time.
If you want to make a diary entry that applies to the anniversary of a specific date, move point to that date and use the i a command. This displays the end of your diary file in another window and inserts the anniversary description; you can then type the rest of the diary entry. The entry looks like this: %%(diary-anniversary 10 31 1948) Arthurs birthday This entry applies to October 31 in any year after 1948; 10 31 1948 specifies the date. (If you are using the European or ISO calendar style, the input order of month, day and year is different.) The reason this expression requires a beginning year is that advanced diary functions can use it to calculate the number of elapsed years. A block diary entry applies to a specified range of consecutive dates. Here is a block diary entry that applies to all dates from June 24, 1990 through July 10, 1990: %%(diary-block 6 24 1990 7 10 1990) Vacation The 6 24 1990 indicates the starting date and the 7 10 1990 indicates the stopping date. (Again, if you are using the European or ISO calendar style, the input order of month, day and year is different.) To insert a block entry, place point and the mark on the two dates that begin and end the range, and type i b. This command displays the end of your diary file in another window and inserts the block description; you can then type the diary entry. Cyclic diary entries repeat after a fixed interval of days. To create one, select the starting date and use the i c command. The command prompts for the length of interval, then inserts the entry, which looks like this: %%(diary-cyclic 50 3 1 1990) Renew medication This entry applies to March 1, 1990 and every 50th day following; 3 1 1990 specifies the starting date. (If you are using the European or ISO calendar style, the input order of month, day and year is different.)
366
All three of these commands make marking diary entries. To insert a nonmarking entry, give a numeric argument to the command. For example, C-u i a makes a nonmarking anniversary diary entry. Marking sexp diary entries in the calendar is extremely time-consuming, since every date visible in the calendar window must be individually checked. So its a good idea to make sexp diary entries nonmarking (with &) when possible. Another sophisticated kind of sexp entry, a floating diary entry, specifies a regularly occurring event by offsets specified in days, weeks, and months. It is comparable to a crontab entry interpreted by the cron utility. Here is a nonmarking, floating diary entry that applies to the fourth Thursday in November: &%%(diary-float 11 4 4) American Thanksgiving The 11 specifies November (the eleventh month), the 4 specifies Thursday (the fourth day of the week, where Sunday is numbered zero), and the second 4 specifies the fourth Thursday (1 would mean first, 2 would mean second, 2 would mean second-to-last, and so on). The month can be a single month or a list of months. Thus you could change the 11 above to (1 2 3) and have the entry apply to the last Thursday of January, February, and March. If the month is t, the entry applies to all months of the year. Each of the standard sexp diary entries takes an optional parameter specifying the name of a face or a single-character string to use when marking the entry in the calendar. Most generally, sexp diary entries can perform arbitrary computations to determine when they apply. See Info file emacs-xtra, node Sexp Diary Entries.
30.11 Appointments
If you have a diary entry for an appointment, and that diary entry begins with a recognizable time of day, Emacs can warn you several minutes beforehand that that appointment is pending. Emacs alerts you to the appointment by displaying a message in your chosen format, as specified by the variable appt-display-format. If the value of appt-audible is non-nil, the warning includes an audible reminder. In addition, if appt-display-modeline is non-nil, Emacs displays the number of minutes to the appointment on the mode line. If appt-display-format has the value window, then the variable appt-displayduration controls how long the reminder window is visible for; and the variables appt-disp-window-function and appt-delete-window-function give the names of functions used to create and destroy the window, respectively. To enable appointment notification, use the command M-x appt-activate. With a positive argument, it enables notification; with a negative argument, it disables notification; with no argument, it toggles. Enabling notification also sets up an appointment list for today from the diary file, giving all diary entries found with recognizable times of day, and reminds you just before each of them. For example, suppose the diary file contains these lines: Monday 9:30am Coffee break 12:00pm Lunch
367
Then on Mondays, you will be reminded at around 9:20am about your coffee break and at around 11:50am about lunch. The variable appt-message-warning-time specifies how many minutes (default 12) in advance to warn you. You can write times in am/pm style (with 12:00am standing for midnight and 12:00pm standing for noon), or 24-hour European/military style. You need not be consistent; your diary file can have a mixture of the two styles. Times must be at the beginning of diary entries if they are to be recognized. Emacs updates the appointments list from the diary file automatically just after midnight. You can force an update at any time by re-enabling appointment notification. Both these actions also display the days diary buffer, unless you set appt-display-diary to nil. The appointments list is also updated whenever the diary file (or a file it includes; see See Info file emacs-xtra, node Fancy Diary Display) is saved. You can also use the appointment notification facility like an alarm clock. The command M-x appt-add adds entries to the appointment list without affecting your diary file. You delete entries from the appointment list with M-x appt-delete.
368
varied historically from year to year. To do the job properly, Emacs needs to know which rules to use. Some operating systems keep track of the rules that apply to the place where you are; on these systems, Emacs gets the information it needs from the system automatically. If some or all of this information is missing, Emacs fills in the gaps with the rules currently used in Cambridge, Massachusetts. If the resulting rules are not what you want, you can tell Emacs the rules to use by setting certain variables: calendar-daylight-savings-starts and calendar-daylight-savings-ends. These values should be Lisp expressions that refer to the variable year, and evaluate to the Gregorian date on which daylight saving time starts or (respectively) ends, in the form of a list (month day year ). The values should be nil if your area does not use daylight saving time. Emacs uses these expressions to determine the starting date of daylight saving time for the holiday list and for correcting times of day in the solar and lunar calculations. The values for Cambridge, Massachusetts are as follows: (calendar-nth-named-day 2 0 3 year) (calendar-nth-named-day 1 0 11 year) That is, the second 0th day (Sunday) of the third month (March) in the year specified by year, and the first Sunday of the eleventh month (November) of that year. If daylight saving time were changed to start on October 1, you would set calendar-daylight-savingsstarts to this: (list 10 1 year) If there is no daylight saving time at your location, or if you want all times in standard time, set calendar-daylight-savings-starts and calendar-daylight-savings-ends to nil. The variable calendar-daylight-time-offset specifies the difference between daylight saving time and standard time, measured in minutes. The value for Cambridge, Massachusetts is 60. Finally, the two variables calendar-daylight-savings-starts-time and calendardaylight-savings-ends-time specify the number of minutes after midnight local time when the transition to and from daylight saving time should occur. For Cambridge, Massachusetts both variables values are 120.
369
If you want Emacs to display the amount of time left of your workday in the mode line, either customize the timeclock-modeline-display variable and set its value to t, or invoke the M-x timeclock-modeline-display command. Terminating the current Emacs session might or might not mean that you have stopped working on the project and, by default, Emacs asks you. You can, however, set customize the value of the variable timeclock-ask-before-exiting to nil to avoid the question; then, only an explicit M-x timeclock-out or M-x timeclock-change will tell Emacs that the current interval is over. The timeclock functions work by accumulating the data in a file called .timelog in your home directory. You can specify a different name for this file by customizing the variable timeclock-file. If you edit the timeclock file manually, or if you change the value of any of timeclocks customizable variables, you should run the command M-x timeclock-reread-log to update the data in Emacs from the file.
370
31 Miscellaneous Commands
This chapter contains several brief topics that do not fit anywhere else: viewing document files, reading netnews, running shell commands and shell subprocesses, using a single shared Emacs for utilities that expect to run an editor as a subprocess, printing hardcopy, sorting text, narrowing display to part of the buffer, editing double-column files and binary files, saving an Emacs session for later resumption, following hyperlinks, browsing images, emulating other editors, and various diversions and amusements.
31.1.1 Navigation
When in DocView mode, you can scroll the current page using the usual Emacs movement keys: C-p, C-n, C-b, C-f, and the arrow keys. By default, the line-motion keys C-p and C-n stop scrolling at the beginning and end of the current page, respectively. However, if you change the variable doc-view-continuous to a non-nil value, then C-p displays the previous page if you are already at the beginning of the current page, and C-n displays the next page if you are at the end of the current page. You can also display the next page by typing n, NEXT or C-x ] (doc-view-next-page). To display the previous page, type p, PRIOR or C-x [ (doc-view-previous-page). The SPC (doc-view-scroll-up-or-next-page) key is a convenient way to advance through the document. It scrolls within the current page or advances to the next. DEL moves backwards in a similar way (doc-view-scroll-down-or-previous-page).
371
To go to the first page, type M-< (doc-view-first-page); to go to the last one, type M-> (doc-view-last-page). To jump to a page by its number, type M-g M-g or M-g g (doc-view-goto-page).
31.1.2 Searching
While in DocView mode, you can search the files text for a regular expression (see Section 12.5 [Regexps], page 86). The interface for searching is inspired by isearch (see Section 12.1 [Incremental Search], page 80). To begin a search, type C-s (doc-view-search) or C-r (doc-view-search-backward). This reads a regular expression using a minibuffer, then echoes the number of matches found within the document. You can move forward and back among the matches by typing C-s and C-r. DocView mode has no way to show the match inside the page image; instead, it displays a tooltip (at the mouse position) listing all matching lines in the current page. To force display of this tooltip, type C-t (doc-view-show-tooltip). To start a new search, use the search command with a prefix argument; i.e., C-u C-s for a forward search or C-u C-r for a backward search.
31.1.3 Slicing
Documents often have wide margins for printing. They are annoying when reading the document on the screen, because they use up screen space and can cause inconvenient scrolling. With DocView you can hide these margins by selecting a slice of pages to display. A slice is a rectangle within the page area; once you specify a slice in DocView, it applies to whichever page you look at. To specify the slice numerically, type s s (doc-view-set-slice); then enter the top left pixel position and the slices width and height. A more convenient graphical way to specify the slice is with s m (doc-view-set-sliceusing-mouse), where you use the mouse to select the slice. To cancel the selected slice, type s r (doc-view-reset-slice). Then DocView shows the entire page including its entire margins.
31.1.4 Conversion
For efficiency, DocView caches the images produced by gs. The name of this directory is given by the variable doc-view-cache-directory. You can clear the cache directory by typing M-x doc-view-clear-cache. To force a reconversion of the currently viewed document, type r or g (revert-buffer). To kill the converter process associated with the current buffer, type K (doc-view-killproc). The command k (doc-view-kill-proc-and-buffer) kills the converter process and the DocView buffer. The zoom commands + (doc-view-enlarge) and - (doc-view-shrink) need to reconvert the document at the new size. The current page is converted first.
31.2 Gnus
Gnus is an Emacs package primarily designed for reading and posting Usenet news. It can also be used to read and respond to messages from a number of other sourcesmail, remote
372
directories, digests, and so on. Here we introduce Gnus and describe several basic features. For full details on Gnus, type C-h i and then select the Gnus manual. To start Gnus, type M-x gnus RET.
373
In the group buffer, update your .newsrc initialization file and quit Gnus. In the summary buffer, exit the current group and return to the group buffer. Thus, typing q twice quits Gnus.
In the group buffer, list all the groups available on your news server (except those you have killed). This may be a long list! In the group buffer, list only the groups to which you subscribe and which contain unread articles. In the group buffer, unsubscribe from (or subscribe to) the group listed in the line that point is on. When you quit Gnus by typing q, Gnus lists in your .newsrc file which groups you have subscribed to. The next time you start Gnus, you wont see this group, because Gnus normally displays only subscribed-to groups. In the group buffer, kill the current lines groupdont even list it in .newsrc from now on. This affects future Gnus sessions as well as the present session. When you quit Gnus by typing q, Gnus writes information in the file .newsrc describing all newsgroups except those you have killed.
C-k
SPC
In the group buffer, select the group on the line under the cursor and display the first unread article in that group. In the summary buffer, Select the article on the line under the cursor if none is selected. Scroll the text of the selected article (if there is one). Select the next unread article if at the end of the current article. Thus, you can move through all the articles by repeatedly typing SPC.
DEL
In the group buffer, move point to the previous group containing unread articles. In the summary buffer, scroll the text of the article backwards.
n p C-n C-p
Move point to the next unread group, or select the next unread article. Move point to the previous unread group, or select the previous unread article. Move point to the next or previous item, even if it is marked as read. This does not select the article or group on that line. In the summary buffer, do an incremental search of the current text in the article buffer, just as if you switched to the article buffer and typed C-s.
M-s regexp RET In the summary buffer, search forward for articles containing a match for regexp.
374
M-x eshell invokes a shell implemented entirely in Emacs. It is documented in a separate manual. See Section Eshell in Eshell: The Emacs Shell .
375
One use for M-| is to run gpg to see what keys are in the buffer. For instance, if the buffer contains a GPG key, type C-x h M-| gpg RET to feed the entire buffer contents to the gpg program. That program will ignore everything except the encoded keys, and will output a list of the keys the buffer contains. Both M-! and M-| use shell-file-name to specify the shell to use. This variable is initialized based on your SHELL environment variable when Emacs is started. If the file name is relative, Emacs searches the directories in the list exec-path; this list is initialized based on the environment variable PATH when Emacs is started. Your init file can override either or both of these default initializations (see Section 32.6 [Init File], page 428). Both M-! and M-| wait for the shell command to complete, unless you end the command with & to make it asynchronous. To stop waiting, type C-g to quit; that terminates the shell command with the signal SIGINTthe same signal that C-c normally generates in the shell. Emacs then waits until the command actually terminates. If the shell command doesnt stop (because it ignores the SIGINT signal), type C-g again; this sends the command a SIGKILL signal which is impossible to ignore. Asynchronous commands ending in & feed their output into the buffer *Async Shell Command*. Output arrives in that buffer regardless of whether it is visible in a window. To specify a coding system for M-! or M-|, use the command C-x RET c immediately beforehand. See Section 19.11 [Communication Coding], page 183. Error output from these commands is normally intermixed with the regular output. But if the variable shell-command-default-error-buffer has a string as value, and its the name of a buffer, M-! and M-| insert error output before point in that buffer.
376
variable PATH when Emacs is started. Your init file can override either or both of these default initializations. (see Section 32.6 [Init File], page 428). Emacs sends the new shell the contents of the file ~/.emacs_shellname as input, if it exists, where shellname is the name of the file that the shell was loaded from. For example, if you use bash, the file sent to it is ~/.emacs_bash. If this file is not found, Emacs tries to fallback on ~/.emacs.d/init_shellname.sh. To specify a coding system for the shell, you can use the command C-x RET c immediately before M-x shell. You can also change the coding system for a running subshell by typing C-x RET p in the shell buffer. See Section 19.11 [Communication Coding], page 183. Emacs sets the environment variable INSIDE_EMACS in the subshell to a comma-separated list including the Emacs version. Programs can check this variable to determine whether they are running inside an Emacs subshell. Emacs also sets the EMACS environment variable (to t) if it is not already defined. Warning: This environment variable is deprecated. Programs that check this variable should be changed to check INSIDE_EMACS instead.
TAB
C-c C-a
377
of the prompt on this linebut after C-c SPC the process mark may be in a previous line.) C-c SPC Accumulate multiple lines of input, then send them together. This command inserts a newline before point, but does not send the preceding text as input to the subshellat least, not yet. Both lines, the one before this newline and the one after, will be sent together (along with the newline that separates them), when you type RET. Kill all text pending at end of buffer to be sent as input (comint-kill-input). If point is not at end of buffer, this only kills the part of this text that precedes point. Kill a word before point (backward-kill-word). Interrupt the shell or its current subjob if any (comint-interrupt-subjob). This command also kills any shell input pending in the shell buffer and not yet sent. Stop the shell or its current subjob if any (comint-stop-subjob). This command also kills any shell input pending in the shell buffer and not yet sent. Send quit signal to the shell or its current subjob if any (comint-quit-subjob). This command also kills any shell input pending in the shell buffer and not yet sent. Delete the last batch of output from a shell command (comint-deleteoutput). This is useful if a shell command spews out lots of output that just gets in the way. This command used to be called comint-kill-output. Write the last batch of output from a shell command to a file (comint-writeoutput). With a prefix argument, the file is appended to instead. Any prompt at the end of the output is not written. Scroll to display the beginning of the last batch of output at the top of the window; also move the cursor there (comint-show-output). Scroll to put the end of the buffer at the bottom of the window (comint-showmaximum-output). Move forward across one shell command, but not beyond the current line (shell-forward-command). The variable shell-command-regexp specifies how to recognize the end of a command. Move backward across one shell command, but not beyond the current line (shell-backward-command). Ask the shell what its current directory is, so that Emacs can agree with the shell.
C-c C-u
C-c C-o
C-c C-s
M-x send-invisible RET text RET Send text as input to the shell, after reading it without echoing. This is useful when a shell command runs a program that asks for a password. Please note that Emacs will not echo passwords by default. If you really want them to be echoed, evaluate the following Lisp expression:
378
(remove-hook comint-output-filter-functions comint-watch-for-password-prompt) M-x comint-continue-subjob Continue the shell process. This is useful if you accidentally suspend the shell process.1 M-x comint-strip-ctrl-m Discard all control-M characters from the current group of shell output. The most convenient way to use this command is to make it run automatically when you get output from the subshell. To do that, evaluate this Lisp expression: (add-hook comint-output-filter-functions comint-strip-ctrl-m) M-x comint-truncate-buffer This command truncates the shell buffer to a certain maximum number of lines, specified by the variable comint-buffer-maximum-size. Heres how to do this automatically each time you get output from the subshell: (add-hook comint-output-filter-functions comint-truncate-buffer) Shell mode is a derivative of Comint mode, a general-purpose mode for communicating with interactive subprocesses. Most of the features of Shell mode actually come from Comint mode, as you can see from the command names listed above. The special features of Shell mode include the directory tracking feature, and a few user commands. Other Emacs features that use variants of Comint mode include GUD (see Section 24.6 [Debuggers], page 259) and M-x run-lisp (see Section 24.11 [External Lisp], page 272). You can use M-x comint-run to execute any program of your choice in a subprocess using unmodified Comint modewithout the specializations of Shell mode.
You should not suspend the shell process. Suspending a subjob of the shell is a completely different matterthat is normal practice, but you must use the shell to continue the subjob; this command wont do it.
379
In Shell mode, only shell prompts start new paragraphs. Thus, a paragraph consists of a prompt and the input and output that follow it. However, if comint-use-promptregexp is nil, the default, most paragraph commands do not cross field boundaries. This means that prompts, ranges of input, and ranges of non-prompt output behave mostly like separate paragraphs; with this setting, numeric arguments to most paragraph commands yield essentially undefined behavior. For the purpose of finding paragraph boundaries, Shell mode uses shell-prompt-pattern, regardless of comint-use-prompt-regexp.
Shell buffers provide a history of previously entered shell commands. To reuse shell commands from the history, use the editing commands M-p, M-n, M-r and M-s. These work just like the minibuffer history commands except that they operate on the text at the end of the shell buffer, where you would normally insert text to send to the shell. M-p fetches an earlier shell command to the end of the shell buffer. Successive use of M-p fetches successively earlier shell commands, each replacing any text that was already present as potential shell input. M-n does likewise except that it finds successively more recent shell commands from the buffer. C-UP works like M-p, and C-DOWN like M-n. The history search command M-r begins an incremental regular expression search of previous shell commands. After typing M-r, start typing the desired string or regular expression; the last matching shell command will be displayed in the current line. Incremental search commands have their usual effectsfor instance, C-s and C-r search forward and backward for the next match (see Section 12.1 [Incremental Search], page 80). When you find the desired input, type RET to terminate the search. This puts the input in the command line. Any partial input you were composing before navigating the history list is restored when you go to the beginning or end of the history ring. Often it is useful to reexecute several successive shell commands that were previously executed in sequence. To do this, first find and reexecute the first command of the sequence.
380
Then type C-c C-x; that will fetch the following commandthe one that follows the command you just repeated. Then type RET to reexecute this command. You can reexecute several successive commands by typing C-c C-x RET over and over. The command C-c . (comint-input-previous-argument) copies an individual argument from a previous command, like ESC . in Bash. The simplest use copies the last argument from the previous shell command. With a prefix argument n, it copies the nth argument instead. Repeating C-c . copies from an earlier shell command instead, always using the same value of n (dont give a prefix argument when you repeat the C-c . command). These commands get the text of previous shell commands from a special history list, not from the shell buffer itself. Thus, editing the shell buffer, or even killing large parts of it, does not affect the history that these commands access. Some shells store their command histories in files so that you can refer to commands from previous shell sessions. Emacs reads the command history file for your chosen shell, to initialize its own command history. The file name is ~/.bash_history for bash, ~/.sh_history for ksh, and ~/.history for other shells.
Mouse-2
Moving to a previous input and then copying it with C-c RET or Mouse-2 produces the same resultsthe same buffer contentsthat you would get by using M-p enough times to fetch that previous input from the history list. However, C-c RET copies the text from the buffer, which can be different from what is in the history list if you edit the input text in the buffer after it has been sent.
381
Shell mode can optionally expand history references in the buffer when you send them to the shell. To request this, set the variable comint-input-autoexpand to input. You can make SPC perform history expansion by binding SPC to the command comint-magicspace. Shell mode recognizes history references when they follow a prompt. See Section 31.3.4 [Shell Prompts], page 378, for how Shell mode recognizes prompts.
382
comint-completion-recexact, if non-nil, directs TAB to choose the shortest possible completion if the usual Emacs completion algorithm cannot add even a single character. comint-completion-autolist, if non-nil, says to list all the possible completions whenever completion is not exact. Command completion normally considers only executable files. If you set shell-completion-execonly to nil, it considers nonexecutable files as well. You can configure the behavior of pushd. Variables control whether pushd behaves like cd if no argument is given (shell-pushd-tohome), pop rather than rotate with a numeric argument (shell-pushd-dextract), and only add directories to the directory stack if they are not already on it (shell-pushd-dunique). The values you choose should match the underlying shell, of course.
383
Switch to line mode. Do nothing if already in line mode. Switch to char mode. Do nothing if already in char mode. Send a literal C-C to the sub-shell. This is equivalent to C-x char in normal Emacs. For example, C-c o invokes the global binding of C-x o, which is normally other-window.
With page-at-a-time enabled, whenever Term receives more than a screenful of output since your last input, it pauses, displaying **MORE** in the mode-line. Type SPC to display the next screenful of output. Type ? to see your other options. The interface is similar to the more program.
384
Some programs use a different environment variable; for example, to make TEX use emacsclient, set the TEXEDIT environment variable to emacsclient +%d %s.
385
If you are running on a single text-only terminal, you can switch between emacsclients shell and the Emacs server using one of two methods: (i) run the Emacs server and emacsclient on different virtual terminals, and switch to the Emacs servers virtual terminal after calling emacsclient; or (ii) call emacsclient from within the Emacs server itself, using Shell mode (see Section 31.3.2 [Interactive Shell], page 375) or Term mode (see Section 31.3.9 [Term Mode], page 382); emacsclient blocks only the subshell under Emacs, and you can still use Emacs to edit the file. When you finish editing file in the Emacs server, type C-x # (server-edit) in its buffer. This saves the file and sends a message back to the emacsclient program, telling it to exit. Programs that use EDITOR usually wait for the editorin this case emacsclientto exit before doing something else. You can also call emacsclient with multiple file name arguments: emacsclient file1 file2 ... tells the Emacs server to visit file1, file2, and so forth. Emacs selects the buffer visiting file1, and buries the other buffers at the bottom of the buffer list (see Chapter 16 [Buffers], page 137). The emacsclient program exits once all the specified files are finished (i.e., once you have typed C-x # in each server buffer). Finishing with a server buffer also kills the buffer, unless it already existed in the Emacs session before the server was asked to create it. However, if you set server-kill-newbuffers to nil, then a different criterion is used: finishing with a server buffer kills it if the file name matches the regular expression server-temp-file-regexp. This is set up to distinguish certain temporary files. Each C-x # checks for other pending external requests to edit various files, and selects the next such file. You can switch to a server buffer manually if you wish; you dont have to arrive at it with C-x #. But C-x # is the way to tell emacsclient that you are finished. If you set the value of the variable server-window to a window or a frame, C-x # always displays the next server buffer in that window or in that frame.
386
The environment variable ALTERNATE_EDITOR has the same effect as the -a option. If both are present, the latter takes precedence. -c Create a new graphical frame, instead of using an existing Emacs frame. Emacs 23 can create a graphical frame even if it was started in a text-only terminal, provided it is able to connect to a graphical display. If no graphical display is available, Emacs creates a new text-only terminal frame (see Chapter 18 [Frames], page 152). If you omit a filename argument while supplying the -c option, the new frame displays the *scratch* buffer (see Chapter 16 [Buffers], page 137).
-d display --display=display Tell Emacs to open the given files on the X display display (assuming there is more than one X display available). -e --eval
Tell Emacs to evaluate some Emacs Lisp code, instead of visiting some files. When this option is given, the arguments to emacsclient are interpreted as a list of expressions to evaluate, not as a list of files to visit.
-f server-file --server-file=server-file Specify a server file for connecting to an Emacs server via TCP. An Emacs server usually uses an operating system feature called a local socket to listen for connections. Some operating systems, such as Microsoft Windows, do not support local sockets; in that case, Emacs uses TCP instead. When you start the Emacs server, Emacs creates a server file containing some TCP information that emacsclient needs for making the connection. By default, the server file is in ~/.emacs.d/server/. On Microsoft Windows, if emacsclient does not find the server file there, it looks in the .emacs.d/server/ subdirectory of the directory pointed to by the APPDATA environment variable. You can tell emacsclient to use a specific server file with the -f or --server-file option, or by setting the EMACS_SERVER_FILE environment variable. Even if local sockets are available, you can tell Emacs to use TCP by setting the variable server-use-tcp to t. One advantage of TCP is that the server can accept connections from remote machines. For this to work, you must (i) set the variable server-host to the hostname or IP address of the machine on which the Emacs server runs, and (ii) provide emacsclient with the server file. (One convenient way to do the latter is to put the server file on a networked file system such as NFS.) -n --no-wait Let emacsclient exit immediately, instead of waiting until all server buffers are finished. You can take as long as you like to edit the server buffers within Emacs, and they are not killed when you type C-x # in them.
387
-s server-name --socket-name=server-name Connect to the Emacs server named server-name. The server name is given by the variable server-name on the Emacs server. If this option is omitted, emacsclient connects to the first server it finds. (This option is not supported on MS-Windows.) -t --tty -nw
Create a new Emacs frame on the current text-only terminal, instead of using an existing Emacs frame. Emacs 23 can open a text-only terminal even if it was started in another text-only terminal, or on a graphical display. If you omit a filename argument while supplying this option, the new frame displays the *scratch* buffer. See Chapter 16 [Buffers], page 137.
If you type C-x C-c (save-buffers-kill-terminal) in an Emacs frame created with emacsclient, via the -c or -t options, Emacs deletes the frame instead of killing the Emacs process itself. On a text-only terminal frame created with the -t option, this returns control to the terminal. Emacs also marks all the server buffers for the client as finished, as though you had typed C-x # in all of them. When Emacs is started as a daemon, all frames are considered client frames, so C-x C-c will never kill Emacs. To kill the Emacs process, type M-x kill-emacs.
388
(setq lpr-switches ("-w80")) You can specify the printer to use by setting the variable printer-name. The variable lpr-command specifies the name of the printer program to run; the default value depends on your operating system type. On most systems, the default is "lpr". The variable lpr-headers-switches similarly specifies the extra switches to use to make page headers. The variable lpr-add-switches controls whether to supply -T and -J options (suitable for lpr) to the printer program: nil means dont add them. lpr-add-switches should be nil if your printer program is not compatible with lpr.
389
Interactively, when you use a prefix argument (C-u), the command prompts the user for a file name, and saves the PostScript image in that file instead of sending it to the printer. Noninteractively, the argument filename is treated as follows: if it is nil, send the image to the printer. If filename is a string, save the PostScript image in a file with that name. If you are using a color display, you can print a buffer of program code with color highlighting by turning on Font-Lock mode in that buffer, and using ps-print-bufferwith-faces. The commands whose names have spool instead of print, generate the PostScript output in an Emacs buffer instead of sending it to the printer. Use the command ps-despool to send the spooled images to the printer. This command sends the PostScript generated by -spool- commands (see commands above) to the printer. Interactively, when you use a prefix argument (C-u), the command prompts the user for a file name, and saves the spooled PostScript image in that file instead of sending it to the printer. Noninteractively, the argument filename is treated as follows: if it is nil, send the image to the printer. If filename is a string, save the PostScript image in a file with that name. M-x handwrite is more frivolous. It generates a PostScript rendition of the current buffer as a cursive handwritten document. It can be customized in group handwrite. This function only supports ISO 8859-1 characters.
390
The variable ps-landscape-mode specifies the orientation of printing on the page. The default is nil, which stands for portrait mode. Any non-nil value specifies landscape mode. The variable ps-number-of-columns specifies the number of columns; it takes effect in both landscape and portrait mode. The default is 1. The variable ps-font-family specifies which font family to use for printing ordinary text. Legitimate values include Courier, Helvetica, NewCenturySchlbk, Palatino and Times. The variable ps-font-size specifies the size of the font for ordinary text. It defaults to 8.5 points. Emacs supports more scripts and characters than a typical PostScript printer. Thus, some of the characters in your buffer might not be printable using the fonts built into your printer. You can augment the fonts supplied with the printer with those from the GNU Intlfonts package, or you can instruct Emacs to use Intlfonts exclusively. The variable psmultibyte-buffer controls this: the default value, nil, is appropriate for printing ASCII and Latin-1 characters; a value of non-latin-printer is for printers which have the fonts for ASCII, Latin-1, Japanese, and Korean characters built into them. A value of bdf-font arranges for the BDF fonts from the Intlfonts package to be used for all characters. Finally, a value of bdf-font-except-latin instructs the printer to use built-in fonts for ASCII and Latin-1 characters, and Intlfonts BDF fonts for the rest. To be able to use the BDF fonts, Emacs needs to know where to find them. The variable bdf-directory-list holds the list of directories where Emacs should look for the fonts; the default value includes a single directory /usr/local/share/emacs/fonts/bdf. Many other customization variables for these commands are defined and described in the Lisp files ps-print.el and ps-mule.el.
391
for each record, and then reorder the records into the order determined by the sort keys. The records are ordered so that their keys are in alphabetical order, or, for numeric sorting, in numeric order. In alphabetic sorting, all upper-case letters A through Z come before lower-case a, in accord with the ASCII character sequence. The various sort commands differ in how they divide the text into sort records and in which part of each record is used as the sort key. Most of the commands make each line a separate sort record, but some commands use paragraphs or pages as sort records. Most of the sort commands use each entire sort record as its own sort key, but some use only a portion of the record as the sort key. M-x sort-lines Divide the region into lines, and sort by comparing the entire text of a line. A numeric argument means sort into descending order. M-x sort-paragraphs Divide the region into paragraphs, and sort by comparing the entire text of a paragraph (except for leading blank lines). A numeric argument means sort into descending order. M-x sort-pages Divide the region into pages, and sort by comparing the entire text of a page (except for leading blank lines). A numeric argument means sort into descending order. M-x sort-fields Divide the region into lines, and sort by comparing the contents of one field in each line. Fields are defined as separated by whitespace, so the first run of consecutive non-whitespace characters in a line constitutes field 1, the second such run constitutes field 2, etc. Specify which field to sort by with a numeric argument: 1 to sort by field 1, etc. A negative argument means count fields from the right instead of from the left; thus, minus 1 means sort by the last field. If several lines have identical contents in the field being sorted, they keep the same relative order that they had in the original buffer. M-x sort-numeric-fields Like M-x sort-fields except the specified field is converted to an integer for each line, and the numbers are compared. 10 comes before 2 when considered as text, but after it when considered as a number. By default, numbers are interpreted according to sort-numeric-base, but numbers beginning with 0x or 0 are interpreted as hexadecimal and octal, respectively. M-x sort-columns Like M-x sort-fields except that the text within each line used for comparison comes from a fixed range of columns. See below for an explanation. M-x reverse-region Reverse the order of the lines in the region. This is useful for sorting into descending order by fields or columns, since those sort commands do not have a feature for doing that.
392
where the upper-case O sorts before all lower-case letters. sort-fields instead, you get this:
implemented, Emacs also checks the first time you modify a buffer saved. If it has, you are asked to confirm that you want to change the buffer. On systems where clash detection (locking of files being edited) is whether the file has changed on disk since it was last visited or
where the sort keys were Emacs, If, buffer, systems and the. M-x sort-columns requires more explanation. You specify the columns by putting point at one of the columns and the mark at the other column. Because this means you cannot put point or the mark at the beginning of the first line of the text you want to sort, this command uses an unusual definition of region: all of the line point is in is considered part of the region, and so is all of the line the mark is in, as well as all the lines in between. For example, to sort a table by information found in columns 10 to 15, you could put the mark on column 10 in the first line of the table, and point on column 15 in the last line of the table, and then run sort-columns. Equivalently, you could run it with the mark on column 15 in the first line and point on column 10 in the last line. This can be thought of as sorting the rectangle specified by point and the mark, except that the text on each line to the left or right of the rectangle moves along with the text inside the rectangle. See Section 9.4 [Rectangles], page 56. Many of the sort commands ignore case differences when comparing, if sort-fold-case is non-nil.
31.10 Narrowing
Narrowing means focusing in on some portion of the buffer, making the rest temporarily inaccessible. The portion which you can still get to is called the accessible portion. Canceling the narrowing, which makes the entire buffer once again accessible, is called widening. The bounds of narrowing in effect in a buffer are called the buffers restriction. Narrowing can make it easier to concentrate on a single subroutine or paragraph by eliminating clutter. It can also be used to limit the range of operation of a replace command or repeating keyboard macro. C-x n n C-x n w C-x n p Narrow down to between point and mark (narrow-to-region). Widen to make the entire buffer accessible again (widen). Narrow down to the current page (narrow-to-page).
393
C-x n d
When you have narrowed down to a part of the buffer, that part appears to be all there is. You cant see the rest, you cant move into it (motion commands wont go outside the accessible part), you cant change it in any way. However, it is not gone, and if you save the file all the inaccessible text will be saved. The word Narrow appears in the mode line whenever narrowing is in effect. The primary narrowing command is C-x n n (narrow-to-region). It sets the current buffers restrictions so that the text in the current region remains accessible, but all text before the region or after the region is inaccessible. Point and mark do not change. Alternatively, use C-x n p (narrow-to-page) to narrow down to the current page. See Section 22.4 [Pages], page 200, for the definition of a page. C-x n d (narrow-to-defun) narrows down to the defun containing point (see Section 23.2 [Defuns], page 233). The way to cancel narrowing is to widen with C-x n w (widen). This makes all text in the buffer accessible again. You can get information on what part of the buffer you are narrowed down to using the C-x = command. See Section 4.9 [Position Info], page 22. Because narrowing can easily confuse users who do not understand it, narrow-to-region is normally a disabled command. Attempting to use this command asks for confirmation and gives you the option of enabling it; if you enable the command, confirmation will no longer be required for it. See Section 32.4.11 [Disabling], page 427.
394
F2 s or C-x 6 s looks for a column separator, which is a string that appears on each line between the two columns. You can specify the width of the separator with a numeric argument to F2 s; that many characters, before point, constitute the separator string. By default, the width is 1, so the column separator is the character before point. When a line has the separator at the proper place, F2 s puts the text after the separator into the right-hand buffer, and deletes the separator. Lines that dont have the column separator at the proper place remain unsplit; they stay in the left-hand buffer, and the right-hand buffer gets an empty line to correspond. (This is the way to write a line that spans both columns while in two-column mode: write it in the left-hand buffer, and put an empty line in the right-hand buffer.) The command C-x 6 RET or F2 RET (2C-newline) inserts a newline in each of the two buffers at corresponding positions. This is the easiest way to add a new line to the twocolumn text while editing it in split buffers. When you have edited both buffers as you wish, merge them with F2 1 or C-x 6 1 (2Cmerge). This copies the text from the right-hand buffer as a second column in the other buffer. To go back to two-column editing, use F2 s. Use F2 d or C-x 6 d to dissociate the two buffers, leaving each as it stands (2C-dissociate). If the other buffer, the one not current when you type F2 d, is empty, F2 d kills it.
Other Hexl commands let you insert strings (sequences) of binary bytes, move by shorts or ints, etc.; type C-h a hexl-RET for details.
395
396
The mode line shows you when you are in a recursive edit by displaying square brackets around the parentheses that always surround the major and minor mode names. Every windows mode line shows this in the same way, since being in a recursive edit is true of Emacs as a whole rather than any particular window or buffer. It is possible to be in recursive edits within recursive edits. For example, after typing C-r in a query-replace, you may type a command that enters the debugger. This begins a recursive editing level for the debugger, within the recursive editing level for C-r. Mode lines display a pair of square brackets for each recursive editing level currently in progress. Exiting the inner recursive edit (such as with the debugger c command) resumes the command running in the next level up. When that command finishes, you can then use C-M-c to exit another recursive editing level, and so on. Exiting applies to the innermost level only. Aborting also gets out of only one level of recursive edit; it returns immediately to the command level of the previous recursive edit. If you wish, you can then abort the next recursive editing level. Alternatively, the command M-x top-level aborts all levels of recursive edits, returning immediately to the top-level command reader. It also exits the minibuffer, if it is active. The text being edited inside the recursive edit need not be the same text that you were editing at top level. It depends on what the recursive edit is for. If the command that invokes the recursive edit selects a different buffer first, that is the buffer you will edit recursively. In any case, you can switch buffers within the recursive edit in the normal manner (as long as the buffer-switching keys have not been rebound). You could probably do all the rest of your editing inside the recursive edit, visiting files and all. But this could have surprising effects (such as stack overflow) from time to time. So remember to exit or abort the recursive edit when you no longer need it. In general, we try to minimize the use of recursive editing levels in GNU Emacs. This is because they constrain you to go back in a particular orderfrom the innermost level toward the top level. When possible, we present different activities in separate buffers so that you can switch between them as you please. Some commands switch to a new major mode which provides a command to switch back. These approaches give you more flexibility to go back to unfinished tasks in the order you choose.
31.15 Emulation
GNU Emacs can be programmed to emulate (more or less) most other editors. Standard facilities can emulate these: CRiSP/Brief (PC editor) You can turn on key bindings to emulate the CRiSP/Brief editor with M-x crisp-mode. Note that this rebinds M-x to exit Emacs unless you set the variable crisp-override-meta-x. You can also use the command M-x scroll-all-mode or set the variable crisp-load-scroll-all to emulate CRiSPs scroll-all feature (scrolling all windows together). EDT (DEC VMS editor) Turn on EDT emulation with the command M-x edt-emulation-on, while M-x edt-emulation-off restores normal Emacs command bindings. Most of the EDT emulation commands are keypad keys, and most standard Emacs key bindings are still available. The EDT emulation rebindings are done
397
in the global keymap, so there is no problem switching buffers or major modes while in EDT emulation. TPU (DEC VMS editor) M-x tpu-edt-on turns on emulation of the TPU editor emulating EDT. vi (Berkeley editor) Viper is the newest emulator for vi. It implements several levels of emulation; level 1 is closest to vi itself, while level 5 departs somewhat from strict emulation to take advantage of the capabilities of Emacs. To invoke Viper, type M-x viper-mode; it will guide you the rest of the way and ask for the emulation level. See Info file viper, node Top. vi (another emulator) M-x vi-mode enters a major mode that replaces the previously established major mode. All of the vi commands that, in real vi, enter input mode are programmed instead to return to the previous major mode. Thus, ordinary Emacs serves as vis input mode. Because vi emulation works through major modes, it does not work to switch buffers during emulation. Return to normal Emacs first. If you plan to use vi emulation much, you probably want to bind a key to the vi-mode command. vi (alternate emulator) M-x vip-mode invokes another vi emulator, said to resemble real vi more thoroughly than M-x vi-mode. Input mode in this emulator is changed from ordinary Emacs so you can use ESC to go back to emulated vi command mode. To get from emulated vi command mode back to ordinary Emacs, type C-z. This emulation does not work through major modes, and it is possible to switch buffers in various ways within the emulator. It is not so necessary to assign a key to the command vip-mode as it is with vi-mode because terminating insert mode does not use it. See Info file vip, node Top, for full information. WordStar (old wordprocessor) M-x wordstar-mode provides a major mode with WordStar-like key bindings.
398
maintains a frame in which links to files, and locations in files are displayed, see Section 18.8 [Speedbar], page 162. Other non-mode-specific facilities described in this section enable following links from the current buffer in a context-sensitive fashion.
399
You can turn on FFAP minor mode by calling ffap-bindings to make the following key bindings and to install hooks for using ffap in Rmail, Gnus and VM article buffers. C-x C-f filename RET Find filename, guessing a default from text around point (find-file-atpoint). C-x C-r C-x C-v ffap-read-only, analogous to find-file-read-only. ffap-alternate-file, analogous to find-alternate-file.
C-x d directory RET Start Dired on directory, defaulting to the directory name at point (dired-atpoint). C-x C-d C-x 4 f C-x 4 r C-x 4 d C-x 5 f C-x 5 r C-x 5 d ffap-list-directory, analogous to list-directory. ffap-other-window, analogous to find-file-other-window. ffap-read-only-other-window, analogous to find-file-read-only-otherwindow. ffap-dired-other-window, analogous to dired-other-window. ffap-other-frame, analogous to find-file-other-frame. ffap-read-only-other-frame, analogous to find-file-read-only-otherframe. ffap-dired-other-frame, analogous to dired-other-frame.
M-x ffap-next Search buffer for next file name or URL, then find that file or URL. S-Mouse-3 ffap-at-mouse finds the file guessed from text around the position of a mouse click. C-S-Mouse-3 Display a menu of files and URLs mentioned in current buffer, then find the one you select (ffap-menu).
400
the next. That is, if it has just output president and then decides to jump to a different point in the buffer, it might spot the ent in pentagon and continue from there, producing presidentagon. Long sample texts produce the best results. A positive argument to M-x dissociated-press tells it to operate character by character, and specifies the number of overlap characters. A negative argument tells it to operate word by word, and specifies the number of overlap words. In this mode, whole words are treated as the elements to be permuted, rather than characters. No argument is equivalent to an argument of two. For your againformation, the output goes only into the buffer *Dissociation*. The buffer you start with is not changed. Dissociated Press produces results fairly like those of a Markov chain based on a frequency table constructed from the sample text. It is, however, an independent, ignoriginal invention. Dissociated Press techniquitously copies several consecutive characters from the sample text between random jumps, unlike a Markov chain which would jump randomly after each word or character. This makes for more plausible sounding results, and runs faster. It is a mustatement that too much use of Dissociated Press can be a developediment to your real work, sometimes to the point of outragedy. And keep dissociwords out of your documentation, if you want it to be well userenced and properbose. Have fun. Your buggestions are welcome.
401
M-x studlify-region studlify-cases the region, producing text like this: M-x stUdlIfY-RegioN stUdlIfY-CaSeS thE region. M-x tetris runs an implementation of the well-known Tetris game. Likewise, M-x snake provides an implementation of Snake. When you are frustrated, try the famous Eliza program. Just do M-x doctor. End each input by typing RET twice. When you are feeling strange, type M-x yow. The command M-x zone plays games with the display when Emacs is idle.
402
32 Customization
This chapter describes some simple methods to customize the behavior of Emacs. Apart from the methods described here, see Appendix D [X Resources], page 484 for information about using X resources to customize Emacs, and see Chapter 14 [Keyboard Macros], page 104 for information about recording and replaying keyboard macros. Making more far-reaching and open-ended changes involves writing Emacs Lisp code; see The Emacs Lisp Reference Manual.
403
Font-Lock mode automatically highlights certain textual units found in programs. It is enabled globally by default, but you can disable it in individual buffers. See Section 11.5 [Faces], page 66. Linum mode displays each lines line number in the windows left margin. Its mode command is linum-mode. Outline minor mode provides similar facilities to the major mode called Outline mode. See Section 22.8 [Outline Mode], page 208. Overwrite mode causes ordinary printing characters to replace existing text instead of shoving it to the right. For example, if point is in front of the B in FOOBAR, then in Overwrite mode typing a G changes it to FOOGAR, instead of producing FOOGBAR as usual. In Overwrite mode, the command C-q inserts the next character whatever it may be, even if it is a digitthis gives you a way to insert a character instead of replacing an existing character. The mode command, overwrite-mode, is bound to the INSERT key. Binary Overwrite mode is a variant of Overwrite mode for editing binary files; it treats newlines and tabs like other characters, so that they overwrite other characters and can be overwritten by them. In Binary Overwrite mode, digits after C-q specify an octal character code, as usual. Visual Line mode performs word wrapping, causing long lines to be wrapped at word boundaries. See Section 11.18 [Visual Line Mode], page 78. Here are some useful global minor modes. Since Line Number mode and Transient Mark mode can be enabled or disabled just by setting the value of the minor mode variable, you can set them differently for particular buffers, by explicitly making the corresponding variable local in those buffers. See Section 32.3.3 [Locals], page 414. Column Number mode enables display of the current column number in the mode line. See Section 1.3 [Mode Line], page 8. Delete Selection mode causes text insertion to first delete the text in the region, if the region is active. See Section 8.3 [Using Region], page 46. Icomplete mode displays an indication of available completions when you are in the minibuffer and completion is active. See Section 5.3.4 [Completion Options], page 30. Line Number mode enables display of the current line number in the mode line. It is enabled by default. See Section 1.3 [Mode Line], page 8. Menu Bar mode gives each frame a menu bar. It is enabled by default. See Section 18.15 [Menu Bars], page 166. Scroll Bar mode gives each window a scroll bar. It is enabled by default, but the scroll bar is only displayed on graphical terminals. See Section 18.12 [Scroll Bars], page 165. Tool Bar mode gives each frame a tool bar. It is enabled by default, but the tool bar is only displayed on graphical terminals. See Section 18.16 [Tool Bars], page 166. Transient Mark mode highlights the region, and makes many Emacs commands operate on the region when the mark is active. It is enabled by default. See Chapter 8 [Mark], page 44.
404
405
/- Emacs group: Customization of the One True Editor. -------------\ [State]: visible group members are all at standard values. See also [Manual]. [Editing] : Basic text editing facilities. [External] : Interfacing to external utilities. more second-level groups \- Emacs group end ------------------------------------------------/
This says that the buffer displays the contents of the Emacs group. The other groups are listed because they are its contents. But they are listed differently, without indentation and dashes, because their contents are not included. Each group has a single-line documentation string; the Emacs group also has a [State] line. Most of the text in the customization buffer is read-only, but it typically includes some editable fields that you can edit. There are also buttons and links, which do something when you invoke them. To invoke a button or a link, either click on it with Mouse-1, or move point to it and type RET. For example, the phrase [State] that appears in a second-level group is a button. It operates on the same customization buffer. Each group name, such as [Editing], is a hypertext link to that group; invoking it creates a new customization buffer, showing the group and its contents. The Emacs group only contains other groups. These groups, in turn, can contain settings or still more groups. By browsing the hierarchy of groups, you will eventually find the feature you are interested in customizing. Then you can use the customization buffer to set that features settings. You can also go straight to a particular group by name, using the command M-x customize-group.
406
Kill Ring Max: [Hide Value] 60 [State]: STANDARD. Maximum length of kill ring before oldest elements are thrown away.
The text following [Hide Value], 60 in this case, indicates the current value of the variable. If you see [Show Value] instead of [Hide Value], it means that the value is hidden; the customization buffer initially hides values that take up several lines. Invoke [Show Value] to show the value. The line after the variable name indicates the customization state of the variable: in the example above, it says you have not changed the option yet. The [State] button at the beginning of this line gives you a menu of various operations for customizing the variable. The line after the [State] line displays the beginning of the variables documentation string. If there are more lines of documentation, this line ends with a [More] button; invoke that to show the full documentation string. To enter a new value for Kill Ring Max, move point to the value and edit it textually. For example, you can type M-d, then insert another number. As you begin to alter the text, you will see the [State] line change to say that you have edited the value:
[State]: EDITED, shown value does not take effect until you set or . . . save it.
Editing the value does not actually set the variable. To do that, you must set the variable. To do this, invoke the [State] button and choose Set for Current Session. The state of the variable changes visibly when you set it:
[State]: SET for current session only.
You dont have to worry about specifying a value that is not valid; the Set for Current Session operation checks for validity and will not install an unacceptable value. While editing a field that is a file name, directory name, command name, or anything else for which completion is defined, you can type M-TAB (widget-complete) to do completion. (ESC TAB and C-M-i do the same thing.) Some variables have a small fixed set of possible legitimate values. These variables dont let you edit the value textually. Instead, a [Value Menu] button appears before the value; invoke this button to change the value. For a boolean on or off value, the button says [Toggle], and it changes to the other value. [Value Menu] and [Toggle] simply edit the buffer; the changes take real effect when you use the Set for Current Session operation. Some variables have values with complex structure. For example, the value of filecoding-system-alist is an association list. Here is how it appears in the customization buffer:
File Coding System Alist: [Hide Value] [INS] [DEL] File regexp: \.elc\ Choice: [Value Menu] Encoding/decoding pair: Decoding: emacs-mule Encoding: emacs-mule [INS] [DEL] File regexp: \(\\|/\)loaddefs.el\ Choice: [Value Menu] Encoding/decoding pair: Decoding: raw-text Encoding: raw-text-unix [INS] [DEL] File regexp: \.tar\ Choice: [Value Menu] Encoding/decoding pair:
407
Decoding: no-conversion Encoding: no-conversion [INS] [DEL] File regexp: Choice: [Value Menu] Encoding/decoding pair: Decoding: undecided Encoding: nil [INS] [State]: STANDARD. Alist to decide a coding system to use for a file I/O . . . operation. [Hide Rest] The format is ((PATTERN . VAL) ...), where PATTERN is a regular expression matching a file name, [. . . more lines of documentation. . . ]
Each association in the list appears on four lines, with several editable fields and/or buttons. You can edit the regexps and coding systems using ordinary editing commands. You can also invoke [Value Menu] to switch to a different kind of valuefor instance, to specify a function instead of a pair of coding systems. To delete an association from the list, invoke the [DEL] button for that item. To add an association, invoke [INS] at the position where you want to add it. There is an [INS] button between each pair of associations, another at the beginning and another at the end, so you can add a new association at any position in the list. Two special commands, TAB and S-TAB, are useful for moving through the customization buffer. TAB (widget-forward) moves forward to the next button or editable field; S-TAB (widget-backward) moves backward to the previous button or editable field. Typing RET on an editable field also moves forward, just like TAB. You can thus type RET when you are finished editing a field, to move on to the next button or field. To insert a newline within an editable field, use C-o or C-q C-j. Setting the variable changes its value in the current Emacs session; saving the value changes it for future sessions as well. To save the variable, invoke [State] and select the Save for Future Sessions operation. This works by writing code so as to set the variable again, each time you start Emacs (see Section 32.2.4 [Saving Customizations], page 408). You can also restore the variable to its standard value by invoking [State] and selecting the Erase Customization operation. There are actually four reset operations: Undo Edits If you have made some modifications and not yet set the variable, this restores the text in the customization buffer to match the actual value. Reset to Saved This restores the value of the variable to the last saved value, and updates the text accordingly. Erase Customization This sets the variable to its standard value, and updates the text accordingly. This also eliminates any saved value for the variable, so that you will get the standard value in future Emacs sessions. Set to Backup Value This sets the variable to a previous value that was set in the customization buffer in this session. If you customize a variable and then reset it, which
408
discards the customized value, you can get the discarded value back again with this operation. Sometimes it is useful to record a comment about a specific customization. Use the Add Comment item from the [State] menu to create a field for entering the comment. The comment you enter will be saved, and displayed again if you again view the same variable in a customization buffer, even in another session. The state of a group indicates whether anything in that group has been edited, set or saved. Near the top of the customization buffer there are two lines of buttons:
[Set for Current Session] [Save for Future Sessions] [Undo Edits] [Reset to Saved] [Erase Customization] [Finish]
Invoking [Finish] either buries or kills this customization buffer according to the setting of the option custom-buffer-done-kill; the default is to bury the buffer. Each of the other buttons performs an operationset, save or reseton each of the settings in the buffer that could meaningfully be set, saved or reset. They do not operate on settings whose values are hidden, nor on subgroups which are hidden or not visible in the buffer.
409
Each face attribute has its own line. The [x ] button before the attribute name indicates whether the attribute is enabled ; [X] means that its enabled, and [ ] means that its disabled. You can enable or disable the attribute by clicking that button. When the attribute is enabled, you can change the attribute value in the usual ways. For the colors, you can specify a color name (use M-x list-colors-display for a list of them) or a hexadecimal color specification of the form #rr gg bb . (#000000 is black, #ff0000 is red, #00ff00 is green, #0000ff is blue, and #ffffff is white.) On a blackand-white display, the colors you can use for the background are black, white, gray, gray1, and gray3. Emacs supports these shades of gray by using background stipple patterns instead of a color. Setting, saving and resetting a face work like the same operations for variables (see Section 32.2.3 [Changing a Variable], page 405). A face can specify different appearances for different types of display. For example, a face can make text red on a color display, but use a bold font on a monochrome display. To specify multiple appearances for a face, select For All Kinds of Displays in the menu you get from invoking [State]. Another more basic way to set the attributes of a specific face is with M-x modify-face. This command reads the name of a face, then reads the attributes one by one. For the color and stipple attributes, the attributes current value is the defaulttype just RET if you dont want to change that attribute. Type none if you want to clear out the attribute.
410
M-x customize-face RET face RET Set up a customization buffer with just one face, face. M-x customize-group RET group RET Set up a customization buffer with just one group, group. M-x customize-apropos RET regexp RET Set up a customization buffer with all the settings and groups that match regexp. M-x customize-changed RET version RET Set up a customization buffer with all the settings and groups whose meaning has changed since Emacs version version. M-x customize-saved Set up a customization buffer containing all settings that you have saved with customization buffers. M-x customize-unsaved Set up a customization buffer containing all settings that you have set but not saved. If you want to alter a particular user option with the customization buffer, and you know its name, you can use the command M-x customize-option and specify the user option (variable) name. This sets up the customization buffer with just one user optionthe one that you asked for. Editing, setting and saving the value work as described above, but only for the specified user option. Minibuffer completion is handy if you only know part of the name. However, this command can only see options that have been loaded in the current Emacs session. Likewise, you can modify a specific face, chosen by name, using M-x customize-face. By default it operates on the face used on the character after point. You can also set up the customization buffer with a specific group, using M-x customize-group. The immediate contents of the chosen group, including settings (user options and faces), and other groups, all appear as well (even if not already loaded). However, the subgroups own contents are not included. For a more general way of controlling what to customize, you can use M-x customize-apropos. You specify a regular expression as argument; then all loaded settings and groups whose names match this regular expression are set up in the customization buffer. If you specify an empty regular expression, this includes all loaded groups and settingswhich takes a long time to set up. When you upgrade to a new Emacs version, you might want to consider customizing new settings, and settings whose meanings or default values have changed. To do this, use M-x customize-changed and specify a previous Emacs version number using the minibuffer. It creates a customization buffer which shows all the settings and groups whose definitions have been changed since the specified version, loading them if necessary. If you change settings and then decide the change was a mistake, you can use two special commands to revisit your previous changes. Use M-x customize-saved to look at the settings that you have saved. Use M-x customize-unsaved to look at the settings that you have set but not saved.
411
32.3 Variables
A variable is a Lisp symbol which has a value. The symbols name is also called the variable name. A variable name can contain any characters that can appear in a file, but most variable names consist of ordinary words separated by hyphens. The name of the variable serves as a compact description of its role. Most variables also have a documentation string, which describes what the variables purpose is, what kind of value it should have, and how the value will be used. You can view this documentation using the help command C-h v (describe-variable). See Section 32.3.1 [Examining], page 412.
412
Emacs uses many Lisp variables for internal record keeping, but the most interesting variables for a non-programmer user are those meant for users to changethese are called user options. See Section 32.2 [Easy Customization], page 404, for information about using the Customize facility to set user options. In the following sections, we will describe other aspects of Emacs variables, such as how to set them outside Customize. Emacs Lisp allows any variable (with a few exceptions) to have any kind of value. However, many variables are meaningful only if assigned values of a certain type. For example, only numbers are meaningful values for kill-ring-max, which specifies the maximum length of the kill ring (see Section 9.2.3 [Earlier Kills], page 54); if you give kill-ring-max a string value, commands such as C-y (yank) will signal an error. On the other hand, some variables dont care about type; for instance, if a variable has one effect for nil values and another effect for non-nil values, then any value that is not the symbol nil induces the second effect, regardless of its type (by convention, we usually use the value ta symbol which stands for trueto specify a non-nil value). If you set a variable using the customization buffer, you need not worry about giving it an invalid type: the customization buffer usually only allows you to enter meaningful values. When in doubt, use C-h v (describe-variable) to check the variables documentation string to see kind of value it expects (see Section 32.3.1 [Examining], page 412).
The line that says You can customize the variable indicates that this variable is a user option. C-h v is not restricted to user options; it allows any variable name. The most convenient way to set a specific user option variable is with M-x set-variable. This reads the variable name with the minibuffer (with completion), and then reads a Lisp
413
expression for the new value using the minibuffer a second time (you can insert the old value into the minibuffer for editing via M-n). For example, M-x set-variable RET fill-column RET 75 RET sets fill-column to 75. M-x set-variable is limited to user option variables, but you can set any variable with a Lisp expression, using the function setq. Here is a setq expression to set fill-column: (setq fill-column 75) To execute an expression like this one, go to the *scratch* buffer, type in the expression, and then type C-j. See Section 24.10 [Lisp Interaction], page 271. Setting variables, like all means of customizing Emacs except where otherwise stated, affects only the current Emacs session. The only way to alter the variable in future sessions is to put something in your initialization file to set it those sessions (see Section 32.6 [Init File], page 428).
32.3.2 Hooks
Hooks are an important mechanism for customizing Emacs. A hook is a Lisp variable which holds a list of functions, to be called on some well-defined occasion. (This is called running the hook.) The individual functions in the list are called the hook functions of the hook. With rare exceptions, hooks in Emacs are empty when Emacs starts up, so the only hook functions in any given hook are the ones you explicitly put there as customization. Most major modes run one or more mode hooks as the last step of initialization. This makes it easy for you to customize the behavior of the mode, by setting up a hook function to override the local variable assignments already made by the mode. But hooks are also used in other contexts. For example, the hook kill-emacs-hook runs just before quitting the Emacs job (see Section 3.2 [Exiting], page 15). Most Emacs hooks are normal hooks. This means that running the hook operates by calling all the hook functions, unconditionally, with no arguments. We have made an effort to keep most hooks normal so that you can use them in a uniform way. Every variable in Emacs whose name ends in -hook is a normal hook. There are also a few abnormal hooks. These variables names end in -hooks or -functions, instead of -hook. What makes these hooks abnormal is that there is something peculiar about the way its functions are calledperhaps they are given arguments, or perhaps the values they return are used in some way. For example, find-file-not-foundfunctions (see Section 15.2 [Visiting], page 113) is abnormal because as soon as one hook function returns a non-nil value, the rest are not called at all. The documentation of each abnormal hook variable explains in detail what is peculiar about it. You can set a hook variable with setq like any other Lisp variable, but the recommended way to add a hook function to a hook (either normal or abnormal) is by calling add-hook. See Section Hooks in The Emacs Lisp Reference Manual . For example, heres how to set up a hook to turn on Auto Fill mode when entering Text mode and other modes based on Text mode: (add-hook text-mode-hook turn-on-auto-fill) The next example shows how to use a hook to customize the indentation of C code. (People often have strong personal preferences for one format compared to another.) Here the hook function is an anonymous lambda expression.
414
(setq my-c-style ((c-comment-only-line-offset . 4) (c-cleanup-list . (scope-operator empty-defun-braces defun-close-semi)) (c-offsets-alist . ((arglist-close . c-lineup-arglist) (substatement-open . 0))))) (add-hook c-mode-common-hook (lambda () (c-add-style "my-style" my-c-style t))) It is best to design your hook functions so that the order in which they are executed does not matter. Any dependence on the order is asking for trouble. However, the order is predictable: the most recently added hook functions are executed first. If you play with adding various different versions of a hook function by calling add-hook over and over, remember that all the versions you added will remain in the hook variable together. You can clear out individual functions by calling remove-hook, or do (setq hook-variable nil) to remove everything.
415
minor mode has one controlling variable which is non-nil when the mode is enabled (see Section 32.1 [Minor Modes], page 402). For many minor modes, the controlling variable is per buffer, and thus always buffer-local. Otherwise, you can make it local in a specific buffer like any other variable. A few variables cannot be local to a buffer because they are always local to each display instead (see Section 18.9 [Multiple Displays], page 163). If you try to make one of these variables buffer-local, youll get an error message. M-x kill-local-variable makes a specified variable cease to be local to the current buffer. The global value of the variable henceforth is in effect in this buffer. Setting the major mode kills all the local variables of the buffer except for a few variables specially marked as permanent locals. To set the global value of a variable, regardless of whether the variable has a local value in the current buffer, you can use the Lisp construct setq-default. This construct is used just like setq, but it sets variables global values instead of their local values (if any). When the current buffer does have a local value, the new global value may not be visible until you switch to another buffer. Here is an example: (setq-default fill-column 75) setq-default is the only way to set the global value of a variable that has been marked with make-variable-buffer-local. Lisp programs can use default-value to look at a variables default value. This function takes a symbol as argument and returns its default value. The argument is evaluated; usually you must quote it explicitly. For example, heres how to obtain the default value of fill-column: (default-value fill-column)
416
Here is an example first line that specifies Lisp mode and sets two variables with numeric values:
;; -*- mode: Lisp; fill-column: 75; comment-column: 50; -*-
Aside from mode, other keywords that have special meanings as file variables are coding, unibyte, and eval. These are described below. In shell scripts, the first line is used to identify the script interpreter, so you cannot put any local variables there. To accommodate this, Emacs looks for local variable specifications in the second line if the first line specifies an interpreter. The same is true for man pages which start with the magic string \" to specify a list of troff preprocessors (not all do, however). Instead of using a -*- line, you can define file local variables using a local variables list near the end of the file. The start of the local variables list should be no more than 3000 characters from the end of the file, and must be on the last page if the file is divided into pages. If a file has both a local variables list and a -*- line, Emacs processes everything in the -*- line first, and everything in the local variables list afterward. A local variables list starts with a line containing the string Local Variables:, and ends with a line containing the string End:. In between come the variable names and values, one set per line, like this: /* Local Variables: */ /* mode:c */ /* comment-column:0 */ /* End: */ In this example, each line starts with the prefix /* and ends with the suffix */. Emacs recognizes the prefix and suffix by finding them surrounding the magic string Local Variables:, on the first line of the list; it then automatically discards them from the other lines of the list. The usual reason for using a prefix and/or suffix is to embed the local variables list in a comment, so it wont confuse other programs that the file is intended for. The example above is for the C programming language, where comment lines start with /* and end with */. You can construct the local variables list yourself, or use the command add-file-localvariable. This prompts for a variable and value, and adds them to the list. If necessary, it also adds the start and end markers. The command delete-file-local-variable deletes a variable from the list. The command copy-dir-locals-to-file-locals copies directory-local variables (see Section 32.3.5 [Directory Variables], page 418) to the list. As with the -*- line, the variables in a local variables list are used literally, and are not evaluated first. If you want to split a long string across multiple lines of the file, you can use backslash-newline, which is ignored in Lisp string constants; you should put the prefix and suffix on each line, even lines that start or end within the string, as they will be stripped off when processing the list. Here is an example: # Local Variables: # compile-command: "cc foo.c -Dfoo=bar -Dhack=whatever \ # -Dmumble=blaah" # End: Some variable names have special meanings in a local variables list:
417
mode enables the specified major or minor mode. eval evaluates the specified Lisp expression (the value returned by that expression is ignored). coding specifies the coding system for character code conversion of this file. See Section 19.6 [Coding Systems], page 177. unibyte says to visit the file in a unibyte buffer, if the value is t. See Section 19.2 [Enabling Multibyte], page 172. These four variables are not really variables; setting them in any other context has no special meaning. If mode is used to set a major mode, it should be the first variable in the list. Otherwise, the entries that precede it will usually have no effect, since most major modes kill all local variables as part of their initialization. You can use the mode variable to enable minor modes as well as the major modes; in fact, you can use it more than once, first to set the major mode and then to enable minor modes which are specific to particular buffers. Often, however, it is a mistake to enable minor modes this way. Most minor modes, like Auto Fill mode, represent individual user preferences. If you want to use a minor mode, it is better to set up major mode hooks with your init file to turn that minor mode on for yourself alone (see Section 32.6 [Init File], page 428), instead of using a local variable list to impose your taste on everyone. Use the command normal-mode to reset the local variables and major mode of a buffer according to the file name and contents, including the local variables list if any. See Section 20.1 [Choosing Modes], page 191.
418
the non-risky ones as safe for the future. If you really want to record safe values for risky variables, do it directly by customizing safe-local-variable-values (see Section 32.2 [Easy Customization], page 404). The variable enable-local-variables allows you to change the way Emacs processes local variables. Its default value is t, which specifies the behavior described above. If it is nil, Emacs simply ignores all file local variables. :safe means use only the safe values and ignore the rest. Any other value says to query you about each file that has local variables, without trying to determine whether the values are known to be safe. The variable enable-local-eval controls whether Emacs processes eval variables. The three possibilities for the variables value are t, nil, and anything else, just as for enablelocal-variables. The default is maybe, which is neither t nor nil, so normally Emacs does ask for confirmation about processing eval variables. As an exception, Emacs never asks for confirmation to evaluate any eval form if that form occurs within the variable safe-local-eval-forms.
On MS-DOS, the name of this file should be _dir-locals.el, due to limitations of the DOS filesystems. If the filesystem is limited to 8+3 file names, the name of the file will be truncated by the OS to _dir-loc.el.
419
This example shows some settings for a hypothetical project. It sets indent-tabs-mode, tab-width, and fill-column for any file in the projects directory tree, and it sets the indentation style for any C or Java source file. Finally, it specifies a different ChangeLog file name for any file in the src/imported subdirectory of the directory where you put the .dir-locals.el file. You can edit the .dir-locals.el file by hand, or use the command add-dir-localvariable. This prompts for a mode (or subdirectory), variable and value, and adds an entry to the file. The command delete-dir-local-variable deletes an entry. The command copy-file-locals-to-dir-locals copies file local variables (see Section 32.3.4 [File Variables], page 415) to the .dir-locals.el file. Another method of specifying directory-local variables is to explicitly define a project class using dir-locals-set-class-variables, and then tell Emacs which directories correspond to that class, using dir-locals-set-directory-class. You can put calls to these functions in your ~/.emacs init file; this can be useful when you cant put .dir-locals.el in the directory for some reason, or if you want to keep in a single place settings for several directories that dont have a common parent. For example, you could apply settings to an unwritable directory this way: (dir-locals-set-class-variables unwritable-directory ((nil . ((some-useful-setting . value))))) (dir-locals-set-directory-class "/usr/include/" unwritable-directory) Unsafe directory-local variables are handled in the same way as unsafe file-local variables (see Section 32.3.4.2 [Safe File Variables], page 417).
32.4.1 Keymaps
As described in Section 2.3 [Commands], page 12, each Emacs command is a Lisp function whose definition provides for interactive use. Like every Lisp function, a command has a function name, which usually consists of lower-case letters and hyphens. A key sequence (key, for short) is a sequence of input events that have a meaning as a unit. Input events include characters, function keys and mouse buttonsall the inputs that you can send to the computer. A key sequence gets its meaning from its binding, which says what command it runs. The bindings between key sequences and command functions are recorded in data structures called keymaps. Emacs has many of these, each used on particular occasions. The global keymap is the most important keymap because it is always in effect. The global keymap defines keys for Fundamental mode (see Chapter 20 [Major Modes], page 191); most of these definitions are common to most or all major modes. Each major or minor mode can have its own keymap which overrides the global definitions of some keys.
420
For example, a self-inserting character such as g is self-inserting because the global keymap binds it to the command self-insert-command. The standard Emacs editing characters such as C-a also get their standard meanings from the global keymap. Commands to rebind keys, such as M-x global-set-key, work by storing the new binding in the proper place in the global map (see Section 32.4.5 [Rebinding], page 421). Most modern keyboards have function keys as well as character keys. Function keys send input events just as character keys do, and keymaps can have bindings for them. Key sequences can mix function keys and characters. For example, if your keyboard has a HOME function key, Emacs can recognize key sequences like C-x HOME. You can even mix mouse events with keyboard events, such as S-down-mouse-1. On text terminals, typing a function key actually sends the computer a sequence of characters; the precise details of the sequence depends on the function key and on the terminal type. (Often the sequence starts with ESC [.) If Emacs understands your terminal type properly, it automatically handles such sequences as single input events.
421
to make it indent the current line for C code. Minor modes can also have local keymaps; whenever a minor mode is in effect, the definitions in its keymap override both the major modes local keymap and the global keymap. In addition, portions of text in the buffer can specify their own keymaps, which override all other keymaps. A local keymap can redefine a key as a prefix key by defining it as a prefix keymap. If the key is also defined globally as a prefix, its local and global definitions (both keymaps) effectively combine: both definitions are used to look up the event that follows the prefix key. For example, if a local keymap defines C-c as a prefix keymap, and that keymap defines C-z as a command, this provides a local meaning for C-c C-z. This does not affect other sequences that start with C-c; if those sequences dont have their own local bindings, their global bindings remain in effect. Another way to think of this is that Emacs handles a multi-event key sequence by looking in several keymaps, one by one, for a binding of the whole key sequence. First it checks the minor mode keymaps for minor modes that are enabled, then it checks the major modes keymap, and then it checks the global keymap. This is not precisely how key lookup works, but its good enough for understanding the results in ordinary circumstances.
422
M-x local-unset-key RET key Make key undefined locally (in the major mode now in effect). For example, the following binds C-z to the shell command (see Section 31.3.2 [Interactive Shell], page 375), replacing the normal global definition of C-z: M-x global-set-key RET C-z shell RET The global-set-key command reads the command name after the key. After you press the key, a message like this appears so that you can confirm that you are binding the key you want: Set key C-z to command: You can redefine function keys and mouse events in the same way; just type the function key or click the mouse when its time to specify the key to rebind. You can rebind a key that contains more than one event in the same way. Emacs keeps reading the key to rebind until it is a complete key (that is, not a prefix key). Thus, if you type C-f for key, thats the end; it enters the minibuffer immediately to read cmd. But if you type C-x, since thats a prefix, it reads another character; if that is 4, another prefix character, it reads one more character, and so on. For example, M-x global-set-key RET C-x 4 $ spell-other-window RET redefines C-x 4 $ to run the (fictitious) command spell-other-window. You can remove the global definition of a key with global-unset-key. This makes the key undefined ; if you type it, Emacs will just beep. Similarly, local-unset-key makes a key undefined in the current major mode keymap, which makes the global definition (or lack of one) come back into effect in that major mode. If you have redefined (or undefined) a key and you subsequently wish to retract the change, undefining the key will not do the jobyou need to redefine the key with its standard definition. To find the name of the standard definition of a key, go to a Fundamental mode buffer in a fresh Emacs and use C-h c. The documentation of keys in this manual also lists their command names. If you want to prevent yourself from invoking a command by mistake, it is better to disable the command than to undefine the key. A disabled command is less work to invoke when you really want to. See Section 32.4.11 [Disabling], page 427.
423
Here are some additional examples, including binding function keys and mouse events: (global-set-key (global-set-key (global-set-key (global-set-key (global-set-key (global-set-key (global-set-key (kbd (kbd (kbd (kbd (kbd (kbd (kbd "C-c y") clipboard-yank) "C-M-q") query-replace) "<f5>") flyspell-mode) "C-<f5>") linum-mode) "C-<right>") forward-sentence) "<mouse-2>") mouse-save-then-kill) "C-<down-mouse-3>") mouse-yank-at-click)
Instead of using the kbd macro, you can use a Lisp string or vector to specify the key sequence. Using a string is simpler, but only works for ASCII characters and Meta-modified ASCII characters. For example, heres how to bind C-x M-l to make-symbolic-link (see Section 15.10 [Misc File Ops], page 130): (global-set-key "\C-x\M-l" make-symbolic-link) To put TAB, RET, ESC, or DEL in the string, use the Emacs Lisp escape sequences \t, \r, \e, and \d respectively. Here is an example which binds C-x TAB to indent-rigidly (see Chapter 21 [Indentation], page 194): (global-set-key "\C-x\t" indent-rigidly) When the key sequence includes function keys or mouse button events, or non-ASCII characters such as C-= or H-a, you can use a vector to specify the key sequence. Each element in the vector stands for an input event; the elements are separated by spaces and surrounded by a pair of square brackets. If a vector element is a character, write it as a Lisp character constant: ? followed by the character as it would appear in a string. Function keys are represented by symbols (see Section 32.4.8 [Function Keys], page 424); simply write the symbols name, with no other delimiters or punctuation. Here are some examples: (global-set-key (global-set-key (global-set-key (global-set-key (global-set-key [?\C-=] make-symbolic-link) [?\M-\C-=] make-symbolic-link) [?\H-a] make-symbolic-link) [f7] make-symbolic-link) [C-mouse-1] make-symbolic-link)
You can use a vector for the simple cases too: (global-set-key [?\C-z ?\M-l] make-symbolic-link) Language and coding systems may cause problems with key bindings for non-ASCII characters. See Section 32.6.5 [Init Non-ASCII], page 433. As described in Section 32.4.3 [Local Keymaps], page 420, major modes and minor modes can define local keymaps. These keymaps are constructed when the mode is used for the first time in a session. If you wish to change one of these keymaps, you must use the mode hook (see Section 32.3.2 [Hooks], page 413). For example, Texinfo mode runs the hook texinfo-mode-hook. Heres how you can use the hook to add local bindings for C-c n and C-c p in Texinfo mode: (add-hook texinfo-mode-hook (lambda () (define-key texinfo-mode-map "\C-cp" backward-paragraph) (define-key texinfo-mode-map "\C-cn" forward-paragraph)))
424
425
kp-f1, kp-f2, kp-f3, kp-f4 Keypad PF keys. These names are conventional, but some systems (especially when using X) may use different names. To make certain what symbol is used for a given function key on your terminal, type C-h c followed by that key. See Section 32.4.6 [Init Rebinding], page 422, for examples of binding function keys. Many keyboards have a numeric keypad on the right hand side. The numeric keys in the keypad double up as cursor motion keys, toggled by a key labeled Num Lock. By default, Emacs translates these keys to the corresponding keys in the main keyboard. For example, when Num Lock is on, the key labeled 8 on the numeric keypad produces kp-8, which is translated to 8; when Num Lock is off, the same key produces kp-up, which is translated to UP. If you rebind a key such as 8 or UP, it affects the equivalent keypad key too. However, if you rebind a kp- key directly, that wont affect its non-keypad equivalent. Note that the modified keys are not translated: for instance, if you hold down the META key while pressing the 8 key on the numeric keypad, that generates M-KP-8. Emacs provides a convenient method for binding the numeric keypad keys, using the variables keypad-setup, keypad-numlock-setup, keypad-shifted-setup, and keypadnumlock-shifted-setup. These can be found in the keyboard customization group (see Section 32.2 [Easy Customization], page 404). You can rebind the keys to perform other tasks, such as issuing numeric prefix arguments.
426
The symbols for basic click events are mouse-1 for the leftmost button, mouse-2 for the next, and so on. Here is how you can redefine the second mouse button to split the current window: (global-set-key [mouse-2] split-window-vertically) The symbols for drag events are similar, but have the prefix drag- before the word mouse. For example, dragging the first button generates a drag-mouse-1 event. You can also define bindings for events that occur when a mouse button is pressed down. These events start with down- instead of drag-. Such events are generated only if they have key bindings. When you get a button-down event, a corresponding click or drag event will always follow. If you wish, you can distinguish single, double, and triple clicks. A double click means clicking a mouse button twice in approximately the same place. The first click generates an ordinary click event. The second click, if it comes soon enough, generates a double-click event instead. The event type for a double-click event starts with double-: for example, double-mouse-3. This means that you can give a special meaning to the second click at the same place, but it must act on the assumption that the ordinary single click definition has run when the first click was received. This constrains what you can do with double clicks, but user interface designers say that this constraint ought to be followed in any case. A double click should do something similar to the single click, only more so. The command for the double-click event should perform the extra work for the double click. If a double-click event has no binding, it changes to the corresponding single-click event. Thus, if you dont define a particular double click specially, it executes the single-click command twice. Emacs also supports triple-click events whose names start with triple-. Emacs does not distinguish quadruple clicks as event types; clicks beyond the third generate additional triple-click events. However, the full number of clicks is recorded in the event list, so if you know Emacs Lisp you can distinguish if you really want to (see Section Click Events in The Emacs Lisp Reference Manual ). We dont recommend distinct meanings for more than three clicks, but sometimes it is useful for subsequent clicks to cycle through the same set of three meanings, so that four clicks are equivalent to one click, five are equivalent to two, and six are equivalent to three. Emacs also records multiple presses in drag and button-down events. For example, when you press a button twice, then move the mouse while holding the button, Emacs gets a double-drag- event. And at the moment when you press it down for the second time, Emacs gets a double-down- event (which is ignored, like all button-down events, if it has no binding). The variable double-click-time specifies how much time can elapse between clicks and still allow them to be grouped as a multiple click. Its value is in units of milliseconds. If the value is nil, double clicks are not detected at all. If the value is t, then there is no time limit. The default is 500. The variable double-click-fuzz specifies how much the mouse can move between clicks and still allow them to be grouped as a multiple click. Its value is in units of pixels on
427
windowed displays and in units of 1/8 of a character cell on text-mode terminals; the default is 3. The symbols for mouse events also indicate the status of the modifier keys, with the usual prefixes C-, M-, H-, s-, A- and S-. These always precede double- or triple-, which always precede drag- or down-. A frame includes areas that dont show text from the buffer, such as the mode line and the scroll bar. You can tell whether a mouse button comes from a special area of the screen by means of dummy prefix keys. For example, if you click the mouse in the mode line, you get the prefix key mode-line before the ordinary mouse-button symbol. Thus, here is how to define the command for clicking the first button in a mode line to run scroll-up: (global-set-key [mode-line mouse-1] scroll-up) Here is the complete list of these dummy prefix keys and their meanings: mode-line The mouse was in the mode line of a window. vertical-line The mouse was in the vertical line separating side-by-side windows. (If you use scroll bars, they appear in place of these vertical lines.) vertical-scroll-bar The mouse was in a vertical scroll bar. (This is the only kind of scroll bar Emacs currently supports.) menu-bar The mouse was in the menu bar.
header-line The mouse was in a header line. You can put more than one mouse button in a key sequence, but it isnt usual to do so.
428
(put delete-region disabled "Its better to use kill-region instead.\n") You can make a command disabled either by editing the .emacs file directly, or with the command M-x disable-command, which edits the .emacs file for you. Likewise, M-x enable-command edits .emacs to enable a command permanently. See Section 32.6 [Init File], page 428. If Emacs was invoked with the -q or --no-init-file options (see Section C.2 [Initial Options], page 471), it will not edit your ~/.emacs init file. Doing so could lose information because Emacs has not read your init file. Whether a command is disabled is independent of what key is used to invoke it; disabling also applies if the command is invoked using M-x. However, disabling a command has no effect on calling it as a function from Lisp programs.
429
you start Emacs (except when you specify -q). But your init file, if any, is loaded first; if it sets inhibit-default-init non-nil, then default is not loaded. Your site may also have a site startup file ; this is named site-start.el, if it exists. Like default.el, Emacs finds this file via the standard search path for Lisp libraries. Emacs loads this library before it loads your init file. To inhibit loading of this library, use the option --no-site-file. See Section C.2 [Initial Options], page 471. We recommend against using site-start.el for changes that some users may not like. It is better to put them in default.el, so that users can more easily override them. You can place default.el and site-start.el in any of the directories which Emacs searches for Lisp libraries. The variable load-path (see Section 24.8 [Lisp Libraries], page 269) specifies these directories. Many sites put these files in the site-lisp subdirectory of the Emacs installation directory, typically /usr/local/share/emacs/site-lisp. Byte-compiling your init file is not recommended (see Section Byte Compilation in the Emacs Lisp Reference Manual ). It generally does not speed up startup very much, and often leads to problems when you forget to recompile the file. A better solution is to use the Emacs server to reduce the number of times you have to start Emacs (see Section 31.4 [Emacs Server], page 384). If your init file defines many functions, consider moving them to a separate (byte-compiled) file that you load in your init file. If you are going to write actual Emacs Lisp programs that go beyond minor customization, you should read the Emacs Lisp Reference Manual.
430
\C- can be used as a prefix for a control character, as in \C-s for ASCII control-S, and \M- can be used as a prefix for a Meta character, as in \M-a for Meta-A or \M-\C-a for Control-Meta-A. See Section 32.6.5 [Init Non-ASCII], page 433, for information about including non-ASCII in your init file. Characters: Lisp character constant syntax consists of a ? followed by either a character or an escape sequence starting with \. Examples: ?x, ?\n, ?\", ?\). Note that strings and characters are not interchangeable in Lisp; some contexts require one and some contexts require the other. See Section 32.6.5 [Init Non-ASCII], page 433, for information about binding commands to keys which send non-ASCII characters. True: False: t stands for true. nil stands for false.
Other Lisp objects: Write a single-quote () followed by the Lisp object you want.
431
Set up defaults for the Latin-1 character set which supports most of the languages of Western Europe. (set-language-environment "Latin-1") Turn off Line Number mode, a global minor mode. (line-number-mode 0) Turn on Auto Fill mode automatically in Text mode and related modes. (add-hook text-mode-hook (lambda () (auto-fill-mode 1))) This shows how to add a hook function to a normal hook variable (see Section 32.3.2 [Hooks], page 413). The function we supply is a list starting with lambda, with a single-quote in front of it to make it a list constant rather than an expression. Its beyond the scope of this manual to explain Lisp functions, but for this example it is enough to know that the effect is to execute (auto-fill-mode 1) when Text mode is entered. You can replace that with any other expression that you like, or with several expressions in a row. Emacs comes with a function named turn-on-auto-fill whose definition is (lambda () (auto-fill-mode 1)). Thus, a simpler way to write the above example is as follows: (add-hook text-mode-hook turn-on-auto-fill) Load the installed Lisp library named foo (actually a file foo.elc or foo.el in a standard Emacs directory). (load "foo") When the argument to load is a relative file name, not starting with / or ~, load searches the directories in load-path (see Section 24.8 [Lisp Libraries], page 269). Load the compiled Lisp file foo.elc from your home directory. (load "~/foo.elc") Here an absolute file name is used, so no searching is done. Tell Emacs to find the definition for the function myfunction by loading a Lisp library named mypackage (i.e. a file mypackage.elc or mypackage.el): (autoload myfunction "mypackage" "Do what I say." t) Here the string "Do what I say." is the functions documentation string. You specify it in the autoload definition so it will be available for help commands even when the package is not loaded. The last argument, t, indicates that this function is interactive; that is, it can be invoked interactively by typing M-x myfunction RET or by binding it to a key. If the function is not interactive, omit the t or use nil. Rebind the key C-x l to run the function make-symbolic-link (see Section 32.4.6 [Init Rebinding], page 422). (global-set-key "\C-xl" make-symbolic-link) or (define-key global-map "\C-xl" make-symbolic-link) Note once again the single-quote used to refer to the symbol make-symbolic-link instead of its value as a variable. Do the same thing for Lisp mode only.
432
(define-key lisp-mode-map "\C-xl" make-symbolic-link) Redefine all keys which now run next-line in Fundamental mode so that they run forward-line instead. (substitute-key-definition next-line forward-line global-map) Make C-x C-v undefined. (global-unset-key "\C-x\C-v") One reason to undefine a key is so that you can make it a prefix. Simply defining C-x C-v anything will make C-x C-v a prefix, but C-x C-v must first be freed of its usual non-prefix definition. Make $ have the syntax of punctuation in Text mode. Note the use of a character constant for $. (modify-syntax-entry ?\$ "." text-mode-syntax-table) Enable the use of the command narrow-to-region without confirmation. (put narrow-to-region disabled nil) Adjusting the configuration to various platforms and Emacs versions. Users typically want Emacs to behave the same on all systems, so the same init file is right for all platforms. However, sometimes it happens that a function you use for customizing Emacs is not available on some platforms or in older Emacs versions. To deal with that situation, put the customization inside a conditional that tests whether the function or facility is available, like this: (if (fboundp blink-cursor-mode) (blink-cursor-mode 0)) (if (boundp coding-category-utf-8) (set-coding-priority (coding-category-utf-8))) You can also simply disregard the errors that occur if the function is not defined. (condition case () (set-face-background region "grey75") (error nil)) A setq on a variable which does not exist is generally harmless, so those do not need a conditional.
433
Termcap data base; the terminal-specific library needs to map only the function keys that Termcap does not specify. When the terminal type contains a hyphen, only the part of the name before the first hyphen is significant in choosing the library name. Thus, terminal types aaa-48 and aaa-30-rv both use the library term/aaa. The code in the library can use (getenv "TERM") to find the full terminal type name. The librarys name is constructed by concatenating the value of the variable termfile-prefix and the terminal type. Your .emacs file can prevent the loading of the terminal-specific library by setting term-file-prefix to nil. Emacs runs the hook term-setup-hook at the end of initialization, after both your .emacs file and any terminal-specific library have been read in. Add hook functions to this hook if you wish to override part of any of the terminal-specific libraries and to define initializations for terminals that do not have a library. See Section 32.3.2 [Hooks], page 413.
434
Warning: if you change the keyboard encoding, or change between multibyte and unibyte mode, or anything that would alter which code C-q would insert for that character, this key binding may stop working. It is therefore advisable to use one and only one coding system, for your init file as well as the files you edit. For example, dont mix the latin-1 and latin-9 coding systems.
435
ESC ESC ESC Either quit or abort, whichever makes sense (keyboard-escape-quit). M-x top-level Abort all recursive editing levels that are currently executing. C-/ C-x u C-_
There are two ways of canceling a command before it has finished: quitting with C-g, and aborting with C-] or M-x top-level. Quitting cancels a partially typed command, or one which is still running. Aborting exits a recursive editing level and cancels the command that invoked the recursive edit. (See Section 31.14 [Recursive Edit], page 395.) Quitting with C-g is the way to get rid of a partially typed command, or a numeric argument that you dont want. Furthermore, if you are in the middle of a command that is running, C-g stops the command in a relatively safe way. For example, if you quit out of a kill command that is taking a long time, either your text will all still be in the buffer, or it will all be in the kill ring, or maybe both. If the region is active, C-g deactivates the mark, unless Transient Mark mode is off (see Section 8.7 [Persistent Mark], page 48). If you are in the middle of an incremental search, C-g does special things; it may take two successive C-g characters to get out of a search. See Section 12.1 [Incremental Search], page 80, for details. On MS-DOS, the character C-BREAK serves as a quit character like C-g. The reason is that it is not feasible, on MS-DOS, to recognize C-g while a command is running, between interactions with the user. By contrast, it is feasible to recognize C-BREAK at all times. See Section MS-DOS Keyboard in Specialized Emacs Features . C-g works by setting the variable quit-flag to t the instant C-g is typed; Emacs Lisp checks this variable frequently, and quits if it is non-nil. C-g is only actually executed as a command if you type it while Emacs is waiting for input. In that case, the command it runs is keyboard-quit. On a text terminal, if you quit with C-g a second time before the first C-g is recognized, you activate the emergency escape feature and return to the shell. See Section 33.2.7 [Emergency Escape], page 439.
436
There are some situations where you cannot quit. When Emacs is waiting for the operating system to do something, quitting is impossible unless special pains are taken for the particular system call within Emacs where the waiting occurs. We have done this for the system calls that users are likely to want to quit from, but its possible you will encounter a case not handled. In one very common casewaiting for file input or output using NFS Emacs itself knows how to quit, but many NFS implementations simply do not allow user programs to stop waiting for NFS when the NFS server is hung. Aborting with C-] (abort-recursive-edit) is used to get out of a recursive editing level and cancel the command which invoked it. Quitting with C-g does not do this, and could not do this, because it is used to cancel a partially typed command within the recursive editing level. Both operations are useful. For example, if you are in a recursive edit and type C-u 8 to enter a numeric argument, you can cancel that argument with C-g and remain in the recursive edit. The sequence ESC ESC ESC (keyboard-escape-quit) can either quit or abort. (We defined it this way because ESC means get out in many PC programs.) It can cancel a prefix argument, clear a selected region, or get out of a Query Replace, like C-g. It can get out of the minibuffer or a recursive edit, like C-]. It can also get out of splitting the frame into multiple windows, as with C-x 1. One thing it cannot do, however, is stop a command that is running. Thats because it executes as an ordinary command, and Emacs doesnt notice it until it is ready for the next command. The command M-x top-level is equivalent to enough C-] commands to get you out of all the levels of recursive edits that you are in; it also exits the minibuffer if it is active. C-] gets you out one level at a time, but M-x top-level goes out all levels at once. Both C-] and M-x top-level are like all other commands, and unlike C-g, in that they take effect only when Emacs is ready for a command. C-] is an ordinary key and has its meaning only because of its binding in the keymap. See Section 31.14 [Recursive Edit], page 395. C-/ (undo) is not strictly speaking a way of canceling a command, but you can think of it as canceling a command that already finished executing. See Section 13.1 [Undo], page 98, for more information about the undo facility.
437
Some keyboards also have a DELETE key, which is ordinarily used to delete forwards. If this key deletes backward in Emacs, that too suggests Emacs got the wrong information but in the opposite sense. On a text-only terminal, if you find the usual erasure key prompts for a Help command, like Control-h, instead of deleting a character, it means that key is actually sending the BS character. Emacs ought to be treating BS as DEL, but it isnt. In all of those cases, the immediate remedy is the same: use the command M-x normal-erase-is-backspace-mode. This toggles between the two modes that Emacs supports for handling DEL, so if Emacs starts in the wrong mode, this should switch to the right mode. On a text-only terminal, if you want to ask for help when BS is treated as DEL, use F1; C-? may also work, if it sends character code 127. To fix the problem automatically for every Emacs session, you can put one of the following lines into your .emacs file (see Section 32.6 [Init File], page 428). For the first case above, where BACKSPACE deletes forwards instead of backwards, use this line to make BACKSPACE act as DEL (resulting in behavior compatible with Emacs 20 and previous versions): (normal-erase-is-backspace-mode 0) For the other two cases, use this line: (normal-erase-is-backspace-mode 1) Another way to fix the problem for every Emacs session is to customize the variable normal-erase-is-backspace: the value t specifies the mode where BS or BACKSPACE is DEL, and nil specifies the other mode. See Section 32.2 [Easy Customization], page 404.
438
439
To use this script, run gdb with the file name of your Emacs executable and the file name of the core dump, e.g. gdb /usr/bin/emacs core.emacs. At the (gdb) prompt, load the recovery script: source /usr/src/emacs/etc/emacs-buffer.gdb. Then type the command ybuffer-list to see which buffers are available. For each buffer, it lists a buffer number. To save a buffer, use ysave-buffer; you specify the buffer number, and the file name to write that buffer into. You should use a file name which does not already exist; if the file does exist, the script does not make a backup of its old contents.
440
441
Taking forever to complete a command can be a bug, but you must make certain that it was really Emacss fault. Some commands simply take a long time. Type C-g (C-BREAK on MS-DOS) and then C-h l to see whether the input Emacs received was what you intended to type; if the input was such that you know it should have been processed quickly, report a bug. If you dont know whether the command should take a long time, find out by looking in the manual or by asking for assistance. If a command you are familiar with causes an Emacs error message in a case where its usual definition ought to be reasonable, it is probably a bug. If a command does the wrong thing, that is a bug. But be sure you know for certain what it ought to have done. If you arent familiar with the command, or dont know for certain how the command is supposed to work, then it might actually be working right. Rather than jumping to conclusions, show the problem to someone who knows for certain. Finally, a commands intended definition may not be the best possible definition for editing with. This is a very important sort of problem, but it is also a matter of judgment. Also, it is easy to come to such a conclusion out of ignorance of some of the existing features. It is probably best not to complain about such a problem until you have checked the documentation in the usual ways, feel confident that you understand it, and know for certain that what you want is not available. Ask other Emacs users, too. If you are not sure what the command is supposed to do after a careful reading of the manual, check the index and glossary for any terms that may be unclear. If after careful rereading of the manual you still do not understand what the command should do, that indicates a bug in the manual, which you should report. The manuals job is to make everything clear to people who are not Emacs expertsincluding you. It is just as important to report documentation bugs as program bugs. If the on-line documentation string of a function or variable disagrees with the manual, one of them must be wrong; that is a bug.
442
problem with some large file, probably with no z in its name, and not see any problem. There is no way in the world that we could guess that we should try visiting a file with a z in its name. Alternatively, the problem might be due to the fact that the file starts with exactly 25 spaces. For this reason, you should make sure that you inform us of the exact contents of any file that is needed to reproduce the bug. What if the problem only occurs when you have typed the C-x C-a command previously? This is why we ask you to give the exact sequence of characters you typed since starting the Emacs session. You should not even say visit a file instead of C-x C-f unless you know that it makes no difference which visiting command is used. Similarly, rather than saying if I have three characters on the line, say after I type RET A B C RET C-p, if that is the way you entered the text. So please dont guess any explanations when you report a bug. If you want to actually debug the problem, and report explanations that are more than guesses, that is usefulbut please include the facts as well.
443
reports (or replies) via the newsgroup. It can make it much harder to contact you if we need to ask for more information, and it does not integrate well with the bug tracker. If your data is more than 500,000 bytes, please dont include it directly in the bug report; instead, offer to send it on request, or make it available by ftp and say where. To enable maintainers to investigate a bug, your report should include all these things: The version number of Emacs. Without this, we wont know whether there is any point in looking for the bug in the current version of GNU Emacs. M-x report-emacs-bug includes this information automatically, but if you are not using that command for your report you can get the version number by typing M-x emacs-version RET. If that command does not work, you probably have something other than GNU Emacs, so you will have to report the bug somewhere else. The type of machine you are using, and the operating system name and version number (again, automatically included by M-x report-emacs-bug). M-x emacs-version RET provides this information too. Copy its output from the *Messages* buffer, so that you get it all and get it accurately. The operands given to the configure command when Emacs was installed (automatically included by M-x report-emacs-bug). A complete list of any modifications you have made to the Emacs source. (We may not have time to investigate the bug unless it happens in an unmodified Emacs. But if youve made modifications and you dont tell us, you are sending us on a wild goose chase.) Be precise about these changes. A description in English is not enoughsend a context diff for them. Adding files of your own, or porting to another machine, is a modification of the source. Details of any other deviations from the standard procedure for installing GNU Emacs. The complete text of any files needed to reproduce the bug. If you can tell us a way to cause the problem without visiting any files, please do so. This makes it much easier to debug. If you do need files, make sure you arrange for us to see their exact contents. For example, it can matter whether there are spaces at the ends of lines, or a newline after the last line in the buffer (nothing ought to care whether the last line is terminated, but try telling the bugs that). The precise commands we need to type to reproduce the bug. If at all possible, give a full recipe for an Emacs started with the -Q option (see Section C.2 [Initial Options], page 471). This bypasses your .emacs customizations. One way to record the input to Emacs precisely is to write a dribble file. To start the file, execute the Lisp expression (open-dribble-file "~/dribble") using M-: or from the *scratch* buffer just after starting Emacs. From then on, Emacs copies all your input to the specified dribble file until the Emacs process is killed. For possible display bugs, the terminal type (the value of environment variable TERM), the complete termcap entry for the terminal from /etc/termcap (since that file is not identical on all machines), and the output that Emacs actually sent to the terminal.
444
The way to collect the terminal output is to execute the Lisp expression (open-termscript "~/termscript") using M-: or from the *scratch* buffer just after starting Emacs. From then on, Emacs copies all terminal output to the specified termscript file as well, until the Emacs process is killed. If the problem happens when Emacs starts up, put this expression into your .emacs file so that the termscript file will be open when Emacs displays the screen for the first time. Be warned: it is often difficult, and sometimes impossible, to fix a terminal-dependent bug without access to a terminal of the type that stimulates the bug. If non-ASCII text or internationalization is relevant, the locale that was current when you started Emacs. On GNU/Linux and Unix systems, or if you use a Posix-style shell such as Bash, you can use this shell command to view the relevant values:
echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_CTYPE=$LC_CTYPE \ LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
Alternatively, use the locale command, if your system has it, to display your locale settings. You can use the M-! command to execute these commands from Emacs, and then copy the output from the *Messages* buffer into the bug report. Alternatively, M-x getenv RET LC_ALL RET will display the value of LC_ALL in the echo area, and you can copy its output from the *Messages* buffer. A description of what behavior you observe that you believe is incorrect. For example, The Emacs process gets a fatal signal, or, The resulting text is as follows, which I think is wrong. Of course, if the bug is that Emacs gets a fatal signal, then one cant miss it. But if the bug is incorrect text, the maintainer might fail to notice what is wrong. Why leave it to chance? Even if the problem you experience is a fatal signal, you should still say so explicitly. Suppose something strange is going on, such as, your copy of the source is out of sync, or you have encountered a bug in the C library on your system. (This has happened!) Your copy might crash and the copy here might not. If you said to expect a crash, then when Emacs here fails to crash, we would know that the bug was not happening. If you dont say to expect a crash, then we would not know whether the bug was happeningwe would not be able to draw any conclusion from our observations. If the bug is that the Emacs Manual or the Emacs Lisp Reference Manual fails to describe the actual behavior of Emacs, or that the text is confusing, copy in the text from the online manual which you think is at fault. If the section is small, just the section name is enough. If the manifestation of the bug is an Emacs error message, it is important to report the precise text of the error message, and a backtrace showing how the Lisp program in Emacs arrived at the error. To get the error message text accurately, copy it from the *Messages* buffer into the bug report. Copy all of it, not just part. To make a backtrace for the error, use M-x toggle-debug-on-error before the error happens (that is to say, you must give that command and then make the bug happen). This causes the error to start the Lisp debugger, which shows you a backtrace.
445
Copy the text of the debuggers backtrace into the bug report. See Section The Lisp Debugger in the Emacs Lisp Reference Manual , for information on debugging Emacs Lisp programs with the Edebug package. This use of the debugger is possible only if you know how to make the bug happen again. If you cant make it happen again, at least copy the whole error message. If Emacs appears to be stuck in an infinite loop or in a very long operation, typing C-g with the variable debug-on-quit non-nil will start the Lisp debugger and show a backtrace. This backtrace is useful for debugging such long loops, so if you can produce it, copy it into the bug report. Check whether any programs you have loaded into the Lisp world, including your .emacs file, set any variables that may affect the functioning of Emacs. Also, see whether the problem happens in a freshly started Emacs without loading your .emacs file (start Emacs with the -Q switch to prevent loading the init files). If the problem does not occur then, you must report the precise contents of any programs that you must load into the Lisp world in order to cause the problem to occur. If the problem does depend on an init file or other Lisp programs that are not part of the standard Emacs system, then you should make sure it is not a bug in those programs by complaining to their maintainers first. After they verify that they are using Emacs in a way that is supposed to work, they should report the bug. If you wish to mention something in the GNU Emacs source, show the line of code with a few lines of context. Dont just give a line number. The line numbers in the development sources dont match those in your sources. It would take extra work for the maintainers to determine what code is in your version at a given line number, and we could not be certain. Additional information from a C debugger such as GDB might enable someone to find a problem on a machine which he does not have available. If you dont know how to use GDB, please read the GDB manualit is not very long, and using GDB is easy. You can find the GDB distribution, including the GDB manual in online form, in most of the same places you can find the Emacs distribution. To run Emacs under GDB, you should switch to the src subdirectory in which Emacs was compiled, then do gdb emacs. It is important for the directory src to be current so that GDB will read the .gdbinit file in this directory. However, you need to think when you collect the additional information if you want it to show what causes the bug. For example, many people send just a backtrace, but that is not very useful by itself. A simple backtrace with arguments often conveys little about what is happening inside GNU Emacs, because most of the arguments listed in the backtrace are pointers to Lisp objects. The numeric values of these pointers have no significance whatever; all that matters is the contents of the objects they point to (and most of the contents are themselves pointers). To provide useful information, you need to show the values of Lisp objects in Lisp notation. Do this for each variable which is a Lisp object, in several stack frames near the bottom of the stack. Look at the source to see which variables are Lisp objects, because the debugger thinks of them as integers.
446
To show a variables value in Lisp syntax, first print its value, then use the user-defined GDB command pr to print the Lisp object in Lisp syntax. (If you must use another debugger, call the function debug_print with the object as an argument.) The pr command is defined by the file .gdbinit, and it works only if you are debugging a running process (not with a core dump). To make Lisp errors stop Emacs and return to GDB, put a breakpoint at Fsignal. For a short listing of Lisp functions running, type the GDB command xbacktrace. The file .gdbinit defines several other commands that are useful for examining the data types and contents of Lisp objects. Their names begin with x. These commands work at a lower level than pr, and are less convenient, but they may work even when pr does not, such as when debugging a core dump or when Emacs has had a fatal signal. More detailed advice and other useful techniques for debugging Emacs are available in the file etc/DEBUG in the Emacs distribution. That file also includes instructions for investigating problems whereby Emacs stops responding (many people assume that Emacs is hung, whereas in fact it might be in an infinite loop). To find the file etc/DEBUG in your Emacs installation, use the directory name stored in the variable data-directory. Here are some things that are not necessary in a bug report: A description of the envelope of the bugthis is not necessary for a reproducible bug. Often people who encounter a bug spend a lot of time investigating which changes to the input file will make the bug go away and which changes will not affect it. This is often time-consuming and not very useful, because the way we will find the bug is by running a single example under the debugger with breakpoints, not by pure deduction from a series of examples. You might as well save time by not searching for additional examples. It is better to send the bug report right away, go back to editing, and find another bug to report. Of course, if you can find a simpler example to report instead of the original one, that is a convenience. Errors in the output will be easier to spot, running under the debugger will take less time, etc. However, simplification is not vital; if you cant do this or dont have time to try, please report the bug with your original test case. A core dump file. Debugging the core dump might be useful, but it can only be done on your machine, with your Emacs executable. Therefore, sending the core dump file to the Emacs maintainers wont be useful. Above all, dont include the core file in an email bug report! Such a large message can be extremely inconvenient. A system-call trace of Emacs execution. System-call traces are very useful for certain special kinds of debugging, but in most cases they give little useful information. It is therefore strange that many people seem to think that the way to report information about a crash is to send a system-call trace. Perhaps this is a habit formed from experience debugging programs that dont have source code or debugging symbols. In most programs, a backtrace is normally far, far more informative than a system-call trace. Even in Emacs, a simple backtrace is generally more informative, though to give
447
full information you should supplement the backtrace by displaying variable values and printing them as Lisp objects with pr (see above). A patch for the bug. A patch for the bug is useful if it is a good one. But dont omit the other information that a bug report needs, such as the test case, on the assumption that a patch is sufficient. We might see problems with your patch and decide to fix the problem another way, or we might not understand it at all. And if we cant understand what bug you are trying to fix, or why your patch should be an improvement, we mustnt install it. A guess about what the bug is or what it depends on. Such guesses are usually wrong. Even experts cant guess right about such things without first using the debugger to find the facts.
448
Use diff -c to make your diffs. Diffs without context are hard to install reliably. More than that, they are hard to study; we must always study a patch to decide whether we want to install it. Unidiff format is better than contextless diffs, but not as easy to read as -c format. If you have GNU diff, use diff -c -F^[_a-zA-Z0-9$]+ *( when making diffs of C code. This shows the name of the function that each change occurs in. Avoid any ambiguity as to which is the old version and which is the new. Please make the old version the first argument to diff, and the new version the second argument. And please give one version or the other a name that indicates whether it is the old version or your new changed one. Write the change log entries for your changes. This is both to save us the extra work of writing them, and to help explain your changes so we can understand them. The purpose of the change log is to show people where to find what was changed. So you need to be specific about what functions you changed; in large functions, its often helpful to indicate where within the function the change was. On the other hand, once you have shown people where to find the change, you need not explain its purpose in the change log. Thus, if you add a new function, all you need to say about it is that it is new. If you feel that the purpose needs explaining, it probably doesbut put the explanation in comments in the code. It will be more useful there. Please read the ChangeLog files in the src and lisp directories to see what sorts of information to put in, and to learn the style that we use. See Section 25.2 [Change Log], page 289. When you write the fix, keep in mind that we cant install a change that would break other systems. Please think about what effect your change will have if compiled on another type of system. Sometimes people send fixes that might be an improvement in generalbut it is hard to be sure of this. Its hard to install such changes because we have to study them very carefully. Of course, a good explanation of the reasoning by which you concluded the change was correct can help convince us. The safest changes are changes to the configuration files for a particular machine. These are safe because they cant create new bugs on other machines. Please help us keep up with the workload by designing the patch in a form that is clearly safe to install.
449
The development version of Emacs can be downloaded from the repository where it is actively maintained by a group of developers. See the Emacs project page http://savannah.gnu.org/projects/emacs/ for details. For more information on how to contribute, see the etc/CONTRIBUTE file in the Emacs distribution.
450
Preamble
The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a programto make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers and authors protection, the GPL clearly explains that there is no warranty for this free software. For both users and authors sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
451
Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow.
452
The System Libraries of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A Major Component, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The Corresponding Source for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the works System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
453
When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the works users, your or third parties legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Programs source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a. The work must carry prominent notices stating that you modified it, and giving a relevant date. b. The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to keep intact all notices. c. You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d. If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an aggregate if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilations users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
454
a. Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b. Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c. Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d. Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e. Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A User Product is either (1) a consumer product, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, normally used refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. Installation Information for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source.
455
The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. Additional permissions are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a. Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b. Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c. Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
456
d. Limiting the use for publicity purposes of names of licensors or authors of the material; or e. Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f. Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered further restrictions within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance.
457
However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An entity transaction is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the partys predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A contributor is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributors contributor version. A contributors essential patent claims are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, control includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributors essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a patent license is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To grant such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so
458
available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. Knowingly relying means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipients use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is discriminatory if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License.
459
The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License or any later version applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxys public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
460
END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the copyright line and a pointer to where the full notice is found.
one line to give the programs name and a brief idea of what it does. Copyright (C) year name of author This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
program Copyright (C) year name of author This program comes with ABSOLUTELY NO WARRANTY; for details type show w. This is free software, and you are welcome to redistribute it under certain conditions; type show c for details.
The hypothetical commands show w and show c should show the appropriate parts of the General Public License. Of course, your programs commands might be different; for a GUI interface, you would use an about box. You should also get your employer (if you work as a programmer) or school, if any, to sign a copyright disclaimer for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see http://www.gnu.org/licenses/. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read http://www.gnu.org/philosophy/why-not-lgpl.html.
461
462
under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. The Cover Texts are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. A Transparent copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not Transparent is called Opaque. Examples of suitable formats for Transparent copies include plain ascii without markup, Texinfo input format, LaTEX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. The Title Page means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, Title Page means the text near the most prominent appearance of the works title, preceding the beginning of the body of the text. The publisher means any person or entity that distributes copies of the Document to the public. A section Entitled XYZ means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as Acknowledgements, Dedications, Endorsements, or History.) To Preserve the Title of such a section when you modify the Document means that it remains a section Entitled XYZ according to this definition. The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. 2. VERBATIM COPYING
463
You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. 3. COPYING IN QUANTITY If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Documents license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. 4. MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any,
464
be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Documents license notice. H. Include an unaltered copy of this License. I. Preserve the section Entitled History, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled History in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the History section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. K. For any section Entitled Acknowledgements or Dedications, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. M. Delete any section Entitled Endorsements. Such a section may not be included in the Modified Version. N. Do not retitle any existing section to be Entitled Endorsements or to conflict in title with any Invariant Section. O. Preserve any Warranty Disclaimers. If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their
465
titles to the list of Invariant Sections in the Modified Versions license notice. These titles must be distinct from any other section titles. You may add a section Entitled Endorsements, provided it contains nothing but endorsements of your Modified Version by various partiesfor example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. 5. COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections Entitled History in the various original documents, forming one section Entitled History; likewise combine any sections Entitled Acknowledgements, and any sections Entitled Dedications. You must delete all sections Entitled Endorsements. 6. COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
466
7. AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an aggregate if the copyright resulting from the compilation is not used to limit the legal rights of the compilations users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Documents Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. 8. TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. If a section in the Document is Entitled Acknowledgements, Dedications, or History, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. 9. TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License. However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it.
467
10. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License or any later version applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxys public statement of acceptance of a version permanently authorizes you to choose that version for the Document. 11. RELICENSING Massive Multiauthor Collaboration Site (or MMC Site) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A Massive Multiauthor Collaboration (or MMC) contained in the site means any set of copyrightable works thus published on the MMC site. CC-BY-SA means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization. Incorporate means to publish or republish a Document, in whole or in part, as part of another Document. An MMC is eligible for relicensing if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008. The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
468
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the with. . . Texts. line with this:
with the Invariant Sections being list their titles, with the Front-Cover Texts being list, and with the Back-Cover Texts being list.
If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.
469
470
If the startup buffer is disabled (see Section 3.1 [Entering Emacs], page 14), then file is visited in a single window if one file argument was supplied; with two file arguments, Emacs displays the files in two different windows; with more than two file argument, Emacs displays the last file specified in one window, plus a Buffer Menu in a different window (see Section 16.5 [Several Buffers], page 141). To inhibit using the Buffer Menu for this, change the variable inhibit-startup-buffer-menu to t. +linenum file Visit file using find-file, then go to line number linenum in it. +linenum :columnnum file Visit file using find-file, then go to line number linenum and put point at column number columnnum. -l file --load=file Load a Lisp library named file with the function load. See Section 24.8 [Lisp Libraries], page 269. If file is not an absolute file name, the library can be found either in the current directory, or in the Emacs library search path as specified with EMACSLOADPATH (see Section C.5.1 [General Variables], page 474). Warning: If previous command-line arguments have visited files, the current directory is the directory of the last file visited. -L dir --directory=dir Add directory dir to the variable load-path. -f function --funcall=function Call Lisp function function. If it is an interactive function (a command), it reads the arguments interactively just as if you had called the same function with a key sequence. Otherwise, it calls the function with no arguments. --eval=expression --execute=expression Evaluate Lisp expression expression. --insert=file Insert the contents of file into the *scratch* buffer (see Section 24.10 [Lisp Interaction], page 271). This is like what M-x insert-file does (see Section 15.10 [Misc File Ops], page 130). --kill --help Exit from Emacs without asking for confirmation. Print a usage message listing all available options, then exit successfully.
471
472
The normal use of this option is in executable script files that run Emacs. They can start with this text on the first line #!/usr/bin/emacs --script which will invoke Emacs with --script and supply the name of the script file as file. Emacs Lisp then treats #! as a comment delimiter. -q --no-init-file Do not load your Emacs initialization file, and do not load the file default.el either (see Section 32.6 [Init File], page 428). Regardless of this switch, site-start.el is still loaded. When Emacs is invoked like this, the Customize facility does not allow options to be saved (see Section 32.2 [Easy Customization], page 404). --no-site-file Do not load site-start.el. The options -q, -u and --batch have no effect on the loading of this filethis option and -Q are the only options that block it. --no-splash Do not display a startup screen. You can also achieve this effect by setting the variable inhibit-startup-screen to non-nil in your initialization file (see Section 3.1 [Entering Emacs], page 14). -Q --quick Start emacs with minimum customizations, similar to using -q, --no-site-file, and --no-splash together. This also stops Emacs from processing X resources by setting inhibit-x-resources to t (see Section D.1 [Resources], page 484).
-daemon --daemon Start Emacs as a daemonafter Emacs starts up, it starts the Emacs server and disconnects from the terminal without opening any frames. You can then use the emacsclient command to connect to Emacs for editing. See Section 31.4 [Emacs Server], page 384, for information about using Emacs as a daemon. -daemon=SERVER-NAME Start emacs in background as a daemon, and use SERVER-NAME as the server name. --no-desktop Do not reload any saved desktop. See Section 31.13 [Saving Emacs Sessions], page 395. -u user --user=user Load user s initialization file instead of your own1 .
1
473
--debug-init Enable the Emacs Lisp debugger for errors in the init file. See Section Entering the Debugger on an Error in The GNU Emacs Lisp Reference Manual .
474
What makes the environment useful is that subprocesses inherit the environment automatically from their parent process. This means you can set up an environment variable in your login shell, and all the programs you run (including Emacs) will automatically see it. Subprocesses of Emacs (such as shells, compilers, and version-control software) inherit the environment from Emacs, too. Inside Emacs, the command M-x getenv gets the value of an environment variable. M-x setenv sets a variable in the Emacs environment. (Environment variable substitutions with $ work in the value just as in file names; see [File Names with $], page 112.) The variable initial-environment stores the initial environment inherited by Emacs. The way to set environment variables outside of Emacs depends on the operating system, and especially the shell that you are using. For example, heres how to set the environment variable ORGANIZATION to not very much using Bash: export ORGANIZATION="not very much" and heres how to do it in csh or tcsh: setenv ORGANIZATION "not very much" When Emacs is using the X Window System, various environment variables that control X work for Emacs as well. See the X documentation for more information.
EMACSLOADPATH A colon-separated list of directories2 to search for Emacs Lisp filesused to initialize load-path. EMACSPATH A colon-separated list of directories to search for executable filesused to initialize exec-path. EMAIL Your email address; used to initialize the Lisp variable user-mail-address, which the Emacs mail interface puts into the From header of outgoing messages (see Section 27.2 [Mail Headers], page 308). Used for shell-mode to override the SHELL environment variable.
ESHELL
2
Here and below, whenever we say colon-separated list of directories, it pertains to Unix and GNU/Linux systems. On MS-DOS and MS-Windows, the directories are separated by semi-colons instead, since DOS/Windows file names might include a colon after a drive letter.
475
HISTFILE
The name of the file that shell commands are saved in between logins. This variable defaults to ~/.bash_history if you use Bash, to ~/.sh_history if you use ksh, and to ~/.history otherwise. The location of your files in the directory tree; used for expansion of file names starting with a tilde (~). On MS-DOS, it defaults to the directory from which Emacs was started, with /bin removed from the end if it was present. On Windows, the default value of HOME is the Application Data subdirectory of the user profile directory (normally, this is C:/Documents and Settings/username /Application Data, where username is your user name), though for backwards compatibility C:/ will be used instead if a .emacs file is found there. The name of the machine that Emacs is running on. A colon-separated list of directories. Used by the complete package to search for files. A colon-separated list of directories in which to search for Info files.
HOME
LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LANG The users preferred locale. The locale has six categories, specified by the environment variables LC_COLLATE for sorting, LC_CTYPE for character encoding, LC_MESSAGES for system messages, LC_MONETARY for monetary formats, LC_NUMERIC for numbers, and LC_TIME for dates and times. If one of these variables is not set, the category defaults to the value of the LANG environment variable, or to the default C locale if LANG is not set. But if LC_ALL is specified, it overrides the settings of all the other locale environment variables. On MS-Windows, if LANG is not already set in the environment when Emacs starts, Emacs sets it based on the system-wide default language, which you can set in the Regional Settings Control Panel on some versions of MS-Windows. The value of the LC_CTYPE category is matched against entries in locale-language-names, locale-charset-language-names, and localepreferred-coding-systems, to select a default language environment and coding system. See Section 19.3 [Language Environments], page 173. LOGNAME MAIL MH NAME NNTPSERVER The name of the news server. Used by the mh and Gnus packages. The users login name. See also USER. The name of your system mail inbox. Name of setup file for the mh system. (The default is ~/.mh_profile.) Your real-world name.
476
ORGANIZATION The name of the organization to which you belong. Used for setting the Organization: header in your posts from the Gnus package. PATH PWD REPLYTO SAVEDIR SHELL SMTPSERVER The name of the outgoing mail server. Used by the SMTP library (see Section Top in Sending mail via SMTP ). TERM The type of the terminal that Emacs is using. This variable must be set unless Emacs is run in batch mode. On MS-DOS, it defaults to internal, which specifies a built-in terminal emulation that handles the machines own display. If the value of TERM indicates that Emacs runs in non-windowed mode from xterm or a similar terminal emulator, the background mode defaults to light, and Emacs will choose colors that are appropriate for a light background. The name of the termcap library file describing how to program the terminal specified by the TERM variable. This defaults to /etc/termcap. Used by the Emerge package as a prefix for temporary files. This specifies the current time zone and possibly also daylight saving time information. On MS-DOS, if TZ is not set in the environment when Emacs starts, Emacs defines a default value as appropriate for the country code returned by DOS. On MS-Windows, Emacs does not use TZ at all. The users login name. See also LOGNAME. On MS-DOS, this defaults to root. A colon-separated list of directories in which executables reside. This is used to initialize the Emacs Lisp variable exec-path. If set, this should be the default directory when Emacs was started. If set, this specifies an initial value for the variable mail-default-reply-to. See Section 27.2 [Mail Headers], page 308. The name of a directory in which news articles are saved by default. Used by the Gnus package. The name of an interpreter used to parse and execute programs run from inside Emacs.
TERMCAP TMPDIR TZ
USER
VERSION_CONTROL Used to initialize the version-control variable (see Section 15.3.2.1 [Backup Names], page 118).
NAME
477
On MS-DOS and MS-Windows, these specify the name of the directory for storing temporary files in. On MS-DOS, this specifies a file to use to log the operation of the internal terminal emulator. This feature is useful for submitting bug reports.
EMACSCOLORS On MS-DOS, this specifies the screen colors. It is useful to set them this way, since otherwise Emacs would display the default colors momentarily when it starts up. The value of this variable should be the two-character encoding of the foreground (the first character) and the background (the second character) colors of the default face. Each character should be the hexadecimal code for the desired color on a standard PC text-mode display. For example, to get blue text on a light gray background, specify EMACSCOLORS=17, since 1 is the code of the blue color and 7 is the code of the light gray color. The PC display usually supports only eight background colors. However, Emacs switches the DOS display to a mode where all 16 colors can be used for the background, so all four bits of the background color are actually used. PRELOAD_WINSOCK On MS-Windows, if you set this variable, Emacs will load and initialize the network library at startup, instead of waiting until the first time it is required. emacs_dir On MS-Windows, emacs_dir is a special environment variable, which indicates the full path of the directory in which Emacs is installed. If Emacs is installed in the standard directory structure, it calculates this value automatically. It is not much use setting this variable yourself unless your installation is non-standard, since unlike other environment variables, it will be overridden by Emacs at startup. When setting other environment variables, such as EMACSLOADPATH, you may find it useful to use emacs_dir rather than hard-coding an absolute path. This allows multiple versions of Emacs to share the same environment variable settings, and it allows you to move the Emacs installation directory, without changing any environment or registry settings.
478
To determine the value of those variables, Emacs goes through the following procedure. First, the environment is checked. If the variable is not found there, Emacs looks for registry keys by that name under /Software/GNU/Emacs; first in the HKEY_CURRENT_USER section of the registry, and if not found there, in the HKEY_LOCAL_MACHINE section. Finally, if Emacs still cannot determine the values, compiled-in defaults are used. In addition to the environment variables above, you can also add many of the settings which on X belong in the .Xdefaults file (see Appendix D [X Resources], page 484) to the /Software/GNU/Emacs registry key. Settings you add to the HKEY_LOCAL_MACHINE section will affect all users of the machine. Settings you add to the HKEY_CURRENT_USER section will only affect you, and will override machine wide settings.
You can inhibit the direct use of the window system and GUI with the -nw option. It tells Emacs to display using ordinary ASCII on its controlling terminal. This is also an initial option. Sometimes, security arrangements prevent a program on a remote system from displaying on your local system. In this case, trying to run Emacs produces messages like this:
Xlib: connection to "glasperle:0.0" refused by server
You might be able to overcome this problem by using the xhost command on the local system to give permission for access from your remote machine.
479
-fn font --font=font Use font as the default font. When passing a font specification to Emacs on the command line, you may need to quote it, by enclosing it in quotation marks, if it contains characters that the shell treats specially (e.g. spaces). For example:
emacs -fn "DejaVu Sans Mono-12"
See Section 18.7 [Fonts], page 159, for other ways to specify the default font and font name formats.
480
--color=mode For a character terminal only, specify the mode of color support. This option is intended for overriding the number of supported colors that the character terminal advertises in its termcap or terminfo database. The parameter mode can be one of the following: never no default auto Dont use colors even if the terminals capabilities specify color support. Same as when --color is not used at all: Emacs detects at startup whether the terminal supports colors, and if it does, turns on colored display.
Turn on the color support unconditionally, and use color commands specified by the ANSI escape sequences for the 8 standard colors. Use color mode for num colors. If num is -1, turn off color support (equivalent to never); if it is 0, use the default color support for this terminal (equivalent to auto); otherwise use an appropriate standard mode for num colors. Depending on your terminals capabilities, Emacs might be able to turn on a color mode for 8, 16, 88, or 256 as the value of num. If there is no mode that supports num colors, Emacs acts as if num were 0, i.e. it uses the terminals default color support mode.
If mode is omitted, it defaults to ansi8. For example, to use a coral mouse cursor and a slate blue text cursor, enter: emacs -ms coral -cr slate blue & You can reverse the foreground and background colors through the -rv option or with the X resource reverseVideo. The -fg, -bg, and -rv options function on text-only terminals as well as on graphical displays.
481
-fs --fullscreen Specify that width and height shall be the size of the screen. Normally no window manager decorations are shown. -mm --maximized Specify that the Emacs frame shall be maximized. This normally means that the frame has window manager decorations. -fh --fullheight Specify that the height shall be the height of the screen. -fw --fullwidth Specify that the width shall be the width of the screen. In the --geometry option, {+-} means either a plus sign or a minus sign. A plus sign before xoffset means it is the distance from the left side of the screen; a minus sign means it counts from the right side. A plus sign before yoffset means it is the distance from the top of the screen, and a minus sign there indicates the distance from the bottom. The values xoffset and yoffset may themselves be positive or negative, but that doesnt change their meaning, only their direction. Emacs uses the same units as xterm does to interpret the geometry. The width and height are measured in characters, so a large font creates a larger frame than a small font. (If you specify a proportional font, Emacs uses its maximum bounds width as the width unit.) The xoffset and yoffset are measured in pixels. You do not have to specify all of the fields in the geometry specification. If you omit both xoffset and yoffset, the window manager decides where to put the Emacs frame, possibly by letting you place it with the mouse. For example, 164x55 specifies a window 164 columns wide, enough for two ordinary width windows side by side, and 55 lines tall. The default frame width is 80 characters and the default height is 40 lines. You can omit either the width or the height or both. If you start the geometry with an integer, Emacs interprets it as the width. If you start with an x followed by an integer, Emacs interprets it as the height. Thus, 81 specifies just the width; x45 specifies just the height. If you start with + or -, that introduces an offset, which means both sizes are omitted. Thus, -3 specifies the xoffset only. (If you give just one offset, it is always xoffset.) +3-3 specifies both the xoffset and the yoffset, placing the frame near the bottom left of the screen. You can specify a default for any or all of the fields in your X resource file (see Section D.1 [Resources], page 484), and then override selected fields with a --geometry option. Since the mode line and the echo area occupy the last 2 lines of the frame, the height of the initial text window is 2 less than the height specified in your geometry. In non-X-toolkit versions of Emacs, the menu bar also takes one line of the specified number. But in the X toolkit version, the menu bar is additional and does not count against the specified height. The tool bar, if present, is also additional.
482
Enabling or disabling the menu bar or tool bar alters the amount of space available for ordinary text. Therefore, if Emacs starts up with a tool bar (which is the default), and handles the geometry specification assuming there is a tool bar, and then your initialization file disables the tool bar, you will end up with a frame geometry different from what you asked for. To get the intended size with no tool bar, use an X resource to specify no tool bar (see Section D.2 [Table of Resources], page 484); then Emacs will already know theres no tool bar when it processes the specified geometry. When using one of --fullscreen, --maximized, --fullwidth or --fullheight there may be some space around the frame anyway. That is because Emacs rounds the sizes so they are an even number of character heights and widths. Some window managers have options that can make them ignore both program-specified and user-specified positions. If these are set, Emacs fails to position the window correctly.
483
C.12 Icons
-iconic --iconic Start Emacs in an iconified (minimized) state. -nbi --no-bitmap-icon Do not use a picture of a gnu as the Emacs icon. Most window managers allow you to iconify (or minimize) an Emacs frame, hiding it from sight. Some window managers replace iconified windows with tiny icons, while others remove them entirely from sight. The -iconic option tells Emacs to begin running in an iconified state, rather than showing a frame right away. The text frame doesnt appear until you deiconify (or un-minimize) it. By default, Emacs uses an icon containing the Emacs logo. On desktop environments such as Gnome, this icon is also displayed on the taskbar. The -nbi or --no-bitmap-icon option tells Emacs to let the window manager choose what sort of icon to useusually just a small rectangle containing the frames title.
484
D.1 X Resources
Programs running under the X Window System organize their user options under a hierarchy of classes and resources. You can specify default values for these options in your X resource file, usually named ~/.Xdefaults or ~/.Xresources. Changes in this file do not take effect immediately, because the X server stores its own list of resources; to update it, use the command xrdbfor instance, xrdb ~/.Xdefaults. (MS-Windows systems do not support X resource files; on Windows, Emacs looks for X resources in the Windows Registry, first under the key HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs and then under the key HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs. The menu and scroll bars are native widgets on MS-Windows, so they are only customizable via the system-wide settings in the Display Control Panel. You can also set resources using the -xrm command line option, as explained below.) Each line in the X resource file specifies a value for one option or for a collection of related options. Each resource specification consists of a program name and a resource name. Case distinctions are significant in each of these names. Here is an example: emacs.borderWidth: 2 The order in which the lines appear in the file does not matter. One way to experiment with the effect of different resource settings is to use the editres program. See the editres man page for more details. Emacs does not process X resources at all if you set the variable inhibit-x-resources to a non-nil value, or if you specify the -Q (or --quick) command-line argument (see Section C.2 [Initial Options], page 471). (The -Q argument automatically sets inhibitx-resources to t.)
485
cursorColor (class Foreground) Color name for text cursor (point). font (class Font) Font name for the default font. See Section 18.7 [Fonts], page 159. You can also specify a fontset name (see Section 19.14 [Fontsets], page 185). fontBackend (class FontBackend) The backend(s) to use for drawing fonts; if multiple backends are specified, they must be comma-delimited and given in order of precedence. On X, for instance, the value x,xft tells Emacs to draw fonts using the X core font driver, falling back on the Xft font driver if that fails. Normally, you can leave this resource unset, in which case Emacs tries using all font backends available on your graphical device. foreground (class Foreground) Color name for text. geometry (class Geometry) Window size and position. Be careful not to specify this resource as emacs*geometry, because that may affect individual menus as well as the Emacs frame itself. If this resource specifies a position, that position applies only to the initial Emacs frame (or, in the case of a resource for a specific frame name, only that frame). However, the size, if specified here, applies to all frames. iconName (class Title) Name to display in the icon. internalBorder (class BorderWidth) Width in pixels of the internal border. lineSpacing (class LineSpacing) Additional space (leading ) between lines, in pixels. menuBar (class MenuBar) Give frames menu bars if on; dont have menu bars if off. See Section D.4 [Lucid Resources], page 487, for how to control the appearance of the menu bar if you have one. pointerColor (class Foreground) Color of the mouse cursor. screenGamma (class ScreenGamma) Gamma correction for colors, equivalent to the frame parameter screen-gamma. scrollBarWidth (class ScrollBarWidth) The scroll bar width in pixels, equivalent to the frame parameter scroll-barwidth. title (class Title) Name to display in the title bar of the initial Emacs frame.
486
toolBar (class ToolBar) Number of lines to reserve for the tool bar. A zero value suppresses the tool bar. For the Emacs tool bar (i.e. not Gtk+), if the value is non-zero and autoresize-tool-bars is non-nil, the tool bars size will be changed automatically so that all tool bar items are visible. If the value of auto-resize-tool-bars is grow-only, the tool bar expands automatically, but does not contract automatically. To contract the tool bar, you must redraw the frame by entering C-l. For the Gtk+ tool bar, any non-zero value means on and auto-resize-tool-bars has no effect. useXIM (class UseXIM) Turn off use of X input methods (XIM) if false or off. This is only relevant if your Emacs is actually built with XIM support. It is potentially useful to turn off XIM for efficiency, especially slow X client/server links. verticalScrollBars (class ScrollBars) Give frames scroll bars if on; dont have scroll bars if off.
487
face.attributeFamily Font family for face face. face.attributeHeight Height of the font to use for face face : either an integer specifying the height in units of 1/10 pt, or a floating point number that specifies a scale factor to scale the underlying faces default font, or a function to be called with the default height which will return a new height. face.attributeWidth face.attributeWeight face.attributeSlant Each of these resources corresponds to a like-named font attribute, and you write the resource value the same as the symbol you would use for the font attribute value. face.attributeBold Bold flag for face faceinstead of attributeWeight. Use on or true for yes. face.attributeItalic Italic flag for face faceinstead of attributeSlant.
488
fontSet foreground
background Color of the background. buttonForeground In the menu bar, the color of the foreground for a selected item. margin The margin of the menu bar, in characters. Default is 1.
The thing to note is that the font name is not an X font name, like -*-helvetica-mediumr-**-120-*-*-*-*-*-*, but a Pango font name. A Pango font name is basically of the format "family style size", where the style is optional as in the case above. A name with a style could be for example:
gtk-font-name = "helvetica bold 10"
To customize widgets you first define a style and then apply the style to the widgets. Here is an example that sets the font for menus, but not for other widgets:
# Define the style menufont. style "menufont" { font_name = "helvetica bold 14" }
# Specify that widget type *emacs-menuitem* uses menufont. widget "*emacs-menuitem*" style "menufont"
The widget name in this example contains wildcards, so the style will be applied to all widgets that match "*emacs-menuitem*". The widgets are named by the way they are contained, from the outer widget to the inner widget. So to apply the style "my style" (not shown) with the full, absolute name, for the menubar and the scroll bar in Emacs we use:
widget "Emacs.pane.menubar" style "my_style" widget "Emacs.pane.emacs.verticalScrollBar" style "my_style"
But to avoid having to type it all, wildcards are often used. * matches zero or more characters and ? matches one character. So "*" matches all widgets. Each widget has a class (for example GtkMenuItem) and a name (emacs-menuitem). You can assign styles by name or by class. In this example we have used the class:
489
style "menufont" { font_name = "helvetica bold 14" } widget_class "*GtkMenuBar" style "menufont"
The names and classes for the GTK widgets Emacs uses are: emacs-filedialog GtkFileSelection emacs-dialog GtkDialog Emacs GtkWindow pane GtkVHbox emacs GtkFixed verticalScrollBar GtkVScrollbar emacs-toolbar GtkToolbar menubar GtkMenuBar emacs-menuitem anything in menus GTK absolute names are quite strange when it comes to menus and dialogs. The names do not start with Emacs, as they are free-standing windows and not contained (in the GTK sense) by the Emacs GtkWindow. To customize the dialogs and menus, use wildcards like this:
widget "*emacs-dialog*" style "my_dialog_style" widget "*emacs-filedialog* style "my_file_style" widget "*emacs-menuitem* style "my_menu_style"
If you specify a customization in ~/.emacs.d/gtkrc, then it automatically applies only to Emacs, since other programs dont read that file. For example, the drop down menu in the file dialog can not be customized by any absolute widget name, only by an absolute class name. This is because the widgets in the drop down menu do not have names and the menu is not contained in the Emacs GtkWindow. To have all menus in Emacs look the same, use this in ~/.emacs.d/gtkrc:
widget_class "*Menu*" style "my_menu_style"
Here is a more elaborate example, showing how to change the parts of the scroll bar:
style "scroll" { fg[NORMAL] = bg[NORMAL] = bg[ACTIVE] = bg[PRELIGHT] } "red" "yellow" "blue" = "white" # # # # The The The The arrow color. thumb and background around the arrow. trough color. thumb color when the mouse is over it.
490
491
The way Emacs generates possible minibuffer completions is now much simpler to understand. It matches alternatives to the text before point, ignoring the text after point; it also does not attempt to perform partial completion if the first completion attempt fails. Typing M-n at the start of the minibuffer history list no longer attempts to generate guesses of possible minibuffer input. It instead does the straightforward thing, by issuing the message End of history; no default available. Individual buffers can no longer display faces specially. The text scaling commands C-x C-+, C-x C--, and C-x C-0 have been removed, and so has the buffer face menu bound to S-down-mouse-1. VC no longer supports fileset-based operations on distributed version control systems (DVCSs) such as Arch, Bazaar, Subversion, Mercurial, and Git. For instance, multi-file commits will be performed by committing one file at a time. As you go further back in time, we will remove DVCS support entirely, so you should migrate your projects to CVS. Rmail now uses a special file format, Babyl format, specifically designed for storing and editing mail. When you visit a file in Rmail, or get new mail, Rmail converts it automatically to Babyl format. Emacs can no longer display frames on X windows and text terminals (ttys) simultaneously. If you start Emacs as an X application, it can only create X frames; if you start Emacs on a tty, it can only use that tty. No more confusion about which type of frame emacsclient will use in any given Emacs session! Emacs can no longer be started as a daemon. You can be sure that if you dont see Emacs, then its not running. Emacs has added support for many soon-to-be-non-obsolete platforms, including VMS, DECstation, SCO Unix, and systems lacking alloca. Support for Sun windows has been added. To keep up with decreasing computer memory capacity and disk space, many other functions and files have been eliminated in Emacs 22.3.
492
493
launched from the Finder it is not a descendant of any shell, so its environment variables havent been set, which often causes the subprocesses it launches to behave differently than they would when launched from the shell. For the PATH and MANPATH variables, a system-wide method of setting PATH is recommended on Mac OS X 10.5 and later, using the /etc/paths files and the /etc/paths.d directory.
494
NS-OPEN-TEMP-FILE This event occurs when another application requests that Emacs open a temporary file. By default, this is handled by just generating a ns-open-file event, the results of which are described above. You can bind NS-POP-UP-FRAMES and NS-OPEN-TEMP-FILE to other Lisp functions. When the event is registered, the name of the file to open is stored in the variable ns-input-file. NS-OPEN-FILE-LINE Some applications, such as ProjectBuilder and gdb, request not only a particular file, but also a particular line or sequence of lines in the file. Emacs handles this by visiting that file and highlighting the requested line (ns-open-fileselect-line). NS-DRAG-FILE This event occurs when a user drags files from another application into an Emacs frame. The default behavior is to insert the contents of all the dragged files into the current buffer (ns-insert-files). The list of dragged files is stored in the variable ns-input-file. NS-DRAG-COLOR This event occurs when a user drags a color from the color well (or some other source) into an Emacs frame. The default behavior is to alter the foreground color of the area the color was dragged onto (ns-set-foreground-at-mouse). If this event is issued with a SHIFT modifier, Emacs changes the background color instead (ns-set-background-at-mouse). The name of the dragged color is stored in the variable ns-input-color. NS-CHANGE-FONT This event occurs when the user selects a font in a Nextstep font panel (which can be opened with Cmd-t). The default behavior is to adjust the font of the selected frame (ns-respond-to-changefont). The name and size of the selected font are stored in the variables ns-input-font and ns-input-fontsize, respectively. NS-POWER-OFF This event occurs when the user logs out and Emacs is still running, or when Quit Emacs is chosen from the application menu. The default behavior is to save all file-visiting buffers. Emacs also allows users to make use of Nextstep services, via a set of commands whose names begin with ns-service- and end with the name of the service. Type M-x ns-service-TABTAB to see a list of these commands. These functions either operate on marked text (replacing it with the result) or take a string argument and return the result as a string. You can also use the Lisp function ns-perform-service to pass arbitrary strings to arbitrary services and receive the results back. Note that you may need to restart Emacs to access newly-available services.
495
496
497
options if Emacs might not be running (or not running as a server) when emacsclient is invokedthat will always give you an editor. When invoked via emacsclient, Emacs will start in the current directory of the program that invoked emacsclient.
498
(add-untranslated-filesystem "Z:\\foo") designates directory \foo on drive Z as an untranslated file system. Most often you would use add-untranslated-filesystem in your .emacs file, or in site-start.el so that all the users at your site get the benefit of it. To countermand the effect of add-untranslated-filesystem, use the function removeuntranslated-filesystem. This function takes one argument, which should be a string just like the one that was used previously with add-untranslated-filesystem. Designating a file system as untranslated does not affect character set conversion, only end-of-line conversion. Essentially, it directs Emacs to create new files with the Unix-style convention of using newline at the end of a line. See Section 19.6 [Coding Systems], page 177. Some kinds of files should not be converted at all, because their contents are not really text. Therefore, Emacs on MS-Windows distinguishes certain files as binary files. (This distinction is not part of MS-Windows; it is made by Emacs only.) Binary files include executable programs, compressed archives, etc. Emacs uses the file name to decide whether to treat a file as binary: the variable file-name-buffer-file-type-alist defines the file-name patterns that indicate binary files. If a file name matches one of the patterns for binary files (those whose associations are of the type (pattern . t), Emacs reads and writes that file using the no-conversion coding system (see Section 19.6 [Coding Systems], page 177) which turns off all coding-system conversions, not only the EOL conversion. file-name-buffer-file-type-alist also includes file-name patterns for files which are known to be Windows-style text files with carriage-return linefeed EOL format, such as CONFIG.SYS; Emacs always writes those files with Windows-style EOLs. If a file which belongs to an untranslated file system matches one of the file-name patterns in file-name-buffer-file-type-alist, the EOL conversion is determined by file-namebuffer-file-type-alist.
499
The check in C:\ is for compatibility with older versions of Emacs, which didnt check the application data directory.
500
like the MS-Windows meanings by enabling CUA Mode (see Section 9.5 [CUA Bindings], page 57). The F10 key on Windows activates the menu bar in a way that makes it possible to use the menus without a mouse. In this mode, the arrow keys traverse the menus, RET selects a highlighted menu item, and ESC closes the menu. See Info file emacs, node Windows Keyboard, for information about additional Windows-specific variables in this category. The variable w32-apps-modifier controls the effect of the APPS key (usually located between the right ALT and the right CTRL keys). Its value can be one of the symbols hyper, super, meta, alt, control, or shift for the respective modifier, or nil to appear as the key apps. The default is nil. The variable w32-lwindow-modifier determines the effect of the left Windows key (usually labeled with START and the Windows logo). If its value is nil (the default), the key will produce the symbol lwindow. Setting it to one of the symbols hyper, super, meta, alt, control, or shift will produce the respective modifier. A similar variable w32-rwindowmodifier controls the effect of the right Windows key, and w32-scroll-lock-modifier does the same for the SCRLOCK key. If these variables are set to nil, the right Windows key produces the symbol rwindow and SCRLOCK produces the symbol scroll. Emacs compiled as a native Windows application normally turns off the Windows feature that tapping the ALT key invokes the Windows menu. The reason is that the ALT serves as META in Emacs. When using Emacs, users often press the META key temporarily and then change their minds; if this has the effect of bringing up the Windows menu, it alters the meaning of subsequent commands. Many users find this frustrating. You can re-enable Windows default handling of tapping the ALT key by setting w32pass-alt-to-system to a non-nil value.
501
as long as you run only 32-bit Windows applications. However, when you run a DOS application in a subprocess, you may encounter problems or be unable to run the application at all; and if you run two DOS applications at the same time in two subprocesses, you may have to reboot your system. Since the standard command interpreter (and most command line utilities) on Windows 9X are DOS applications, these problems are significant when using that system. But theres nothing we can do about them; only Microsoft can fix them. If you run just one DOS application subprocess, the subprocess should work as expected as long as it is well-behaved and does not perform direct screen access or other unusual actions. If you have a CPU monitor application, your machine will appear to be 100% busy even when the DOS application is idle, but this is only an artifact of the way CPU monitors measure processor load. You must terminate the DOS application before you start any other DOS application in a different subprocess. Emacs is unable to interrupt or terminate a DOS subprocess. The only way you can terminate such a subprocess is by giving it a command that tells its program to exit. If you attempt to run two DOS applications at the same time in separate subprocesses, the second one that is started will be suspended until the first one finishes, even if either or both of them are asynchronous. If you can go to the first subprocess, and tell it to exit, the second subprocess should continue normally. However, if the second subprocess is synchronous, Emacs itself will be hung until the first subprocess finishes. If it will not finish without user input, then you have no choice but to reboot if you are running on Windows 9X. If you are running on Windows NT/2K/XP, you can use a process viewer application to kill the appropriate instance of NTVDM instead (this will terminate both DOS subprocesses). If you have to reboot Windows 9X in this situation, do not use the Shutdown command on the Start menu; that usually hangs the system. Instead, type CTL-ALT-DEL and then choose Shutdown. That usually works, although it may take a few minutes to do its job. The variable w32-quote-process-args controls how Emacs quotes the process arguments. Non-nil means quote with the " character. If the value is a character, use that character to escape any quote characters that appear; otherwise chose a suitable escape character based on the type of the program.
502
"PRN", the usual local printer port or "LPT2", or "COM1" for a serial printer. You can also set printer-name to a file name, in which case printed output is actually appended to that file. If you set printer-name to "NUL", printed output is silently discarded (sent to the system null device). You can also use a printer shared by another machine by setting printer-name to the UNC share name for that printerfor example, "//joes_pc/hp4si". (It doesnt matter whether you use forward slashes or backslashes here.) To find out the names of shared printers, run the command net view from the command prompt to obtain a list of servers, and net view server-name to see the names of printers (and directories) shared by that server. Alternatively, click the Network Neighborhood icon on your desktop, and look for machines which share their printers via the network. If the printer doesnt appear in the output of net view, or if setting printer-name to the UNC share name doesnt produce a hardcopy on that printer, you can use the net use command to connect a local print port such as "LPT2" to the networked printer. For example, typing net use LPT2: \\joes_pc\hp4si2 causes Windows to capture the LPT2 port and redirect the printed material to the printer connected to the machine joes_pc. After this command, setting printer-name to "LPT2" should produce the hardcopy on the networked printer. With some varieties of Windows network software, you can instruct Windows to capture a specific printer port such as "LPT2", and redirect it to a networked printer via the Control Panel->Printers applet instead of net use. If you set printer-name to a file name, its best to use an absolute file name. Emacs changes the working directory according to the default directory of the current buffer, so if the file name in printer-name is relative, you will end up with several such files, each one in the directory of the buffer from which the printing was done. If the value of printer-name is correct, but printing does not produce the hardcopy on your printer, it is possible that your printer does not support printing plain text (some cheap printers omit this functionality). In that case, try the PostScript print commands, described below. The commands print-buffer and print-region call the pr program, or use special switches to the lpr program, to produce headers on each printed page. MS-DOS and MSWindows dont normally have these programs, so by default, the variable lpr-headersswitches is set so that the requests to print page headers are silently ignored. Thus, printbuffer and print-region produce the same output as lpr-buffer and lpr-region, respectively. If you do have a suitable pr program (for example, from GNU Coreutils), set lpr-headers-switches to nil; Emacs will then call pr to produce the page headers, and print the resulting output as specified by printer-name. Finally, if you do have an lpr work-alike, you can set the variable lpr-command to "lpr". Then Emacs will use lpr for printing, as on other systems. (If the name of the program isnt lpr, set lpr-command to specify where to find it.) The variable lpr-switches has its standard meaning when lpr-command is not "". If the variable printer-name has a string value, it is used as the value for the -P option to lpr, as on Unix.
2
Note that the net use command requires the UNC share name to be typed with the Windows-style backslashes, while the value of printer-name can be set with either forward- or backslashes.
503
A parallel set of variables, ps-lpr-command, ps-lpr-switches, and ps-printer-name (see Section 31.7 [PostScript Variables], page 389), defines how PostScript files should be printed. These variables are used in the same way as the corresponding variables described above for non-PostScript printing. Thus, the value of ps-printer-name is used as the name of the device (or file) to which PostScript output is sent, just as printer-name is used for non-PostScript printing. (There are two distinct sets of variables in case you have two printers attached to two different ports, and only one of them is a PostScript printer.) The default value of the variable ps-lpr-command is "", which causes PostScript output to be sent to the printer port specified by ps-printer-name, but ps-lpr-command can also be set to the name of a program which will accept PostScript files. Thus, if you have a nonPostScript printer, you can set this variable to the name of a PostScript interpreter program (such as Ghostscript). Any switches that need to be passed to the interpreter program are specified using ps-lpr-switches. (If the value of ps-printer-name is a string, it will be added to the list of switches as the value for the -P option. This is probably only useful if you are using lpr, so when using an interpreter typically you would set ps-printer-name to something other than a string so it is ignored.) For example, to use Ghostscript for printing on the systems default printer, put this in your .emacs file: (setq ps-printer-name t) (setq ps-lpr-command "D:/gs6.01/bin/gswin32c.exe") (setq ps-lpr-switches ("-q" "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2" "-sPAPERSIZE=a4")) (This assumes that Ghostscript is installed in the D:/gs6.01 directory.)
504
slant
Specifies whether the font is italic. Special values roman, italic and oblique can be specified without slant= (e.g., Courier New-12:italic). Otherwise, the slant should be a numeric value, or one of the named slants in font-slanttable. On Windows, any slant above 150 is treated as italics, and anything below as roman. Specifies the font family, but normally this will be specified at the start of the font name. Specifies the font size in pixels. This can be used instead of the point size specified after the family name.
family pixelsize
adstyle
Specifies additional style information for the font. On MS-Windows, the values mono, sans, serif, script and decorative are recognized. These are most useful as a fallback with the font family left unspecified. Specifies the character set registry that the font is expected to cover. Most Truetype and Opentype fonts will be unicode fonts that cover several national character sets, but you can narrow down the selection of fonts to those that support a particular character set by using a specific registry from w32-charsetinfo-alist here. Specifies how the font is spaced. The p spacing specifies a proportional font, and m or c specify a monospaced font. Not used on Windows, but for informational purposes and to prevent problems with code that expects it to be set, is set internally to raster for bitmapped fonts, outline for scalable fonts, or unknown if the type cannot be determined as one of those.
registry
spacing foundry
Options specific to GDI fonts: script Specifies a unicode subrange the font should support. The following scripts are recognized on Windows: latin, greek, coptic, cyrillic, armenian, hebrew, arabic, syriac, nko, thaana, devanagari, bengali, gurmukhi, gujarati, oriya, tamil, telugu, kannada, malayam, sinhala, thai, lao, tibetan, myanmar, georgian, hangul, ethiopic, cherokee, canadian-aboriginal, ogham, runic, khmer, mongolian, symbol, braille, han, ideographic-description, cjk-misc, kana, bopomofo, kanbun, yi, byzantine-musical-symbol, musical-symbol, and mathematical. antialias Specifies the antialiasing to use for the font. The value none means no antialiasing, standard means use standard antialiasing, subpixel means use subpixel antialiasing (known as Cleartype on Windows), and natural means use subpixel antialiasing with adjusted spacing between letters. If unspecified, the font will use the system default antialiasing.
505
506
The wording here was careless. The intention was that nobody would have to pay for permission to use the GNU system. But the words dont make this clear, and people often interpret them as saying that copies of GNU should always be distributed at little or no charge. That was never the intent; later on, the manifesto mentions the possibility of companies providing the service of distribution for a profit. Subsequently I have learned to distinguish carefully between free in the sense of freedom and free in the sense of price. Free software is software that users have the freedom to distribute and change. Some users may obtain copies at no charge, while others pay to obtain copiesand if the funds help support improving the software, so much the better. The important thing is that everyone who has a copy has the freedom to cooperate with others in using it.
507
GNU is aimed initially at machines in the 68000/16000 class with virtual memory, because they are the easiest machines to make it run on. The extra effort to make it run on smaller machines will be left to someone who wants to use it on them. To avoid horrible confusion, please pronounce the G in the word GNU when it is the name of this project.
508
is impossible if we use software that is not free. For about half the programmers I talk to, this is an important happiness that money cannot replace.
This is another place I failed to distinguish carefully between the two different meanings of free. The statement as it stands is not falseyou can get copies of GNU software at no charge, from your friends or over the net. But it does suggest the wrong idea.
509
Finally, the overhead of considering who owns the system software and what one is or is not entitled to do with it will be lifted. Arrangements to make people pay for using a program, including licensing of copies, always incur a tremendous cost to society through the cumbersome mechanisms necessary to figure out how much (that is, which programs) a person must pay for. And only a police state can force everyone to obey them. Consider a space station where air must be manufactured at great cost: charging each breather per liter of air may be fair, but wearing the metered gas mask all day and all night is intolerable even if everyone can afford to pay the air bill. And the TV cameras everywhere to see if you ever take the mask off are outrageous. Its better to support the air plant with a head tax and chuck the masks. Copying all or parts of a program is as natural to a programmer as breathing, and as productive. It ought to be as free.
510
microcomputer users with advertising. If this is really so, a business which advertises the service of copying and mailing GNU for a fee ought to be successful enough to pay for its advertising and more. This way, only the users who benefit from the advertising pay for it. On the other hand, if many people get GNU from their friends, and such companies dont succeed, this will show that advertising was not really necessary to spread GNU. Why is it that free market advocates dont want to let the free market decide this?4 My company needs a proprietary operating system to get a competitive edge. GNU will remove operating system software from the realm of competition. You will not be able to get an edge in this area, but neither will your competitors be able to get an edge over you. You and they will compete in other areas, while benefiting mutually in this one. If your business is selling an operating system, you will not like GNU, but thats tough on you. If your business is something else, GNU can save you from being pushed into the expensive business of selling operating systems. I would like to see GNU development supported by gifts from many manufacturers and users, reducing the cost to each.5 Dont programmers deserve a reward for their creativity? If anything deserves a reward, it is social contribution. Creativity can be a social contribution, but only in so far as society is free to use the results. If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs. Shouldnt a programmer be able to ask for a reward for his creativity? There is nothing wrong with wanting pay for work, or seeking to maximize ones income, as long as one does not use means that are destructive. But the means customary in the field of software today are based on destruction. Extracting money from users of a program by restricting their use of it is destructive because the restrictions reduce the amount and the ways that the program can be used. This reduces the amount of wealth that humanity derives from the program. When there is a deliberate choice to restrict, the harmful consequences are deliberate destruction. The reason a good citizen does not use such destructive means to become wealthier is that, if everyone did so, we would all become poorer from the mutual destructiveness. This is Kantian ethics; or, the Golden Rule. Since I do not like the consequences that result if everyone hoards information, I am required to consider it wrong for one to do so. Specifically, the desire to be rewarded for ones creativity does not justify depriving the world in general of all or part of that creativity. Wont programmers starve? I could answer that nobody is forced to be a programmer. Most of us cannot manage to get any money for standing on the street and making faces. But we are not, as a result, condemned to spend our lives standing on the street making faces, and starving. We do something else.
4
The Free Software Foundation raises most of its funds from a distribution service, although it is a charity rather than a company. If no one chooses to obtain copies by ordering from the FSF, it will be unable to do its work. But this does not mean that proprietary restrictions are justified to force every user to pay. If a small fraction of all the users order copies from the FSF, that is sufficient to keep the FSF afloat. So we ask users to choose to support us in this way. Have you done your part? A group of computer companies recently pooled funds to support maintenance of the GNU C Compiler.
511
But that is the wrong answer because it accepts the questioners implicit assumption: that without ownership of software, programmers cannot possibly be paid a cent. Supposedly it is all or nothing. The real reason programmers will not starve is that it will still be possible for them to get paid for programming; just not paid as much as now. Restricting copying is not the only basis for business in software. It is the most common basis because it brings in the most money. If it were prohibited, or rejected by the customer, software business would move to other bases of organization which are now used less often. There are always numerous ways to organize any kind of business. Probably programming will not be as lucrative on the new basis as it is now. But that is not an argument against the change. It is not considered an injustice that sales clerks make the salaries that they now do. If programmers made the same, that would not be an injustice either. (In practice they would still make considerably more than that.) Dont people have a right to control how their creativity is used? Control over the use of ones ideas really constitutes control over other peoples lives; and it is usually used to make their lives more difficult. People who have studied the issue of intellectual property rights6 carefully (such as lawyers) say that there is no intrinsic right to intellectual property. The kinds of supposed intellectual property rights that the government recognizes were created by specific acts of legislation for specific purposes. For example, the patent system was established to encourage inventors to disclose the details of their inventions. Its purpose was to help society rather than to help inventors. At the time, the life span of 17 years for a patent was short compared with the rate of advance of the state of the art. Since patents are an issue only among manufacturers, for whom the cost and effort of a license agreement are small compared with setting up production, the patents often do not do much harm. They do not obstruct most individuals who use patented products. The idea of copyright did not exist in ancient times, when authors frequently copied other authors at length in works of non-fiction. This practice was useful, and is the only way many authors works have survived even in part. The copyright system was created expressly for the purpose of encouraging authorship. In the domain for which it was inventedbooks, which could be copied economically only on a printing pressit did little harm, and did not obstruct most of the individuals who read the books. All intellectual property rights are just licenses granted by society because it was thought, rightly or wrongly, that society as a whole would benefit by granting them. But in any particular situation, we have to ask: are we really better off granting such license? What kind of act are we licensing a person to do? The case of programs today is very different from that of books a hundred years ago. The fact that the easiest way to copy a program is from one neighbor to another, the
6
In the 80s I had not yet realized how confusing it was to speak of the issue of intellectual property. That term is obviously biased; more subtle is the fact that it lumps together various disparate laws which raise very different issues. Nowadays I urge people to reject the term intellectual property entirely, lest it lead others to suppose that those laws form one coherent issue. The way to be clear is to discuss patents, copyrights, and trademarks separately. See http://www.gnu.org/philosophy/not-ipr.xhtml for more explanation of how this term spreads confusion and bias.
512
fact that a program has both source code and object code which are distinct, and the fact that a program is used rather than read and enjoyed, combine to create a situation in which a person who enforces a copyright is harming society as a whole both materially and spiritually; in which a person should not do so regardless of whether the law enables him to. Competition makes things get done better. The paradigm of competition is a race: by rewarding the winner, we encourage everyone to run faster. When capitalism really works this way, it does a good job; but its defenders are wrong in assuming it always works this way. If the runners forget why the reward is offered and become intent on winning, no matter how, they may find other strategiessuch as, attacking other runners. If the runners get into a fist fight, they will all finish late. Proprietary and secret software is the moral equivalent of runners in a fist fight. Sad to say, the only referee weve got does not seem to object to fights; he just regulates them (For every ten yards you run, you can fire one shot). He really ought to break them up, and penalize runners for even trying to fight. Wont everyone stop programming without a monetary incentive? Actually, many people will program with absolutely no monetary incentive. Programming has an irresistible fascination for some people, usually the people who are best at it. There is no shortage of professional musicians who keep at it even though they have no hope of making a living that way. But really this question, though commonly asked, is not appropriate to the situation. Pay for programmers will not disappear, only become less. So the right question is, will anyone program with a reduced monetary incentive? My experience shows that they will. For more than ten years, many of the worlds best programmers worked at the Artificial Intelligence Lab for far less money than they could have had anywhere else. They got many kinds of non-monetary rewards: fame and appreciation, for example. And creativity is also fun, a reward in itself. Then most of them left when offered a chance to do the same interesting work for a lot of money. What the facts show is that people will program for reasons other than riches; but if given a chance to make a lot of money as well, they will come to expect and demand it. Low-paying organizations do poorly in competition with high-paying ones, but they do not have to do badly if the high-paying ones are banned. We need the programmers desperately. If they demand that we stop helping our neighbors, we have to obey. Youre never so desperate that you have to obey this sort of demand. Remember: millions for defense, but not a cent for tribute! Programmers need to make a living somehow. In the short run, this is true. However, there are plenty of ways that programmers could make a living without selling the right to use a program. This way is customary now because it brings programmers and businessmen the most money, not because it is the only way to make a living. It is easy to find other ways if you want to find them. Here are a number of examples.
513
A manufacturer introducing a new computer will pay for the porting of operating systems onto the new hardware. The sale of teaching, hand-holding and maintenance services could also employ programmers. People with new ideas could distribute programs as freeware7 , asking for donations from satisfied users, or selling hand-holding services. I have met people who are already working this way successfully. Users with related needs can form users groups, and pay dues. A group would contract with programming companies to write programs that the groups members would like to use. All sorts of development can be funded with a Software Tax: Suppose everyone who buys a computer has to pay x percent of the price as a software tax. The government gives this to an agency like the NSF to spend on software development. But if the computer buyer makes a donation to software development himself, he can take a credit against the tax. He can donate to the project of his own choosingoften, chosen because he hopes to use the results when it is done. He can take a credit for any amount of donation up to the total tax he had to pay. The total tax rate could be decided by a vote of the payers of the tax, weighted according to the amount they will be taxed on. The consequences: The computer-using community supports software development. This community decides what level of support is needed. Users who care which projects their share is spent on can choose this for themselves. In the long run, making programs free is a step toward the post-scarcity world, where nobody will have to work very hard just to make a living. People will be free to devote themselves to activities that are fun, such as programming, after spending the necessary ten hours a week on required tasks such as legislation, family counseling, robot repair and asteroid prospecting. There will be no need to be able to make a living from programming. We have already greatly reduced the amount of work that the whole society must do for its actual productivity, but only a little of this has translated itself into leisure for workers because much nonproductive activity is required to accompany productive activity. The main causes of this are bureaucracy and isometric struggles against competition. Free software will greatly reduce these drains in the area of software production. We must do this, in order for technical gains in productivity to translate into less work for us.
Subsequently we have discovered the need to distinguish between free software and freeware. The term freeware means software you are free to redistribute, but usually you are not free to study and change the source code, so most of it is not free software. See http://www.gnu.org/philosophy/words-to-avoid.html for more explanation.
Glossary
514
Glossary
Abbrev An abbrev is a text string which expands into a different text string when present in the buffer. For example, you might define a few letters as an abbrev for a long phrase that you want to insert frequently. See Chapter 26 [Abbrevs], page 301. Aborting means getting out of a recursive edit (q.v.). The commands C-] and M-x top-level are used for this. See Section 33.1 [Quitting], page 435. Alt is the name of a modifier bit that a keyboard input character may have. To make a character Alt, type it while holding down the ALT key. Such characters are given names that start with Alt- (usually written A- for short). (Note that many terminals have a key labeled ALT that is really a META key.) See Section 2.1 [User Input], page 11.
Aborting Alt
An ASCII character is either an ASCII control character or an ASCII printing character. See Section 2.1 [User Input], page 11.
ASCII control character An ASCII control character is the Control version of an upper-case letter, or
characters: !@#$%^& *()_-+=|\~ {}[]:;" <>,.?/. Auto Fill Mode Auto Fill mode is a minor mode (q.v.) in which text that you insert is automatically broken into lines of a given maximum width. See Section 22.5 [Filling], page 201. Auto Saving Auto saving is the practice of periodically saving the contents of an Emacs buffer in a specially-named file, so that the information will be preserved if the buffer is lost due to a system error or user error. See Section 15.5 [Auto Save], page 124. Autoloading Emacs can automatically load Lisp libraries when a Lisp program requests a function from those libraries. This is called autoloading. See Section 24.8 [Lisp Libraries], page 269. Backtrace A backtrace is a trace of a series of function calls showing how a program arrived at a certain point. It is used mainly for finding and correcting bugs (q.v.). Emacs can display a backtrace when it signals an error or when you type C-g (see quitting). See Section 33.3.4 [Checklist], page 442.
Glossary
515
Backup File A backup file records the contents that a file had before the current editing session. Emacs makes backup files automatically to help you track down or cancel changes you later regret making. See Section 15.3.2 [Backup], page 118. Balancing Parentheses Emacs can balance parentheses (or other matching delimiters) either manually or automatically. You do manual balancing with the commands to move over parenthetical groupings (see Section 23.4.2 [Moving by Parens], page 240). Automatic balancing works by blinking or highlighting the delimiter that matches the one you just inserted (see Section 23.4.3 [Matching Parens], page 241). Balanced Expressions A balanced expression is a syntactically recognizable expression, such as a symbol, number, string constant, block, or parenthesized expression in C. See Section 23.4.1 [Expressions], page 239. Balloon Help See tooltips. Base Buffer A base buffer is a buffer whose text is shared by an indirect buffer (q.v.). Bind Binding To bind a key sequence means to give it a binding (q.v.). See Section 32.4.5 [Rebinding], page 421. A key sequence gets its meaning in Emacs by having a binding, which is a command (q.v.), a Lisp function that is run when you type that sequence. See Section 2.3 [Commands], page 12. Customization often involves rebinding a character to a different command function. The bindings of all key sequences are recorded in the keymaps (q.v.). See Section 32.4.1 [Keymaps], page 419. Blank lines are lines that contain only whitespace. Emacs has several commands for operating on the blank lines in the buffer. Bookmark Bookmarks are akin to registers (q.v.) in that they record positions in buffers to which you can return later. Unlike registers, bookmarks persist between Emacs sessions. Border A border is a thin space along the edge of the frame, used just for spacing, not for displaying anything. An Emacs frame has an ordinary external border, outside of everything including the menu bar, plus an internal border that surrounds the text windows, their scroll bars and fringes, and separates them from the menu bar and tool bar. You can customize both borders with options and resources (see Section C.10 [Borders X], page 482). Borders are not the same as fringes (q.v.). The buffer is the basic editing unit; one buffer corresponds to one text being edited. You can have several buffers, but at any time you are editing only one, the current buffer, though several can be visible when you are using multiple windows or frames (q.v.). Most buffers are visiting (q.v.) some file. See Chapter 16 [Buffers], page 137.
Blank Lines
Buffer
Glossary
516
Buffer Selection History Emacs keeps a buffer selection history which records how recently each Emacs buffer has been selected. This is used for choosing a buffer to select. See Chapter 16 [Buffers], page 137. Bug A bug is an incorrect or unreasonable behavior of a program, or inaccurate or confusing documentation. Emacs developers treat bug reports, both in Emacs code and its documentation, very seriously and ask you to report any bugs you find. See Section 33.3 [Bugs], page 440.
Button Down Event A button down event is the kind of input event (q.v.) generated right away when you press down on a mouse button. See Section 32.4.10 [Mouse Buttons], page 425. By Default See default. Byte Compilation See compilation. CC-MC- in the name of a character is an abbreviation for Control. See Section 2.1 [User Input], page 11. C-M- in the name of a character is an abbreviation for Control-Meta. If your terminal lacks a real META key, you type a Control-Meta character by typing ESC and then typing the corresponding Control character. See Section 2.1 [User Input], page 11.
Case Conversion Case conversion means changing text from upper case to lower case or vice versa. See Section 22.6 [Case], page 206, for the commands for case conversion. Character Characters form the contents of an Emacs buffer. Also, key sequences (q.v.) are usually made up of characters (though they may include other input events as well). See Section 2.1 [User Input], page 11. Character Set Emacs supports a number of character sets, each of which represents a particular alphabet or script. See Chapter 19 [International], page 170. Character Terminal See text-only terminal. Click Event A click event is the kind of input event (q.v.) generated when you press a mouse button and release it without moving the mouse. See Section 32.4.10 [Mouse Buttons], page 425. Clipboard A clipboard is a buffer provided by the window system for transferring text between applications. On the X Window system, the clipboard is provided in addition to the primary selection (q.v.); on MS-Windows and Mac, the clipboard is used instead of the primary selection. See Section 18.1.5 [Clipboard], page 156.
Glossary
517
Coding System A coding system is an encoding for representing text characters in a file or in a stream of information. Emacs has the ability to convert text to or from a variety of coding systems when reading or writing it. See Section 19.6 [Coding Systems], page 177. Command A command is a Lisp function specially defined to be able to serve as a key binding in Emacs. When you type a key sequence (q.v.), its binding (q.v.) is looked up in the relevant keymaps (q.v.) to find the command to run. See Section 2.3 [Commands], page 12. Command History See minibuffer history. Command Name A command name is the name of a Lisp symbol which is a command (see Section 2.3 [Commands], page 12). You can invoke any command by its name using M-x (see Chapter 6 [Running Commands by Name], page 34). Comment A comment is text in a program which is intended only for humans reading the program, and which is specially marked so that it will be ignored when the program is loaded or compiled. Emacs offers special commands for creating, aligning and killing comments. See Section 23.5 [Comments], page 241.
Common Lisp Common Lisp is a dialect of Lisp (q.v.) much larger and more powerful than Emacs Lisp. Emacs provides a subset of Common Lisp in the CL package. See Section Overview in Common Lisp Extensions . Compilation Compilation is the process of creating an executable program from source code. Emacs has commands for compiling files of Emacs Lisp code (see Section Byte Compilation in the Emacs Lisp Reference Manual ) and programs in C and other languages (see Section 24.1 [Compilation], page 254). Complete Key A complete key is a key sequence which fully specifies one action to be performed by Emacs. For example, X and C-f and C-x m are complete keys. Complete keys derive their meanings from being bound (q.v.) to commands (q.v.). Thus, X is conventionally bound to a command to insert X in the buffer; C-x m is conventionally bound to a command to begin composing a mail message. See Section 2.2 [Keys], page 12. Completion Completion is what Emacs does when it automatically expands an abbreviation for a name into the entire name. Completion is done for minibuffer (q.v.) arguments when the set of possible valid inputs is known; for example, on command names, buffer names, and file names. Completion usually occurs when TAB, SPC or RET is typed. See Section 5.3 [Completion], page 28. Continuation Line When a line of text is longer than the width of the window, it normally (but see Truncation) takes up more than one screen line when displayed. We say
Glossary
518
that the text line is continued, and all screen lines used for it after the first are called continuation lines. See Section 4.8 [Continuation Lines], page 22. A related Emacs feature is filling (q.v.). Control Character A control character is a character that you type by holding down the CTRL key. Some control characters also have their own keys, so that you can type them without using CTRL. For example, RET, TAB, ESC and DEL are all control characters. See Section 2.1 [User Input], page 11. Copyleft A copyleft is a notice giving the public legal permission to redistribute and modify a program or other work of art, but requiring modified versions to carry similar permission. Copyright is normally used to keep users divided and helpless; with copyleft we turn that around to empower users and encourage them to cooperate. The particular form of copyleft used by the GNU project is called the GNU General Public License. See Appendix A [Copying], page 450. The CTRL or control key is what you hold down in order to enter a control character (q.v.). See also C-.
CTRL
Current Buffer The current buffer in Emacs is the Emacs buffer on which most editing commands operate. You can select any Emacs buffer as the current one. See Chapter 16 [Buffers], page 137. Current Line The current line is the line that point is on (see Section 1.1 [Point], page 6). Current Paragraph The current paragraph is the paragraph that point is in. If point is between two paragraphs, the current paragraph is the one that follows point. See Section 22.3 [Paragraphs], page 199. Current Defun The current defun is the defun (q.v.) that point is in. If point is between defuns, the current defun is the one that follows point. See Section 23.2 [Defuns], page 233. Cursor The cursor is the rectangle on the screen which indicates the position (called point; q.v.) at which insertion and deletion takes place. The cursor is on or under the character that follows point. Often people speak of the cursor when, strictly speaking, they mean point. See Section 1.1 [Point], page 6.
Customization Customization is making minor changes in the way Emacs works, to reflect your preferences or needs. It is often done by setting variables (see Section 32.3 [Variables], page 411) or faces (see Section 32.2.5 [Face Customization], page 409), or by rebinding key sequences (see Section 32.4.1 [Keymaps], page 419). Cut and Paste See killing and yanking.
Glossary
519
Daemon
A daemon is a standard term for a system-level process that runs in the background. Daemons are often started when the system first starts up. When Emacs runs in daemon-mode, it runs in the background and does not open a display. You can then connect to it with the emacsclient program. See Section 31.4 [Emacs Server], page 384.
Default Argument The default for an argument is the value that will be assumed if you do not specify one. When the minibuffer is used to read an argument, the default argument is used if you just type RET. See Chapter 5 [Minibuffer], page 26. Default A default is the value that is used for a certain purpose if and when you do not specify a value to use.
Default Directory When you specify a file name that does not start with / or ~, it is interpreted relative to the current buffers default directory. (On MS-Windows and MSDOS, file names which start with a drive letter x : are treated as absolute, not relative.) See Section 5.1 [Minibuffer File], page 26. Defun A defun is a major definition at the top level in a program. The name defun comes from Lisp, where most such definitions use the construct defun. See Section 23.2 [Defuns], page 233. DEL is a character that runs the command to delete one character of text before the cursor. It is typically either the DELETE key or the BACKSPACE key, whichever one is easy to type. See Section 4.3 [Erasing], page 20. Deletion means erasing text without copying it into the kill ring (q.v.). The alternative is killing (q.v.). See Chapter 9 [Killing], page 50.
DEL
Deletion
Deletion of Files Deleting a file means erasing it from the file system. (Note that some systems use the concept of a trash can, or recycle bin, to allow you to undelete files.) See Section 15.10 [Miscellaneous File Operations], page 130. Deletion of Messages Deleting a message (in Rmail, and other mail clients) means flagging it to be eliminated from your mail file. Until you expunge (q.v.) the Rmail file, you can still undelete the messages you have deleted. See Section 28.4 [Rmail Deletion], page 318. Deletion of Windows Deleting a window means eliminating it from the screen. Other windows expand to use up the space. The text that was in the window is not lost, and you can create a new window with the same dimensions as the old if you wish. See Chapter 17 [Windows], page 146. Directory File directories are named collections in the file system, within which you can place individual files or subdirectories. They are sometimes referred to as folders. See Section 15.7 [Directories], page 127.
Glossary
520
Dired
Dired is the Emacs facility that displays the contents of a file directory and allows you to edit the directory, performing operations on the files in the directory. See Chapter 29 [Dired], page 335.
Disabled Command A disabled command is one that you may not run without special confirmation. The usual reason for disabling a command is that it is confusing for beginning users. See Section 32.4.11 [Disabling], page 427. Down Event Short for button down event (q.v.). Drag Event A drag event is the kind of input event (q.v.) generated when you press a mouse button, move the mouse, and then release the button. See Section 32.4.10 [Mouse Buttons], page 425. Dribble File A dribble file is a file into which Emacs writes all the characters that you type on the keyboard. Dribble files can be used to make a record for debugging Emacs bugs. Emacs does not make a dribble file unless you tell it to. See Section 33.3 [Bugs], page 440. Echo Area The echo area is the bottom line of the screen, used for echoing the arguments to commands, for asking questions, and showing brief messages (including error messages). The messages are stored in the buffer *Messages* so you can review them later. See Section 1.2 [Echo Area], page 7. Echoing Echoing is acknowledging the receipt of input events by displaying them (in the echo area). Emacs never echoes single-character key sequences; longer key sequences echo only if you pause while typing them. We say that a character is electric if it is normally self-inserting (q.v.), but the current major mode (q.v.) redefines it to do something else as well. For example, some programming language major modes define particular delimiter characters to reindent the line, or insert one or more newlines in addition to self-insertion.
Electric
End Of Line End of line is a character or a sequence of characters that indicate the end of a text line. On GNU and Unix systems, this is a newline (q.v.), but other systems have other conventions. See Section 19.6 [Coding Systems], page 177. Emacs can recognize several end-of-line conventions in files and convert between them. Environment Variable An environment variable is one of a collection of variables stored by the operating system, each one having a name and a value. Emacs can access environment variables set by its parent shell, and it can set variables in the environment it passes to programs it invokes. See Section C.5 [Environment], page 473. EOL Error See end of line. An error occurs when an Emacs command cannot execute in the current circumstances. When an error occurs, execution of the command stops (unless
Glossary
521
the command has been programmed to do otherwise) and Emacs reports the error by displaying an error message (q.v.). Error Message An error message is output displayed by Emacs when you ask it to do something impossible (such as, killing text forward when point is at the end of the buffer), or when a command malfunctions in some way. Such messages appear in the echo area, accompanied by a beep. ESC ESC is a character used as a prefix for typing Meta characters on keyboards lacking a META key. Unlike the META key (which, like the SHIFT key, is held down while another character is typed), you press the ESC key as you would press a letter key, and it applies to the next character you type. See balanced expression. Expunging Expunging an Rmail, Gnus newsgroup, or Dired buffer is an operation that truly discards the messages or files you have previously flagged for deletion. Face A face is a style of displaying characters. It specifies attributes such as font family and size, foreground and background colors, underline and strike-through, background stipple, etc. Emacs provides features to associate specific faces with portions of buffer text, in order to display that text as specified by the face attributes. See Section 11.5 [Faces], page 66.
Expression
File Locking Emacs uses file locking to notice when two different users start to edit one file at the same time. See Section 15.3.4 [Interlocking], page 121. File Name A file name is a name that refers to a file. File names may be relative or absolute; the meaning of a relative file name depends on the current directory, but an absolute file name refers to the same file regardless of which directory is current. On GNU and Unix systems, an absolute file name starts with a slash (the root directory) or with ~/ or ~user / (a home directory). On MSWindows/MS-DOS, an absolute file name can also start with a drive letter and a colon, e.g. d :. Some people use the term pathname for file names, but we do not; we use the word path only in the term search path (q.v.). File-Name Component A file-name component names a file directly within a particular directory. On GNU and Unix systems, a file name is a sequence of file-name components, separated by slashes. For example, foo/bar is a file name containing two components, foo and bar; it refers to the file named bar in the directory named foo in the current directory. MS-DOS/MS-Windows file names can also use backslashes to separate components, as in foo\bar. Fill Prefix The fill prefix is a string that should be expected at the beginning of each line when filling is done. It is not regarded as part of the text to be filled. See Section 22.5 [Filling], page 201.
Glossary
522
Filling
Filling text means adjusting the position of line-breaks to shift text between consecutive lines, so that all the lines are approximately the same length. See Section 22.5 [Filling], page 201. Some other editors call this feature line wrapping.
Font Lock Font Lock is a mode that highlights parts of buffer text in different faces, according to the syntax. For example, all comments (q.v.) might be colored red. See Section 11.8 [Font Lock], page 70. Fontset A fontset is a named collection of fonts. A fontset specification lists character sets and which font to use to display each of them. Fontsets make it easy to change several fonts at once by specifying the name of a fontset, rather than changing each font separately. See Section 19.14 [Fontsets], page 185.
Formatted Text Formatted text is text that displays with formatting information while you edit. Formatting information includes fonts, colors, and specified margins. See Section 22.12 [Formatted Text], page 218. Formfeed Character See page. Frame A frame is a rectangular cluster of Emacs windows. Emacs starts out with one frame, but you can create more. You can subdivide each frame into Emacs windows (q.v.). When you are using a window system (q.v.), more than one frame can be visible at the same time. See Chapter 18 [Frames], page 152. Some other editors use the term window for this, but in Emacs a window means something else.
Free Software Free software is software that gives you the freedom to share, study and modify it. Emacs is free software, part of the GNU project (q.v.), and distributed under a copyleft (q.v.) license called the GNU General Public License. See Appendix A [Copying], page 450. Free Software Foundation The Free Software Foundation (FSF) is a charitable foundation dedicated to promoting the development of free software (q.v.). For more information, see the FSF website. Fringe On a graphical display (q.v.), theres a narrow portion of the frame (q.v.) between the text area and the windows border. These fringes are used to display symbols that provide information about the buffer text (see Section 11.10 [Fringes], page 73). Emacs displays the fringe using a special face (q.v.) called fringe. See Section 11.5 [Faces], page 66. See Free Software Foundation. FTP is an acronym for File Transfer Protocol. This is one standard method for retrieving remote files (q.v.).
FSF FTP
Function Key A function key is a key on the keyboard that sends input but does not correspond to any character. See Section 32.4.8 [Function Keys], page 424.
Glossary
523
Global
Global means independent of the current environment; in effect throughout Emacs. It is the opposite of local (q.v.). Particular examples of the use of global appear below.
Global Abbrev A global definition of an abbrev (q.v.) is effective in all major modes that do not have local (q.v.) definitions for the same abbrev. See Chapter 26 [Abbrevs], page 301. Global Keymap The global keymap (q.v.) contains key bindings that are in effect everywhere, except when overridden by local key bindings in a major modes local keymap (q.v.). See Section 32.4.1 [Keymaps], page 419. Global Mark Ring The global mark ring records the series of buffers you have recently set a mark (q.v.) in. In many cases you can use this to backtrack through buffers you have been editing, or in which you have found tags (see tags table). See Section 8.5 [Global Mark Ring], page 47. Global Substitution Global substitution means replacing each occurrence of one string by another string throughout a large amount of text. See Section 12.9 [Replace], page 92. Global Variable The global value of a variable (q.v.) takes effect in all buffers that do not have their own local (q.v.) values for the variable. See Section 32.3 [Variables], page 411. GNU GNU is a recursive acronym for GNUs Not Unix, and it refers to a Unixcompatible operating system which is free software (q.v.). See [Manifesto], page 506. GNU is normally used with Linux as the kernel since Linux works better than the GNU kernel. For more information, see the GNU website.
Graphic Character Graphic characters are those assigned pictorial images rather than just names. All the non-Meta (q.v.) characters except for the Control (q.v.) characters are graphic characters. These include letters, digits, punctuation, and spaces; they do not include RET or ESC. In Emacs, typing a graphic character inserts that character (in ordinary editing modes). See Section 4.1 [Inserting Text], page 17. Graphical Display A graphical display is one that can display images and multiple fonts. Usually it also has a window system (q.v.). Highlighting Highlighting text means displaying it with a different foreground and/or background color to make it stand out from the rest of the text in the buffer. Emacs uses highlighting in several ways. It highlights the region whenever it is active (see Chapter 8 [Mark], page 44). Incremental search also highlights matches (see Section 12.1 [Incremental Search], page 80). See also font lock.
Glossary
524
Hardcopy HELP
Hardcopy means printed output. Emacs has various commands for printing the contents of Emacs buffers. See Section 31.5 [Printing], page 387. HELP is the Emacs name for C-h or F1. You can type HELP at any time to ask what options you have, or to ask what any command does. See Chapter 7 [Help], page 35.
Help Echo Help echo is a short message displayed in the echo area (q.v.) when the mouse pointer is located on portions of display that require some explanations. Emacs displays help echo for menu items, parts of the mode line, tool-bar buttons, etc. On graphics displays, the messages can be displayed as tooltips (q.v.). See Section 18.18 [Tooltips], page 167. Home Directory Your home directory contains your personal files. On a multi-user GNU or Unix system, each user has his or her own home directory. When you start a new login session, your home directory is the default directory in which to start. A standard shorthand for your home directory is ~. Similarly, ~user represents the home directory of some other user. Hook A hook is a list of functions to be called on specific occasions, such as saving a buffer in a file, major mode activation, etc. By customizing the various hooks, you can modify Emacss behavior without changing any of its code. See Section 32.3.2 [Hooks], page 413. Hyper is the name of a modifier bit that a keyboard input character may have. To make a character Hyper, type it while holding down the HYPER key. Such characters are given names that start with Hyper- (usually written H- for short). See Section 2.1 [User Input], page 11. Iff means if and only if. This terminology comes from mathematics. Try to avoid using this term in documentation, since many are unfamiliar with it and mistake it for a typo. An inbox is a file in which mail is delivered by the operating system. Rmail transfers mail from inboxes to Rmail files (q.v.) in which the mail is then stored permanently or until explicitly deleted. See Section 28.5 [Rmail Inbox], page 319.
Hyper
Iff
Inbox
Incremental Search Emacs provides an incremental search facility, whereby Emacs begins searching for a string as soon as you type the first character. As you type more characters, it refines the search. See Section 12.1 [Incremental Search], page 80. Indentation Indentation means blank space at the beginning of a line. Most programming languages have conventions for using indentation to illuminate the structure of the program, and Emacs has special commands to adjust indentation. See Chapter 21 [Indentation], page 194. Indirect Buffer An indirect buffer is a buffer that shares the text of another buffer, called its base buffer (q.v.). See Section 16.6 [Indirect Buffers], page 143.
Glossary
525
Info
Info is the hypertext format used by the GNU project for writing documentation.
Input Event An input event represents, within Emacs, one action taken by the user on the terminal. Input events include typing characters, typing function keys, pressing or releasing mouse buttons, and switching between Emacs frames. See Section 2.1 [User Input], page 11. Input Method An input method is a system for entering non-ASCII text characters by typing sequences of ASCII characters (q.v.). See Section 19.4 [Input Methods], page 174. Insertion Interlocking Interlocking is a feature for warning when you start to alter a file that someone else is already editing. See Section 15.3.4 [Simultaneous Editing], page 121. Isearch See incremental search. Insertion means adding text into the buffer, either from the keyboard or from some other place in Emacs.
Justification Justification means adding extra spaces within lines of text in order to adjust the position of the text edges. See Section 22.12.7 [Format Justification], page 223. Key Binding See binding. Keyboard Macro Keyboard macros are a way of defining new Emacs commands from sequences of existing ones, with no need to write a Lisp program. You can use a macro to record a sequence of commands, then play them back as many times as you like. See Chapter 14 [Keyboard Macros], page 104. Keyboard Shortcut A keyboard shortcut is a key sequence (q.v.) which invokes a command. What some programs call assigning a keyboard shortcut, Emacs calls binding a key sequence. See binding. Key Sequence A key sequence (key, for short) is a sequence of input events (q.v.) that are meaningful as a single unit. If the key sequence is enough to specify one action, it is a complete key (q.v.); if it is not enough, it is a prefix key (q.v.). See Section 2.2 [Keys], page 12. Keymap The keymap is the data structure that records the bindings (q.v.) of key sequences to the commands that they run. For example, the global keymap binds the character C-n to the command function next-line. See Section 32.4.1 [Keymaps], page 419.
Glossary
526
Keyboard Translation Table The keyboard translation table is an array that translates the character codes that come from the terminal into the character codes that make up key sequences. Kill Ring The kill ring is where all text you have killed recently is saved. You can reinsert any of the killed text still in the ring; this is called yanking (q.v.). See Section 9.2 [Yanking], page 52. Killing means erasing text and saving it on the kill ring so it can be yanked (q.v.) later. Some other systems call this cutting. Most Emacs commands that erase text perform killing, as opposed to deletion (q.v.). See Chapter 9 [Killing], page 50.
Killing
Killing a Job Killing a job (such as, an invocation of Emacs) means making it cease to exist. Any data within it, if not saved in a file, is lost. See Section 3.2 [Exiting], page 15. Language Environment Your choice of language environment specifies defaults for the input method (q.v.) and coding system (q.v.). See Section 19.3 [Language Environments], page 173. These defaults are relevant if you edit non-ASCII text (see Chapter 19 [International], page 170). Line Wrapping See filling. Lisp Lisp is a programming language. Most of Emacs is written in a dialect of Lisp, called Emacs Lisp, which is extended with special features that make it especially suitable for text editing tasks. A list is, approximately, a text string beginning with an open parenthesis and ending with the matching close parenthesis. In C mode and other non-Lisp modes, groupings surrounded by other kinds of matched delimiters appropriate to the language, such as braces, are also considered lists. Emacs has special commands for many operations on lists. See Section 23.4.2 [Moving by Parens], page 240. Local means in effect only in a particular context; the relevant kind of context is a particular function execution, a particular buffer, or a particular major mode. It is the opposite of global (q.v.). Specific uses of local in Emacs terminology appear below.
List
Local
Local Abbrev A local abbrev definition is effective only if a particular major mode is selected. In that major mode, it overrides any global definition for the same abbrev. See Chapter 26 [Abbrevs], page 301. Local Keymap A local keymap is used in a particular major mode; the key bindings (q.v.) in the current local keymap override global bindings of the same key sequences. See Section 32.4.1 [Keymaps], page 419.
Glossary
527
Local Variable A local value of a variable (q.v.) applies to only one buffer. See Section 32.3.3 [Locals], page 414. MM-CM-x M- in the name of a character is an abbreviation for META, one of the modifier keys that can accompany any character. See Section 2.1 [User Input], page 11. M-C- in the name of a character is an abbreviation for Control-Meta; it means the same thing as C-M- (q.v.). M-x is the key sequence that is used to call an Emacs command by name. This is how you run commands that are not bound to key sequences. See Chapter 6 [Running Commands by Name], page 34. Mail means messages sent from one user to another through the computer system, to be read at the recipients convenience. Emacs has commands for composing and sending mail, and for reading and editing the mail you have received. See Chapter 27 [Sending Mail], page 307. See Chapter 28 [Rmail], page 316, for one way to read mail with Emacs.
Mail Composition Method A mail composition method is a program runnable within Emacs for editing and sending a mail message. Emacs lets you select from several alternative mail composition methods. See Section 27.7 [Mail Methods], page 314. Major Mode The Emacs major modes are a mutually exclusive set of options, each of which configures Emacs for editing a certain sort of text. Ideally, each programming language has its own major mode. See Chapter 20 [Major Modes], page 191. Margin Mark The space between the usable part of a window (including the fringe) and the window edge. The mark points to a position in the text. It specifies one end of the region (q.v.), point being the other end. Many commands operate on all the text from point to the mark. Each buffer has its own mark. See Chapter 8 [Mark], page 44. The mark ring is used to hold several recent previous locations of the mark, just in case you want to move back to them. Each buffer has its own mark ring; in addition, there is a single global mark ring (q.v.). See Section 8.4 [Mark Ring], page 47. Menu Bar The menu bar is a line at the top of an Emacs frame. It contains words you can click on with the mouse to bring up menus, or you can use a keyboard interface to navigate it. See Section 18.15 [Menu Bars], page 166. Message Meta See mail. Meta is the name of a modifier bit which you can use in a command character. To enter a meta character, you hold down the META key while typing the character. We refer to such characters with names that start with Meta- (usually written M- for short). For example, M-< is typed by holding down META and
Mark Ring
Glossary
528
at the same time typing < (which itself is done, on most terminals, by holding down SHIFT and typing ,). See Section 2.1 [User Input], page 11. On some terminals, the META key is actually labeled ALT or EDIT. Meta Character A Meta character is one whose character code includes the Meta bit. Minibuffer The minibuffer is the window that appears when necessary inside the echo area (q.v.), used for reading arguments to commands. See Chapter 5 [Minibuffer], page 26. Minibuffer History The minibuffer history records the text you have specified in the past for minibuffer arguments, so you can conveniently use the same text again. See Section 5.4 [Minibuffer History], page 31. Minor Mode A minor mode is an optional feature of Emacs which can be switched on or off independently of all other features. Each minor mode has a command to turn it on or off. Some minor modes are global (q.v.), and some are local (q.v.). See Section 32.1 [Minor Modes], page 402. Minor Mode Keymap A minor mode keymap is a keymap that belongs to a minor mode and is active when that mode is enabled. Minor mode keymaps take precedence over the buffers local keymap, just as the local keymap takes precedence over the global keymap. See Section 32.4.1 [Keymaps], page 419. Mode Line The mode line is the line at the bottom of each window (q.v.), giving status information on the buffer displayed in that window. See Section 1.3 [Mode Line], page 8. Modified Buffer A buffer (q.v.) is modified if its text has been changed since the last time the buffer was saved (or since it was created, if it has never been saved). See Section 15.3 [Saving], page 116. Moving Text Moving text means erasing it from one place and inserting it in another. The usual way to move text is by killing (q.v.) it and then yanking (q.v.) it. See Chapter 9 [Killing], page 50. MULE MULE refers to the Emacs features for editing multilingual non-ASCII text using multibyte characters (q.v.). See Chapter 19 [International], page 170.
Multibyte Character A multibyte character is a character that takes up several bytes in a buffer. Emacs uses multibyte characters to represent non-ASCII text, since the number of non-ASCII characters is much more than 256. See Section 19.1 [International Chars], page 170.
Glossary
529
Named Mark A named mark is a register (q.v.) in its role of recording a location in text so that you can move point to that location. See Chapter 10 [Registers], page 59. Narrowing Narrowing means creating a restriction (q.v.) that limits editing in the current buffer to only a part of the text. Text outside that part is inaccessible for editing (or viewing) until the boundaries are widened again, but it is still there, and saving the file saves it all. See Section 31.10 [Narrowing], page 392. Newline nil Control-J characters in the buffer terminate lines of text and are therefore also called newlines. See End of Line. nil is a value usually interpreted as a logical false. Its opposite is t, interpreted as true.
Numeric Argument A numeric argument is a number, specified before a command, to change the effect of the command. Often the numeric argument serves as a repeat count. See Section 4.10 [Arguments], page 24. Overwrite Mode Overwrite mode is a minor mode. When it is enabled, ordinary text characters replace the existing text after point rather than pushing it to the right. See Section 32.1 [Minor Modes], page 402. Page A page is a unit of text, delimited by formfeed characters (ASCII control-L, code 014) coming at the beginning of a line. Some Emacs commands are provided for moving over and operating on pages. See Section 22.4 [Pages], page 200.
Paragraph Paragraphs are the medium-size unit of human-language text. There are special Emacs commands for moving over and operating on paragraphs. See Section 22.3 [Paragraphs], page 199. Parsing We say that certain Emacs commands parse words or expressions in the text being edited. Really, all they know how to do is find the other end of a word or expression. See Section 32.5 [Syntax], page 428. Point is the place in the buffer at which insertion and deletion occur. Point is considered to be between two characters, not at one character. The terminals cursor (q.v.) indicates the location of point. See Section 1.1 [Point], page 6.
Point
Prefix Argument See numeric argument. Prefix Key A prefix key is a key sequence (q.v.) whose sole function is to introduce a set of longer key sequences. C-x is an example of prefix key; any two-character sequence starting with C-x is therefore a legitimate key sequence. See Section 2.2 [Keys], page 12. Primary Rmail File Your primary Rmail file is the file named RMAIL in your home directory. Thats where Rmail stores your incoming mail, unless you specify a different file name. See Chapter 28 [Rmail], page 316.
Glossary
530
Primary Selection The primary selection is one particular X selection (q.v.); it is the selection that most X applications use for transferring text to and from other applications. The Emacs kill commands set the primary selection and the yank command uses the primary selection when appropriate. See Chapter 9 [Killing], page 50. Prompt A prompt is text used to ask you for input. Displaying a prompt is called prompting. Emacs prompts always appear in the echo area (q.v.). One kind of prompting happens when the minibuffer is used to read an argument (see Chapter 5 [Minibuffer], page 26); the echoing that happens when you pause in the middle of typing a multi-character key sequence is also a kind of prompting (see Section 1.2 [Echo Area], page 7).
Query-Replace Query-replace is an interactive string replacement feature provided by Emacs. See Section 12.9.4 [Query Replace], page 94. Quitting Quoting Quitting means canceling a partially typed command or a running command, using C-g (or C-BREAK on MS-DOS). See Section 33.1 [Quitting], page 435. Quoting means depriving a character of its usual special significance. The most common kind of quoting in Emacs is with C-q. What constitutes special significance depends on the context and on convention. For example, an ordinary character as an Emacs command inserts itself; so in this context, a special character is any character that does not normally insert itself (such as DEL, for example), and quoting it makes it insert itself as if it were not special. Not all contexts allow quoting. See Section 4.1 [Inserting Text], page 17.
Quoting File Names Quoting a file name turns off the special significance of constructs such as $, ~ and :. See Section 15.14 [Quoted File Names], page 134. Read-Only Buffer A read-only buffer is one whose text you are not allowed to change. Normally Emacs makes buffers read-only when they contain text which has a special significance to Emacs; for example, Dired buffers. Visiting a file that is writeprotected also makes a read-only buffer. See Chapter 16 [Buffers], page 137. Rectangle A rectangle consists of the text in a given range of columns on a given range of lines. Normally you specify a rectangle by putting point at one corner and putting the mark at the diagonally opposite corner. See Section 9.4 [Rectangles], page 56. Recursive Editing Level A recursive editing level is a state in which part of the execution of a command involves asking you to edit some text. This text may or may not be the same as the text to which the command was applied. The mode line indicates recursive editing levels with square brackets ([ and ]). See Section 31.14 [Recursive Edit], page 395. Redisplay Redisplay is the process of correcting the image on the screen to correspond to changes that have been made in the text being edited. See Chapter 1 [Screen], page 6.
Glossary
531
See regular expression. The region is the text between point (q.v.) and the mark (q.v.). Many commands operate on the text of the region. See Chapter 8 [Mark], page 44. Registers are named slots in which text, buffer positions, or rectangles can be saved for later use. See Chapter 10 [Registers], page 59. A related Emacs feature is bookmarks (q.v.).
Regular Expression A regular expression is a pattern that can match various text strings; for example, a[0-9]+ matches a followed by one or more digits. See Section 12.5 [Regexps], page 86. Remote File A remote file is a file that is stored on a system other than your own. Emacs can access files on other computers provided that they are connected to the same network as your machine, and (obviously) that you have a supported method to gain access to those files. See Section 15.13 [Remote Files], page 132. Repeat Count See numeric argument. Replacement See global substitution. Restriction A buffers restriction is the amount of text, at the beginning or the end of the buffer, that is temporarily inaccessible. Giving a buffer a nonzero amount of restriction is called narrowing (q.v.); removing a restriction is called widening (q.v.). See Section 31.10 [Narrowing], page 392. RET RET is a character that in Emacs runs the command to insert a newline into the text. It is also used to terminate most arguments read in the minibuffer (q.v.). See Section 2.1 [User Input], page 11. Reverting means returning to the original state. Emacs lets you revert a buffer by re-reading its file from disk. See Section 15.4 [Reverting], page 123.
Reverting
Rmail File An Rmail file is a file containing text in the format used by Rmail for storing mail. See Chapter 28 [Rmail], page 316. Saving Saving a buffer means copying its text into the file that was visited (q.v.) in that buffer. This is the way text in files actually gets changed by your Emacs editing. See Section 15.3 [Saving], page 116.
Scroll Bar A scroll bar is a tall thin hollow box that appears at the side of a window. You can use mouse commands in the scroll bar to scroll the window. The scroll bar feature is supported only under windowing systems. See Section 18.12 [Scroll Bars], page 165. Scrolling Scrolling means shifting the text in the Emacs window so as to see a different part of the buffer. See Section 11.1 [Scrolling], page 63.
Glossary
532
Searching
Searching means moving point to the next occurrence of a specified string or the next match for a specified regular expression. See Chapter 12 [Search], page 80.
Search Path A search path is a list of directory names, to be used for searching for files for certain purposes. For example, the variable load-path holds a search path for finding Lisp library files. See Section 24.8 [Lisp Libraries], page 269. Secondary Selection The secondary selection is one particular X selection (q.v.); some X applications can use it for transferring text to and from other applications. Emacs has special mouse commands for transferring text using the secondary selection. See Section 18.1.4 [Secondary Selection], page 155. Selected Frame The selected frame is the one your input currently operates on. See Chapter 18 [Frames], page 152. Selected Window The selected window is the one your input currently operates on. Section 17.1 [Basic Window], page 146. See
Selecting a Buffer Selecting a buffer means making it the current (q.v.) buffer. See Section 16.1 [Select Buffer], page 137. Selection Windowing systems allow an application program to specify selections whose values are text. A program can also read the selections that other programs have set up. This is the principal way of transferring text between window applications. Emacs has commands to work with the primary (q.v.) selection and the secondary (q.v.) selection, and also with the clipboard (q.v.).
Self-Documentation Self-documentation is the feature of Emacs that can tell you what any command does, or give you a list of all commands related to a topic you specify. You ask for self-documentation with the help character, C-h. See Chapter 7 [Help], page 35. Self-Inserting Character A character is self-inserting if typing that character inserts that character in the buffer. Ordinary printing and whitespace characters are self-inserting in Emacs, except in certain special major modes. Sentences Sexp Emacs has commands for moving by or killing by sentences. See Section 22.2 [Sentences], page 198. A sexp (short for s-expression) is the basic syntactic unit of Lisp in its textual form: either a list, or Lisp atom. Sexps are also the balanced expressions (q.v.) of the Lisp language; this is why the commands for editing balanced expressions have sexp in their name. See Section 23.4.1 [Expressions], page 239.
Simultaneous Editing Simultaneous editing means two users modifying the same file at once. Simultaneous editing, if not detected, can cause one user to lose his or her work.
Glossary
533
Emacs detects all cases of simultaneous editing, and warns one of the users to investigate. See Section 15.3.4 [Simultaneous Editing], page 121. SPC Speedbar SPC is the space character, which you enter by pressing the space bar. The speedbar is a special tall frame that provides fast access to Emacs buffers, functions within those buffers, Info nodes, and other interesting parts of text within Emacs. See Section 18.8 [Speedbar], page 162.
Spell Checking Spell checking means checking correctness of the written form of each one of the words in a text. Emacs can use various external spelling-checker programs to check the spelling of parts of a buffer via a convenient user interface. See Section 13.4 [Spelling], page 100. String A string is a kind of Lisp data object which contains a sequence of characters. Many Emacs variables are intended to have strings as values. The Lisp syntax for a string consists of the characters in the string with a " before and another " after. A " that is part of the string must be written as \" and a \ that is part of the string must be written as \\. All other characters, including newline, can be included just by writing them inside the string; however, backslash sequences as in C, such as \n for newline or \241 using an octal character code, are allowed as well.
String Substitution See global substitution. Syntax Highlighting See font lock. Syntax Table The syntax table tells Emacs which characters are part of a word, which characters balance each other like parentheses, etc. See Section 32.5 [Syntax], page 428. Super Super is the name of a modifier bit that a keyboard input character may have. To make a character Super, type it while holding down the SUPER key. Such characters are given names that start with Super- (usually written s- for short). See Section 2.1 [User Input], page 11. Suspending Emacs means stopping it temporarily and returning control to its parent process, which is usually a shell. Unlike killing a job (q.v.), you can later resume the suspended Emacs job without losing your buffers, unsaved edits, undo history, etc. See Section 3.2 [Exiting], page 15. TAB Tags Table A tags table is a file that serves as an index to the function definitions in one or more other files. See Section 25.3 [Tags], page 291. TAB is the tab character. In Emacs it is typically used for indentation or completion.
Suspending
Glossary
534
Termscript File A termscript file contains a record of all characters sent by Emacs to the terminal. It is used for tracking down bugs in Emacs redisplay. Emacs does not make a termscript file unless you tell it to. See Section 33.3 [Bugs], page 440. Text Text has two meanings (see Chapter 22 [Text], page 197): Data consisting of a sequence of characters, as opposed to binary numbers, executable programs, and the like. The basic contents of an Emacs buffer (aside from the text properties, q.v.) are always text in this sense. Data consisting of written human language (as opposed to programs), or following the stylistic conventions of human language.
Text-only Terminal A text-only terminal is a display that is limited to displaying text in character units. Such a terminal cannot control individual pixels it displays. Emacs supports a subset of display features on text-only terminals. Text Properties Text properties are annotations recorded for particular characters in the buffer. Images in the buffer are recorded as text properties; they also specify formatting information. See Section 22.12.3 [Editing Format Info], page 220. Tool Bar The tool bar is a line (sometimes multiple lines) of icons at the top of an Emacs frame. Clicking on one of these icons executes a command. You can think of this as a graphical relative of the menu bar (q.v.). See Section 18.16 [Tool Bars], page 166. Tooltips are small windows displaying a help echo (q.v.) text, which explains parts of the display, lists useful options available via mouse clicks, etc. See Section 18.18 [Tooltips], page 167.
Tooltips
Top Level Top level is the normal state of Emacs, in which you are editing the text of the file you have visited. You are at top level whenever you are not in a recursive editing level (q.v.) or the minibuffer (q.v.), and not in the middle of a command. You can get back to top level by aborting (q.v.) and quitting (q.v.). See Section 33.1 [Quitting], page 435. Transposition Transposing two units of text means putting each one into the place formerly occupied by the other. There are Emacs commands to transpose two adjacent characters, words, balanced expressions (q.v.) or lines (see Section 13.2 [Transpose], page 99). Truncation Truncating text lines in the display means leaving out any text on a line that does not fit within the right margin of the window displaying it. See also continuation line. See Section 4.8 [Continuation Lines], page 22. TTY Undoing See text-only terminal. Undoing means making your previous editing go in reverse, bringing back the text that existed earlier in the editing session. See Section 13.1 [Undo], page 98.
Glossary
535
Unix
Unix is a class of multi-user computer operating systems with a long history. There are several implementations today. The GNU project (q.v.) aims to develop a complete Unix-like operating system that is free software (q.v.).
User Option A user option is a face (q.v.) or a variable (q.v.) that exists so that you can customize Emacs by setting it to a new value. See Section 32.2 [Easy Customization], page 404. Variable A variable is an object in Lisp that can store an arbitrary value. Emacs uses some variables for internal purposes, and has others (known as user options; q.v.) just so that you can set their values to control the behavior of Emacs. The variables used in Emacs that you are likely to be interested in are listed in the Variables Index in this manual (see [Variable Index], page 557). See Section 32.3 [Variables], page 411, for information on variables.
Version Control Version control systems keep track of multiple versions of a source file. They provide a more powerful alternative to keeping backup files (q.v.). See Section 25.1 [Version Control], page 273. Visiting Whitespace Whitespace is any run of consecutive formatting characters (space, tab, newline, and backspace). Widening Window Widening is removing any restriction (q.v.) on the current buffer; it is the opposite of narrowing (q.v.). See Section 31.10 [Narrowing], page 392. Emacs divides a frame (q.v.) into one or more windows, each of which can display the contents of one buffer (q.v.) at any time. See Chapter 1 [Screen], page 6, for basic information on how Emacs uses the screen. See Chapter 17 [Windows], page 146, for commands to control the use of windows. Some other editors use the term window for what we call a frame (q.v.) in Emacs. Visiting a file means loading its contents into a buffer (q.v.) where they can be edited. See Section 15.2 [Visiting], page 113.
Window System A window system is software that operates on a graphical display (q.v.), to subdivide the screen so that multiple applications can have their] own windows at the same time. All modern operating systems include a window system. Word Abbrev See abbrev. Word Search Word search is searching for a sequence of words, considering the punctuation between them as insignificant. See Section 12.3 [Word Search], page 85. WYSIWYG WYSIWYG stands for What you see is what you get. Emacs generally provides WYSIWYG editing for files of characters; in Enriched mode (see Section 22.12 [Formatted Text], page 218), it provides WYSIWYG editing for files that include text formatting information.
Glossary
536
Yanking
Yanking means reinserting text previously killed (q.v.). It can be used to undo a mistaken kill, or for copying or moving text. Some other systems call this pasting. See Section 9.2 [Yanking], page 52.
537
/ "
" (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 / (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317
< #
# (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 < (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 < (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 < (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318
$
$ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345
=
= (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344
%
% % % % % % % % % % & C d g H l m R S u (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 343 337 339 343 343 339 343 343 343
>
> (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 > (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 > (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318
^
^ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338
~
~ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337
*
* * * * * * * * * * * * * * ! (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . % (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . * (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . / (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ? (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . c (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C-n (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C-p (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DEL (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . m (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . s (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . t (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . u (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 339 338 338 339 338 339 339 339 338 338 338 339 338
A
a (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 A (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 a (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323
B
B (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 b (Rmail summary) . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 b (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316
C
C (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 c (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 C-/ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 C-@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 C-] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 436 C-_ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 C-_ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 C-\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 C-a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
+
+ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348
.
. (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 351 . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337
538
C-a (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 351 C-b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 C-b (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 350 C-c , j . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 248 C-c , J . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 248 C-c , l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 248 C-c , SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 248 C-c . (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238 C-c . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 C-c / (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . . . . 217 C-c < (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 C-c > (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 C-c ? (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . . . . 217 C-c @ (Outline minor mode) . . . . . . . . . . . . . . . . . . 208 C-c @ C-h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 C-c @ C-l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 C-c @ C-M-h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 C-c @ C-M-s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 C-c @ C-r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 C-c @ C-s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 C-c [ (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 223 C-c ] (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 223 C-c { (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 C-c } (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 C-c 8 (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . . . . 217 C-c C-\ (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 C-c C-\ (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 377 C-c C-a (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 C-c C-a (Message mode) . . . . . . . . . . . . . . . . . . . . . . 313 C-c C-a (Outline mode) . . . . . . . . . . . . . . . . . . . . . . 211 C-c C-a (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . 217 C-c C-a (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 376 C-c C-b (Message mode) . . . . . . . . . . . . . . . . . . . . . . 312 C-c C-b (Outline mode) . . . . . . . . . . . . . . . . . . . . . . 209 C-c C-b (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . 217 C-c C-b (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 377 C-c C-b (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . 215 C-c C-c (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 C-c C-c (Edit Abbrevs) . . . . . . . . . . . . . . . . . . . . . . . 304 C-c C-c (Edit Tab Stops) . . . . . . . . . . . . . . . . . . . . . 196 C-c C-c (Message mode) . . . . . . . . . . . . . . . . . . . . . . 311 C-c C-c (Outline mode) . . . . . . . . . . . . . . . . . . . . . . 210 C-c C-c (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 377 C-c C-c (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . 216 C-c C-d (C Mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 C-c C-d (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 C-c C-d (Outline mode) . . . . . . . . . . . . . . . . . . . . . . 210 C-c C-d (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . 217 C-c C-DEL (C Mode) . . . . . . . . . . . . . . . . . . . . . . . . . . 250 C-c C-DELETE (C Mode) . . . . . . . . . . . . . . . . . . . . . . . 250 C-c C-e (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251 C-c C-e (LaTEX mode) . . . . . . . . . . . . . . . . . . . . . . . 214 C-c C-e (Outline mode) . . . . . . . . . . . . . . . . . . . . . . 210 C-c C-e (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 377 C-c C-f (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 C-c C-f (Outline mode) . . . . . . . . . . . . . . . . . . . . . . 209 C-c C-f (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . 217 C-c C-f (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 377
C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c C-c
C-f C-f C-f C-f C-f C-f C-f C-f C-i C-i C-j C-k C-k C-k C-l C-l C-l C-l C-l C-l C-n C-n C-n C-n C-n C-n C-o C-o C-o C-p C-p C-p C-p C-p C-p C-q C-q C-q C-q C-q C-r C-r C-r C-s C-s C-s C-s C-s C-t C-t C-t C-u C-u C-u C-u C-v C-v C-w
(TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . C-b (Message mode) . . . . . . . . . . . . . . . . . C-c (Message mode) . . . . . . . . . . . . . . . . . C-f (Message mode) . . . . . . . . . . . . . . . . . C-r (Message mode) . . . . . . . . . . . . . . . . . C-s (Message mode) . . . . . . . . . . . . . . . . . C-t (Message mode) . . . . . . . . . . . . . . . . . C-w (Message mode) . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Term mode) . . . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Term mode) . . . . . . . . . . . . . . . . . . . . . . . . . (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Calendar mode) . . . . . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . (LaTEX mode) . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Message mode) . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Term mode) . . . . . . . . . . . . . . . . . . . . . . . . . (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Message mode) . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Outline mode) . . . . . . . . . . . . . . . . . . . . . . (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . (Message mode) . . . . . . . . . . . . . . . . . . . . . .
216 312 312 312 312 312 312 312 262 210 383 210 383 215 250 353 261 210 379 215 249 262 209 318 217 380 214 211 377 249 262 209 318 380 215 237 313 211 383 215 262 377 215 252 262 311 210 377 262 211 217 249 262 209 377 218 215 314
539
C-c C-w (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 377 C-c C-x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 212 C-c C-x (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 379 C-c C-y (Message mode) . . . . . . . . . . . . . . . . . . . . . . 312 C-c C-z . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 C-c C-z (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 377 C-c DEL (C Mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 C-c DELETE (C Mode) . . . . . . . . . . . . . . . . . . . . . . . . . 250 C-c RET (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . 380 C-c TAB (SGML mode) . . . . . . . . . . . . . . . . . . . . . . . 218 C-c TAB (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . 216 C-d (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 C-d (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376 C-Down-Mouse-1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 C-e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 C-e (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 351 C-f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 C-f (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 350 C-g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 C-h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 C-h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 C-h a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 C-h b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 C-h C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 C-h C-\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 C-h C-c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 C-h C-m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h C-w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 C-h e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 C-h F . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 C-h g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 C-h i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 C-h I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 C-h k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 C-h K . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 C-h l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h L . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 C-h m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 C-h p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 C-h s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428 C-h S . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41, 244 C-h t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 C-h v . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 C-h w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 C-j . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 C-j (and major modes) . . . . . . . . . . . . . . . . . . . . . . . 191
C-j (Lisp Interaction mode) . . . . . . . . . . . . . . . . . . 271 C-j (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 C-k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 C-k (Gnus) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 C-l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 C-M-% . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 C-M-. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 C-M-/ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 C-M-@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 C-M-\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 C-M-a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 C-M-b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 C-M-c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 C-M-d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 C-M-d (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 C-M-e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 C-M-f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 C-M-f (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 C-M-h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 C-M-h (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 C-M-j . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 C-M-k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 C-M-l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 C-M-l (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 C-M-l (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 377 C-M-n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 C-M-n (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 C-M-n (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323 C-M-o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 C-M-p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 C-M-p (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 C-M-p (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323 C-M-q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236 C-M-q (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 237 C-M-r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 C-M-r (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 C-M-s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 C-M-s (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 C-M-SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 C-M-t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 C-M-t (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 C-M-u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 C-M-u (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 C-M-v . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 C-M-w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 C-M-x (Emacs-Lisp mode) . . . . . . . . . . . . . . . . . . . . 270 C-M-x (Lisp mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 C-Mouse-1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 C-Mouse-2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 C-mouse-2 (mode line) . . . . . . . . . . . . . . . . . . . . . . . . 158 C-Mouse-2 (scroll bar) . . . . . . . . . . . . . . . . . . . 147, 158 C-Mouse-3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 C-Mouse-3 (when menu bar is disabled) . . . . . . . 166 C-n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 C-n (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 350 C-n (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 C-n (Gnus Group mode) . . . . . . . . . . . . . . . . . . . . . . 373 C-n (Gnus Summary mode) . . . . . . . . . . . . . . . . . . . 373
540
C-o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 C-o (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 C-o (Occur mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 C-o (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 C-p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 C-p (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 350 C-p (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 C-p (Gnus Group mode) . . . . . . . . . . . . . . . . . . . . . . 373 C-p (Gnus Summary mode) . . . . . . . . . . . . . . . . . . . 373 C-q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 C-r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 C-s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 C-S-backspace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 C-S-Mouse-3 (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . 399 C-SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 C-SPC C-SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 C-SPC C-SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 C-t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 C-t d (Image-Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . 347 C-TAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 C-u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 C-u C-/ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 C-u C-SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 C-u C-x C-x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 C-u C-x v = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 C-u M-; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242 C-u TAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236 C-v . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 C-v (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 352 C-w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 C-x # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385 C-x $ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 C-x ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 C-x ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 C-x + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 C-x - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 C-x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 C-x ; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 C-x < . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 C-x = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23, 171 C-x > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 C-x [ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 C-x [ (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . 350 C-x ] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 C-x ] (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . 350 C-x ^ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 C-x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 C-x } . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 C-x 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 C-x 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 C-x 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 C-x 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 C-x 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 C-x 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 C-x 4 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 C-x 4 a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289 C-x 4 b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 C-x 4 b (Iswitchb mode) . . . . . . . . . . . . . . . . . . . . . . 144
C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x
4 c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 4 C-o (Iswitchb mode) . . . . . . . . . . . . . . . . . . . . 144 4 d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 4 f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 4 f (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 4 m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 5 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 5 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 5 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 5 b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 5 b (Iswitchb mode) . . . . . . . . . . . . . . . . . . . . . . 144 5 d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 5 f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 5 f (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 5 m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 5 o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 5 r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 6 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 6 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 6 b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 6 d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 6 RET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 6 s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 8 RET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 a g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302 a i g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302 a i l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302 a l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302 b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 b (Iswitchb mode) . . . . . . . . . . . . . . . . . . . . . . . . 144 C-+ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 C-- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 C-= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 C-0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 C-a (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 C-a C-j (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . 263 C-a C-w (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . 267 C-b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 C-c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 C-d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 C-e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271 C-f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 C-f (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 C-k b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 C-k C-a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 C-k C-c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 C-k C-e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 C-k C-f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 C-k C-i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 C-k C-k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 C-k C-n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 C-k C-p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 C-k e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 C-k l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 C-k n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
541
C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x C-x
C-k r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 C-k RET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 C-k SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 C-l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 C-n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 C-o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 C-p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 C-q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 C-r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 C-r (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 C-s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 C-SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 C-t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 C-u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 C-v . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 C-v (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 C-w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 C-x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 C-z . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 d (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 ESC ESC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 LEFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 n d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 n n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 n p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 n w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108 r + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 r b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 r c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 r d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 r f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 r i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 r j . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 r k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 r l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 r m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 r n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 r o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 r r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 r s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 r SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 r t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 r w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 r y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 RET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 RET c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 RET C-\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176
C-x RET f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 C-x RET F . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184 C-x RET k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185 C-x RET p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 C-x RET r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 C-x RET t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185 C-x RET x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 C-x RET X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 C-x RIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 C-x s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 C-x SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 C-x TAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 C-x TAB (Enriched mode) . . . . . . . . . . . . . . . . . . . . . 222 C-x u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 C-x v = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 C-x v ~ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 C-x v c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 C-x v d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 C-x v g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 281 C-x v i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282 C-x v l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 283 C-x v m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288 C-x v u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 C-x v v . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 C-x w b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 C-x w h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 C-x w i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 C-x w l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 C-x w r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 C-x z . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 C-y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 C-z . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 C-z (X windows) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159
D
d (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 d (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 336 D (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 D (GDB breakpoints buffer) . . . . . . . . . . . . . . . . . . . 266 D (GDB speedbar) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 d (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 DEL (and major modes) . . . . . . . . . . . . . . . . . . . . . . . 191 DEL (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 336 DEL (Gnus) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 DEL (programming modes) . . . . . . . . . . . . . . . . . . . . 232 DEL (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317 DOWN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
E
e (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 e (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 ESC ESC ESC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 436
F
f (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337
542
f (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 F1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 F10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 F10 (MS-Windows) . . . . . . . . . . . . . . . . . . . . . . . . . . . 500 F2 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 F2 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 F2 b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 F2 d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 F2 RET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 F2 s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 F3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 F4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
L (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 l (Gnus Group mode) . . . . . . . . . . . . . . . . . . . . . . . . 373 L (Gnus Group mode) . . . . . . . . . . . . . . . . . . . . . . . . 373 l (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 LEFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
M
m (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 M (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 m (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 M (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 m (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 M-! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 374 M-$ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 M-$ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 M-% . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 M-% (Incremental search) . . . . . . . . . . . . . . . . . . . . . . . 82 M- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303 M-* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 M-, . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 M-- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 M-- M-c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 M-- M-l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 M-- M-u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 M-. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 M-/ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 M-: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 M-; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242 M-< . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 M-< (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 351 M-= . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 M-= (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 352 M-= (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 M-> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 M-> (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 351 M-? (Nroff mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 M-? (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376 M-@ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 M-^ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 M- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 M-{ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 M-{ (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 350 M-{ (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 M-} . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 M-} (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 350 M-} (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 M-\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 M-| . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 374 M-~ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 M-1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 M-a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 M-a (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 M-a (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 351 M-b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 M-c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 M-d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 M-DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198
G
g G g g g g g g (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . char (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . d (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . D (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . m (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . w (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 346 341 321 359 351 351 360 351
H
h (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 H (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 h (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
I
i (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i a (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . i b (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . i c (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . i d (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . i m (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . i w (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . i y (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . INSERT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 320 365 365 365 364 364 364 364 403
J
j (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 j (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318
K
k (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 k (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323
L
l (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346
543
M-DEL (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 M-Drag-Mouse-1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 M-e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 M-e (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 M-e (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 351 M-f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 M-g M-n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 M-g n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 M-h . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 M-i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194, 196 M-j . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 M-j b (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 223 M-j c (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 223 M-j l (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 223 M-j r (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 223 M-j u (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 223 M-k . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 M-l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 M-m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 M-m (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 M-Mouse-1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 M-Mouse-2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 M-Mouse-3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 M-n (minibuffer history) . . . . . . . . . . . . . . . . . . . . . . . 31 M-n (Nroff mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 M-n (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317 M-n (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 M-o b (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 220 M-o d (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 220 M-o i (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 220 M-o l (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 221 M-o M-s (Text mode) . . . . . . . . . . . . . . . . . . . . . . . . . 202 M-o o (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 221 M-o u (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . 221 M-p (minibuffer history) . . . . . . . . . . . . . . . . . . . . . . . 31 M-p (Nroff mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 M-p (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317 M-p (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 M-q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 M-q (C mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251 M-r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 M-r (minibuffer history) . . . . . . . . . . . . . . . . . . . . . . . 32 M-r (Shell mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 M-S (Enriched mode) . . . . . . . . . . . . . . . . . . . . . . . . . 223 M-s (Gnus Summary mode) . . . . . . . . . . . . . . . . . . . 373 M-s (minibuffer history) . . . . . . . . . . . . . . . . . . . . . . . 32 M-s (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 M-s o . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 M-s w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 M-SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 M-t . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 M-TAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247 M-TAB (customization buffer) . . . . . . . . . . . . . . . . . . 406 M-TAB (Incremental search) . . . . . . . . . . . . . . . . . . . . 82 M-TAB (Text mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 M-u . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 M-v . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 M-v (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 352
M-w . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 M-x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 M-y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 M-z . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 Mouse-1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 Mouse-1 (mode line) . . . . . . . . . . . . . . . . . . . . . . . . . . 157 Mouse-1 (scroll bar) . . . . . . . . . . . . . . . . . . . . . . . . . . 158 Mouse-1 (selection) . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 Mouse-2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 Mouse-2 (GDB breakpoints buffer) . . . . . . . . . . . . 266 Mouse-2 (mode line) . . . . . . . . . . . . . . . . . . . . . . . . . . 157 Mouse-2 (selection) . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 Mouse-3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 Mouse-3 (mode line) . . . . . . . . . . . . . . . . . . . . . . . . . . 157
N
n (Gnus) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 n (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317 next . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
O
o o O o o (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 351 (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 (Occur mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321
P
p (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 P (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 p (Gnus) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 p (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317 p d (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 353 PageDown . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 PageUp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 prior . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
Q
q Q q q Q q (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Gnus Group mode) . . . . . . . . . . . . . . . . . . . . . . . . (Rmail summary) . . . . . . . . . . . . . . . . . . . . . . . . . . . (Rmail summary) . . . . . . . . . . . . . . . . . . . . . . . . . . . (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 341 373 328 328 316
R
R (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 r (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 RET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 RET (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 RET (GDB breakpoints buffer) . . . . . . . . . . . . . . . . 266 RET (GDB speedbar) . . . . . . . . . . . . . . . . . . . . . . . . . 267
544
S
s (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 S (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 s (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 S (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 s (Gnus Summary mode) . . . . . . . . . . . . . . . . . . . . . 373 s (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 S-Mouse-2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 S-Mouse-3 (FFAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 S-TAB (customization buffer) . . . . . . . . . . . . . . . . . . 407 S-TAB (Help mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 SPC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 SPC (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . 353 SPC (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 SPC (GDB breakpoints buffer) . . . . . . . . . . . . . . . . 266 SPC (Gnus) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 SPC (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317
U
u (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 u (Dired deletion) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 336 u (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 U (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 u (Gnus Group mode) . . . . . . . . . . . . . . . . . . . . . . . . 373 u (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 UP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
V
v (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 v (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330
W
w (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348 w (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321
T
t (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 t (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 T (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 t (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329 TAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 TAB (and major modes) . . . . . . . . . . . . . . . . . . . . . . . 191 TAB (completion) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 TAB (customization buffer) . . . . . . . . . . . . . . . . . . . . 407 TAB (GUD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 TAB (Help mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
X
x x X x (Calendar mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 336 342 319
Z
Z (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341
545
5
5x5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
A
abbrev-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301 abbrev-prefix-mark . . . . . . . . . . . . . . . . . . . . . . . . . 303 abort-recursive-edit . . . . . . . . . . . . . . . . . . . . . . . 436 add-change-log-entry-other-window . . . . . . . . 289 add-change-log-entry-other-window, in Diff mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 add-dir-local-variable . . . . . . . . . . . . . . . . . . . . . 419 add-file-local-variable . . . . . . . . . . . . . . . . . . . 416 add-file-local-variable-prop-line . . . . . . . . 415 add-global-abbrev . . . . . . . . . . . . . . . . . . . . . . . . . . 302 add-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413 add-mode-abbrev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302 add-name-to-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 add-untranslated-filesystem . . . . . . . . . . . . . . . 497 animate-birthday-present . . . . . . . . . . . . . . . . . . 400 append-next-kill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 append-to-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 append-to-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 append-to-register . . . . . . . . . . . . . . . . . . . . . . . . . . 60 apply-macro-to-region-lines . . . . . . . . . . . . . . . 105 appt-activate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 366 appt-add . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 appt-delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 apropos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 apropos-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 apropos-documentation . . . . . . . . . . . . . . . . . . . . . . . 39 apropos-value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 apropos-variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 ask-user-about-lock . . . . . . . . . . . . . . . . . . . . . . . . 121 auto-compression-mode . . . . . . . . . . . . . . . . . . . . . . 131 auto-fill-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 auto-lower-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 auto-raise-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 auto-revert-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 auto-revert-tail-mode . . . . . . . . . . . . . . . . . . . . . . 123 auto-save-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
C
c-backslash-region . . . . . . . . . . . . . . . . . . . . . . . . . c-backward-conditional . . . . . . . . . . . . . . . . . . . . . c-beginning-of-defun . . . . . . . . . . . . . . . . . . . . . . . c-beginning-of-statement . . . . . . . . . . . . . . . . . . c-context-line-break . . . . . . . . . . . . . . . . . . . . . . . c-electric-backspace . . . . . . . . . . . . . . . . . . . . . . . c-end-of-defun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . c-end-of-statement . . . . . . . . . . . . . . . . . . . . . . . . . c-fill-paragraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . c-forward-conditional . . . . . . . . . . . . . . . . . . . . . . c-hungry-delete-backwards . . . . . . . . . . . . . . . . . c-hungry-delete-forward . . . . . . . . . . . . . . . . . . . c-indent-command . . . . . . . . . . . . . . . . . . . . . . . 235, c-indent-defun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . c-indent-exp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . c-macro-expand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . c-mark-function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . c-set-style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 249 249 249 251 232 249 250 251 249 250 250 237 237 237 251 234 238
B
back-to-indentation . . . . . . . . . . . . . . . . . . . . . . . . 195
546
c-show-syntactic-information . . . . . . . . . . . . . . c-toggle-auto-newline . . . . . . . . . . . . . . . . . . . . . . c-toggle-electric-state . . . . . . . . . . . . . . . . . . . c-toggle-hungry-state . . . . . . . . . . . . . . . . . . . . . . c-up-conditional . . . . . . . . . . . . . . . . . . . . . . . . . . . . calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . calendar-astro-goto-day-number . . . . . . . . . . . calendar-astro-print-day-number . . . . . . . . . . calendar-backward-day . . . . . . . . . . . . . . . . . . . . . . calendar-backward-month . . . . . . . . . . . . . . . . . . . calendar-backward-week . . . . . . . . . . . . . . . . . . . . . calendar-bahai-goto-date . . . . . . . . . . . . . . . . . . calendar-bahai-print-date . . . . . . . . . . . . . . . . . calendar-beginning-of-month . . . . . . . . . . . . . . . calendar-beginning-of-week . . . . . . . . . . . . . . . . calendar-beginning-of-year . . . . . . . . . . . . . . . . calendar-chinese-goto-date . . . . . . . . . . . . . . . . calendar-chinese-print-date . . . . . . . . . . . . . . . calendar-coptic-goto-date . . . . . . . . . . . . . . . . . calendar-coptic-print-date . . . . . . . . . . . . . . . . calendar-count-days-region . . . . . . . . . . . . . . . . calendar-cursor-holidays . . . . . . . . . . . . . . . . . . calendar-end-of-month . . . . . . . . . . . . . . . . . . . . . . calendar-end-of-week . . . . . . . . . . . . . . . . . . . . . . . calendar-end-of-year . . . . . . . . . . . . . . . . . . . . . . . calendar-ethiopic-goto-date . . . . . . . . . . . . . . . calendar-ethiopic-print-date . . . . . . . . . . . . . . calendar-forward-day . . . . . . . . . . . . . . . . . . . . . . . calendar-forward-month . . . . . . . . . . . . . . . . . . . . . calendar-forward-week . . . . . . . . . . . . . . . . . . . . . . calendar-forward-year . . . . . . . . . . . . . . . . . . . . . . calendar-french-goto-date . . . . . . . . . . . . . . . . . calendar-french-print-date . . . . . . . . . . . . . . . . calendar-goto-date . . . . . . . . . . . . . . . . . . . . . . . . . calendar-goto-day-of-year . . . . . . . . . . . . . . . . . calendar-goto-today . . . . . . . . . . . . . . . . . . . . . . . . calendar-hebrew-goto-date . . . . . . . . . . . . . . . . . calendar-hebrew-list-yahrzeits . . . . . . . . . . . calendar-hebrew-print-date . . . . . . . . . . . . . . . . calendar-islamic-goto-date . . . . . . . . . . . . . . . . calendar-islamic-print-date . . . . . . . . . . . . . . . calendar-iso-goto-date . . . . . . . . . . . . . . . . . . . . . calendar-iso-goto-week . . . . . . . . . . . . . . . . 351, calendar-iso-print-date . . . . . . . . . . . . . . . . . . . calendar-julian-goto-date . . . . . . . . . . . . . . . . . calendar-julian-print-date . . . . . . . . . . . . . . . . calendar-list-holidays . . . . . . . . . . . . . . . . . . . . . calendar-lunar-phases . . . . . . . . . . . . . . . . . . . . . . calendar-mark-holidays . . . . . . . . . . . . . . . . . . . . . calendar-mayan-goto-long-count-date . . . . . . calendar-mayan-next-calendar-round-date ......................................... calendar-mayan-next-haab-date . . . . . . . . . . . . . calendar-mayan-next-tzolkin-date . . . . . . . . . calendar-mayan-previous-haab-date . . . . . . . . calendar-mayan-previous-tzolkin-date . . . . . calendar-mayan-print-date . . . . . . . . . . . . . . . . . calendar-other-month . . . . . . . . . . . . . . . . . . . . . . .
252 250 250 251 249 350 359 358 350 350 350 359 358 351 351 351 359 358 359 358 352 355 351 351 351 359 358 350 350 350 350 359 358 351 351 351 359 360 358 359 358 359 359 358 359 358 355 357 355 360 361 360 360 360 360 359 351
calendar-persian-goto-date . . . . . . . . . . . . . . . . 359 calendar-persian-print-date . . . . . . . . . . . . . . . 359 calendar-print-day-of-year . . . . . . . . . . . . . . . . 353 calendar-print-other-dates . . . . . . . . . . . . . . . . 358 calendar-redraw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 calendar-scroll-left . . . . . . . . . . . . . . . . . . . . . . . 352 calendar-scroll-left-three-months . . . . . . . . 352 calendar-scroll-right . . . . . . . . . . . . . . . . . . . . . . 352 calendar-scroll-right-three-months . . . . . . . 352 calendar-set-date-style . . . . . . . . . . . . . . . . . . . 364 calendar-sunrise-sunset . . . . . . . . . . . . . . . . . . . 355 calendar-unmark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 capitalize-word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 cd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 center-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 change-log-merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 change-log-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 check-parens . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238 choose-completion . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 clean-buffer-list . . . . . . . . . . . . . . . . . . . . . . . . . . 141 clear-rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 clipboard-kill-region . . . . . . . . . . . . . . . . . . . . . . 156 clipboard-kill-ring-save . . . . . . . . . . . . . . . . . . 156 clipboard-yank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 clone-indirect-buffer . . . . . . . . . . . . . . . . . . . . . . 143 clone-indirect-buffer-other-window . . . . . . . 143 column-number-mode . . . . . . . . . . . . . . . . . . . . . . . . . . 75 comint-bol-or-process-mark . . . . . . . . . . . . . . . . 376 comint-continue-subjob . . . . . . . . . . . . . . . . . . . . . 378 comint-copy-old-input . . . . . . . . . . . . . . . . . . . . . . 380 comint-delchar-or-maybe-eof . . . . . . . . . . . . . . . 376 comint-delete-output . . . . . . . . . . . . . . . . . . . . . . . 377 comint-dynamic-complete . . . . . . . . . . . . . . . . . . . 376 comint-dynamic-list-filename... . . . . . . . . . . 376 comint-dynamic-list-input-ring . . . . . . . . . . . 379 comint-get-next-from-history . . . . . . . . . . . . . . 379 comint-history-isearch-backward-regexp . . 379 comint-input-previous-argument . . . . . . . . . . . 379 comint-interrupt-subjob . . . . . . . . . . . . . . . . . . . 377 comint-kill-input . . . . . . . . . . . . . . . . . . . . . . . . . . 377 comint-magic-space . . . . . . . . . . . . . . . . . . . . . . . . . 380 comint-next-input . . . . . . . . . . . . . . . . . . . . . . . . . . 379 comint-next-prompt . . . . . . . . . . . . . . . . . . . . . . . . . 380 comint-previous-input . . . . . . . . . . . . . . . . . . . . . . 379 comint-previous-prompt . . . . . . . . . . . . . . . . . . . . . 380 comint-quit-subjob . . . . . . . . . . . . . . . . . . . . . . . . . 377 comint-run . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378 comint-send-input . . . . . . . . . . . . . . . . . . . . . . . . . . 376 comint-show-maximum-output . . . . . . . . . . . . . . . . 377 comint-show-output . . . . . . . . . . . . . . . . . . . . . . . . . 377 comint-stop-subjob . . . . . . . . . . . . . . . . . . . . . . . . . 377 comint-strip-ctrl-m . . . . . . . . . . . . . . . . . . . . . . . . 378 comint-truncate-buffer . . . . . . . . . . . . . . . . . . . . . 378 comint-write-output . . . . . . . . . . . . . . . . . . . . . . . . 377 comment-dwim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242 comment-indent-new-line . . . . . . . . . . . . . . . . . . . 243 comment-kill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242 comment-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243
547
comment-set-column . . . . . . . . . . . . . . . . . . . . . . . . . 243 compare-windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 compilation-next-error . . . . . . . . . . . . . . . . . . . . . 257 compilation-next-file . . . . . . . . . . . . . . . . . . . . . . 257 compilation-previous-error . . . . . . . . . . . . . . . . 257 compilation-previous-file . . . . . . . . . . . . . . . . . 257 compile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 compile-goto-error . . . . . . . . . . . . . . . . . . . . . . . . . 256 complete-symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247 compose-mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 compose-mail-other-frame . . . . . . . . . . . . . . . . . . 307 compose-mail-other-window . . . . . . . . . . . . . . . . . 307 copy-dir-locals-to-file-locals . . . . . . . . . . . 416 copy-dir-locals-to-file-locals-prop-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415 copy-directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 copy-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 copy-file-locals-to-dir-locals . . . . . . . . . . . 419 copy-rectangle-to-register . . . . . . . . . . . . . . . . . 60 copy-to-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 copy-to-register . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 count-lines-page . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 count-lines-region . . . . . . . . . . . . . . . . . . . . . . . . . . 23 count-text-lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 cpp-highlight-buffer . . . . . . . . . . . . . . . . . . . . . . . 252 create-fontset-from-fontset-spec . . . . . . . . . 187 crisp-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 cua-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 customize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 404 customize-apropos . . . . . . . . . . . . . . . . . . . . . . . . . . 410 customize-browse . . . . . . . . . . . . . . . . . . . . . . . . . . . . 405 customize-changed . . . . . . . . . . . . . . . . . . . . . . . . . . 410 customize-create-theme . . . . . . . . . . . . . . . . . . . . . 411 customize-face . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 410 customize-group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 410 customize-option . . . . . . . . . . . . . . . . . . . . . . . . . . . . 410 customize-saved . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 410 customize-unsaved . . . . . . . . . . . . . . . . . . . . . . . . . . 410 cwarn-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252
D
dabbrev-completion . . . . . . . . . . . . . . . . . . . . . . . . . 305 dabbrev-expand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 dbx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 debug_print . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 445 decipher . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 default-value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415 define-abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 define-global-abbrev . . . . . . . . . . . . . . . . . . . . . . . 302 define-key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 423 define-mode-abbrev . . . . . . . . . . . . . . . . . . . . . . . . . 302 delete-backward-char . . . . . . . . . . . . . . . . . . . . . . . . 50 delete-blank-lines . . . . . . . . . . . . . . . . . . . . . . . . . . 22 delete-char . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 delete-dir-local-variable . . . . . . . . . . . . . . . . . 419 delete-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 delete-file-local-variable . . . . . . . . . . . . . . . . 416
delete-file-local-variable-prop-line . . . . . 415 delete-frame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 delete-horizontal-space . . . . . . . . . . . . . . . . . . . . . 50 delete-indentation . . . . . . . . . . . . . . . . . . . . . . . . . 195 delete-other-frames . . . . . . . . . . . . . . . . . . . . . . . . 159 delete-other-windows . . . . . . . . . . . . . . . . . . . . . . . 150 delete-rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 delete-selection-mode . . . . . . . . . . . . . . . . . . 46, 153 delete-trailing-whitespace . . . . . . . . . . . . . . . . . 74 delete-whitespace-rectangle . . . . . . . . . . . . . . . . 57 delete-window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 describe-bindings . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 describe-categories . . . . . . . . . . . . . . . . . . . . . . . . . 91 describe-character-set . . . . . . . . . . . . . . . . . . . . . 190 describe-coding-system . . . . . . . . . . . . . . . . . . . . . 178 describe-copying . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 describe-distribution . . . . . . . . . . . . . . . . . . . . . . . 42 describe-function . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 describe-gnu-project . . . . . . . . . . . . . . . . . . . . . . . . 42 describe-input-method . . . . . . . . . . . . . . . . . . . . . . 176 describe-key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 describe-key-briefly . . . . . . . . . . . . . . . . . . . . . . . . 37 describe-language-environment . . . . . . . . . . . . . 174 describe-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 describe-no-warranty . . . . . . . . . . . . . . . . . . . . . . . . 42 describe-syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428 describe-text-properties . . . . . . . . . . . . . . . . . . 220 describe-variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 desktop-change-dir . . . . . . . . . . . . . . . . . . . . . . . . . 395 desktop-clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 desktop-revert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 desktop-save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 diary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 diary-anniversary . . . . . . . . . . . . . . . . . . . . . . . . . . 365 diary-block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365 diary-cyclic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365 diary-float . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 366 diary-insert-anniversary-entry . . . . . . . . . . . 365 diary-insert-block-entry . . . . . . . . . . . . . . . . . . 365 diary-insert-cyclic-entry . . . . . . . . . . . . . . . . . 365 diary-insert-entry . . . . . . . . . . . . . . . . . . . . . . . . . 364 diary-insert-monthly-entry . . . . . . . . . . . . . . . . 364 diary-insert-weekly-entry . . . . . . . . . . . . . . . . . 364 diary-insert-yearly-entry . . . . . . . . . . . . . . . . . 364 diary-mail-entries . . . . . . . . . . . . . . . . . . . . . . . . . 362 diary-mark-entries . . . . . . . . . . . . . . . . . . . . . . . . . 362 diary-show-all-entries . . . . . . . . . . . . . . . . . . . . . 362 diary-view-entries . . . . . . . . . . . . . . . . . . . . . . . . . 362 diff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 diff-add-change-log-entries-other-window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 diff-apply-hunk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-backup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 diff-buffer-with-file . . . . . . . . . . . . . . . . . . . . . . 128 diff-context->unified . . . . . . . . . . . . . . . . . . . . . . 129 diff-ediff-patch . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-file-kill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-file-next . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
548
diff-file-prev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-goto-source . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-hunk-kill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-hunk-next . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-hunk-prev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 diff-refine-hunk . . . . . . . . . . . . . . . . . . . . . . . 129, 130 diff-restrict-view . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-reverse-direction . . . . . . . . . . . . . . . . . . . . . 129 diff-show-trailing-whitespaces . . . . . . . . . . . 130 diff-split-hunk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 diff-unified->context . . . . . . . . . . . . . . . . . . . . . . 129 digit-argument . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 dir-locals-set-class-variables . . . . . . . . . . . 419 dir-locals-set-directory-class . . . . . . . . . . . 419 dired . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 dired-at-point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 dired-backup-diff . . . . . . . . . . . . . . . . . . . . . . . . . . 344 dired-change-marks . . . . . . . . . . . . . . . . . . . . . . . . . 339 dired-clean-directory . . . . . . . . . . . . . . . . . . . . . . 337 dired-compare-directories . . . . . . . . . . . . . . . . . 349 dired-copy-filename-as-kill . . . . . . . . . . . . . . . 348 dired-create-directory . . . . . . . . . . . . . . . . . . . . . 348 dired-diff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 dired-display-file . . . . . . . . . . . . . . . . . . . . . . . . . 338 dired-do-byte-compile . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-chgrp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-chmod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-chown . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-compress . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 dired-do-copy-regexp . . . . . . . . . . . . . . . . . . . . . . . 343 dired-do-delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 dired-do-flagged-delete . . . . . . . . . . . . . . . . . . . 336 dired-do-hardlink . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-hardlink-regexp . . . . . . . . . . . . . . . . . . 343 dired-do-kill-lines . . . . . . . . . . . . . . . . . . . . . . . . 346 dired-do-load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-print . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-query-replace-regexp . . . . . . . . . . . . . 341 dired-do-redisplay . . . . . . . . . . . . . . . . . . . . . . . . . 346 dired-do-rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 dired-do-rename-regexp . . . . . . . . . . . . . . . . . . . . . 343 dired-do-search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-shell-command . . . . . . . . . . . . . . . . . . . . . 342 dired-do-symlink . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-do-symlink-regexp . . . . . . . . . . . . . . . . . . . 343 dired-do-touch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-downcase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 dired-find-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 dired-find-file-other-window . . . . . . . . . . . . . . 338 dired-flag-auto-save-files . . . . . . . . . . . . . . . . 337 dired-flag-backup-files . . . . . . . . . . . . . . . . . . . 337 dired-flag-file-deletion . . . . . . . . . . . . . . . . . . 336 dired-flag-files-regexp . . . . . . . . . . . . . . . . . . . 337 dired-flag-garbage-files . . . . . . . . . . . . . . . . . . 337 dired-goto-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 dired-hide-all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345
dired-hide-subdir . . . . . . . . . . . . . . . . . . . . . . . . . . 345 dired-mark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 dired-mark-directories . . . . . . . . . . . . . . . . . . . . . 338 dired-mark-executables . . . . . . . . . . . . . . . . . . . . . 338 dired-mark-files-containing-regexp . . . . . . . 339 dired-mark-files-regexp . . . . . . . . . . . . . . . . . . . 339 dired-mark-subdir-files . . . . . . . . . . . . . . . . . . . 338 dired-mark-symlinks . . . . . . . . . . . . . . . . . . . . . . . . 338 dired-maybe-insert-subdir . . . . . . . . . . . . . . . . . 344 dired-mouse-find-file-other-window . . . . . . . 338 dired-next-dirline . . . . . . . . . . . . . . . . . . . . . . . . . 345 dired-next-marked-file . . . . . . . . . . . . . . . . . . . . . 339 dired-next-subdir . . . . . . . . . . . . . . . . . . . . . . . . . . 345 dired-other-frame . . . . . . . . . . . . . . . . . . . . . . . . . . 335 dired-other-window . . . . . . . . . . . . . . . . . . . . . . . . . 335 dired-prev-dirline . . . . . . . . . . . . . . . . . . . . . . . . . 345 dired-prev-marked-file . . . . . . . . . . . . . . . . . . . . . 339 dired-prev-subdir . . . . . . . . . . . . . . . . . . . . . . . . . . 345 dired-sort-toggle-or-edit . . . . . . . . . . . . . . . . . 346 dired-toggle-marks . . . . . . . . . . . . . . . . . . . . . . . . . 339 dired-tree-down . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 dired-tree-up . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 dired-undo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 dired-unmark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 dired-unmark-all-files . . . . . . . . . . . . . . . . . . . . . 339 dired-unmark-all-marks . . . . . . . . . . . . . . . . . . . . . 338 dired-unmark-backward . . . . . . . . . . . . . . . . . . . . . . 338 dired-up-directory . . . . . . . . . . . . . . . . . . . . . . . . . 338 dired-upcase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 dired-view-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 dirs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 dirtrack-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 disable-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428 disable-theme . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 display-battery-mode . . . . . . . . . . . . . . . . . . . . . . . . 76 display-local-help . . . . . . . . . . . . . . . . . . . . . . . . . . 43 display-time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 dissociated-press . . . . . . . . . . . . . . . . . . . . . . . . . . 399 do-auto-save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 doc-view-clear-cache . . . . . . . . . . . . . . . . . . . . . . . 371 doc-view-enlarge . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 doc-view-first-page . . . . . . . . . . . . . . . . . . . . . . . . 370 doc-view-goto-page . . . . . . . . . . . . . . . . . . . . . . . . . 370 doc-view-kill-proc . . . . . . . . . . . . . . . . . . . . . . . . . 371 doc-view-kill-proc-and-buffer . . . . . . . . . . . . . 371 doc-view-last-page . . . . . . . . . . . . . . . . . . . . . . . . . 370 doc-view-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 doc-view-next-page . . . . . . . . . . . . . . . . . . . . . . . . . 370 doc-view-previous-page . . . . . . . . . . . . . . . . . . . . . 370 doc-view-reset-slice . . . . . . . . . . . . . . . . . . . . . . . 371 doc-view-scroll-down-or-previous-page . . . 370 doc-view-scroll-up-or-next-page . . . . . . . . . . 370 doc-view-search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371 doc-view-search-backward . . . . . . . . . . . . . . . . . . 371 doc-view-set-slice . . . . . . . . . . . . . . . . . . . . . . . . . 371 doc-view-set-slice-using-mouse . . . . . . . . . . . 371 doc-view-show-tooltip . . . . . . . . . . . . . . . . . . . . . . 371 doc-view-shrink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370
549
E
edit-abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 304 edit-kbd-macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 edit-tab-stops . . . . . . . . . . . . . . . . . . . . . . . . . 194, 196 edit-tab-stops-note-changes . . . . . . . . . . . . . . . 196 edt-emulation-off . . . . . . . . . . . . . . . . . . . . . . . . . . 396 edt-emulation-on . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 eldoc-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 electric-nroff-mode . . . . . . . . . . . . . . . . . . . . . . . . 218 emacs-lisp-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 emacs-version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 441 enable-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428 enable-theme . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 end-of-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 end-of-defun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 end-of-visual-line . . . . . . . . . . . . . . . . . . . . . . . . . . 78 enlarge-window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 enlarge-window-horizontally . . . . . . . . . . . . . . . 150 enriched-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219 eval-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271 eval-defun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 eval-expression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 eval-last-sexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271 eval-print-last-sexp . . . . . . . . . . . . . . . . . . . . . . . 271 eval-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271 exchange-point-and-mark . . . . . . . . . . . . . . . . . . . . . 45 execute-extended-command . . . . . . . . . . . . . . . . . . . 34 exit-calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 exit-recursive-edit . . . . . . . . . . . . . . . . . . . . . . . . 395 expand-abbrev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303 expand-region-abbrevs . . . . . . . . . . . . . . . . . . . . . . 303
F
facemenu-remove-all . . . . . . . . . . . . . . . . . . . . . . . . facemenu-remove-face-props . . . . . . . . . . . . . . . . facemenu-set-background . . . . . . . . . . . . . . . . . . . facemenu-set-bold . . . . . . . . . . . . . . . . . . . . . . . . . . facemenu-set-bold-italic . . . . . . . . . . . . . . . . . . facemenu-set-default . . . . . . . . . . . . . . . . . . . . . . . facemenu-set-face . . . . . . . . . . . . . . . . . . . . . . . . . . facemenu-set-foreground . . . . . . . . . . . . . . . . . . . facemenu-set-italic . . . . . . . . . . . . . . . . . . . . . . . . facemenu-set-underline . . . . . . . . . . . . . . . . . . . . . ff-find-related-file . . . . . . . . . . . . . . . . . . . . . . . ffap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ffap-menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ffap-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ffap-next . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 220 220 222 220 221 220 221 222 220 221 252 398 398 398 398
file-cache-add-directory . . . . . . . . . . . . . . . . . . 134 file-cache-minibuffer-complete . . . . . . . . . . . 134 file-name-shadow-mode . . . . . . . . . . . . . . . . . . . . . . . 26 filesets-add-buffer . . . . . . . . . . . . . . . . . . . . . . . . 135 filesets-init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 filesets-remove-buffer . . . . . . . . . . . . . . . . . . . . . 135 fill-individual-paragraphs . . . . . . . . . . . . . . . . 204 fill-nonuniform-paragraphs . . . . . . . . . . . . . . . . 204 fill-paragraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 fill-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 fill-region-as-paragraph . . . . . . . . . . . . . . . . . . 202 find-alternate-file . . . . . . . . . . . . . . . . . . . . . . . . 115 find-dired . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 find-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 find-file-at-point . . . . . . . . . . . . . . . . . . . . . . . . . 398 find-file-literally . . . . . . . . . . . . . . . . . . . . . . . . 115 find-file-other-frame . . . . . . . . . . . . . . . . . . . . . . 115 find-file-other-window . . . . . . . . . . . . . . . . . . . . . 115 find-file-read-only . . . . . . . . . . . . . . . . . . . . . . . . 115 find-file-read-only-other-frame . . . . . . . . . . 158 find-grep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 find-grep-dired . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 find-name-dired . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 find-tag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 find-tag-other-frame . . . . . . . . . . . . . . . . . . . . . . . 297 find-tag-other-window . . . . . . . . . . . . . . . . . . . . . . 297 find-tag-regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 finder-by-keyword . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 flush-lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 flyspell-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 flyspell-prog-mode . . . . . . . . . . . . . . . . . . . . . . . . . 103 foldout-exit-fold . . . . . . . . . . . . . . . . . . . . . . . . . . 212 foldout-zoom-subtree . . . . . . . . . . . . . . . . . . . . . . . 211 follow-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 font-lock-add-keywords . . . . . . . . . . . . . . . . . . . . . . 71 font-lock-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 font-lock-remove-keywords . . . . . . . . . . . . . . . . . . 71 format-find-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . 224 fortune-to-signature . . . . . . . . . . . . . . . . . . . . . . . 314 forward-char . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 forward-list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 forward-page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 forward-paragraph . . . . . . . . . . . . . . . . . . . . . . . . . . 199 forward-sentence . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 forward-sexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 forward-text-line . . . . . . . . . . . . . . . . . . . . . . . . . . 218 forward-word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 frame-configuration-to-register . . . . . . . . . . . 60 fringe-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
G
gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . gdb-delete-breakpoint . . . . . . . . . . . . . . . . . . . . . . gdb-edit-value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . gdb-frames-select . . . . . . . . . . . . . . . . . . . . . . . . . . gdb-goto-breakpoint . . . . . . . . . . . . . . . . . . . . . . . . gdb-many-windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 266 267 266 266 264
550
gdb-restore-windows . . . . . . . . . . . . . . . . . . . . . . . . 264 gdb-threads-select . . . . . . . . . . . . . . . . . . . . . . . . . 267 gdb-toggle-breakpoint . . . . . . . . . . . . . . . . . . . . . . 266 gdb-var-delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 getenv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 glasses-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247 global-auto-revert-mode . . . . . . . . . . . . . . . . . . . 123 global-cwarn-mode . . . . . . . . . . . . . . . . . . . . . . . . . . 252 global-font-lock-mode . . . . . . . . . . . . . . . . . . . . . . . 70 global-hl-line-mode . . . . . . . . . . . . . . . . . . . . . . . . . 77 global-set-key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 global-unset-key . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 global-visual-line-mode . . . . . . . . . . . . . . . . . . . . . 78 gnus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372 gnus-group-exit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 gnus-group-kill-group . . . . . . . . . . . . . . . . . . . . . . 373 gnus-group-list-all-groups . . . . . . . . . . . . . . . . 373 gnus-group-list-groups . . . . . . . . . . . . . . . . . . . . . 373 gnus-group-next-group . . . . . . . . . . . . . . . . . . . . . . 373 gnus-group-next-unread-group . . . . . . . . . . . . . . 373 gnus-group-prev-group . . . . . . . . . . . . . . . . . . . . . . 373 gnus-group-prev-unread-group . . . . . . . . . . . . . . 373 gnus-group-read-group . . . . . . . . . . . . . . . . . . . . . . 373 gnus-group-unsubscribe-current-group . . . . . 373 gnus-summary-isearch-article . . . . . . . . . . . . . . 373 gnus-summary-next-subject . . . . . . . . . . . . . . . . . 373 gnus-summary-next-unread-article . . . . . . . . . 373 gnus-summary-prev-page . . . . . . . . . . . . . . . . . . . . . 373 gnus-summary-prev-subject . . . . . . . . . . . . . . . . . 373 gnus-summary-prev-unread-article . . . . . . . . . 373 gnus-summary-search-article-forward . . . . . . 373 gomoku . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 goto-address-mode . . . . . . . . . . . . . . . . . . . . . . . . . . 398 goto-char . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 goto-followup-to . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 goto-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18, 138 goto-reply-to . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 gpm-mouse-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 grep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 grep-find . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 gud-cont . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-def . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 gud-down . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-finish . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 gud-gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 gud-gdb-complete-command . . . . . . . . . . . . . . . . . . 263 gud-jump . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 gud-next . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-print . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-refresh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 gud-remove . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-stepi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-tbreak . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-until . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-up . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 gud-watch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267
H
handwrite . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389 hanoi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 help-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 help-for-help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 help-next-ref . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 help-previous-ref . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 help-with-tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . 17 hi-lock-find-patterns . . . . . . . . . . . . . . . . . . . . . . . 72 hi-lock-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 hi-lock-write-interactive-patterns . . . . . . . . 72 hide-body . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 hide-entry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 hide-ifdef-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 hide-leaves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 hide-other . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 hide-sublevels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 hide-subtree . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 highlight-changes-mode . . . . . . . . . . . . . . . . . . . . . . 71 highlight-lines-matching-regexp . . . . . . . . . . . 72 highlight-regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 hl-line-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 holidays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 how-many . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 hs-hide-all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 hs-hide-block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 hs-hide-level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 hs-minor-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 hs-show-all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 hs-show-block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 hs-show-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 html-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 htmlfontify-buffer . . . . . . . . . . . . . . . . . . . . . . . . . 387
I
icalendar-export-file, icalendar-export-region . . . . . . . . . . . . . . . 367 icalendar-import-buffer . . . . . . . . . . . . . . . . . . . 367 icalendar-import-file . . . . . . . . . . . . . . . . . . . . . . 367 icomplete-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 ielm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271 image-dired-display-thumbs . . . . . . . . . . . . . . . . 347 image-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 image-toggle-display . . . . . . . . . . . . . . . . . . . . . . . 135 imenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 imenu-add-menubar-index . . . . . . . . . . . . . . . . . . . 234 increase-left-margin . . . . . . . . . . . . . . . . . . . . . . . 222 increment-register . . . . . . . . . . . . . . . . . . . . . . . . . . 61 indent-code-rigidly . . . . . . . . . . . . . . . . . . . . . . . . 237 indent-for-tab-command . . . . . . . . . . . . . . . . . . . . . 235 indent-line-function . . . . . . . . . . . . . . . . . . . . . . . 235 indent-pp-sexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236 indent-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 indent-relative . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 indent-rigidly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 Info-goto-emacs-command-node . . . . . . . . . . . . . . . 38
551
Info-goto-emacs-key-command-node . . . . . . . . . . 37 info-lookup-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . 244 info-lookup-symbol . . . . . . . . . . . . . . . . . . . . . . 41, 244 insert-abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 insert-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 insert-file-literally . . . . . . . . . . . . . . . . . . . . . . 130 insert-kbd-macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 insert-register . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 inverse-add-global-abbrev . . . . . . . . . . . . . . . . . 302 inverse-add-mode-abbrev . . . . . . . . . . . . . . . . . . . 302 isearch-backward . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 isearch-backward-regexp . . . . . . . . . . . . . . . . . . . . . 85 isearch-forward . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 isearch-forward-regexp . . . . . . . . . . . . . . . . . . . . . . 85 isearch-forward-word . . . . . . . . . . . . . . . . . . . . . . . . 85 isearch-toggle-input-method . . . . . . . . . . . . . . . . 82 isearch-toggle-specified-input-method . . . . . 82 iso-gtex2iso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 iso-iso2gtex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 iso-iso2tex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 iso-tex2iso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 ispell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 ispell-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 ispell-complete-word . . . . . . . . . . . . . . . . . . . . . . . 102 ispell-kill-ispell . . . . . . . . . . . . . . . . . . . . . . . . . 102 ispell-message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313 ispell-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 ispell-word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 iswitchb-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144
kill-word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-add-counter . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-bind-to-key . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-cycle-ring-next . . . . . . . . . . . . . . . . . . . . . kmacro-cycle-ring-previous . . . . . . . . . . . . . . . . kmacro-edit-lossage . . . . . . . . . . . . . . . . . . . . . . . . kmacro-edit-macro . . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-end-and-call-macro . . . . . . . . . . . . . . . . . kmacro-end-macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-end-or-call-macro . . . . . . . . . . . . . . . . . . kmacro-end-or-call-macro-repeat . . . . . . . . . . kmacro-insert-counter . . . . . . . . . . . . . . . . . . . . . . kmacro-name-last-macro . . . . . . . . . . . . . . . . . . . . . kmacro-set-counter . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-set-format . . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-start-macro . . . . . . . . . . . . . . . . . . . . . . . . . kmacro-start-macro-or-insert-counter . . . . . kmacro-step-edit-macro . . . . . . . . . . . . . . . . . . . . .
197 107 109 106 106 110 110 104 105 104 106 107 109 107 107 105 104 110
L
latex-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 lgrep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 life . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 line-number-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 linum-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403 lisp-complete-symbol . . . . . . . . . . . . . . . . . . . . . . . 247 lisp-eval-defun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 lisp-interaction-mode . . . . . . . . . . . . . . . . . . . . . . 271 lisp-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272 list-abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303 list-bookmarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 list-buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 list-character-sets . . . . . . . . . . . . . . . . . . . . . . . . 190 list-charset-chars . . . . . . . . . . . . . . . . . . . . . . . . . 190 list-coding-systems . . . . . . . . . . . . . . . . . . . . . . . . 178 list-colors-display . . . . . . . . . . . . . . . . . . . . . . . . 479 list-command-history . . . . . . . . . . . . . . . . . . . . . . . . 32 list-directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 list-faces-display . . . . . . . . . . . . . . . . . . . . . . . . . . 67 list-holidays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 list-input-methods . . . . . . . . . . . . . . . . . . . . . . . . . 177 list-matching-lines . . . . . . . . . . . . . . . . . . . . . . . . . 95 list-tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299 lm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 load-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 load-library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 load-theme . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 local-set-key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 local-unset-key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 locate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 locate-with-filter . . . . . . . . . . . . . . . . . . . . . . . . . 347 log-edit-insert-changelog . . . . . . . . . . . . . . . . . 279 log-edit-show-diff . . . . . . . . . . . . . . . . . . . . . . . . . 279 log-edit-show-files . . . . . . . . . . . . . . . . . . . . . . . . 279 longlines-auto-wrap . . . . . . . . . . . . . . . . . . . . . . . . 206 longlines-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205
J
jdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260 jump-to-register . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 just-one-space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
K
kbd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422 kbd-macro-query . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108 keep-lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 keyboard-escape-quit . . . . . . . . . . . . . . . . . . . . . . . 436 keyboard-quit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 kill-all-abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302 kill-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 kill-buffer-and-window . . . . . . . . . . . . . . . . . . . . . 150 kill-compilation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 kill-emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 kill-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 kill-local-variable . . . . . . . . . . . . . . . . . . . . . . . . 415 kill-matching-buffers . . . . . . . . . . . . . . . . . . . . . . 141 kill-rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 kill-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 kill-ring-save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 kill-sentence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 kill-sexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 kill-some-buffers . . . . . . . . . . . . . . . . . . . . . . . . . . 141 kill-whole-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
552
M
mail-abbrev-insert-alias . . . . . . . . . . . . . . . . . . 310 mail-attach-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313 mail-fill-yanked-message . . . . . . . . . . . . . . . . . . 313 mail-text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 make-frame-command . . . . . . . . . . . . . . . . . . . . . . . . . 158 make-frame-on-display . . . . . . . . . . . . . . . . . . . . . . 163 make-indirect-buffer . . . . . . . . . . . . . . . . . . . . . . . 143 make-local-variable . . . . . . . . . . . . . . . . . . . . . . . . 414 make-symbolic-link . . . . . . . . . . . . . . . . . . . . . . . . . 131 make-variable-buffer-local . . . . . . . . . . . . . . . . 414 Man-fontify-manpage . . . . . . . . . . . . . . . . . . . . . . . . 245 manual-entry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245 mark-defun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234 mark-page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 mark-paragraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 mark-sexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46, 240 mark-whole-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 mark-word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46, 198 menu-bar-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 menu-bar-open . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 message-goto-bcc . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 message-goto-cc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 message-goto-fcc . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 message-goto-subject . . . . . . . . . . . . . . . . . . . . . . . 312 message-goto-to . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 message-insert-signature . . . . . . . . . . . . . . . . . . 314 message-send . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311 message-send-and-exit . . . . . . . . . . . . . . . . . . . . . . 311 message-tab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 message-yank-original . . . . . . . . . . . . . . . . . . . . . . 312 message-yank-prefix . . . . . . . . . . . . . . . . . . . . . . . . 312 minibuffer-complete . . . . . . . . . . . . . . . . . . . . . . . . . 29 minibuffer-complete-word . . . . . . . . . . . . . . . . . . . 29 mode, thumbs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 modify-face . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409 morse-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 mouse-avoidance-mode . . . . . . . . . . . . . . . . . . . . . . . 168 mouse-buffer-menu . . . . . . . . . . . . . . . . . . . . . . . . . . 145 mouse-choose-completion . . . . . . . . . . . . . . . . . . . . . 29 mouse-save-then-kill . . . . . . . . . . . . . . . . . . . . . . . 153 mouse-secondary-save-then-kill . . . . . . . . . . . 155 mouse-set-point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 mouse-set-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 mouse-set-secondary . . . . . . . . . . . . . . . . . . . . . . . . 155 mouse-start-secondary . . . . . . . . . . . . . . . . . . . . . . 155 mouse-wheel-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 mouse-yank-at-click . . . . . . . . . . . . . . . . . . . . . . . . 153 mouse-yank-secondary . . . . . . . . . . . . . . . . . . . . . . . 155 move-beginning-of-line . . . . . . . . . . . . . . . . . . . . . . 18 move-end-of-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 move-to-window-line . . . . . . . . . . . . . . . . . . . . . . . . . 18
N
narrow-to-defun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 narrow-to-page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 narrow-to-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 negative-argument . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 newline-and-indent . . . . . . . . . . . . . . . . . . . . . . . . . 235 next-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 next-completion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 next-error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 next-error-follow-minor-mode . . . . . . . . . . . . . . 257 next-history-element . . . . . . . . . . . . . . . . . . . . . . . . 31 next-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 next-logical-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 next-matching-history-element . . . . . . . . . . . . . . 32 normal-erase-is-backspace-mode . . . . . . . . . . . 437 normal-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 not-modified . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 nroff-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 number-to-register . . . . . . . . . . . . . . . . . . . . . . . . . . 61 nxml-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197, 218
O
occur . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 open-dribble-file . . . . . . . . . . . . . . . . . . . . . . . . . . 443 open-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 open-rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 open-termscript . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443 other-frame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 other-window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147 outline-backward-same-level . . . . . . . . . . . . . . . 209 outline-forward-same-level . . . . . . . . . . . . . . . . 209 outline-minor-mode . . . . . . . . . . . . . . . . . . . . . . . . . 208 outline-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 outline-next-visible-heading . . . . . . . . . . . . . . 209 outline-previous-visible-heading . . . . . . . . . 209 outline-up-heading . . . . . . . . . . . . . . . . . . . . . . . . . 209 overwrite-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403
P
paragraph-indent-minor-mode . . . . . . . . . . . . . . . 207 paragraph-indent-text-mode . . . . . . . . . . . . . . . . 207 pdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260 perldb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260 plain-tex-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 point-to-register . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 pong . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 pop-global-mark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 pop-tag-mark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 pr-interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 390 prefer-coding-system . . . . . . . . . . . . . . . . . . . . . . . 179
553
prepend-to-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 prepend-to-register . . . . . . . . . . . . . . . . . . . . . . . . . 60 previous-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 previous-completion . . . . . . . . . . . . . . . . . . . . . . . . . 30 previous-history-element . . . . . . . . . . . . . . . . . . . 31 previous-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 previous-logical-line . . . . . . . . . . . . . . . . . . . . . . . 78 previous-matching-history-element . . . . . . . . . 32 print-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 print-buffer (MS-DOS) . . . . . . . . . . . . . . . . . . . . . 502 print-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 print-region (MS-DOS) . . . . . . . . . . . . . . . . . . . . . 502 ps-despool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389 ps-print-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 ps-print-buffer (MS-DOS) . . . . . . . . . . . . . . . . . 502 ps-print-buffer-with-faces . . . . . . . . . . . . . . . . 388 ps-print-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 ps-print-region-with-faces . . . . . . . . . . . . . . . . 388 ps-spool-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389 ps-spool-buffer (MS-DOS) . . . . . . . . . . . . . . . . . 502 ps-spool-buffer-with-faces . . . . . . . . . . . . . . . . 389 ps-spool-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389 ps-spool-region-with-faces . . . . . . . . . . . . . . . . 389 pwd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
Q
quail-set-keyboard-layout . . . . . . . . . . . . . . . . . 177 quail-show-key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 query-replace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 query-replace-regexp . . . . . . . . . . . . . . . . . . . . . . . . 94 quietly-read-abbrev-file . . . . . . . . . . . . . . . . . . 304 quoted-insert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
R
re-search-backward . . . . . . . . . . . . . . . . . . . . . . . . . . 86 re-search-forward . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 read-abbrev-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . 304 recenter-top-bottom . . . . . . . . . . . . . . . . . . . . . . . . . 63 recentf-edit-list . . . . . . . . . . . . . . . . . . . . . . . . . . 135 recentf-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 recentf-save-list . . . . . . . . . . . . . . . . . . . . . . . . . . 135 recode-file-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184 recode-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 recompile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 recover-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 recover-session . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 remove-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414 remove-untranslated-filesystem . . . . . . . . . . . 498 rename-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 rename-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 rename-uniquely . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 repeat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 repeat-complex-command . . . . . . . . . . . . . . . . . . . . . . 32 replace-regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 replace-string . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 report-emacs-bug . . . . . . . . . . . . . . . . . . . . . . . . . . . . 442
reposition-window . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 reveal-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 revert-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 revert-buffer (Dired) . . . . . . . . . . . . . . . . . . . . . . . 346 revert-buffer-with-coding-system . . . . . . . . . 182 rgrep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 rmail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 rmail-add-label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323 rmail-beginning-of-message . . . . . . . . . . . . . . . . 317 rmail-bury . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 rmail-continue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 rmail-delete-backward . . . . . . . . . . . . . . . . . . . . . . 318 rmail-delete-forward . . . . . . . . . . . . . . . . . . . . . . . 318 rmail-edit-current-message . . . . . . . . . . . . . . . . 331 rmail-end-of-message . . . . . . . . . . . . . . . . . . . . . . . 317 rmail-expunge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 rmail-expunge-and-save . . . . . . . . . . . . . . . . . . . . . 316 rmail-first-message . . . . . . . . . . . . . . . . . . . . . . . . 318 rmail-forward . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 rmail-get-new-mail . . . . . . . . . . . . . . . . . . . . . . . . . 321 rmail-input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 320 rmail-kill-label . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323 rmail-last-message . . . . . . . . . . . . . . . . . . . . . . . . . 318 rmail-mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 rmail-mime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 rmail-mime-next-item . . . . . . . . . . . . . . . . . . . . . . . 330 rmail-mime-previous-item . . . . . . . . . . . . . . . . . . 330 rmail-mime-toggle-hidden . . . . . . . . . . . . . . . . . . 330 rmail-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 rmail-next-labeled-message . . . . . . . . . . . . . . . . 323 rmail-next-message . . . . . . . . . . . . . . . . . . . . . . . . . 317 rmail-next-same-subject . . . . . . . . . . . . . . . . . . . 318 rmail-next-undeleted-message . . . . . . . . . . . . . . 317 rmail-output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 rmail-output-as-seen . . . . . . . . . . . . . . . . . . . . . . . 321 rmail-output-body-to-file . . . . . . . . . . . . . . . . . 321 rmail-previous-labeled-message . . . . . . . . . . . 323 rmail-previous-message . . . . . . . . . . . . . . . . . . . . . 317 rmail-previous-same-subject . . . . . . . . . . . . . . . 318 rmail-previous-undeleted-message . . . . . . . . . 317 rmail-quit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 rmail-redecode-body . . . . . . . . . . . . . . . . . . . . . . . . 330 rmail-reply . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 rmail-resend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 rmail-retry-failure . . . . . . . . . . . . . . . . . . . . . . . . 324 rmail-search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 rmail-show-message . . . . . . . . . . . . . . . . . . . . . . . . . 318 rmail-sort-by-author . . . . . . . . . . . . . . . . . . . . . . . 328 rmail-sort-by-correspondent . . . . . . . . . . . . . . . 328 rmail-sort-by-date . . . . . . . . . . . . . . . . . . . . . . . . . 328 rmail-sort-by-labels . . . . . . . . . . . . . . . . . . . . . . . 329 rmail-sort-by-lines . . . . . . . . . . . . . . . . . . . . . . . . 328 rmail-sort-by-recipient . . . . . . . . . . . . . . . . . . . 328 rmail-sort-by-subject . . . . . . . . . . . . . . . . . . . . . . 328 rmail-summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 rmail-summary-bury . . . . . . . . . . . . . . . . . . . . . . . . . 328 rmail-summary-by-labels . . . . . . . . . . . . . . . . . . . 326 rmail-summary-by-recipients . . . . . . . . . . . . . . . 326
554
rmail-summary-by-regexp . . . . . . . . . . . . . . . . . . . rmail-summary-by-senders . . . . . . . . . . . . . . . . . . rmail-summary-by-topic . . . . . . . . . . . . . . . . . . . . . rmail-summary-quit . . . . . . . . . . . . . . . . . . . . . . . . . rmail-summary-undelete-many . . . . . . . . . . . . . . . rmail-summary-wipe . . . . . . . . . . . . . . . . . . . . . . . . . rmail-toggle-header . . . . . . . . . . . . . . . . . . . . . . . . rmail-undelete-previous-message . . . . . . . . . . rot13-other-window . . . . . . . . . . . . . . . . . . . . . . . . . run-lisp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
326 326 326 328 327 328 329 319 331 272
S
save-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 save-buffers-kill-terminal . . . . . . . . . . . . . . . . . 15 save-some-buffers . . . . . . . . . . . . . . . . . . . . . . . . . . 117 scroll-all-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 scroll-bar-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 scroll-down . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 scroll-left . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 scroll-other-window . . . . . . . . . . . . . . . . . . . . . . . . 148 scroll-right . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 scroll-up . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 sdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260 search-backward . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 search-forward . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 select-frame-by-name . . . . . . . . . . . . . . . . . . . . . . . 168 send-invisible . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 377 serial-term . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 server-edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385 server-start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 set-buffer-file-coding-system . . . . . . . . . . . . . 182 set-buffer-process-coding-system . . . . . . . . . 183 set-face-background . . . . . . . . . . . . . . . . . . . . . . . . . 66 set-face-foreground . . . . . . . . . . . . . . . . . . . . . . . . . 66 set-file-modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 set-file-name-coding-system . . . . . . . . . . . . . . . 184 set-fill-column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 set-fill-prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 set-fontset-font . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187 set-frame-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168 set-fringe-style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73 set-goal-column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 set-input-method . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 set-justification-center . . . . . . . . . . . . . . . . . . 223 set-justification-full . . . . . . . . . . . . . . . . . . . . . 223 set-justification-left . . . . . . . . . . . . . . . . . . . . . 223 set-justification-none . . . . . . . . . . . . . . . . . . . . . 223 set-justification-right . . . . . . . . . . . . . . . . . . . 223 set-keyboard-coding-system . . . . . . . . . . . . . . . . 185 set-language-environment . . . . . . . . . . . . . . . . . . 173 set-left-margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 set-locale-environment . . . . . . . . . . . . . . . . . . . . . 173 set-mark-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 set-next-selection-coding-system . . . . . . . . . 183 set-right-margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 set-selection-coding-system . . . . . . . . . . . . . . . 183 set-selective-display . . . . . . . . . . . . . . . . . . . . . . . 74
set-terminal-coding-system . . . . . . . . . . . . . . . . 185 set-variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412 set-visited-file-name . . . . . . . . . . . . . . . . . . . . . . 117 setenv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 setq-default . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415 sgml-attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-close-tag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-delete-tag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-name-8bit-mode . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-name-char . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-skip-tag-backward . . . . . . . . . . . . . . . . . . . . . 217 sgml-skip-tag-forward . . . . . . . . . . . . . . . . . . . . . . 217 sgml-tag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-tag-help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 sgml-tags-invisible . . . . . . . . . . . . . . . . . . . . . . . . 218 sgml-validate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 shadow-initialize . . . . . . . . . . . . . . . . . . . . . . . . . . 122 shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375 shell-backward-command . . . . . . . . . . . . . . . . . . . . . 377 shell-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 374 shell-command-on-region . . . . . . . . . . . . . . . . . . . 374 shell-forward-command . . . . . . . . . . . . . . . . . . . . . . 377 shell-pushd-dextract . . . . . . . . . . . . . . . . . . . . . . . 382 shell-pushd-dunique . . . . . . . . . . . . . . . . . . . . . . . . 382 shell-pushd-tohome . . . . . . . . . . . . . . . . . . . . . . . . . 382 show-all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 show-branches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 show-children . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 show-entry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 show-paren-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241 show-subtree . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 shrink-window-if-larger-than-buffer . . . . . . 150 size-indication-mode . . . . . . . . . . . . . . . . . . . . . . . . 75 slitex-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 smerge-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 snake . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 401 solitaire . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 sort-columns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392 sort-fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 391 sort-lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 391 sort-numeric-fields . . . . . . . . . . . . . . . . . . . . . . . . 391 sort-pages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 391 sort-paragraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 391 split-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 split-window-horizontally . . . . . . . . . . . . . . . . . 147 split-window-vertically . . . . . . . . . . . . . . . . . . . 146 spook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 standard-display-8bit . . . . . . . . . . . . . . . . . . . . . . 189 string-insert-rectangle . . . . . . . . . . . . . . . . . . . . . 57 string-rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 studlify-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 substitute-key-definition . . . . . . . . . . . . . . . . . 432 subword-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251 sunrise-sunset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 suspend-frame . . . . . . . . . . . . . . . . . . . . . . . . . . . 15, 159 switch-to-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 switch-to-buffer-other-frame . . . . . . . . . . . . . . 138
555
T
tab-to-tab-stop . . . . . . . . . . . . . . . . . . . . . . . . 194, tabify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-backward-cell . . . . . . . . . . . . . . . . . . . . . . . . table-capture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-delete-row . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-fixed-width-mode . . . . . . . . . . . . . . . . . . . . . table-forward-cell . . . . . . . . . . . . . . . . . . . . . . . . . table-generate-source . . . . . . . . . . . . . . . . . . . . . . table-heighten-cell . . . . . . . . . . . . . . . . . . . . . . . . table-insert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-insert-column . . . . . . . . . . . . . . . . . . . . . . . . table-insert-row . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-insert-sequence . . . . . . . . . . . . . . . . . . . . . . table-justify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-narrow-cell . . . . . . . . . . . . . . . . . . . . . . . . . . table-query-dimension . . . . . . . . . . . . . . . . . . . . . . table-recognize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-recognize-cell . . . . . . . . . . . . . . . . . . . . . . . table-recognize-region . . . . . . . . . . . . . . . . . . . . . table-recognize-table . . . . . . . . . . . . . . . . . . . . . . table-release . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-shorten-cell . . . . . . . . . . . . . . . . . . . . . . . . . table-span-cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-split-cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . table-split-cell-horizontally . . . . . . . . . . . . . table-split-cell-vertically . . . . . . . . . . . . . . . table-unrecognize . . . . . . . . . . . . . . . . . . . . . . . . . . table-unrecognize-cell . . . . . . . . . . . . . . . . . . . . . table-unrecognize-region . . . . . . . . . . . . . . . . . . table-unrecognize-table . . . . . . . . . . . . . . . . . . . table-widen-cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . tags-apropos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tags-loop-continue . . . . . . . . . . . . . . . . . . . . . . . . . tags-query-replace . . . . . . . . . . . . . . . . . . . . . . . . . tags-search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . term . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . term-char-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . term-line-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . term-pager-toggle . . . . . . . . . . . . . . . . . . . . . . . . . . tetris . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-bibtex-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-close-latex-block . . . . . . . . . . . . . . . . . . . . . . tex-compile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-insert-braces . . . . . . . . . . . . . . . . . . . . . . . . . . tex-insert-quote . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-kill-job . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-latex-block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-print . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tex-recenter-output-buffer . . . . . . . . . . . . . . . . tex-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196 196 227 229 228 228 227 231 227 226 228 228 231 228 227 230 226 227 226 226 229 227 227 227 227 227 226 227 226 226 227 299 298 298 298 382 383 383 383 401 216 215 214 216 216 214 213 215 214 213 215 215 215
tex-show-print-queue . . . . . . . . . . . . . . . . . . . . . . . 215 tex-terminate-paragraph . . . . . . . . . . . . . . . . . . . 214 tex-validate-region . . . . . . . . . . . . . . . . . . . . . . . . 214 tex-view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 text-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 text-scale-adjust . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 text-scale-decrease . . . . . . . . . . . . . . . . . . . . . . . . . 70 text-scale-increase . . . . . . . . . . . . . . . . . . . . . . . . . 70 text-scale-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 text-scale-set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 thumbs-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 time-stamp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 timeclock-change . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368 timeclock-in . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368 timeclock-modeline-display . . . . . . . . . . . . . . . . 368 timeclock-out . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368 timeclock-reread-log . . . . . . . . . . . . . . . . . . . . . . . 369 timeclock-when-to-leave . . . . . . . . . . . . . . . . . . . 368 timeclock-workday-remaining . . . . . . . . . . . . . . . 368 tmm-menubar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 toggle-debug-on-error . . . . . . . . . . . . . . . . . . . . . . 444 toggle-enable-multibyte-characters . . . . . . . 173 toggle-gdb-all-registers . . . . . . . . . . . . . . . . . . 266 toggle-input-method . . . . . . . . . . . . . . . . . . . . . . . . 176 toggle-read-only . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 toggle-scroll-bar . . . . . . . . . . . . . . . . . . . . . . . . . . 165 toggle-truncate-lines . . . . . . . . . . . . . . . . . . . . . . . 77 tool-bar-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 tooltip-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 top-level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 436 tpu-edt-on . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 transient-mark-mode . . . . . . . . . . . . . . . . . . . . . . . . . 48 transpose-chars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 transpose-lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 transpose-sexps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 transpose-words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 tty-suppress-bold-inverse-default-colors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 turn-on-flyspell . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 turn-on-font-lock . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
U
ucs-insert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 undigestify-rmail-message . . . . . . . . . . . . . . . . . 331 undo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 undo-only . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 unexpand-abbrev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303 unforward-rmail-message . . . . . . . . . . . . . . . . . . . 325 unhighlight-regexp . . . . . . . . . . . . . . . . . . . . . . . . . . 72 universal-argument . . . . . . . . . . . . . . . . . . . . . . . . . . 24 universal-coding-system-argument . . . . . . . . . 182 unmorse-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 untabify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196 up-list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 upcase-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 upcase-word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206
556
V
variable-pitch-mode . . . . . . . . . . . . . . . . . . . . . . . . . 70 vc-annotate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 281 vc-diff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 vc-dir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 vc-find-conflicted-file . . . . . . . . . . . . . . . . . . . 289 vc-merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288 vc-next-action . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 vc-print-log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 283 vc-print-root-log . . . . . . . . . . . . . . . . . . . . . . . . . . 283 vc-register . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282 vc-resolve-conflicts . . . . . . . . . . . . . . . . . . . . . . . 289 vc-revert-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 vc-revision-other-window . . . . . . . . . . . . . . . . . . 280 vc-rollback . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 vi-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 view-buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 view-echo-area-messages . . . . . . . . . . . . . . . . . . . . . 42 view-emacs-debugging . . . . . . . . . . . . . . . . . . . . . . . . 42 view-emacs-FAQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 view-emacs-news . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 view-emacs-problems . . . . . . . . . . . . . . . . . . . . . . . . . 42 view-emacs-todo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 view-external-packages . . . . . . . . . . . . . . . . . . . . . . 42 view-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 view-hello-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 view-lossage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 view-order-manuals . . . . . . . . . . . . . . . . . . . . . . . . . . 42 view-register . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 vip-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 viper-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 visit-tags-table . . . . . . . . . . . . . . . . . . . . . . . . . . . . 296 visual-line-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
what-cursor-position . . . . . . . . . . . . . . . . . . . 23, 171 what-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 what-page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 where-is . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 which-function-mode . . . . . . . . . . . . . . . . . . . . . . . . 235 widen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 widget-backward . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 407 widget-complete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 406 widget-forward . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 407 windmove-default-keybindings . . . . . . . . . . . . . . 150 windmove-right . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 window-configuration-to-register . . . . . . . . . . 60 winner-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 woman . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245 word-search-backward . . . . . . . . . . . . . . . . . . . . . . . . 85 word-search-forward . . . . . . . . . . . . . . . . . . . . . . . . . 85 wordstar-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 write-abbrev-file . . . . . . . . . . . . . . . . . . . . . . . . . . 304 write-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 write-region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
X
xdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
Y
yank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 yank-pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 yank-rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 yow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
W
wdired-change-to-wdired-mode . . . . . . . . . . . . . . 347 wdired-finish-edit . . . . . . . . . . . . . . . . . . . . . . . . . 347
Z
zap-to-char . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 zone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 401 zrgrep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258
Variable Index
557
Variable Index
A
abbrev-all-caps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302 abbrev-file-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . 304 abbrev-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301 adaptive-fill-first-line-regexp . . . . . . . . . . 204 adaptive-fill-function . . . . . . . . . . . . . . . . . . . . . 205 adaptive-fill-mode . . . . . . . . . . . . . . . . . . . . . . . . . 205 adaptive-fill-regexp . . . . . . . . . . . . . . . . . . . . . . . 205 add-log-always-start-new-record . . . . . . . . . . 290 add-log-keep-changes-together . . . . . . . . . . . . . 290 ange-ftp-default-user . . . . . . . . . . . . . . . . . . . . . . 133 ange-ftp-gateway-host . . . . . . . . . . . . . . . . . . . . . . 133 ange-ftp-generate-anonymous-password . . . . . 133 ange-ftp-make-backup-files . . . . . . . . . . . . . . . . 133 ange-ftp-smart-gateway . . . . . . . . . . . . . . . . . . . . . 133 appt-audible . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 366 appt-delete-window-function . . . . . . . . . . . . . . . 366 appt-disp-window-function . . . . . . . . . . . . . . . . . 366 appt-display-diary . . . . . . . . . . . . . . . . . . . . . . . . . 367 appt-display-duration . . . . . . . . . . . . . . . . . . . . . . 366 appt-display-format . . . . . . . . . . . . . . . . . . . . . . . . 366 appt-display-mode-line . . . . . . . . . . . . . . . . . . . . . 366 appt-message-warning-time . . . . . . . . . . . . . . . . . 366 apropos-do-all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 apropos-documentation-sort-by-scores . . . . . . 39 apropos-sort-by-scores . . . . . . . . . . . . . . . . . . . . . . 39 auto-coding-alist . . . . . . . . . . . . . . . . . . . . . . . . . . 180 auto-coding-functions . . . . . . . . . . . . . . . . . . . . . . 180 auto-coding-regexp-alist . . . . . . . . . . . . . . . . . . 180 auto-compression-mode . . . . . . . . . . . . . . . . . . . . . . 131 auto-hscroll-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 auto-mode-alist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 auto-mode-case-fold . . . . . . . . . . . . . . . . . . . . . . . . 192 auto-revert-check-vc-info . . . . . . . . . . . . . . . . . 277 auto-revert-interval . . . . . . . . . . . . . . . . . . . . . . . 123 auto-save-default . . . . . . . . . . . . . . . . . . . . . . . . . . 125 auto-save-file-name-transforms . . . . . . . . . . . 124 auto-save-interval . . . . . . . . . . . . . . . . . . . . . . . . . 125 auto-save-list-file-prefix . . . . . . . . . . . . . . . . 126 auto-save-timeout . . . . . . . . . . . . . . . . . . . . . . . . . . 125 auto-save-visited-file-name . . . . . . . . . . . . . . . 124 blink-cursor-alist . . . . . . . . . . . . . . . . . . . . . . . . . . 77 blink-matching-delay . . . . . . . . . . . . . . . . . . . . . . . 241 blink-matching-paren . . . . . . . . . . . . . . . . . . . . . . . 241 blink-matching-paren-distance . . . . . . . . . . . . . 241 bookmark-save-flag . . . . . . . . . . . . . . . . . . . . . . . . . . 62 bookmark-search-size . . . . . . . . . . . . . . . . . . . . . . . . 62 browse-url-browser-function . . . . . . . . . . . . . . . 398 buffer-file-coding-system . . . . . . . . . . . . . . . . . 181 buffer-read-only . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
C
c-default-style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238 c-hungry-delete-key . . . . . . . . . . . . . . . . . . . . . . . . 251 c-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 c-tab-always-indent . . . . . . . . . . . . . . . . . . . . . . . . 237 cal-html-css-default . . . . . . . . . . . . . . . . . . . . . . . 353 calendar-date-style . . . . . . . . . . . . . . . . . . . . . . . . 364 calendar-daylight-savings-ends . . . . . . . . . . . 368 calendar-daylight-savings-ends-time . . . . . . 368 calendar-daylight-savings-starts . . . . . . . . . 368 calendar-daylight-time-offset . . . . . . . . . . . . . 368 calendar-daylight-time-zone-name . . . . . . . . . 356 calendar-latitude . . . . . . . . . . . . . . . . . . . . . . . . . . 356 calendar-location-name . . . . . . . . . . . . . . . . . . . . . 356 calendar-longitude . . . . . . . . . . . . . . . . . . . . . . . . . 356 calendar-mark-diary-entries-flag . . . . . . . . . 362 calendar-mark-holidays-flag . . . . . . . . . . . . . . . 355 calendar-remove-frame-by-deleting . . . . . . . . 353 calendar-standard-time-zone-name . . . . . . . . . 356 calendar-time-zone . . . . . . . . . . . . . . . . . . . . . . . . . 356 calendar-view-diary-initially-flag . . . . . . . 362 calendar-view-holidays-initially-flag . . . 355 calendar-week-start-day . . . . . . . . . . . . . . . . . . . 351 cannot-suspend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 case-fold-search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91 case-replace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 change-log-version-info-enabled . . . . . . . . . . 290 change-log-version-number-regexp-list . . . 290 change-major-mode-with-file-name . . . . . . . . . 193 clone-indirect-buffer-hook . . . . . . . . . . . . . . . . 143 coding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 colon-double-space . . . . . . . . . . . . . . . . . . . . . . . . . 203 comint-completion-addsuffix . . . . . . . . . . . . . . . 381 comint-completion-autolist . . . . . . . . . . . . . . . . 381 comint-completion-fignore . . . . . . . . . . . . . . . . . 376 comint-completion-recexact . . . . . . . . . . . . . . . . 381 comint-input-autoexpand . . . . . . . . . . . . . . . . . . . 380 comint-input-ignoredups . . . . . . . . . . . . . . . . . . . 381 comint-move-point-for-output . . . . . . . . . . . . . . 381 comint-prompt-read-only . . . . . . . . . . . . . . . . . . . 381 comint-prompt-regexp . . . . . . . . . . . . . . . . . . . . . . . 378 comint-scroll-show-maximum-output . . . . . . . . 381 comint-scroll-to-bottom-on-input . . . . . . . . . 381 comint-use-prompt-regexp . . . . . . . . . . . . . . . . . . 378
B
backup-by-copying . . . . . . . . . . . . . . . . . . . . . . . . . . 120 backup-by-copying-when-linked . . . . . . . . . . . . . 120 backup-by-copying-when-mismatch . . . . . . . . . . 120 backup-by-copying-when-privileged-mismatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 backup-directory-alist . . . . . . . . . . . . . . . . . . . . . 119 backup-enable-predicate . . . . . . . . . . . . . . . . . . . 118 battery-mode-line-format . . . . . . . . . . . . . . . . . . . 76 baud-rate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 bdf-directory-list . . . . . . . . . . . . . . . . . . . . . . . . . 390
Variable Index
558
command-history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 command-line-args . . . . . . . . . . . . . . . . . . . . . . . . . . 469 comment-column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 comment-end . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 comment-indent-function . . . . . . . . . . . . . . . . . . . 244 comment-multi-line . . . . . . . . . . . . . . . . . . . . . . . . . 244 comment-padding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 244 comment-start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 comment-start-skip . . . . . . . . . . . . . . . . . . . . . . . . . 243 compare-ignore-case . . . . . . . . . . . . . . . . . . . . . . . . 128 compare-ignore-whitespace . . . . . . . . . . . . . . . . . 128 compilation-auto-jump-to-first-error . . . . . 256 compilation-environment . . . . . . . . . . . . . . . . . . . 255 compilation-error-regexp-alist . . . . . . . . . . . 257 compilation-scroll-output . . . . . . . . . . . . . . . . . 254 compilation-skip-threshold . . . . . . . . . . . . . . . . 256 compile-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 completion-auto-help . . . . . . . . . . . . . . . . . . . . . . . . 30 completion-ignored-extensions . . . . . . . . . . . . . . 30 completion-styles . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 confirm-kill-emacs . . . . . . . . . . . . . . . . . . . . . . . . . . 15 confirm-nonexistent-file-or-buffer . . 114, 138 crisp-override-meta-x . . . . . . . . . . . . . . . . . . . . . . 396 ctl-arrow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 ctl-x-4-map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420 ctl-x-map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420 cua-enable-cua-keys . . . . . . . . . . . . . . . . . . . . . . . . . 57 cua-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 current-input-method . . . . . . . . . . . . . . . . . . . . . . . 176 current-language-environment . . . . . . . . . . . . . . 173 cursor-in-non-selected-windows . . . . . . . . . . . . . 77 custom-buffer-done-function . . . . . . . . . . . . . . . 408 custom-enabled-themes . . . . . . . . . . . . . . . . . . . . . . 411 custom-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 408 custom-theme-directory . . . . . . . . . . . . . . . . . . . . . 411
diary-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 diary-mail-days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 diary-nonmarking-symbol . . . . . . . . . . . . . . . . . . . 363 diary-outlook-formats . . . . . . . . . . . . . . . . . . . . . . 367 diff-switches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 diff-update-on-the-fly . . . . . . . . . . . . . . . . . . . . . 129 directory-abbrev-alist . . . . . . . . . . . . . . . . . . . . . 126 directory-free-space-args . . . . . . . . . . . . . . . . . 127 directory-free-space-program . . . . . . . . . . . . . . 127 dired-auto-revert-buffer . . . . . . . . . . . . . . . . . . 346 dired-chown-program . . . . . . . . . . . . . . . . . . . . . . . . 341 dired-copy-preserve-time . . . . . . . . . . . . . . . . . . 340 dired-dwim-target . . . . . . . . . . . . . . . . . . . . . . . . . . 340 dired-garbage-files-regexp . . . . . . . . . . . . . . . . 337 dired-isearch-filenames . . . . . . . . . . . . . . . . . . . 336 dired-kept-versions . . . . . . . . . . . . . . . . . . . . . . . . 337 dired-listing-switches . . . . . . . . . . . . . . . . . . . . . 335 dired-recursive-copies . . . . . . . . . . . . . . . . . . . . . 340 dired-recursive-deletes . . . . . . . . . . . . . . . . . . . 336 display-battery-mode . . . . . . . . . . . . . . . . . . . . . . . . 76 display-buffer-reuse-frames . . . . . . . . . . . . . . . 138 display-hourglass . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 display-time-24hr-format . . . . . . . . . . . . . . . . . . . 75 display-time-mail-directory . . . . . . . . . . . . . . . . 75 display-time-mail-face . . . . . . . . . . . . . . . . . . . . . . 75 display-time-mail-file . . . . . . . . . . . . . . . . . . . . . . 75 display-time-use-mail-icon . . . . . . . . . . . . . . . . . 75 dnd-open-file-other-window . . . . . . . . . . . . . . . . 166 doc-view-cache-directory . . . . . . . . . . . . . . . . . . 371 doc-view-continuous . . . . . . . . . . . . . . . . . . . . . . . . 370 doc-view-resolution . . . . . . . . . . . . . . . . . . . . . . . . 370 double-click-fuzz . . . . . . . . . . . . . . . . . . . . . . . . . . 426 double-click-time . . . . . . . . . . . . . . . . . . . . . . . . . . 426
E
echo-keystrokes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 emacs-lisp-mode-hook . . . . . . . . . . . . . . . . . . . . . . . 232 enable-local-eval . . . . . . . . . . . . . . . . . . . . . . . . . . 418 enable-local-variables . . . . . . . . . . . . . . . . . . . . . 418 enable-recursive-minibuffers . . . . . . . . . . . . . . . 28 enriched-translations . . . . . . . . . . . . . . . . . . . . . . 219 eol-mnemonic-dos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 eol-mnemonic-mac . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 eol-mnemonic-undecided . . . . . . . . . . . . . . . . . . . . . . 76 eol-mnemonic-unix . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 esc-map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420 eval-expression-debug-on-error . . . . . . . . . . . 271 eval-expression-print-length . . . . . . . . . . . . . . 271 eval-expression-print-level . . . . . . . . . . . . . . . 271 even-window-heights . . . . . . . . . . . . . . . . . . . . . . . . 138 exit-language-environment-hook . . . . . . . . . . . 174 explicit-shell-file-name . . . . . . . . . . . . . . . . . . 375
D
dabbrev-abbrev-char-regexp . . . . . . . . . . . . . . . . dabbrev-abbrev-skip-leading-regexp . . . . . . . dabbrev-case-fold-search . . . . . . . . . . . . . . . . . . dabbrev-case-replace . . . . . . . . . . . . . . . . . . . . . . . dabbrev-check-all-buffers . . . . . . . . . . . . . . . . . dabbrev-ignored-buffer-regexps . . . . . . . . . . . dabbrev-limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . dbx-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . debug-on-quit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . default-directory . . . . . . . . . . . . . . . . . . . . . . . . . . default-input-method . . . . . . . . . . . . . . . . . . . . . . . default-justification . . . . . . . . . . . . . . . . . . . . . . delete-auto-save-files . . . . . . . . . . . . . . . . . . . . . delete-by-moving-to-trash . . . . . . . . . . . . 130, delete-old-versions . . . . . . . . . . . . . . . . . . . . . . . . desktop-clear-preserve-buffers-regexp . . . desktop-globals-to-clear . . . . . . . . . . . . . . . . . . desktop-path . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . desktop-restore-eager . . . . . . . . . . . . . . . . . . . . . . desktop-save-mode . . . . . . . . . . . . . . . . . . . . . . . . . . 306 306 306 306 305 305 305 263 445 112 176 224 124 336 119 395 395 395 395 395
F
ff-related-file-alist . . . . . . . . . . . . . . . . . . . . . . 252 file-coding-system-alist . . . . . . . . . . . . . . . . . . 179
Variable Index
559
file-name-buffer-file-type-alist . . . . . . . . . 498 file-name-coding-system . . . . . . . . . . . . . . . . . . . 184 fill-column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 fill-nobreak-predicate . . . . . . . . . . . . . . . . . . . . . 203 fill-prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204 find-file-existing-other-name . . . . . . . . . . . . . 126 find-file-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 find-file-not-found-functions . . . . . . . . . . . . . 116 find-file-run-dired . . . . . . . . . . . . . . . . . . . . . . . . 115 find-file-suppress-same-file-warnings . . . 126 find-file-visit-truename . . . . . . . . . . . . . . . . . . 126 find-file-wildcards . . . . . . . . . . . . . . . . . . . . . . . . 114 find-ls-option . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 find-tag-marker-ring-length . . . . . . . . . . . . . . . 298 focus-follows-mouse . . . . . . . . . . . . . . . . . . . . . . . . 159 foldout-mouse-modifiers . . . . . . . . . . . . . . . . . . . 212 font-lock-beginning-of-syntax-function . . . 71 font-lock-maximum-decoration . . . . . . . . . . . . . . . 70 font-lock-maximum-size . . . . . . . . . . . . . . . . . . . . . . 71 font-slant-table (MS-Windows) . . . . . . . . . . . . 503 font-weight-table (MS-Windows) . . . . . . . . . . . 503
I
image-dired-external-viewer . . . . . . . . . . . . . . . 348 imenu-auto-rescan . . . . . . . . . . . . . . . . . . . . . . . . . . 234 imenu-sort-function . . . . . . . . . . . . . . . . . . . . . . . . 235 indent-tabs-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196 indicate-buffer-boundaries . . . . . . . . . . . . . . . . . 73 indicate-empty-lines . . . . . . . . . . . . . . . . . . . . . . . . 74 inferior-lisp-program . . . . . . . . . . . . . . . . . . . . . . 272 inhibit-eol-conversion . . . . . . . . . . . . . . . . . . . . . 180 inhibit-iso-escape-detection . . . . . . . . . . . . . . 180 inhibit-startup-buffer-menu . . . . . . . . . . . . . . . 469 inhibit-startup-screen . . . . . . . . . . . . . . . . . 14, 472 initial-environment . . . . . . . . . . . . . . . . . . . . . . . . 474 initial-scratch-message . . . . . . . . . . . . . . . . . . . 271 input-method-highlight-flag . . . . . . . . . . . . . . . 176 input-method-verbose-flag . . . . . . . . . . . . . . . . . 176 insert-default-directory . . . . . . . . . . . . . . . 27, 112 interpreter-mode-alist . . . . . . . . . . . . . . . . . . . . . 192 isearch-allow-scroll . . . . . . . . . . . . . . . . . . . . . . . . 83 isearch-lazy-highlight . . . . . . . . . . . . . . . . . . . . . . 81 isearch-mode-map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 isearch-resume-in-command-history . . . . . . . . . 33 ispell-complete-word-dict . . . . . . . . . . . . . . . . . 102 ispell-dictionary . . . . . . . . . . . . . . . . . . . . . . . . . . 102 ispell-local-dictionary . . . . . . . . . . . . . . . . . . . 102 ispell-personal-dictionary . . . . . . . . . . . . . . . . 102
G
gdb-delete-out-of-scope . . . . . . . . . . . . . . . . . . . 268 gdb-many-windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . 264 gdb-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 gdb-show-changed-values . . . . . . . . . . . . . . . . . . . 268 gdb-speedbar-auto-raise . . . . . . . . . . . . . . . . . . . 268 gdb-use-colon-colon-notation . . . . . . . . . . . . . . 268 gdb-use-separate-io-buffer . . . . . . . . . . . . . . . . 266 global-cwarn-mode . . . . . . . . . . . . . . . . . . . . . . . . . . 252 global-font-lock-mode . . . . . . . . . . . . . . . . . . . . . . . 70 grep-regexp-alist . . . . . . . . . . . . . . . . . . . . . . . . . . 257 gud-gdb-command-name . . . . . . . . . . . . . . . . . . . . . . . 264 gud-tooltip-echo-area . . . . . . . . . . . . . . . . . . . . . . 261 gud-tooltip-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 gud-xdb-directories . . . . . . . . . . . . . . . . . . . . . . . . 260
J
jdb-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263
K
kept-new-versions . . . . . . . . . . . . . . . . . . . . . . . . . . 119 kept-old-versions . . . . . . . . . . . . . . . . . . . . . . . . . . 119 keyboard-coding-system . . . . . . . . . . . . . . . . . . . . . 185 kill-buffer-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 kill-do-not-save-duplicates . . . . . . . . . . . . . . . . 52 kill-read-only-ok . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 kill-ring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 kill-ring-max . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 kill-whole-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 kmacro-ring-max . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106
H
help-at-pt-display-when-idle . . . . . . . . . . . . . . . 43 help-map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420 hi-lock-exclude-modes . . . . . . . . . . . . . . . . . . . . . . . 73 hi-lock-file-patterns-policy . . . . . . . . . . . . . . . 72 hide-ifdef-shadow . . . . . . . . . . . . . . . . . . . . . . . . . . 252 highlight-nonselected-windows . . . . . . . . . . . . . . 44 history-delete-duplicates . . . . . . . . . . . . . . . . . . 32 history-length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 hourglass-delay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 hs-hide-comments-when-hiding-all . . . . . . . . . 246 hs-isearch-open . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 hs-special-modes-alist . . . . . . . . . . . . . . . . . . . . . 246 hscroll-margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 hscroll-step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
L
large-file-warning-threshold . . . . . . . . . . . . . . 114 latex-block-names . . . . . . . . . . . . . . . . . . . . . . . . . . 214 latex-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 latex-run-command . . . . . . . . . . . . . . . . . . . . . . . . . . 215 latin1-display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 line-move-visual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 line-number-display-limit . . . . . . . . . . . . . . . . . . 75 line-number-display-limit-width . . . . . . . . . . . 75 lisp-body-indent . . . . . . . . . . . . . . . . . . . . . . . . . . . . 237 lisp-indent-offset . . . . . . . . . . . . . . . . . . . . . . . . . 237 lisp-interaction-mode-hook . . . . . . . . . . . . . . . . 232
Variable Index
560
lisp-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . list-directory-brief-switches . . . . . . . . . . . . . list-directory-verbose-switches . . . . . . . . . . load-dangerous-libraries . . . . . . . . . . . . . . . . . . load-path . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . locale-charset-language-names . . . . . . . . . . . . . locale-coding-system . . . . . . . . . . . . . . . . . . . . . . . locale-language-names . . . . . . . . . . . . . . . . . . . . . . locale-preferred-coding-systems . . . . . . . . . . locate-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . lpr-add-switches . . . . . . . . . . . . . . . . . . . . . . . . . . . . lpr-command (MS-DOS) . . . . . . . . . . . . . . . . . . . . . . lpr-commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . lpr-headers-switches . . . . . . . . . . . . . . . . . . . . . . . lpr-headers-switches (MS-DOS) . . . . . . . . . . . . lpr-switches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . lpr-switches (MS-DOS) . . . . . . . . . . . . . . . . . . . . .
232 127 127 270 269 173 184 173 174 347 388 502 388 388 502 387 502
mouse-1-click-follows-link . . . . . . . . . . . . . . . . mouse-1-click-in-non-selected-windows . . . mouse-autoselect-window . . . . . . . . . . . . . . . . . . . mouse-avoidance-mode . . . . . . . . . . . . . . . . . . . . . . . mouse-drag-copy-region . . . . . . . . . . . . . . . . . . . . . mouse-highlight . . . . . . . . . . . . . . . . . . . . . . . . . . . . . mouse-scroll-min-lines . . . . . . . . . . . . . . . . . . . . . mouse-wheel-follow-mouse . . . . . . . . . . . . . . . . . . mouse-wheel-progressive-speed . . . . . . . . . . . . . mouse-wheel-scroll-amount . . . . . . . . . . . . . . . . . mouse-yank-at-point . . . . . . . . . . . . . . . . . . . . . . . .
156 156 148 168 152 156 153 166 166 166 153
N
next-error-highlight . . . . . . . . . . . . . . . . . . . . . . . 256 next-line-add-newlines . . . . . . . . . . . . . . . . . . . . . . 19 next-screen-context-lines . . . . . . . . . . . . . . . . . . 64 no-redraw-on-reenter . . . . . . . . . . . . . . . . . . . . . . . . 79 nobreak-char-display . . . . . . . . . . . . . . . . . . . . . . . . 77 normal-erase-is-backspace . . . . . . . . . . . . . . . . . 437 nroff-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 ns-pop-up-frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 ns-standard-fontset-spec . . . . . . . . . . . . . . . . . . 186
M
magic-fallback-mode-alist . . . . . . . . . . . . . . . . . 193 magic-mode-alist . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 mail-citation-hook . . . . . . . . . . . . . . . . . . . . . . . . . 313 mail-default-headers . . . . . . . . . . . . . . . . . . . . . . . 309 mail-from-style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 mail-header-separator . . . . . . . . . . . . . . . . . . . . . . 307 mail-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313 mail-personal-alias-file . . . . . . . . . . . . . . . . . . 310 mail-setup-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313 mail-signature . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 mail-signature-file . . . . . . . . . . . . . . . . . . . . . . . . 314 mail-user-agent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 major-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 make-backup-file-name-function . . . . . . . . . . . 119 make-backup-files . . . . . . . . . . . . . . . . . . . . . . . . . . 118 make-pointer-invisible . . . . . . . . . . . . . . . . . 79, 168 Man-fontify-manpage-flag . . . . . . . . . . . . . . . . . . 245 Man-switches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245 mark-even-if-inactive . . . . . . . . . . . . . . . . . . . . . . . 47 mark-ring-max . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 max-mini-window-height . . . . . . . . . . . . . . . . . . . . . . 27 menu-bar-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 message-log-max . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 message-send-hook . . . . . . . . . . . . . . . . . . . . . . . . . . 311 midnight-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 midnight-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 minibuffer-local-completion-map . . . . . . . . . . 421 minibuffer-local-filename-completion-map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 minibuffer-local-map . . . . . . . . . . . . . . . . . . . . . . . 421 minibuffer-local-must-match-filename-map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 minibuffer-local-must-match-map . . . . . . . . . . 421 minibuffer-local-ns-map . . . . . . . . . . . . . . . . . . . 421 minibuffer-prompt-properties . . . . . . . . . . . . . . . 69 mode-line-in-non-selected-windows . . . . . . . . . 76 mode-require-final-newline . . . . . . . . . . . . . . . . 120 mode-specific-map . . . . . . . . . . . . . . . . . . . . . . . . . . 420
O
open-paren-in-column-0-is-defun-start . . . 233 outline-level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 209 outline-minor-mode-prefix . . . . . . . . . . . . . . . . . 208 outline-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . 208 outline-regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 209 overflow-newline-into-fringe . . . . . . . . . . . . . . . 78 overline-margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
P
page-delimiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . paragraph-separate . . . . . . . . . . . . . . . . . . . . . . . . . paragraph-start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . pdb-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . perldb-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . plain-tex-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . print-region-function (MS-DOS) . . . . . . . . . . . printer-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . printer-name, (MS-DOS/MS-Windows) . . . . . . ps-font-family . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ps-font-info-database . . . . . . . . . . . . . . . . . . . . . . ps-font-size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ps-landscape-mode . . . . . . . . . . . . . . . . . . . . . . . . . . ps-lpr-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ps-lpr-command (MS-DOS) . . . . . . . . . . . . . . . . . . . ps-lpr-switches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ps-lpr-switches (MS-DOS) . . . . . . . . . . . . . . . . . ps-multibyte-buffer . . . . . . . . . . . . . . . . . . . . . . . . ps-number-of-columns . . . . . . . . . . . . . . . . . . . . . . . ps-page-dimensions-database . . . . . . . . . . . . . . . ps-paper-type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ps-print-color-p . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 200 200 263 263 217 502 388 501 390 390 390 389 389 502 389 502 390 390 389 389 389
Variable Index
561
R
read-buffer-completion-ignore-case . . . . . . . . 30 read-file-name-completion-ignore-case . . . . . 30 read-mail-command . . . . . . . . . . . . . . . . . . . . . . . . . . 315 read-quoted-char-radix . . . . . . . . . . . . . . . . . . . . . . 17 recenter-positions . . . . . . . . . . . . . . . . . . . . . . . . . . 63 recenter-redisplay . . . . . . . . . . . . . . . . . . . . . . . . . . 64 recentf-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 require-final-newline . . . . . . . . . . . . . . . . . . . . . . 120 resize-mini-windows . . . . . . . . . . . . . . . . . . . . . . . . . 27 revert-without-query . . . . . . . . . . . . . . . . . . . . . . . 123 rmail-decode-mime-charset . . . . . . . . . . . . . . . . . 180 rmail-delete-after-output . . . . . . . . . . . . . . . . . 322 rmail-delete-message-hook . . . . . . . . . . . . . . . . . 319 rmail-displayed-headers . . . . . . . . . . . . . . . . . . . 329 rmail-dont-reply-to-names . . . . . . . . . . . . . . . . . 324 rmail-edit-mode-hook . . . . . . . . . . . . . . . . . . . . . . . 331 rmail-enable-mime . . . . . . . . . . . . . . . . . . . . . . . . . . 329 rmail-file-coding-system . . . . . . . . . . . . . . . . . . 180 rmail-file-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 rmail-highlighted-headers . . . . . . . . . . . . . . . . . 329 rmail-ignored-headers . . . . . . . . . . . . . . . . . . . . . . 329 rmail-inbox-list . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 rmail-mail-new-frame . . . . . . . . . . . . . . . . . . . . . . . 325 rmail-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 rmail-movemail-flags . . . . . . . . . . . . . . . . . . . . . . . 333 rmail-movemail-program . . . . . . . . . . . . . . . . . . . . . 333 rmail-movemail-search-path . . . . . . . . . . . . . . . . 333 rmail-nonignored-headers . . . . . . . . . . . . . . . . . . 329 rmail-output-file-alist . . . . . . . . . . . . . . . . . . . 322 rmail-preserve-inbox . . . . . . . . . . . . . . . . . . . . . . . 320 rmail-primary-inbox-list . . . . . . . . . . . . . . . . . . 319 rmail-redisplay-summary . . . . . . . . . . . . . . . . . . . 328 rmail-remote-password . . . . . . . . . . . . . . . . . . . . . . 333 rmail-remote-password-required . . . . . . . . . . . 333 rmail-retry-ignored-headers . . . . . . . . . . . . . . . 324 rmail-secondary-file-directory . . . . . . . . . . . 321 rmail-secondary-file-regexp . . . . . . . . . . . . . . . 321 rmail-summary-line-count-flag . . . . . . . . . . . . . 326 rmail-summary-window-size . . . . . . . . . . . . . . . . . 326
S
safe-local-eval-forms . . . . . . . . . . . . . . . . . . . . . . safe-local-variable-values . . . . . . . . . . . . . . . . same-window-buffer-names . . . . . . . . . . . . . . . . . . same-window-regexps . . . . . . . . . . . . . . . . . . . . . . . . save-abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . save-interprogram-paste-before-kill . . . . . . scheme-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . scroll-all-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . scroll-bar-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 418 417 149 149 305 155 232 150 165
scroll-bar-width . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 scroll-conservatively . . . . . . . . . . . . . . . . . . . . . . . 64 scroll-down-aggressively . . . . . . . . . . . . . . . . . . . 65 scroll-margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 scroll-preserve-screen-position . . . . . . . . . . . 64 scroll-up-aggressively . . . . . . . . . . . . . . . . . . . . . . 65 sdb-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 search-slow-speed . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 search-slow-window-lines . . . . . . . . . . . . . . . . . . . 84 search-whitespace-regexp . . . . . . . . . . . . . . . . . . . 86 select-active-regions . . . . . . . . . . . . . . . . . . . . . . 154 selective-display-ellipses . . . . . . . . . . . . . . . . . 74 send-mail-function . . . . . . . . . . . . . . . . . . . . . . . . . 311 sendmail-coding-system . . . . . . . . . . . . . . . . 181, 311 sentence-end . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 sentence-end-double-space . . . . . . . . . . . . . . . . . 199 sentence-end-without-period . . . . . . . . . . . . . . . 199 server-host . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 386 server-kill-new-buffers . . . . . . . . . . . . . . . . . . . 385 server-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 server-temp-file-regexp . . . . . . . . . . . . . . . . . . . 385 server-use-tcp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 386 server-window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385 set-language-environment-hook . . . . . . . . . . . . . 174 set-mark-command-repeat-pop . . . . . . . . . . . . . . . . 47 sgml-xml-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 shell-cd-regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 shell-command-default-error-buffer . . . . . . . 375 shell-command-regexp . . . . . . . . . . . . . . . . . . . . . . . 377 shell-completion-execonly . . . . . . . . . . . . . . . . . 382 shell-completion-fignore . . . . . . . . . . . . . . . . . . 376 shell-file-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375 shell-input-ring-file-name . . . . . . . . . . . . . . . . 380 shell-popd-regexp . . . . . . . . . . . . . . . . . . . . . . . . . . 381 shell-prompt-pattern . . . . . . . . . . . . . . . . . . . . . . . 378 shell-pushd-regexp . . . . . . . . . . . . . . . . . . . . . . . . . 381 show-trailing-whitespace . . . . . . . . . . . . . . . . . . . 74 slitex-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 slitex-run-command . . . . . . . . . . . . . . . . . . . . . . . . . 215 small-temporary-file-directory . . . . . . . . . . . 118 sort-fold-case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392 sort-numeric-base . . . . . . . . . . . . . . . . . . . . . . . . . . 391 special-display-buffer-names . . . . . . . . . . . . . . 163 special-display-frame-alist . . . . . . . . . . . . . . . 164 special-display-regexps . . . . . . . . . . . . . . . . . . . 164 split-height-threshold . . . . . . . . . . . . . . . . . . . . . 149 split-width-threshold . . . . . . . . . . . . . . . . . . . . . . 149 split-window-keep-point . . . . . . . . . . . . . . . . . . . 147 standard-fontset-spec . . . . . . . . . . . . . . . . . . . . . . 186 standard-indent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 222 suggest-key-bindings . . . . . . . . . . . . . . . . . . . . . . . . 34
T
tab-always-indent . . . . . . . . . . . . . . . . . . . . . . . . . . tab-stop-list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tab-width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76, table-cell-horizontal-chars . . . . . . . . . . . . . . . 194 196 194 225
Variable Index
562
table-cell-intersection-char . . . . . . . . . . . . . . 225 table-cell-vertical-char . . . . . . . . . . . . . . . . . . 225 table-detect-cell-alignment . . . . . . . . . . . . . . . 228 tags-apropos-additional-actions . . . . . . . . . . 299 tags-apropos-verbose . . . . . . . . . . . . . . . . . . . . . . . 299 tags-case-fold-search . . . . . . . . . . . . . . . . . . . . . . 298 tags-file-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 296 tags-table-list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 tags-tag-face . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299 temporary-file-directory . . . . . . . . . . . . . . . . . . 118 term-file-prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . 433 term-setup-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 433 tex-bibtex-command . . . . . . . . . . . . . . . . . . . . . . . . . 216 tex-default-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 tex-directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 tex-dvi-print-command . . . . . . . . . . . . . . . . . . . . . . 215 tex-dvi-view-command . . . . . . . . . . . . . . . . . . . . . . . 215 tex-main-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216 tex-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 tex-run-command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 tex-shell-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 tex-show-queue-command . . . . . . . . . . . . . . . . . . . . . 215 tex-start-commands . . . . . . . . . . . . . . . . . . . . . . . . . 216 tex-start-options . . . . . . . . . . . . . . . . . . . . . . . . . . 216 text-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 timeclock-ask-before-exiting . . . . . . . . . . . . . . 369 timeclock-file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369 timeclock-modeline-display . . . . . . . . . . . . . . . . 368 tool-bar-mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 tooltip-delay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 tooltip-gud-modes . . . . . . . . . . . . . . . . . . . . . . . . . . 261 track-eol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 truncate-lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 truncate-partial-width-windows . . . . . . . . . . . 147
V
vc-cvs-stay-local . . . . . . . . . . . . . . . . . . . . . . . . . . 285 vc-default-init-revision . . . . . . . . . . . . . . . . . . 282 vc-diff-switches . . . . . . . . . . . . . . . . . . . . . . . . . . . . 281 vc-directory-exclusion-list . . . . . . . . . . . . . . . 285 vc-initial-comment . . . . . . . . . . . . . . . . . . . . . . . . . 282 vc-log-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 vc-log-show-limit . . . . . . . . . . . . . . . . . . . . . . . . . . 284 vc-make-backup-files . . . . . . . . . . . . . . . . . . . . . . . 118 vc-rcs-diff-switches . . . . . . . . . . . . . . . . . . . . . . . 281 vc-stay-local . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 version-control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 visible-bell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 visible-cursor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
W
w32-apps-modifier . . . . . . . . . . . . . . . . . . . . . . . . . . w32-charset-info-alist . . . . . . . . . . . . . . . . . . . . . w32-get-true-file-attributes . . . . . . . . . . . . . . w32-lwindow-modifier . . . . . . . . . . . . . . . . . . . . . . . w32-mouse-button-tolerance . . . . . . . . . . . . . . . . w32-pass-alt-to-system . . . . . . . . . . . . . . . . . . . . . w32-pass-extra-mouse-buttons-to-system . . w32-quote-process-args . . . . . . . . . . . . . . . . . . . . . w32-rwindow-modifier . . . . . . . . . . . . . . . . . . . . . . . w32-scroll-lock-modifier . . . . . . . . . . . . . . . . . . w32-standard-fontset-spec . . . . . . . . . . . . . . . . . w32-swap-mouse-buttons . . . . . . . . . . . . . . . . . . . . . w32-use-visible-system-caret . . . . . . . . . . . . . . which-func-modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . window-min-height . . . . . . . . . . . . . . . . . . . . . . . . . . window-min-width . . . . . . . . . . . . . . . . . . . . . . . . . . . . write-region-inhibit-fsync . . . . . . . . . . . . . . . . 500 504 498 500 500 500 500 501 500 500 186 500 505 235 150 150 121
U
underline-minimum-offset . . . . . . . . . . . . . . . . . . . 79 undo-limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 undo-outer-limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 undo-strong-limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 unibyte-display-via-language-environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 uniquify-buffer-name-style . . . . . . . . . . . . . . . . 144 use-dialog-box . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 use-file-dialog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 user-full-name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 user-mail-address . . . . . . . . . . . . . . . . . 308, 309, 430 user-mail-address, initialization . . . . . . . . . . . . . 474
X
x-cut-buffer-max . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 x-gtk-file-dialog-help-text . . . . . . . . . . . . . . . 167 x-gtk-show-hidden-files . . . . . . . . . . . . . . . . . . . 167 x-gtk-use-old-file-dialog . . . . . . . . . . . . . . . . . 167 x-mouse-click-focus-ignore-position . . . . . . 152 x-select-enable-clipboard . . . . . . . . . . . . . . . . . 156 x-select-request-type . . . . . . . . . . . . . . . . . 183, 184 x-stretch-cursor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 x-underline-at-descent-line . . . . . . . . . . . . . . . . 79 xdb-mode-hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263
Y
yank-excluded-properties . . . . . . . . . . . . . . . . . . . 53 yank-pop-change-selection . . . . . . . . . . . . . . . . . 154
Concept Index
563
Concept Index
$
$ in file names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 action options (command line) . . . . . . . . . . . . . . . . 469 adaptive filling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204 Adding to the kill ring in Dired. . . . . . . . . . . . . . . 348 addpm, MS-Windows installation program . . . . 477 adjust buffer face height . . . . . . . . . . . . . . . . . . . . . . . 69 againformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 aggressive scrolling . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 alarm clock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 alignment for comments . . . . . . . . . . . . . . . . . . . . . . 241 Alt key invokes menu (Windows) . . . . . . . . . . . . . 500 ALTERNATE_EDITOR environment variable . . . . . . 385 ange-ftp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 animate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 anonymous FTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 appending kills in the ring . . . . . . . . . . . . . . . . . . . . . 53 appointment notification . . . . . . . . . . . . . . . . . . . . . . 366 apropos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 apropos search results, order by score . . . . . . . . . . 39 arc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 Arch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 Archive mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 arguments (command line) . . . . . . . . . . . . . . . . . . . 469 arguments to commands . . . . . . . . . . . . . . . . . . . . . . . 24 arrow keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 ASCII . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 ASCII art . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 Asm mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 assembler mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 astronomical day numbers . . . . . . . . . . . . . . . . . . . . 357 attached frame (of speedbar) . . . . . . . . . . . . . . . . . 162 attribute (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322 attributes of mode line, changing . . . . . . . . . . . . . . 76 Auto Compression mode . . . . . . . . . . . . . . . . . . . . . . 131 Auto Fill mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 Auto Save mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124 Auto-Lower mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 Auto-Raise mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 Auto-Revert mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 auto-save for remote files . . . . . . . . . . . . . . . . . . . . . 124 autoload . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 autoload Lisp libraries . . . . . . . . . . . . . . . . . . . . . . . . 431 automatic typing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 autotyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 available colors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 479 avoiding mouse in the way of your typing . . . . . 168 AWK mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249
(
( in leftmost column . . . . . . . . . . . . . . . . . . . . . . . . . . 233
*
*Messages* buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
//.-./.../. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
.
.dir-locals.el file . . . . . . . . . . . . . . . . . . . . . . . . . 418 .mailrc file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 310 .timelog file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369
/
// in file name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
?
? in display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
~
~/.Xdefaults file . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 ~/.Xresources file . . . . . . . . . . . . . . . . . . . . . . . . . . 484
8
8-bit display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 8-bit input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189
A
abbrev file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 304 Abbrev mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301 abbrevs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301 abnormal hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413 aborting recursive edit . . . . . . . . . . . . . . . . . . . . . . . . 436 accented characters . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 accessible portion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392 accumulating scattered text . . . . . . . . . . . . . . . . . . . . 54
B
back end (version control) . . . . . . . . . . . . . . . . . . . . 273 back reference, in regexp . . . . . . . . . . . . . . . . . . . . . . . 90 back reference, in regexp replacement . . . . . . . . . . 92 background color, command-line argument . . . . 479 background mode, on xterm . . . . . . . . . . . . . . . . . . 476
Concept Index
564
background syntax highlighting . . . . . . . . . . . . . . . . 71 BACKSPACE vs DEL . . . . . . . . . . . . . . . . . . . . . . . . 436 backtrace for bug reports . . . . . . . . . . . . . . . . . . . . . 445 backup file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118 backup, and user-id . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 backups for remote files . . . . . . . . . . . . . . . . . . . . . . . 133 Bahai calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 balanced expression . . . . . . . . . . . . . . . . . . . . . . . . . . 239 balloon help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 base buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 batch mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 471 Bazaar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 binary files, on MS-DOS/MS-Windows . . . . . . . . 498 binding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 binding keyboard macros . . . . . . . . . . . . . . . . . . . . . 109 binding keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 blank lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 blank lines in programs . . . . . . . . . . . . . . . . . . . . . . . 243 blinking cursor disable, command-line argument . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 body lines (Outline mode) . . . . . . . . . . . . . . . . . . . . 208 bold font . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409 bookmarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 border color, command-line argument . . . . . . . . . 479 borders (X Window System) . . . . . . . . . . . . . . . . . . 482 boredom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 brace in column zero and fontification . . . . . . . . . . 71 braces, moving across . . . . . . . . . . . . . . . . . . . . . . . . . 240 branch (version control) . . . . . . . . . . . . . . . . . . . . . . 287 Brief emulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 Browse-URL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 buffer definitions index . . . . . . . . . . . . . . . . . . . . . . . 234 buffer list, customizable . . . . . . . . . . . . . . . . . . . . . . 145 buffer menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141, 145 buffer size display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 buffer size, maximum . . . . . . . . . . . . . . . . . . . . . . . . . 137 buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 buggestion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 440 building programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 button down events . . . . . . . . . . . . . . . . . . . . . . . . . . . 425 buttons (customization buffer) . . . . . . . . . . . . . . . . 405 buttons at buffer position . . . . . . . . . . . . . . . . . . . . . 220 bypassing init and default.el file . . . . . . . . . . . 472 byte code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 byte-compiling several files (in Dired) . . . . . . . . . 341 bzr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274
C
C editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 C mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 C++ class browser, tags . . . . . . . . . . . . . . . . . . . . . . . 291 C++ mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 C- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 cache of file names . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 350 calendar and HTML . . . . . . . . . . . . . . . . . . . . . . . . . . 353
calendar and LaTEX . . . . . . . . . . . . . . . . . . . . . . . . . . 353 calendar, first day of week . . . . . . . . . . . . . . . . . . . . 351 call Lisp functions, command-line argument . . . 470 capitalizing words . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 case conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 case-sensitivity and completion . . . . . . . . . . . . . . . . 30 case-sensitivity and tags search . . . . . . . . . . . . . . . 298 categories of characters . . . . . . . . . . . . . . . . . . . . . . . . 91 cell text justification . . . . . . . . . . . . . . . . . . . . . . . . . . 228 Celtic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 centering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 centralized version control . . . . . . . . . . . . . . . . . . . . 275 change buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 change log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289 Change Log mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 changes, undoing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 changesets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275 changing file group (in Dired) . . . . . . . . . . . . . . . . . 341 changing file owner (in Dired) . . . . . . . . . . . . . . . . 341 changing file permissions (in Dired) . . . . . . . . . . . 341 changing file time (in Dired) . . . . . . . . . . . . . . . . . . 341 character set (keyboard) . . . . . . . . . . . . . . . . . . . . . . . 11 character set of character at point . . . . . . . . . . . . 171 character syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 430 characters (in text) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 characters in a certain charset . . . . . . . . . . . . . . . . 190 characters which belong to a specific language . . 91 charsets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 checking out files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 checking spelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 checking syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 Chinese . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Chinese calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 choosing a major mode . . . . . . . . . . . . . . . . . . . . . . . 191 ciphers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 citing mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312 class browser, C++ . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291 click events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 425 client-side fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 clipboard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 coding systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 collision . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 color customization, in init file . . . . . . . . . . . . . . . . 158 color emulation on black-and-white printers . . . 389 color of window, from command line . . . . . . . . . . 479 Column Number mode . . . . . . . . . . . . . . . . . . . . . . . . . 75 columns (and rectangles) . . . . . . . . . . . . . . . . . . . . . . 56 columns (indentation) . . . . . . . . . . . . . . . . . . . . . . . . 194 columns, splitting . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 Comint mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378 comint-highlight-input face . . . . . . . . . . . . . . . . 375 comint-highlight-prompt face . . . . . . . . . . . . . . . 375 command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 command history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 command line arguments . . . . . . . . . . . . . . . . . . . . . 469 comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241 comments on customized settings . . . . . . . . . . . . . 408 compare files (in Dired) . . . . . . . . . . . . . . . . . . . . . . . 344
Concept Index
565
comparing 3 files (diff3) . . . . . . . . . . . . . . . . . . . . . 128 comparing files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 compilation buffer, keeping point at end . . . . . . 254 compilation errors . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 Compilation mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 complete key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 completion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 completion (Lisp symbols) . . . . . . . . . . . . . . . . . . . . 247 completion (symbol names) . . . . . . . . . . . . . . . . . . . 247 compose character . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 compressing files (in Dired) . . . . . . . . . . . . . . . . . . . 341 compression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 Conf mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 confirming in the minibuffer . . . . . . . . . . . . . 114, 138 conflicts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288 connecting to remote host . . . . . . . . . . . . . . . . . . . . 383 continuation line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 contributing to Emacs . . . . . . . . . . . . . . . . . . . . . . . . 448 Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 control characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Control-Meta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 converting text to upper or lower case . . . . . . . . 206 Coptic calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 copying files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 copying files (in Dired) . . . . . . . . . . . . . . . . . . . . . . . 340 copying text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 CORBA IDL mode . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 correcting spelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 CPerl mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 crashes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124 create a text-based table . . . . . . . . . . . . . . . . . . . . . . 226 creating files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 creating frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 CRiSP mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 cryptanalysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 CSSC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273 CUA key bindings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 current buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 current function name in mode line . . . . . . . . . . . 235 cursor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 cursor color, command-line argument . . . . . . . . . 479 cursor in non-selected windows . . . . . . . . . . . . . . . . . 77 cursor location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 cursor location, on MS-DOS . . . . . . . . . . . . . . . . . . 497 cursor motion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 cursor, blinking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 cursor, locating visually . . . . . . . . . . . . . . . . . . . . . . . . 77 custom themes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 customization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402 customization buffer . . . . . . . . . . . . . . . . . . . . . . . . . . 404 customization groups . . . . . . . . . . . . . . . . . . . . . . . . . 404 customization of menu face . . . . . . . . . . . . . . . . . . . . . 69 customizing faces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409 customizing Lisp indentation . . . . . . . . . . . . . . . . . 237 cut . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 cut and paste . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 cut buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
cutting text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 cvs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 CVS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 CVS directory mode . . . . . . . . . . . . . . . . . . . . . . . . . . 285 CWarn mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 Cyrillic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Czech . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
D
daemon, Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 day of year . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 daylight saving time . . . . . . . . . . . . . . . . . . . . . . . . . . 367 DBX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 dead character . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 debuggers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 debugging Emacs, tricks and techniques . . . . . . . 446 decentralized version control . . . . . . . . . . . . . . . . . . 275 decoding mail messages (Rmail) . . . . . . . . . . . . . . 330 decoding non-ASCII keyboard input on X . . . . . 184 decrease buffer face height . . . . . . . . . . . . . . . . . . . . . 70 default argument . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 default-frame-alist . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 default.el file, not loading . . . . . . . . . . . . . . . . . 472 default.el, the default init file . . . . . . . . . . . . . 428 defining keyboard macros . . . . . . . . . . . . . . . . . . . . . 104 defuns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233 DEL vs BACKSPACE . . . . . . . . . . . . . . . . . . . . . . . . 436 delete column in table . . . . . . . . . . . . . . . . . . . . . . . . 228 delete row in table . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 Delete Selection mode . . . . . . . . . . . . . . . . . . . . . 46, 153 deleting auto-save files . . . . . . . . . . . . . . . . . . . . . . . . 337 deleting blank lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 deleting characters and lines . . . . . . . . . . . . . . . . . . . 20 deleting files (in Dired) . . . . . . . . . . . . . . . . . . . . . . . 336 deleting some backup files . . . . . . . . . . . . . . . . . . . . 337 deletion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 deletion (of files) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 deletion (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 Delphi mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 desktop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 desktop shortcut, MS-Windows . . . . . . . . . . . . . . . 496 Devanagari . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 developediment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 device for Emacs terminal I/O . . . . . . . . . . . . . . . . 471 dialog boxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 diary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361 diary file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 Diff mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 digest message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 directional window selection . . . . . . . . . . . . . . . . . . 150 directories in buffer names . . . . . . . . . . . . . . . . . . . . 144 directory header lines . . . . . . . . . . . . . . . . . . . . . . . . . 344 directory listing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 directory local variables . . . . . . . . . . . . . . . . . . . . . . 418 directory name abbreviation . . . . . . . . . . . . . . . . . . 126 directory tracking . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381
Concept Index
566
directory where Emacs starts on MS-Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496 Dired . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 Dired and version control . . . . . . . . . . . . . . . . . . . . . 349 Dired sorting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 Dired, and MS-Windows/MS-DOS . . . . . . . . . . . . 499 disable window system . . . . . . . . . . . . . . . . . . . . . . . . 471 disabled command . . . . . . . . . . . . . . . . . . . . . . . . . . . . 427 disabling remote files . . . . . . . . . . . . . . . . . . . . . . . . . 133 DISPLAY environment variable . . . . . . . . . . . . . . . . 478 display for Emacs frame . . . . . . . . . . . . . . . . . . . . . . 471 display name (X Window System) . . . . . . . . . . . . 478 display of buffer size . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 display of line number . . . . . . . . . . . . . . . . . . . . . . . . . 75 DNS mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 doc-view-minor-mode . . . . . . . . . . . . . . . . . . . . . . . . . 370 DocTEX mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 doctor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439 document viewer (DocView) . . . . . . . . . . . . . . . . . . 370 DocView mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 DOS applications, running from Emacs . . . . . . . 500 DOS-style end-of-line display . . . . . . . . . . . . . . . . . 180 DOS-to-Unix conversion of files . . . . . . . . . . . . . . . 497 double clicks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 426 double slash in file name . . . . . . . . . . . . . . . . . . . . . . . 26 down events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 425 downcase file names . . . . . . . . . . . . . . . . . . . . . . . . . . 343 drag and drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 drag and drop, Dired . . . . . . . . . . . . . . . . . . . . . . . . . 349 drag events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 425 drastic changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 dribble file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443 DSSSL mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 Dutch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 DVI file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370
E
Ebrowse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291 echo area . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 EDE (Emacs Development Environment) . . . . . 299 Edebug . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 444 editable fields (customization buffer) . . . . . . . . . . 405 editing binary files . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 editing level, recursive . . . . . . . . . . . . . . . . . . . . . . . . 395 EDITOR environment variable . . . . . . . . . . . . . . . . . . 384 EDT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 Eldoc mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246 Eliza . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439 Emacs as a server . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 Emacs Development Environment . . . . . . . . . . . . 299 EMACS environment variable . . . . . . . . . . . . . . . . . . . 376 Emacs icon, a gnu . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 Emacs initialization file . . . . . . . . . . . . . . . . . . . . . . . 428 Emacs-Lisp mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 EMACS_SERVER_FILE environment variable . . . . . 386 emacsclient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 emacsclient invocation . . . . . . . . . . . . . . . . . . . . . . 384
emacsclient options . . . . . . . . . . . . . . . . . . . . . . . . . 385 emacsclient.exe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496 emacsclientw.exe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496 email . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 emulating other editors . . . . . . . . . . . . . . . . . . . . . . . 396 emulation of Brief . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 encoding of characters . . . . . . . . . . . . . . . . . . . . . . . . 170 end-of-line conversion . . . . . . . . . . . . . . . . . . . . . . . . . 178 end-of-line conversion on MS-DOS/MS-Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497 end-of-line conversion, mode-line indication . . . . . 8 enlarge a table cell . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 Enriched mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 entering Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 environment variables . . . . . . . . . . . . . . . . . . . . . . . . 473 environment variables for subshells . . . . . . . . . . . . 375 environment variables in file names . . . . . . . . . . . 112 erasing characters and lines . . . . . . . . . . . . . . . . . . . . 20 error log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 error message in the echo area . . . . . . . . . . . . . . . . . . 7 errors in init file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 473 ESC replacing META key . . . . . . . . . . . . . . . . . . . . . 11 escape sequences in files . . . . . . . . . . . . . . . . . . . . . . 180 ESHELL environment variable . . . . . . . . . . . . . . . . . . 375 etags program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293 Ethiopic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Ethiopic calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 Euro sign . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 European character sets . . . . . . . . . . . . . . . . . . . . . . 188 evaluate expression, command-line argument . . 470 exiting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 exiting recursive edit . . . . . . . . . . . . . . . . . . . . . . . . . 395 expanding subdirectories in Dired . . . . . . . . . . . . . 344 expansion (of abbrevs) . . . . . . . . . . . . . . . . . . . . . . . . 301 expansion of C macros . . . . . . . . . . . . . . . . . . . . . . . . 251 expansion of environment variables . . . . . . . . . . . 112 expression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 expunging (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . 318
F
face at point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 face colors, setting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 face customization, in init file . . . . . . . . . . . . . . . . . 158 faces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 faces for highlighting query replace . . . . . . . . . . . . . 94 faces for highlighting search matches . . . . . . . . . . . 80 failed merges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 Feedmail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311 FFAP minor mode . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 file archives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 file comparison (in Dired) . . . . . . . . . . . . . . . . . . . . . 344 file database (locate) . . . . . . . . . . . . . . . . . . . . . . . . . 347 file dates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 file directory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 file local variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415 file management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 file modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
Concept Index
567
file name caching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 file names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 file names on MS-Windows . . . . . . . . . . . . . . . . . . . 498 file names with non-ASCII characters . . . . . . . . . 184 file names, quote special characters . . . . . . . . . . . 134 file ownership, and backup . . . . . . . . . . . . . . . . . . . . 120 file permissions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 file selection dialog . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 file selection dialog, how to disable . . . . . . . . . . . . 167 file shadows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122 file truenames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 file version in change log entries . . . . . . . . . . . . . . . 290 file-name completion, on MS-Windows . . . . . . . . 498 files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 files, visiting and saving . . . . . . . . . . . . . . . . . . . . . . 113 filesets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 filesets, VC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 fill prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 filling text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 find . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 find and Dired . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 find Info manual by its file name . . . . . . . . . . . . . . . 41 finding file at point . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 finding files containing regexp matches (in Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 finding strings within text . . . . . . . . . . . . . . . . . . . . . 80 firewall, and accessing remote files . . . . . . . . . . . . 133 fix width of table cells . . . . . . . . . . . . . . . . . . . . . . . . 228 fixing incorrectly decoded mail messages . . . . . . 330 flagging files (in Dired) . . . . . . . . . . . . . . . . . . . . . . . 336 flagging many files for deletion (in Dired) . . . . . 337 Flyspell mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 folding editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 Follow mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 font (default) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 font antialiasing (MS Windows) . . . . . . . . . . . . . . . 504 Font Lock mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 font name (X Window System) . . . . . . . . . . . . . . . 478 font of character at point . . . . . . . . . . . . . . . . . . . . . 171 font properties (MS Windows gdi backend) . . . 504 font properties (MS Windows) . . . . . . . . . . . . . . . . 503 font scripts (MS Windows) . . . . . . . . . . . . . . . . . . . 504 font specification (MS Windows) . . . . . . . . . . . . . . 503 font unicode subranges (MS Windows) . . . . . . . . 504 fontconfig . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 fonts and faces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409 fonts for PostScript printing . . . . . . . . . . . . . . . . . . 390 fonts for various scripts . . . . . . . . . . . . . . . . . . . . . . . 173 fontsets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185 fontsets, modifying . . . . . . . . . . . . . . . . . . . . . . . . . . . 187 foreground color, command-line argument . . . . . 479 formatted text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 formfeed character . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 fortune cookies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 forwarding a message . . . . . . . . . . . . . . . . . . . . . . . . . 324 frame title, command-line argument . . . . . . . . . . 482 frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
French Revolutionary calendar . . . . . . . . . . . . . . . . 357 fringe face . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 fringes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73 fringes, and continuation lines . . . . . . . . . . . . . . . . . 22 fringes, and current execution line in GUD . . . . 260 fringes, and unused line indication . . . . . . . . . . . . . 74 FTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 fullheight, command-line argument . . . . . . . . . . . 481 fullscreen, command-line argument . . . . . . . . . . . . 481 fullwidth, command-line argument . . . . . . . . . . . . 481 function definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 function key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420 function, move to beginning or end . . . . . . . . . . . 234
G
gamma correction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 485 gateway, and remote file access with ange-ftp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 GDB commands in Fringe . . . . . . . . . . . . . . . . . . . . 265 GDB User Interface layout . . . . . . . . . . . . . . . . . . . . 264 geometry of Emacs window . . . . . . . . . . . . . . . . . . . 480 geometry, command-line argument . . . . . . . . . . . . 480 German . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 getting help with keys . . . . . . . . . . . . . . . . . . . . . . . . . 21 Ghostscript, use for PostScript printing . . . . . . . 503 git . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 Glasses mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247 Global Auto-Revert mode . . . . . . . . . . . . . . . . . . . . 123 global keymap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419 global mark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 global mark ring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 global substitution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 GNU Arch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 Gnus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371 GNUstep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Go Moku . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 Goto Address mode . . . . . . . . . . . . . . . . . . . . . . . . . . 398 graphic characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Greek . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Gregorian calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 growing minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 GUD library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 gzip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
H
handwriting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . hard links (creation) . . . . . . . . . . . . . . . . . . . . . . . . . . hard links (in Dired) . . . . . . . . . . . . . . . . . . . . . . . . . hard links (visiting) . . . . . . . . . . . . . . . . . . . . . . . . . . hard newline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . hardcopy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . head revision . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . header (TEX mode) . . . . . . . . . . . . . . . . . . . . . . . . . . . header line (Dired) . . . . . . . . . . . . . . . . . . . . . . . . . . . headers (of mail message) . . . . . . . . . . . . . . . . . . . . . 389 131 341 126 219 387 287 216 344 308
Concept Index
568
heading lines (Outline mode) . . . . . . . . . . . . . . . . . 208 Hebrew . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Hebrew calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 height of minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 help text, in GTK+ file chooser . . . . . . . . . . . . . . . 167 help, viewing web pages . . . . . . . . . . . . . . . . . . . . . . . 40 hex editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 Hexl mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 hg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 Hi Lock mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 hidden files, in GTK+ file chooser . . . . . . . . . . . . . 167 Hide-ifdef mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 hiding subdirectories (Dired) . . . . . . . . . . . . . . . . . 345 Highlight Changes mode . . . . . . . . . . . . . . . . . . . . . . . 71 highlight current line . . . . . . . . . . . . . . . . . . . . . . . . . . 77 highlighting by matching . . . . . . . . . . . . . . . . . . . . . . 71 highlighting lines of text . . . . . . . . . . . . . . . . . . . . . . . 72 highlighting matching parentheses . . . . . . . . . . . . 241 highlighting region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 Hindi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 history of commands . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 history of minibuffer input . . . . . . . . . . . . . . . . . . . . . 31 history reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380 holidays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354 HOME directory on MS-Windows . . . . . . . . . . . . . . . 499 home directory shorthand . . . . . . . . . . . . . . . . . . . . . . 27 hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413 horizontal scrolling . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 hourglass pointer display . . . . . . . . . . . . . . . . . . . . . . 79 HTML mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 hungry deletion (C Mode) . . . . . . . . . . . . . . . . . . . . 250 hunk, diff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 hyperlinking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397
I
iCalendar support . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 Icomplete mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 Icon mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 iconifying . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 icons (X Window System) . . . . . . . . . . . . . . . . . . . . 483 icons, toolbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 identifiers, making long ones readable . . . . . . . . . 247 IDL mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 ignored file names, in completion . . . . . . . . . . . . . . . 30 ignoriginal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 image-dired . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 image-dired mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 images, viewing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 IMAP mailboxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333 in-situ subdirectory (Dired) . . . . . . . . . . . . . . . . . . . 344 inbox file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 incorrect fontification . . . . . . . . . . . . . . . . . . . . . . . . . . 71 increase buffer face height . . . . . . . . . . . . . . . . . . . . . 70 incremental search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 incremental search, input method interference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175
indentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 indentation for comments . . . . . . . . . . . . . . . . . . . . . 241 indentation for programs . . . . . . . . . . . . . . . . . . . . . 235 index of buffer definitions . . . . . . . . . . . . . . . . . . . . . 234 indirect buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 indirect buffers and outlines . . . . . . . . . . . . . . . . . . 211 inferior process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 Info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 Info index completion . . . . . . . . . . . . . . . . . . . . . . . . 247 init file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428 init file .emacs on MS-Windows . . . . . . . . . . . . . 499 init file, and non-ASCII characters . . . . . . . . . . . . 172 init file, not loading . . . . . . . . . . . . . . . . . . . . . . . . . . 472 initial options (command line) . . . . . . . . . . . . . . . . 469 initial revision ID to register . . . . . . . . . . . . . . . . . . 282 initial-frame-alist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 input event . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 input methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 input methods, X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 486 input with the keyboard . . . . . . . . . . . . . . . . . . . . . . . 11 insert column in table . . . . . . . . . . . . . . . . . . . . . . . . 228 insert file contents, command-line argument . . . 470 insert row in table . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 insert string into table cells . . . . . . . . . . . . . . . . . . . 231 inserted subdirectory (Dired) . . . . . . . . . . . . . . . . . 344 inserting blank lines . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 insertion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 INSIDE_EMACS environment variable . . . . . . . . . . . 376 Integrated development environment . . . . . . . . . . 299 interactive highlighting . . . . . . . . . . . . . . . . . . . . . . . . 71 internal border width, command-line argument . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482 international characters in .emacs . . . . . . . . . . . 433 international files from DOS/Windows systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177 international scripts . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Intlfonts for PostScript printing . . . . . . . . . . . . . . . 390 Intlfonts package, installation . . . . . . . . . . . . . . . . . 173 invisible lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 invocation (command line arguments) . . . . . . . . . 469 invoking Emacs from Windows Explorer . . . . . . 496 IPA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 isearch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 Islamic calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 ISO commercial calendar . . . . . . . . . . . . . . . . . . . . . 357 ISO Latin character sets . . . . . . . . . . . . . . . . . . . . . . 188 iso-ascii library . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 iso-transl library . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 ispell program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 Iswitchb mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 italic font . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409
J
Japanese . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . jar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Java class archives . . . . . . . . . . . . . . . . . . . . . . . . . . . . Java mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 132 132 249
Concept Index
569
Javascript mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 JDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 Julian calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 Julian day numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 just-in-time (JIT) font-lock . . . . . . . . . . . . . . . . . . . . 71 justification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
K
Kerberos POP authentication . . . . . . . . . . . . . . . . . 333 key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 key bindings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419 key rebinding, permanent . . . . . . . . . . . . . . . . . . . . . 428 key rebinding, this session . . . . . . . . . . . . . . . . . . . . 421 key sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 keyboard input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 keyboard macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 keyboard shortcuts . . . . . . . . . . . . . . . . . . . . . . . . . . . 525 keyboard, MS-Windows . . . . . . . . . . . . . . . . . . . . . . 499 keymap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419 keypad . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 425 keys stolen by window manager . . . . . . . . . . . . . . . . 11 kill DOS application . . . . . . . . . . . . . . . . . . . . . . . . . . 501 kill ring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 killing buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 killing characters and lines . . . . . . . . . . . . . . . . . . . . . 20 killing Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 killing expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 killing rectangular areas of text . . . . . . . . . . . . . . . . 56 killing text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 Korean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
L
label (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322 landmark game . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 language environments . . . . . . . . . . . . . . . . . . . . . . . 173 Lao . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 LaTEX mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 LaTEX references . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 Latin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Latin-1 TEX encoding . . . . . . . . . . . . . . . . . . . . . . . . 217 lazy search highlighting . . . . . . . . . . . . . . . . . . . . . . . . 81 leading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 485 leaving Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 Life . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 line endings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 line number commands . . . . . . . . . . . . . . . . . . . . . . . . 23 line number display . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 line spacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 485 line spacing, command-line argument . . . . . . . . . 483 line truncation, and fringes . . . . . . . . . . . . . . . . . 22, 77 line wrapping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 lines, highlighting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 links (customization buffer) . . . . . . . . . . . . . . . . . . . 405 Linum mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403 Lisp character syntax . . . . . . . . . . . . . . . . . . . . . . . . . 430
Lisp editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 Lisp files byte-compiled by XEmacs . . . . . . . . . . . 270 Lisp files, and multibyte operation . . . . . . . . . . . . 172 Lisp object syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . 430 Lisp string syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . 429 Lisp symbol completion . . . . . . . . . . . . . . . . . . . . . . . 247 lisp-indent-function property . . . . . . . . . . . . . . 237 list commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 listing current buffers . . . . . . . . . . . . . . . . . . . . . . . . . 139 listing system fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 load init file of another user . . . . . . . . . . . . . . . . . . 472 loading Lisp code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269 loading Lisp libraries automatically . . . . . . . . . . . 431 loading Lisp libraries, command-line argument . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 470 loading several files (in Dired) . . . . . . . . . . . . . . . . 341 local keymap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420 local variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414 local variables in files . . . . . . . . . . . . . . . . . . . . . . . . . 415 local variables, for all files in a directory . . . . . . 418 locale, date format . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 locales . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 location of point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 locking files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 locking versus merging . . . . . . . . . . . . . . . . . . . . . . . . 275 log File, types of . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276 logging keystrokes . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443 Long Lines minor mode . . . . . . . . . . . . . . . . . . . . . . . 205 looking for a subject in documentation . . . . . . . . . 35 lpr usage under MS-DOS . . . . . . . . . . . . . . . . . . . . . 502 ls emulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 499 Lucid Widget X Resources . . . . . . . . . . . . . . . . . . . . 487 lzh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132
M
M- . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 M4 mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 Mac OS X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Macintosh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Macintosh end-of-line conversion . . . . . . . . . . . . . . 178 Macintosh key bindings . . . . . . . . . . . . . . . . . . . . . . . 396 macro expansion in C . . . . . . . . . . . . . . . . . . . . . . . . 251 mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 mail (on mode line) . . . . . . . . . . . . . . . . . . . . . . . . 75, 76 mail aliases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 310 MAIL environment variable . . . . . . . . . . . . . . . . . . . . 319 Mail mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 mail signature . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 mail-composition methods . . . . . . . . . . . . . . . . . . . . 314 Mailclient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311 MAILHOST environment variable . . . . . . . . . . . . . . . 333 mailrc file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 310 main border width, command-line argument . . 482 major modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 Makefile mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 man pages, and local file variables . . . . . . . . . . . . 416
Concept Index
570
manipulating paragraphs . . . . . . . . . . . . . . . . . . . . . 199 manipulating sentences . . . . . . . . . . . . . . . . . . . . . . . 198 manipulating text . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 manual page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 244 manual pages, on MS-DOS/MS-Windows . . . . . 245 manuals, on-line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 Marathi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 mark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 mark rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 mark ring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 marking executable files (in Dired) . . . . . . . . . . . . 338 marking many files (in Dired) . . . . . . . . . . . . . . . . . 338 marking sections of text . . . . . . . . . . . . . . . . . . . . . . . 45 marking subdirectories (in Dired) . . . . . . . . . . . . . 338 marking symbolic links (in Dired) . . . . . . . . . . . . . 338 Markov chain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 matching parentheses . . . . . . . . . . . . . . . . . . . . . . . . . 241 matching parenthesis and braces, moving to . . . 240 maximized, command-line argument . . . . . . . . . . 481 maximum buffer size exceeded, error message . . 114 Mayan calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 Mayan calendar round . . . . . . . . . . . . . . . . . . . . . . . . 361 Mayan haab calendar . . . . . . . . . . . . . . . . . . . . . . . . . 360 Mayan long count . . . . . . . . . . . . . . . . . . . . . . . . . . . . 360 Mayan tzolkin calendar . . . . . . . . . . . . . . . . . . . . . . . 360 memory full . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 438 menu bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9, 485 menu bar access using keyboard (MS-Windows) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 500 menu bar appearance . . . . . . . . . . . . . . . . . . . . . . . . . . 69 Menu Bar mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 menu face, no effect if customized . . . . . . . . . . . . . . 69 Menu X Resources (Lucid widgets) . . . . . . . . . . . 487 Mercurial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 merges, failed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 merging changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288 message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 Message mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 310 Message mode for sending mail . . . . . . . . . . . . . . . 314 message number . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 messages saved from echo area . . . . . . . . . . . . . . . . . . 7 Meta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Meta commands and words . . . . . . . . . . . . . . . . . . . 197 Metafont mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 MH mail interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 Microsoft Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . 496 Midnight mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 MIME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313 MIME messages (Rmail) . . . . . . . . . . . . . . . . . . . . . . 329 minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8, 26 minibuffer confirmation . . . . . . . . . . . . . . . . . . 114, 138 minibuffer history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 minibuffer history, searching . . . . . . . . . . . . . . . . . . . 84 minibuffer keymaps . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 minibuffer-prompt face . . . . . . . . . . . . . . . . . . . . . . . 69 minimizing a frame . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 minimizing a frame at startup . . . . . . . . . . . . . . . . 483 minor mode keymap . . . . . . . . . . . . . . . . . . . . . . . . . . 420
minor modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402 mistakes, correcting . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 mode hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 mode line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 mode line, 3D appearance . . . . . . . . . . . . . . . . . . . . . 76 mode line, mouse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 mode, Abbrev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301 mode, archive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 mode, Auto Compression . . . . . . . . . . . . . . . . . . . . . 131 mode, Auto Fill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 mode, Auto Save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124 mode, Auto-Revert . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 mode, AWK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 mode, C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 mode, C++ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 mode, Column Number . . . . . . . . . . . . . . . . . . . . . . . . 75 mode, Comint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378 mode, Compilation . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 mode, CORBA IDL . . . . . . . . . . . . . . . . . . . . . . . . . . 249 mode, CRiSP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 mode, Delete Selection . . . . . . . . . . . . . . . . . . . . 46, 153 mode, DocTEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 mode, DocView . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 mode, Emacs-Lisp . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 mode, Enriched . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 mode, Follow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 mode, Font Lock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 mode, Global Auto-Revert . . . . . . . . . . . . . . . . . . . . 123 mode, Hexl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394 mode, HTML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 mode, Iswitchb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 mode, Java . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 mode, LaTEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 mode, Mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 mode, major . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 mode, Menu Bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 mode, Message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 310 mode, minor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402 mode, Mouse Wheel . . . . . . . . . . . . . . . . . . . . . . . . . . 166 mode, MSB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 mode, nXML . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197, 218 mode, Objective C . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 mode, Outline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 mode, Overwrite . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403 mode, Paragraph-Indent Text . . . . . . . . . . . . . . . . . 207 mode, Pike . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 mode, Scroll Bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 mode, Scroll-all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 mode, SGML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 mode, Shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376 mode, SliTEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 mode, tar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 mode, Term . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382 mode, TEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 mode, Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 mode, Tool Bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 mode, Transient Mark . . . . . . . . . . . . . . . . . . . . . . . . . 48 mode, View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
Concept Index
571
mode, Winner . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 mode, XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 modes for programming languages . . . . . . . . . . . . 232 modes, Long Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 modes, Refill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 modification dates . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 modified (buffer) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 modifier keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11, 424 Modula2 mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 moon, phases of . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 Morse code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 Motif key bindings . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 mouse avoidance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168 mouse button events . . . . . . . . . . . . . . . . . . . . . . . . . . 425 mouse buttons (what they do) . . . . . . . . . . . . . . . . 152 mouse on mode line . . . . . . . . . . . . . . . . . . . . . . . . . . 157 mouse pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 mouse pointer color, command-line argument . . 479 mouse support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168 mouse wheel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 Mouse Wheel minor mode . . . . . . . . . . . . . . . . . . . . 166 mouse, and MS-Windows . . . . . . . . . . . . . . . . . . . . . 500 move to beginning or end of function . . . . . . . . . 234 movemail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333 movemail program . . . . . . . . . . . . . . . . . . . . . . . . . . . . 332 movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 moving files (in Dired) . . . . . . . . . . . . . . . . . . . . . . . . 340 moving inside the calendar . . . . . . . . . . . . . . . . . . . . 350 moving point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 moving text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 moving the cursor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 MS-DOS end-of-line conversion . . . . . . . . . . . . . . . 178 MS-Windows keyboard shortcuts . . . . . . . . . . . . . 499 MS-Windows, and primary selection . . . . . . . . . . 154 MS-Windows, Emacs peculiarities . . . . . . . . . . . . 496 MSB mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 MULE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 multibyte characters . . . . . . . . . . . . . . . . . . . . . . . . . . 170 multibyte operation, and Lisp files . . . . . . . . . . . . 172 multiple displays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163 multiple views of outline . . . . . . . . . . . . . . . . . . . . . . 211 multiple windows in Emacs . . . . . . . . . . . . . . . . . . . 146 multiple-file search and replace . . . . . . . . . . . . . . . 298 Multipurpose Internet Mail Extensions . . . . . . . . 313 mustatement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
no-break hyphen, display . . . . . . . . . . . . . . . . . . . . . . 77 no-break space, display . . . . . . . . . . . . . . . . . . . . . . . . 77 non-ASCII characters in .emacs . . . . . . . . . . . . . . 433 non-ASCII keys, binding . . . . . . . . . . . . . . . . . . . . . . 433 non-greedy regexp matching . . . . . . . . . . . . . . . . . . . 87 non-integral number of lines in a window . . . . . . . 76 non-selected windows, mode line appearance . . . 76 non-window terminals . . . . . . . . . . . . . . . . . . . . . . . . 168 nonincremental search . . . . . . . . . . . . . . . . . . . . . . . . . 84 normal hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413 nroff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 NSA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 numeric arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 nXML mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197, 218
O
Objective C mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 Octave mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 on-line manuals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 open file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 open-parenthesis in leftmost column . . . . . . . . . . 233 operating on files in Dired . . . . . . . . . . . . . . . . . . . . 340 operations on a marked region . . . . . . . . . . . . . . . . . 46 option, user . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 options (command line) . . . . . . . . . . . . . . . . . . . . . . . 469 other editors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 out of memory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 438 Outline mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 outline with multiple views . . . . . . . . . . . . . . . . . . . 211 outragedy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 overlays at character position . . . . . . . . . . . . . . . . . 220 override character terminal color support . . . . . 480 Overwrite mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403
P
page-at-a-time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 pages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 Paragraph-Indent Text mode . . . . . . . . . . . . . . . . . 207 paragraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 parentheses, displaying matches . . . . . . . . . . . . . . . 241 parentheses, moving across . . . . . . . . . . . . . . . . . . . 240 parenthesis in column zero and fontification . . . . 71 parenthetical groupings . . . . . . . . . . . . . . . . . . . . . . . 240 parts of the screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 paste . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156 pasting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 patches, editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 patches, sending . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 PC key bindings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 PC selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 PCL-CVS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 PDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 PDF file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 per-buffer variables . . . . . . . . . . . . . . . . . . . . . . . . . . . 414 per-directory local variables . . . . . . . . . . . . . . . . . . . 418 Perl mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232
N
narrowing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392 narrowing, and line number display . . . . . . . . . . . . 75 navigation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 net use, and printing on MS-Windows . . . . . . . 502 networked printers (MS-Windows) . . . . . . . . . . . . 502 newline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 newlines, hard and soft . . . . . . . . . . . . . . . . . . . . . . . 219 Next Error Follow mode . . . . . . . . . . . . . . . . . . . . . . 257 NFS and quitting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 nil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529
Concept Index
572
Perldb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 Persian calendar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 phases of the moon . . . . . . . . . . . . . . . . . . . . . . . . . . . 356 Pike mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249 point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 point location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 point location, on MS-DOS . . . . . . . . . . . . . . . . . . . 497 Polish . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Pong game . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 POP mailboxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333 position and size of Emacs frame . . . . . . . . . . . . . 480 Postscript file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 PostScript mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 prefix arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 prefix key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 preprocessor highlighting . . . . . . . . . . . . . . . . . . . . . 252 presidentagon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399 pretty-printer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 primary Rmail file . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 primary selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 printing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 printing files (in Dired) . . . . . . . . . . . . . . . . . . . . . . . 341 Printing package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 390 program building . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254 program editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 Prolog mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 prompt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 prompt, shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378 properbose . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 PS file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 puzzles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 Python mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232
Q
query replace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 quitting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 quitting (in search) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 quitting Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 quoting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 quoting file names . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
R
rar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 RCS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 read-only buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 read-only text, killing . . . . . . . . . . . . . . . . . . . . . . . . . . 52 reading mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 reading netnews . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371 rebinding keys, permanently . . . . . . . . . . . . . . . . . . 428 rebinding major mode keys . . . . . . . . . . . . . . . . . . . 422 rebinding mouse buttons . . . . . . . . . . . . . . . . . . . . . . 425 rebinding non-ASCII keys . . . . . . . . . . . . . . . . . . . . . 433 rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 rectangle highlighting . . . . . . . . . . . . . . . . . . . . . . . . . . 57 recursive copying . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 recursive deletion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 336
recursive editing level . . . . . . . . . . . . . . . . . . . . . . . . . 395 recycle bin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 redefining keys, this session . . . . . . . . . . . . . . . . . . . 421 redo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 references, LaTEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 Refill minor mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 refilling text, word processor style . . . . . . . . . . . . . 205 refreshing displayed files . . . . . . . . . . . . . . . . . . . . . . 345 RefTEX package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 regexp search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 region highlighting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 registered file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 registers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 Registry (MS-Windows) . . . . . . . . . . . . . . . . . . . . . . 484 registry, setting environment variables and resources on MS-Windows . . . . . . . . . . . . . . . . 477 regular expression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 related files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 252 reload files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 remember editing session . . . . . . . . . . . . . . . . . . . . . 395 remote file access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 remote host . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 remote host, debugging on . . . . . . . . . . . . . . . . . . . . 260 remove indentation . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 renaming files (in Dired) . . . . . . . . . . . . . . . . . . . . . . 340 repeating a command . . . . . . . . . . . . . . . . . . . . . . . . . . 25 replacement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 reply to a message . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 reporting bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 442 repository . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 reread a file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 resizing minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 resolving conflicts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288 resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 restore session . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 restriction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392 retrying a failed message . . . . . . . . . . . . . . . . . . . . . . 324 reverse order in POP inboxes . . . . . . . . . . . . . . . . . 334 reverse video, command-line argument . . . . . . . . 479 revision . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 revision ID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 revision ID in version control . . . . . . . . . . . . . . . . . 278 risky variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417 Rlogin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 Rmail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316 Rmail file sorting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 Romanian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 rot13 code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 Ruby mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 runemacs.exe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496 running a hook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413 running Lisp functions . . . . . . . . . . . . . . . . . . . . . . . . 254
S
saved echo area messages . . . . . . . . . . . . . . . . . . . . . . . 7
Concept Index
573
saving a setting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 407 saving file name in a register . . . . . . . . . . . . . . . . . . . 61 saving files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 saving keyboard macros . . . . . . . . . . . . . . . . . . . . . . 109 saving number in a register . . . . . . . . . . . . . . . . . . . . 61 saving position in a register . . . . . . . . . . . . . . . . . . . . 59 saving rectangle in a register . . . . . . . . . . . . . . . . . . . 60 saving sessions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 saving text in a register . . . . . . . . . . . . . . . . . . . . . . . . 59 saving window configuration in a register . . . . . . . 60 SCCS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273 screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 screen reader software, MS-Windows . . . . . . . . . . 505 script mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 471 Scroll Bar mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 Scroll-all mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 scrollbar width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 485 scrolling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 scrolling all windows . . . . . . . . . . . . . . . . . . . . . . . . . . 396 scrolling in the calendar . . . . . . . . . . . . . . . . . . . . . . 352 scrolling windows together . . . . . . . . . . . . . . . . . . . . 150 SDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 search and replace in multiple files . . . . . . . . . . . . 298 search and replace in multiple files (in Dired) . . 341 search for a regular expression . . . . . . . . . . . . . . . . . 85 search multiple files (in Dired) . . . . . . . . . . . . . . . . 341 search ring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 search-and-replace commands . . . . . . . . . . . . . . . . . . 92 searching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 searching Dired buffers . . . . . . . . . . . . . . . . . . . . . . . 336 searching documentation efficiently . . . . . . . . . . . . 35 searching in Rmail . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 searching multiple files via Dired . . . . . . . . . . . . . . 348 secondary selection . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 sections of manual pages . . . . . . . . . . . . . . . . . . . . . . 245 selected buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 selected window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 selecting buffers in other windows . . . . . . . . . . . . . 148 selection, primary . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 selective display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 selective undo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 self-documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 Semantic package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 248 sending mail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 sending patches for GNU Emacs . . . . . . . . . . . . . . 447 Sendmail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311 sentences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 server file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 386 server, using Emacs as . . . . . . . . . . . . . . . . . . . . . . . . 384 server-side fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 set buffer face height . . . . . . . . . . . . . . . . . . . . . . . . . . 70 setting a mark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 setting variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412 settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 404 settings, how to save . . . . . . . . . . . . . . . . . . . . . . . . . . 407 settings, how to set . . . . . . . . . . . . . . . . . . . . . . . . . . . 406 sexp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 SGML mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
shadow files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122 shell commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 374 shell commands, Dired . . . . . . . . . . . . . . . . . . . . . . . . 342 SHELL environment variable . . . . . . . . . . . . . . . . . . . 375 Shell mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376 shell scripts, and local file variables . . . . . . . . . . . 416 Shell-script mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 shelves in version control . . . . . . . . . . . . . . . . . . . . . 286 shift-selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45, 48 Show Paren mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241 showing hidden subdirectories (Dired) . . . . . . . . 345 shrink a table cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 shy group, in regexp . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 Simula mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 simulation of middle mouse button . . . . . . . . . . . . 500 simultaneous editing . . . . . . . . . . . . . . . . . . . . . . . . . . 121 single-frame terminals . . . . . . . . . . . . . . . . . . . . . . . . 168 site init file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 429 site-start.el file, not loading . . . . . . . . . . . . . . 472 site-start.el, the site startup file . . . . . . . . . . 429 size of minibuffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 skeletons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 slashes repeated in file name . . . . . . . . . . . . . . . . . . . 26 SliTEX mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 Slovak . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Slovenian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 slow display during scrolling . . . . . . . . . . . . . . . . . . . 71 Smerge mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 SMTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311 Snake . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 401 soft hyphen, display . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 soft newline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219 solitaire . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 sorting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 390 sorting Dired buffer . . . . . . . . . . . . . . . . . . . . . . . . . . 346 sorting Rmail file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 Spanish . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 specific version control system . . . . . . . . . . . . . . . . 279 specify default font from the command line . . . 479 specify end-of-line conversion . . . . . . . . . . . . . . . . . 182 specifying fullscreen for Emacs frame . . . . . . . . . 480 speedbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 spell-checking the active region . . . . . . . . . . . . . . . 101 spelling, checking and correcting . . . . . . . . . . . . . . 100 splash screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 472 split table cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 splitting columns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 standard colors on a character terminal . . . . . . . 480 standard fontset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186 start directory, MS-Windows . . . . . . . . . . . . . . . . . 496 start iconified, command-line argument . . . . . . . 483 starting Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 starting Emacs on MS-Windows . . . . . . . . . . . . . . 496 startup (command line arguments) . . . . . . . . . . . . 469 startup (init file) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428 startup fontset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186 startup message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 472 startup screen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
Concept Index
574
stashes in version control . . . . . . . . . . . . . . . . . . . . . 286 string substitution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 string syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 429 StudlyCaps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 StudlyCaps, making them readable . . . . . . . . . . . 247 style (for indentation) . . . . . . . . . . . . . . . . . . . . . . . . 238 subdirectories in Dired . . . . . . . . . . . . . . . . . . . . . . . 344 subprocesses on MS-Windows . . . . . . . . . . . . . . . . . 500 subscribe groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 subshell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 374 subtree (Outline mode) . . . . . . . . . . . . . . . . . . . . . . . 210 Subversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 summary (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325 summing time intervals . . . . . . . . . . . . . . . . . . . . . . . 368 sunrise and sunset . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 suspending . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 suspicious constructions in C, C++ . . . . . . . . . . . . 252 SVN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 switch buffers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 switches (command line) . . . . . . . . . . . . . . . . . . . . . . 469 symbolic links (creation in Dired) . . . . . . . . . . . . . 341 symbolic links (creation) . . . . . . . . . . . . . . . . . . . . . . 131 symbolic links (visiting) . . . . . . . . . . . . . . . . . . . . . . 126 synchronizing windows . . . . . . . . . . . . . . . . . . . . . . . . . 66 syntax highlighting and coloring . . . . . . . . . . . . . . . 70 syntax of regexps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 syntax table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428
T
t............................................. tab stops . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table column commands . . . . . . . . . . . . . . . . . . . . . . table creation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table dimensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table for HTML and LaTeX . . . . . . . . . . . . . . . . . . table in language format . . . . . . . . . . . . . . . . . . . . . . table mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table recognition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . table row commands . . . . . . . . . . . . . . . . . . . . . . . . . . table to text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tables, indentation for . . . . . . . . . . . . . . . . . . . . . . . . tabs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tags and tag tables . . . . . . . . . . . . . . . . . . . . . . . . . . . tags, C++ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tags-based completion . . . . . . . . . . . . . . . . . . . . . . . . Tar mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tcl mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . techniquitous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Telnet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TERM environment variable . . . . . . . . . . . . . . . . . . . . Term mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . terminal emulators, mouse support . . . . . . . . . . . terminal, serial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . termscript file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tetris . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TEX encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529 196 228 226 230 231 231 225 226 228 229 196 194 291 291 247 132 232 400 383 197 443 382 168 383 443 401 217
TEX mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 TEXEDIT environment variable . . . . . . . . . . . . . . . . 384 TEXINPUTS environment variable . . . . . . . . . . . . . . 215 text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 text and binary files on MS-DOS/MS-Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497 text colors, from command line . . . . . . . . . . . . . . . 479 Text mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 text properties at point . . . . . . . . . . . . . . . . . . . . . . . 171 text properties of characters . . . . . . . . . . . . . . . . . . 220 text to table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 229 text-based tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 225 text-based tables, split a cell . . . . . . . . . . . . . . . . . . 227 text/enriched MIME format . . . . . . . . . . . . . . . . . . 219 Thai . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 Tibetan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 time (on mode line) . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 time intervals, summing . . . . . . . . . . . . . . . . . . . . . . 368 time stamps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 timeclock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368 TLS encryption (Rmail) . . . . . . . . . . . . . . . . . . . . . . 334 toggling marks (in Dired) . . . . . . . . . . . . . . . . . . . . . 339 tool bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 486 Tool Bar mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 tooltips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43, 167 tooltips with GUD . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 top level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 tower of Hanoi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 TPU . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 trailing whitespace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 Tramp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 Transient Mark mode . . . . . . . . . . . . . . . . . . . . . . . . . . 48 transposition of expressions . . . . . . . . . . . . . . . . . . . 239 trash . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 triple clicks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 426 truenames of files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 truncation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22, 77 trunk (version control) . . . . . . . . . . . . . . . . . . . . . . . . 287 Turkish . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 turn multibyte support on or off . . . . . . . . . . . . . . 172 two directories (in Dired) . . . . . . . . . . . . . . . . . . . . . 340 two-column editing . . . . . . . . . . . . . . . . . . . . . . . . . . . 393 types of log file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276 typos, fixing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
U
unbalanced parentheses and quotes . . . . . . . . . . . 238 uncompression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 undecided, coding system . . . . . . . . . . . . . . . . . . . . 178 undeletion (Rmail) . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 undigestify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 undisplayable characters . . . . . . . . . . . . . . . . . . . . . . 170 undo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 undo limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 undoing window configuration changes . . . . . . . . 150 Unibyte operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 unibyte operation, and Lisp files . . . . . . . . . . . . . . 172
Concept Index
575
Unicode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17, 170 unique buffer names . . . . . . . . . . . . . . . . . . . . . . . . . . 144 unmarking files (in Dired) . . . . . . . . . . . . . . . . . . . . 338 unsubscribe groups . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 untranslated file system . . . . . . . . . . . . . . . . . . . . . . . 497 unused lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 unzip archives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 upcase file names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 updating Dired buffer . . . . . . . . . . . . . . . . . . . . . . . . 345 URL, viewing in help . . . . . . . . . . . . . . . . . . . . . . . . . . 40 URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 URLs, activating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 use-hard-newlines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219 user name for remote file access . . . . . . . . . . . . . . . 133 user option . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 user options, how to set . . . . . . . . . . . . . . . . . . . . . . 406 userenced . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400 using tab stops in making tables . . . . . . . . . . . . . . 196 usual erasure key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 436 UTF-8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
V
variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 variable pitch mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 variables, how to set . . . . . . . . . . . . . . . . . . . . . . . . . . 406 version control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273 version control log . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276 VERSION_CONTROL environment variable . . . . . . . 119 vertical scroll bars, command-line argument . . . 483 VHDL mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 vi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 Vietnamese . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 View mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 viewing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 viewing web pages in help . . . . . . . . . . . . . . . . . . . . . 40 views of an outline . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 visiting files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 visiting files, command-line argument . . . . . . . . . 469 Visual Line mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
widening . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392 widgets at buffer position . . . . . . . . . . . . . . . . . . . . . 220 width and height of Emacs frame . . . . . . . . . . . . . 480 width of the scroll bar . . . . . . . . . . . . . . . . . . . . . . . . 165 wildcard characters in file names . . . . . . . . . . . . . . 114 Windmove package . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 window configuration changes, undoing . . . . . . . 150 window manager, keys stolen by . . . . . . . . . . . . . . . 11 windows in Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 Windows system menu . . . . . . . . . . . . . . . . . . . . . . . 500 windows, synchronizing . . . . . . . . . . . . . . . . . . . . . . . . 66 Winner mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 word processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 word search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 word wrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22, 78, 205 words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 words, case conversion . . . . . . . . . . . . . . . . . . . . . . . . 206 WordStar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396 work file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274 World Wide Web . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 wrapping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 WYSIWYG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218
X
X cutting and pasting . . . . . . . . . . . . . . . . . . . . . . . . X defaults file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X input methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X Logical Font Description . . . . . . . . . . . . . . . . . . . X resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X resources file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . XDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . XIM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . XLFD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . XML schema . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xterm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 159 486 161 484 159 154 259 486 161 218 168
Y
yahrzeits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 360 yanking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 yanking and text properties . . . . . . . . . . . . . . . . . . . . 53 yanking previous kills . . . . . . . . . . . . . . . . . . . . . . . . . . 54
W
Watching expressions in GDB . . . . . . . . . . . . . . . . 267 wdired mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 Web . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 web pages, viewing in help . . . . . . . . . . . . . . . . . . . . . 40 weeks, which day they start on . . . . . . . . . . . . . . . 351 wheel, mouse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 whitespace, trailing . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 wide block cursor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
Z
zip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 Zippy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 401 Zmacs mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 zoo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132