GNU bug report logs - #9802
23.3; missing key binding for rmail-summary-by-senders in Rmail [PATCH]

Previous Next

Package: emacs;

Reported by: mark.lillibridge <at> hp.com

Date: Thu, 20 Oct 2011 03:07:02 UTC

Severity: minor

Tags: patch

Found in version 23.3

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9802 in the body.
You can then email your comments to 9802 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#9802; Package emacs. (Thu, 20 Oct 2011 03:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to mark.lillibridge <at> hp.com:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 20 Oct 2011 03:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mark Lillibridge <mark.lillibridge <at> hp.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.3;
	missing key binding for rmail-summary-by-senders in Rmail [PATCH]
Date: Wed, 19 Oct 2011 20:04:15 -0700
Compare the key bindings in Rmail summary mode:

C-M-f		rmail-summary-by-senders
C-M-h		rmail-summary
C-M-l		rmail-summary-by-labels
C-M-n		rmail-summary-next-labeled-message
C-M-p		rmail-summary-previous-labeled-message
C-M-r		rmail-summary-by-recipients
C-M-s		rmail-summary-by-regexp
C-M-t		rmail-summary-by-topic

to those of Rmail mode:

C-M-h		rmail-summary
C-M-l		rmail-summary-by-labels
C-M-n		rmail-next-labeled-message
C-M-p		rmail-previous-labeled-message
C-M-r		rmail-summary-by-recipients
C-M-s		rmail-summary-by-regexp
C-M-t		rmail-summary-by-topic

You'll notice that a binding for C-M-f to rmail-summary-by-senders
(added recently) is missing from Rmail mode.

(C-M-f is normally bound to forward-sexp, which is not very useful in
Rmail mode.)


A simple patch to fix this is:

ts-rhel5 [128]% ( setenv LC_ALL C ; setenv TZ UTC0 ; diff -Naur original-rmail.el rmail.el )
--- original-rmail.el   2011-02-23 23:23:08.000000000 +0000
+++ rmail.el    2011-10-20 02:51:29.845136000 +0000
@@ -1018,6 +1018,7 @@
     (define-key map "\e\C-l" 'rmail-summary-by-labels)
     (define-key map "\e\C-r" 'rmail-summary-by-recipients)
     (define-key map "\e\C-s" 'rmail-summary-by-regexp)
+    (define-key map "\e\C-f" 'rmail-summary-by-senders)
     (define-key map "\e\C-t" 'rmail-summary-by-topic)
     (define-key map "m"      'rmail-mail)
     (define-key map "\em"    'rmail-retry-failure)

- Mark
PS, rmail-summary-by-senders does not appear to be documented in the
documentation for rmail-summary-mode or rmail-mode; you may want to fix
that as well.




Reply sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
You have taken responsibility. (Fri, 28 Oct 2011 02:53:02 GMT) Full text and rfc822 format available.

Notification sent to mark.lillibridge <at> hp.com:
bug acknowledged by developer. (Fri, 28 Oct 2011 02:53:02 GMT) Full text and rfc822 format available.

Message #10 received at 9802-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: mark.lillibridge <at> hp.com
Cc: 9802-done <at> debbugs.gnu.org
Subject: Re: bug#9802: 23.3;
	missing key binding for rmail-summary-by-senders in Rmail [PATCH]
Date: Thu, 27 Oct 2011 22:50:43 -0400
> You'll notice that a binding for C-M-f to rmail-summary-by-senders
> (added recently) is missing from Rmail mode.
[...]
> A simple patch to fix this is:

Thanks, installed,


        Stefan




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 25 Nov 2011 12:24:02 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.