bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#47699: [PATCH] Improve completion-list-mode-map


From: Gregory Heytings
Subject: bug#47699: [PATCH] Improve completion-list-mode-map
Date: Sun, 11 Apr 2021 01:03:56 +0000


Currently completion-list-mode-map does not give a specific meaning to most keys, which means that most keypresses display an error "Buffer is read-only #<buffer *Completions*>". I suggest to make it a child of special-mode-map, and to bind the "n" and "p" keys to "next-completion" and "previous-completion".

Patch attached.

Attachment: 0001-Improve-completion-list-mode-map.patch
Description: Text Data


reply via email to

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