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

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

Return doesn't work any more


From: Karl Voit
Subject: Return doesn't work any more
Date: Fri, 16 May 2003 00:41:37 +0200
User-agent: slrn/0.9.7.4 (Linux)

Hi!

When I add the lines

  ;;; 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)

to my .emacs, there's only 'RET' in the line at the bottom instead of
a simple return in the buffer currently edited.

Why does this affect the return-key and how do I get my custom
shortcuts without harming my enter-key?

TNX

-- 
Karl VOIT, Graz University of Technology (Austria/Europe)


reply via email to

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