Learning GNU Emacs by Debra Cameron, Bill Rosenblatt, and Eric Raymond Following are the changes made in the 6/99 reprint: (xxi) The text before the figure: "Type: emacs myfile," "myfile" is now in italics rather than bold. (89) 4th line, ~/novel/memos; now reads: ~/novel/memo; (183) Table 6-9, column 1, line -4: "Exit without savingx" now reads: "Exit without saving" {266} Table 9-4, column 1: "TEX" (with the low "E") now reads "TeX" (the menu bar uses "TeX"). {387} First code block, first line read: (add-hook mode-name-hook it now reads: (add-hook 'mode-name- hook and the first line of the third code block read: (add-hook edit-picture-hook it now reads: (add-hook 'edit-picture-hook {388} Middle of the page, first line of code read: (add-hook nroff-mode-hook it now reads: (add-hook 'nroff-mode-hook {389} First line of code read: (add-hook c-mode-hook it now reads: (add-hook 'c-mode-hook and the second code block began: (add-hook c++-mode-hook it now reads: (add-hook 'c++-mode-hook {390 First line of code read: (add-hook c++-mode-hook it now reads: (add-hook 'c++-mode-hook and the second code block began: (add-hook c-mode-hook it now reads: (add-hook 'c-mode-hook {391} 4th line read: (add-hook c-mode-hook it now reads: (add-hook 'c-mode-hook {469} 2nd bullet item, second sentence: A few commands . . . ESC : (for open-dribble-file "filename") saves . . . , and ESC : (for open-termscript "filename") saves . . . . It now reads: A few commands . . . ESC : (open-dribble-file "filename") saves . . . , and ESC : (open-termscript "filename") saves . . . .