Gnus development mailing list
 help / color / mirror / Atom feed
* PATCH: Bind B-backspace in XEmacs
@ 2015-11-08 17:21 Michael Sperber
  2015-11-09  1:59 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Sperber @ 2015-11-08 17:21 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]


Here's another little patch for XEmacs, intent hopefully clear.  It'd
be great if somebody could push this!

-- 
Regards,
Mike

[-- Attachment #2: Type: text/plain, Size: 855 bytes --]

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7a244eb..290e29e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-08  Michael Sperber  <mike@xemacs.org>
+
+	* gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
+	`gnus-summary-delete-article` in a way that also works on XEmacs.
+
 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* auth-source.el: Revert.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index d4ca655..be0554f 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -2220,6 +2220,7 @@ increase the score of each group you read."
   "\M-\C-e" gnus-summary-expire-articles-now
   "\177" gnus-summary-delete-article
   [delete] gnus-summary-delete-article
+  [backspace] gnus-summary-delete-article
   "m" gnus-summary-move-article
   "r" gnus-summary-respool-article
   "w" gnus-summary-edit-article

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

* Re: PATCH: Bind B-backspace in XEmacs
  2015-11-08 17:21 PATCH: Bind B-backspace in XEmacs Michael Sperber
@ 2015-11-09  1:59 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2015-11-09  1:59 UTC (permalink / raw)
  To: Michael Sperber; +Cc: ding

On Sun, 08 Nov 2015 18:21:36 +0100, Michael Sperber wrote:
> Here's another little patch for XEmacs, intent hopefully clear.  It'd
> be great if somebody could push this!
[...]
> +2015-11-08  Michael Sperber  <mike@xemacs.org>
> +
> +	* gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
> +	`gnus-summary-delete-article` in a way that also works on XEmacs.
> +

Committed (Gnus and Emacs trunks).  Thanks!



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

end of thread, other threads:[~2015-11-09  1:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-08 17:21 PATCH: Bind B-backspace in XEmacs Michael Sperber
2015-11-09  1:59 ` Katsumi Yamaoka

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