Gnus development mailing list
 help / color / mirror / Atom feed
* spam.el binds too many keys to `gnus-summary-mark-as-spam'
@ 2008-03-30 12:00 Reiner Steib
  2008-03-31 14:09 ` Ted Zlatanov
  0 siblings, 1 reply; 7+ messages in thread
From: Reiner Steib @ 2008-03-30 12:00 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: ding

Hi,

`gnus-summary-mark-as-spam' is bound to M-d, S x, and M s x.  What a
waste of key bindings!  ;-)

(gnus-define-keys gnus-summary-mode-map
  "St" spam-generic-score
  "Sx" gnus-summary-mark-as-spam
  "Mst" spam-generic-score
  "Msx" gnus-summary-mark-as-spam
  "\M-d" gnus-summary-mark-as-spam)

I think each command (gnus-summary-mark-as-spam and
spam-generic-score) should have only _one_ binding by default.  If the
user wants a shorter one, (s)he can always use the user-reserved keys
(Emacs: `C-c [A-Za-z]', Gnus: `v ...').

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-04-23 17:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-30 12:00 spam.el binds too many keys to `gnus-summary-mark-as-spam' Reiner Steib
2008-03-31 14:09 ` Ted Zlatanov
2008-04-01  8:44   ` Johan Bockgård
2008-04-20 12:32     ` Reiner Steib
2008-04-21 16:46       ` Ted Zlatanov
2008-04-21 17:06         ` Reiner Steib
2008-04-23 17:58           ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).