emacs-devel
[Top][All Lists]
Advanced

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

Re: Key-binding clash between gnus and calc


From: Andreas Schwab
Subject: Re: Key-binding clash between gnus and calc
Date: Tue, 22 Nov 2005 22:35:35 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

"Robert J. Chassell" <address@hidden> writes:

> I did a recursive grep for `M-+' starting at emacs/ 
>
>     (igrep "grep" "M\\-\\+" (quote ("*")) "-i")

You won't find bindings in esc-map this way.

> Also, I did a recursive grep for `C-x C-,' starting at emacs/.  The
> key is not bound or noted anywhere.
>
>     (igrep "grep" "\\C\\-x\\C\\-,"(quote ("*")) "-i")

You can never find a binding for C-x C-, this way.  There are many ways to
spell it, but this is not one of them.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP 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]