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: Matt Knowles
Subject: RE: C-m mapping fails occasionally
Date: Mon, 27 May 2002 14:52:53 -0500

(lookup-key global-map "\C-m")
mat-newline

Anything else I can do to help?  Are y'all able to recreate the problem?
When I open a *scratch* buffer, type something on the first line to make
indent-relative-maybe not automatically indent some (strange behavior it
seems, to indent when the previous line is blank) and hold down the <Return>
key, the problem appears before I scroll off the page...

Matt

-----Original Message-----
From: Andreas Schwab [mailto:address@hidden
Sent: Monday, May 27, 2002 2:50 PM
To: Matt Knowles
Cc: 'address@hidden'; address@hidden
Subject: Re: C-m mapping fails occasionally


Matt Knowles <address@hidden> writes:

|> (lookup-key (current-local-map) "\C-m")
|> nil
|> 
|> (lookup-key (global-map) "\C-m")

That should be

     (lookup-key global-map "\C-m")

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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