| Index Entry | Section |
|
% | | |
| % (remainder function) | C.2.1 Side Trip: Compute a Remainder |
|
( | | |
| (debug) in code | 17.3 debug-on-quit and (debug) |
|
* | | |
| * (multiplication) | 3.1 The defun Special Form |
| * for read-only buffer | A Read-only Buffer |
| `*scratch*' buffer | 11.1.2 An Example: print-elements-of-list |
|
. | | |
| `.emacs' file | 16. Your `.emacs' File |
| `.emacs' file, beginning of | 16.3 Beginning a `.emacs' File |
|
/ | | |
| / (division) | What happens in a large buffer |
|
< | | |
| <= (less than or equal) | The parts of the function definition |
|
> | | |
| > (greater than) | if in more detail |
|
A | | |
| Accumulate, type of recursive pattern | Recursive Pattern: accumulate |
| add-hook | 16.4 Text and Auto Fill Mode |
| and | The kill-new function |
| and | The let* expression |
| and, introduced | The kill-new function |
| Anonymous function | C.4.3 A lambda Expression: Useful Anonymity |
| append-to-buffer | 4.4 The Definition of append-to-buffer |
| apply | Printing the Columns of a Graph |
| apropos | Printing the Columns of a Graph |
| Argument as local variable | Putting the function definition together |
| `argument' defined | 1.8 Arguments |
| `argument list' defined | 3.1 The defun Special Form |
| Argument, wrong type of | 1.8.4 Using the Wrong Type Object as an Argument |
| Arguments | 1.8 Arguments |
| Arguments' data types | 1.8.1 Arguments' Data Types |
| Arguments, variable number of | 1.8.3 Variable Number of Arguments |
| Asterisk for read-only buffer | A Read-only Buffer |
| Auto Fill mode turned on | 16.4 Text and Auto Fill Mode |
| autoload | 16.10 Autoloading |
| Automatic mode selection | 16.4 Text and Auto Fill Mode |
| Axis, print horizontal | C.3 The print-X-axis Function |
| Axis, print vertical | C.2 The print-Y-axis Function |
|
B | | |
| beginning-of-buffer | 5.3 Complete Definition of beginning-of-buffer |
| `bind' defined | 1.9 Setting the Value of a Variable |
| `body' defined | 3.1 The defun Special Form |
| Body of graph | 15. Readying a Graph |
| Buffer size | 2.4 Buffer Size and the Location of Point |
| Buffer, history of word | 2.1 Buffer Names |
| buffer-file-name | 2.1 Buffer Names |
| buffer-menu, bound to key | 16.7 Some Keybindings |
| buffer-name | 2.1 Buffer Names |
| Bug, most insidious type | C.4.5 Another Bug ... Most Insidious |
| Building robots | 11.3.1 Building Robots: Extending the Metaphor |
| Building Tags in the Emacs sources | Building Tags in the Emacs sources |
| Byte compiling | 1.5.1 Byte Compiling |
|
C | | |
| C language primitives | An Aside about Primitive Functions |
| C, a digression into | 8.3 delete-and-extract-region : Digressing into C |
| `call' defined | 2.3 Switching Buffers |
| cancel-debug-on-entry | 17.2 debug-on-entry |
| car, introduced | 7. car , cdr , cons : Fundamental Functions |
| cdr, introduced | 7. car , cdr , cons : Fundamental Functions |
| Changing a function definition | 3.2.1 Change a Function Definition |
| Chest of Drawers, metaphor for a symbol | 9.1 Symbols as a Chest of Drawers |
| Clipping text | 8. Cutting and Storing Text |
| Code installation | 3.5 Install Code Permanently |
| `command' defined | How to Evaluate |
| Comments in Lisp code | 3.2.1 Change a Function Definition |
| Common Lisp | Lisp History |
| compare-windows | 16.7 Some Keybindings |
| concat | 1.8.1 Arguments' Data Types |
| cond | 11.3.5 Recursion Example Using cond |
| condition-case | 8.2.1 condition-case |
| Conditional 'twixt two versions of Emacs | 16.11 A Simple Extension: line-to-top-of-window |
| Conditional with if | 3.7 The if Special Form |
| cons, example | The kill-new function |
| cons, introduced | 7.2 cons |
| copy-region-as-kill | 8.5 copy-region-as-kill |
| copy-to-buffer | 5.1 The Definition of copy-to-buffer |
| Count words recursively | 13.2 Count Words Recursively |
| count-words-in-defun | 14.3 The count-words-in-defun Function |
| count-words-region | 13.1 The count-words-region Function |
| Counting | 1.9.3 Counting |
| Counting words in a defun | 14. Counting Words in a defun |
| Counting words in a defun | 14.3 The count-words-in-defun Function |
| current-buffer | 2.2 Getting Buffers |
| Customizing your `.emacs' file | 16. Your `.emacs' File |
| Cutting and storing text | 8. Cutting and Storing Text |
|
D | | |
| Data types | 1.8.1 Arguments' Data Types |
| debug | 17.1 debug |
| debug-on-entry | 17.2 debug-on-entry |
| debug-on-quit | 17.3 debug-on-quit and (debug) |
| debugging | 17. Debugging |
| default-mode-line-format | 16.14 A Modified Mode Line |
| `default.el' init file | 16.1 Site-wide Initialization Files |
| defcustom | 16.2 Specifying Variables using defcustom |
| Deferment in recursion | 11.3.7 Recursion without Deferments |
| Defermentless solution | 11.3.8 No Deferment Solution |
| Definition installation | 3.2 Install a Function Definition |
| Definition writing | 3. How To Write Function Definitions |
| Definition, how to change | 3.2.1 Change a Function Definition |
| defun | 3.1 The defun Special Form |
| defvar | 8.4 Initializing a Variable with defvar |
| defvar for a user customizable variable | 8.4.1 defvar and an asterisk |
| defvar with an asterisk | 8.4.1 defvar and an asterisk |
| delete-and-extract-region | 8.2.2 delete-and-extract-region |
| delete-and-extract-region | 8.3 delete-and-extract-region : Digressing into C |
| Deleting text | 8. Cutting and Storing Text |
| describe-function | 4.2 A Simplified beginning-of-buffer Definition |
| describe-function, introduced | 4.1 Finding More Information |
| Digression into C | 8.3 delete-and-extract-region : Digressing into C |
| directory-files | 14.9.2 Making a List of Files |
| Division | What happens in a large buffer |
| dolist | The dolist Macro |
| dotimes | The dotimes Macro |
| Drawers, Chest of, metaphor for a symbol | 9.1 Symbols as a Chest of Drawers |
| Duplicated words function | A. The the-the Function |
|