[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: C-m mapping fails occasionally
From: |
Matt Knowles |
Subject: |
RE: C-m mapping fails occasionally |
Date: |
Mon, 27 May 2002 08:51:40 -0500 |
(lookup-key (current-local-map) "\C-m")
nil
(lookup-key (global-map) "\C-m")
*mini-buffer message:
Symbol's function definition is void: global-map
Hope this helps.
Matt
-----Original Message-----
From: Richard Stallman [mailto:address@hidden
Sent: Friday, May 24, 2002 4:12 PM
To: address@hidden
Cc: address@hidden
Subject: Re: C-m mapping fails occasionally
I'm not sure how to evaluate (lookup-key ....),
Type the expression in *scratch* and then type C-j.
but when I attempted to
M-x
describe-key C-m I got the following message, perhaps it will be
helpful.
#<EMACS BUG: INVALID DATATYPE (#o37777777743) Save your buffers
immediately
and please report this bug>
That is really bizarre. It suggests that some data is not merely
wrong for where it is, but totally wrong for Emacs Lisp.
Can someone on emacs-devel work with MattK to investigate this with
GDB?
From: Matt Knowles <address@hidden>
To: "'address@hidden'" <address@hidden>
Subject: RE: C-m mapping fails occasionally
Date: Wed, 22 May 2002 17:35:00 -0500
Forgive my ignorance, and might I also say it's an honor to corresponde with
you...
I'm not sure how to evaluate (lookup-key ....), but when I attempted to M-x
describe-key C-m I got the following message, perhaps it will be helpful.
#<EMACS BUG: INVALID DATATYPE (#o37777777743) Save your buffers immediately
and please report this bug>
If you still would like the results of "evaluate (lookup-key...", please
send me instructions on how to do this directly while inside emacs.
Thanks for your response,
Matt Knowles
-----Original Message-----
From: Richard Stallman [mailto:address@hidden
Sent: Wednesday, May 22, 2002 5:28 PM
To: address@hidden
Cc: address@hidden
Subject: Re: C-m mapping fails occasionally
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?