GNU bug report logs - #75645
Implement something like (bookmark-bmenu-list) for registers

Previous Next

Package: emacs;

Reported by: Dani Moncayo <dmoncayo <at> gmail.com>

Date: Sat, 18 Jan 2025 10:51:02 UTC

Severity: wishlist

Full log


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

From: Dani Moncayo <dmoncayo <at> gmail.com>
To: 75645 <at> debbugs.gnu.org
Subject: bug#75645: Implement something like (bookmark-bmenu-list) for
 registers
Date: Sat, 18 Jan 2025 14:49:55 +0100
By the way, I also miss a command to reset/clear the list of registers.

For now, I have the below code in my init file.  I find it useful when
I'm about to start a new research, and what to start anew with an
empty list of registers.

Something like this may be useful for others, I think.

-------
(defun clear-all-registers ()
  "Clear all registers."
  (interactive)
  (setq register-alist nil)
  (message "All registers have been cleared."))
(define-key global-map [?\C-x?r?a] 'clear-all-registers)

-- 
Dani Moncayo




This bug report was last modified 200 days ago.

Previous Next


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