[Top][All Lists]
[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."
- Re: Key-binding clash between gnus and calc, (continued)
- Re: Key-binding clash between gnus and calc, Jay Belanger, 2005/11/24
- Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/25
- Re: Key-binding clash between gnus and calc, Jay Belanger, 2005/11/25
- Re: Key-binding clash between gnus and calc, Juri Linkov, 2005/11/27
- Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/27
- Re: Key-binding clash between gnus and calc, Juri Linkov, 2005/11/24
- Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/25
- Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/23
- Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/22
- Re: Key-binding clash between gnus and calc, Robert J. Chassell, 2005/11/22
- Re: Key-binding clash between gnus and calc,
Andreas Schwab <=
- Re: Key-binding clash between gnus and calc, Juri Linkov, 2005/11/23
- Re: Key-binding clash between gnus and calc, Jay Belanger, 2005/11/23
- Re: Key-binding clash between gnus and calc, Juri Linkov, 2005/11/23
- Re: Key-binding clash between gnus and calc, Robert J. Chassell, 2005/11/23
- Re: Key-binding clash between gnus and calc, Ryan Yeske, 2005/11/20
- Re: Key-binding clash between gnus and calc, David Kastrup, 2005/11/21
- Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/21
- Re: Key-binding clash between gnus and calc, Richard M. Stallman, 2005/11/21
- Re: Key-binding clash between gnus and calc, Jay Belanger, 2005/11/21
Re: Key-binding clash between gnus and calc, Jay Belanger, 2005/11/15