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: Jay Belanger
Subject: Re: Key-binding clash between gnus and calc
Date: Tue, 15 Nov 2005 11:16:54 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Sascha Wilde <address@hidden> writes:

> `M-#' is normally bound to `calc-dispatch', but in gnus it's bound to
> `gnus-topic-unmark-topic' in groups buffer, to
> `gnus-summary-unmark-as-processable' in summary and article buffer.
>
> I don't know which of them has the "older rights" to use this binding,
> but anyway, to a regular user of both, gnus and calc (as me for
> instance) the current state is quite inconvenient.

As me for another example.
Gnus has been part of Emacs longer, so if either one has rights, it
would be gnus.  However, gnus uses it only in gnus buffers, while Calc
tries to use it globally.  I don't know if there are any conventions
for global keybindings like there are for major and minor mode
keybindings, or where M-# would fit.  Rebinding it in your init file
may be convenient,
(global-set-key "\C-cm" 'calc-dispatch)
or somesuch.

Jay




reply via email to

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