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

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

Re: Return doesn't work any more


From: Edward O'Connor
Subject: Re: Return doesn't work any more
Date: Fri, 16 May 2003 17:01:11 -0700
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (berkeley-unix)

>   ;;; Ctrl-M for _m_y personal shortcuts (as a test)
>   (global-unset-key "\C-m")
>   (global-set-key "\C-ml" 'goto-line)
>   (global-set-key "\C-mg" 'goto-line)
>   (global-set-key "\C-mf" 'flyspell-mode)

FYI, sequences of the form C-c <letter> are reserved for the user (you),
so it doesn't make much sense to use C-m here.

-- 
Edward O'Connor
oconnor@soe.ucsd.edu


reply via email to

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