emacs-devel
[Top][All Lists]
Advanced

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

Re: Please, Restore Previous Behavior for jump-to-register


From: João Pedro
Subject: Re: Please, Restore Previous Behavior for jump-to-register
Date: Wed, 13 Dec 2023 10:00:54 -0300

Hi,

Just chiming in with a suggestion! The amazing Jinx[1] package by Daniel
Mendler has a way to quickly select a suggestion from the minibuffer
without having to type RET. Although it makes more sense in the context
of Jinx, something like that could possibly be achieved for this case,
retaining the minibuffer information and completion, while also
(optionally) getting rid of the extra key press! The related code could
be seen in `jinx--add-suggestions'[2] where it adds the hints to the
candidates list, and `jinx-correct-select'[3].

[1] https://github.com/minad/jinx
[2] 
https://github.com/minad/jinx/blob/2533991bfe9da75aa6adad73770fe5b196ea0bb1/jinx.el#L661
[3] 
https://github.com/minad/jinx/blob/2533991bfe9da75aa6adad73770fe5b196ea0bb1/jinx.el#L942

Best regards,

-- 
João Pedro de A. Paula
IT bachelors at Universidade Federal do Rio Grande do Norte (UFRN)

reply via email to

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