unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54672: [PATCH] Add S-SPC key sequence
@ 2022-04-01 18:43 August Feng
  2022-04-02 14:02 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: August Feng @ 2022-04-01 18:43 UTC (permalink / raw)
  To: 54672

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

Hello! Is this patch OK? Thanks!

[-- Attachment #2: 0001-Add-S-SPC-key-sequence-to-bookmark-bmenu-mode-map.patch --]
[-- Type: application/octet-stream, Size: 735 bytes --]

From 1f05af254da1c5c2413a8a75fdb5e7c970c7be92 Mon Sep 17 00:00:00 2001
From: August Feng <au.fengster@gmail.com>
Date: Fri, 1 Apr 2022 14:31:15 -0400
Subject: [PATCH] Add S-SPC key sequence to bookmark-bmenu-mode-map

---
 lisp/bookmark.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index e3baa7607d..31876c83a2 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -1732,6 +1732,7 @@ unique numeric suffixes \"<2>\", \"<3>\", etc."
   "x" #'bookmark-bmenu-execute-deletions
   "d" #'bookmark-bmenu-delete
   "D" #'bookmark-bmenu-delete-all
+  "S-SPC" #'previous-line
   "SPC" #'next-line
   "DEL" #'bookmark-bmenu-backup-unmark
   "u" #'bookmark-bmenu-unmark
-- 
2.32.0 (Apple Git-132)


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

* bug#54672: [PATCH] Add S-SPC key sequence
  2022-04-01 18:43 bug#54672: [PATCH] Add S-SPC key sequence August Feng
@ 2022-04-02 14:02 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-04-02 14:02 UTC (permalink / raw)
  To: August Feng; +Cc: 54672

August Feng <au.fengster@gmail.com> writes:

> Hello! Is this patch OK? Thanks!

[...]

> +  "S-SPC" #'previous-line
>    "SPC" #'next-line

Makes sense to me; now pushed to Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2022-04-02 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 18:43 bug#54672: [PATCH] Add S-SPC key sequence August Feng
2022-04-02 14:02 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).