help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indentation.


From: Sam Peterson
Subject: Re: Indentation.
Date: Fri, 27 Oct 2006 11:58:16 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

>>>>> "Sam" == Sam Peterson <skpeterson@nospam.please.ucdavis.edu> writes:

    > (global-set-key "\C-m" 'newline-and-indent)
    > (global-set-key "\C-m" 'newline)

Woops!  That second line should be:

(global-set-key "\C-j" 'newline)

There.

-- 
Sam Peterson
skpeterson At nospam ucdavis.edu
"if programmers were paid to remove code instead of adding it,
software would be much better" -- unknown


reply via email to

[Prev in Thread] Current Thread [Next in Thread]