emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Filter registers before preview


From: Evgenii Klimov
Subject: [PATCH] Filter registers before preview
Date: Sun, 30 Jul 2023 19:27:09 +0100

Hi, I find registers very useful (especially with elaborate
`register-preview-function'), but as they become more and more numerous,
it gets difficult to select the right one, because every command
(`jump-to-register', `insert-register', etc.) shows every register in
the preview buffer, even if the register is not applicable in this
context.

The following is my attempt to deal with this issue.  If you find this
idea interesting then I can rewrite this patch to conform with
the surrounding code (cl-defgeneric/cl-defmethod) and your remarks.

Attachment: 0001-Filter-registers-before-preview.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]