At 06:11 PM 6/13/2003 -0700, you wrote: >The book was probably written for emacs 19 and you are probably using >emacs 20. In emacs 20 indented-text-mode is just an alias for text-mode. >There is no indented-text-mode, and no indented-text-mode-map. Try: > > (define-key text-mode-map "\C-m" 'newline-and-indent) > >Andru That did it. Thanks! -Rob