emacs-devel
[Top][All Lists]
Advanced

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

Re: C-m mapping fails occasionally


From: Richard Stallman
Subject: Re: C-m mapping fails occasionally
Date: Wed, 29 May 2002 10:26:23 -0600 (MDT)

    Yeah, the whole point was that my re-mapping would only work for a while,
    then would quit working.

It looks like the global binding that you set up still exists.
How about evaluating

(key-binding "\C-m")

which will show which binding Emacs actually sees for C-m?

Also try

(mapcar (lambda (map) (cons map (lookup-key map "\C-m")))
        (current-active-maps))



reply via email to

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