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: Robert J. Chassell
Subject: Re: Key-binding clash between gnus and calc
Date: Tue, 22 Nov 2005 21:06:23 +0000 (UTC)

I did a recursive grep for `M-+' starting at emacs/ 

    (igrep "grep" "M\\-\\+" (quote ("*")) "-i")

The key does not appear bound to any command although
lisp/term/iris-ansi.el does make sure it is in 
the function-key-map.

    (define-key function-key-map "\e[201q" [?\M-+])

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")

It would be easier to start Emacs Calc mode with `M-+ M-+' than `C-x
C-, C-,' but `C-x C-, g' is easier to type on my keyboard than `M-+ g'

-- 
    Robert J. Chassell                         
    address@hidden                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc




reply via email to

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