]> git.eshelyaron.com Git - emacs.git/commit
Simplify and add custom
authorJimmy Aguilar Mena <spacibba@aol.com>
Fri, 20 Nov 2020 12:37:33 +0000 (13:37 +0100)
committerJimmy Aguilar Mena <spacibba@aol.com>
Fri, 20 Nov 2020 18:03:23 +0000 (19:03 +0100)
commitc990a28965af464f40ebd9a7262e80acce888910
tree1c0e23b7e48cd58588bc94f06a3d5d3ac73a2f94
parent6369e595761cfedf51d13d4e829c35c6166c9199
Simplify and add custom

* lisp/completions-highlight.el (completions-highlight-tab-no-scroll) :
New option to control if scroll or select with tab.
(completions-highlight--this-completion) : Removed
(completions-highlight-select-near) : Do search closer if not at point.
(with-minibuffer-scroll-window) : Changed to a function using Juri
Linkov
(minibuffer-choose-completion) : use
completions-highlight-from-minibuffer
(completions-highlight-minibuffer-map) : Use dolist and set only
completions-highlight-from-minibuffer
(completions-highlight--minibuffer-tab-through-completions) : Consider
the new custom to not scroll with tabs.
lisp/completions-highlight.el