unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* C-m mapping fails occasionally
@ 2002-05-21 14:22 Matt Knowles
  2002-05-22 22:27 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Knowles @ 2002-05-21 14:22 UTC (permalink / raw)


(fset 'mat-newline
"^[xnewline^M^[xindent-relative-maybe^M.^A^@^S.^B^[xuntabify^M^D")
(global-unset-key "\C-m")
(global-set-key "\C-m" 'mat-newline)

Occasionally, C-m quits doing anything and I am forced to exit emacs and run
it again to get C-m to work again.

Matt Knowles

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: C-m mapping fails occasionally
  2002-05-21 14:22 C-m mapping fails occasionally Matt Knowles
@ 2002-05-22 22:27 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-05-22 22:27 UTC (permalink / raw)
  Cc: bug-gnu-emacs

    Occasionally, C-m quits doing anything and I am forced to exit emacs and run
    it again to get C-m to work again.

When this happens, would you please evaluate
(lookup-key (global-map "\C-m")
(lookup-key (current-local-map) "\C-m")
and see if the binding of C-m is still as you set it up?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-22 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-21 14:22 C-m mapping fails occasionally Matt Knowles
2002-05-22 22:27 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).