]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate key definitions from keymaps
authorRobert Pluim <rpluim@gmail.com>
Tue, 2 Aug 2022 12:20:42 +0000 (14:20 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 2 Aug 2022 12:29:43 +0000 (14:29 +0200)
* lisp/gnus/gnus-srvr.el (gnus-browse-mode-map): Remove binding for
'gnus-browse-prev-map'.
* lisp/gnus/gnus-sum.el (gnus-summary-mode-map): Remove
'gnus-summary-down-thread' binding, and by symmetry
'gnus-summary-up-thread' (it's still available on "T-u").
* lisp/ibuffer.el (ibuffer-mode-map): Remove binding for
'ibuffer-mark-for-delete'.
* lisp/wdired.el (wdired-perm-mode-map): Remove duplicate binding of
"s" to 'wdired-set-bit'.

* etc/NEWS: Announce 'gnus-summary-up-thread' change.

etc/NEWS
lisp/gnus/gnus-srvr.el
lisp/gnus/gnus-sum.el
lisp/ibuffer.el
lisp/wdired.el

index 475ceeb396d3420e3510d040886711eef5b6ce08..be0e65ee15b2452a96aa89a2e5267a699f472bf6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1644,6 +1644,12 @@ Message, referred to as 'gnus-summary-tool-bar-retro',
 well as the icons used), and the "Gnome" tool bars are now the only
 pre-defined toolbars.
 
+---
+*** 'gnus-summary-up-thread' and 'gnus-summary-down-thread' bindings removed.
+The 'gnus-summary-down-thread' binding to "M-C-d" was shadowed by
+'gnus-summary-read-document', and these commands are also available on
+"T-u" and "T-d" respectively.
+
 ---
 *** Gnus now uses a variable-pitch font in the headers by default.
 To get the monospace font back, you can put something like the
index a520bfcd8b1ac096c28207f5426322a23f17398b..54be0f8e6a0392b77982c89424940977b9d6c101 100644 (file)
@@ -699,7 +699,6 @@ claim them."
   "n" #'gnus-browse-next-group
   "p" #'gnus-browse-prev-group
   "DEL" #'gnus-browse-prev-group
-  "<delete>" #'gnus-browse-prev-group
   "N" #'gnus-browse-next-group
   "P" #'gnus-browse-prev-group
   "M-n" #'gnus-browse-next-group
index bf2a083fec04423fd45ba9656bbce70bc3b6c77d..90b57695c57f322970721284aa399fec04bcb76f 100644 (file)
@@ -1958,8 +1958,6 @@ increase the score of each group you read."
   "C-M-b" #'gnus-summary-prev-thread
   "M-<down>" #'gnus-summary-next-thread
   "M-<up>" #'gnus-summary-prev-thread
-  "C-M-u" #'gnus-summary-up-thread
-  "C-M-d" #'gnus-summary-down-thread
   "&" #'gnus-summary-execute-command
   "c" #'gnus-summary-catchup-and-exit
   "C-w" #'gnus-summary-mark-region-as-read
index 742d21d0b0fccaf022d098e633b9f2e19e113f45..65430d7d11ab1eabe68513a12f7f1dfc12b3f135 100644 (file)
@@ -447,7 +447,6 @@ directory, like `default-directory'."
 
   "d"           #'ibuffer-mark-for-delete
   "C-d"         #'ibuffer-mark-for-delete-backwards
-  "k"           #'ibuffer-mark-for-delete
   "x"           #'ibuffer-do-kill-on-deletion-marks
 
   ;; immediate operations
index a5858ed190e7e0097268e91725ef0c1b32b6e6f0..106d57174d564faa3beb5473580fab27584892ad 100644 (file)
@@ -902,7 +902,6 @@ Like original function but it skips read-only words."
   "x"   #'wdired-set-bit
   "-"   #'wdired-set-bit
   "S"   #'wdired-set-bit
-  "s"   #'wdired-set-bit
   "T"   #'wdired-set-bit
   "t"   #'wdired-set-bit
   "s"   #'wdired-set-bit