aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/minibuffer.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton12 days1-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-2/+2
* ; Improve documentation of 'eager-update'Kristoffer Balintona2025-12-061-0/+4
* Support 'eager-update' in 'completion-category-overrides' defcustomKristoffer Balintona2025-12-061-0/+4
* Support completion-eager-display in completing-read-multipleSpencer Baugh2025-11-271-15/+14
* Fix completion error in `C-x RET f ut-8-d TAB`Stefan Monnier2025-11-261-4/+7
* Do eager display of *Completions* while idleSpencer Baugh2025-11-141-10/+27
* ; Avoid minibuffer.el compilation warning about cl-everyMattias EngdegÄrd2025-11-031-1/+1
* Optimize PCM regex to not contain adjacent wildcardsSpencer Baugh2025-10-301-49/+63
* (custom-initialize-after-file): New functionStefan Monnier2025-10-221-3/+3
* * lisp/minibuffer.el (completion--insert-strings): Use the correct frame.Juri Linkov2025-10-181-1/+2
* Return case common to all completions in try-completionSpencer Baugh2025-10-161-1/+1
* ; * lisp/minibuffer.el (minibuffer--nonselected-check): Fix typos.Martin Rudalics2025-10-161-2/+2
* In 'minibuffer--nonselected-check' consult 'completion-reference-buffer'Martin Rudalics2025-10-161-4/+11
* * lisp/minibuffer.el: Fix recent change of scrolling truncated completionsJuri Linkov2025-10-151-4/+1
* Rewrite 'minibuffer-nonselected-mode' to use 'window-state-change-functions'Martin Rudalics2025-10-131-34/+66
* Treat a completion boundary change as completionSpencer Baugh2025-10-091-14/+26
* Fix completions truncated on scrolling (bug#79506)Juri Linkov2025-09-291-2/+15
* * lisp/minibuffer.el (minibuffer--nonselected-check): Simplify condition.Juri Linkov2025-09-251-2/+2
* * lisp/minibuffer.el (minibuffer--nonselected-check): Fix condition.Juri Linkov2025-09-241-2/+4
* Improve minibuffer-nonselected-modeDaniel Mendler2025-09-241-13/+13
* Navigate *Completions* buffer based on 'completions-format'Stephen Berman2025-09-221-5/+25
* Fix minibuffer-nonselected-mode when using recursive minibuffersSteven Allen2025-09-211-2/+5
* New mode 'minibuffer-nonselected-mode'Juri Linkov2025-09-191-0/+45
* Support completion category inheritanceEshel Yaron2025-09-031-5/+53
* Revert "Avoid duplicating strings in pcm--merge-completions"Spencer Baugh2025-09-011-15/+24
* (completion-file-name-table): Refine last fixStefan Monnier2025-09-011-6/+4
* `Fix read-directory-name' for Tramp filesMichael Albinus2025-08-291-1/+7
* Make RET choose the selected completionSpencer Baugh2025-08-271-12/+38
* Have project-switch-to-buffer use a distinct completion categoryDmitry Gutov2025-08-241-0/+1
* Add minibuffer--completions-visible and use itSpencer Baugh2025-08-211-16/+24
* Avoid duplicating strings in pcm--merge-completionsSpencer Baugh2025-08-211-24/+15
* Treat point more consistently in PCM completionSpencer Baugh2025-08-211-8/+11
* ; * lisp/minibuffer.el (completion-eager-update): Doc fix.Eli Zaretskii2025-08-161-1/+1
* Add support for updating *Completions* as you typeSpencer Baugh2025-08-161-6/+56
* Fix 'completion-ignore-case' with 'completion--file-name-table'Spencer Baugh2025-05-191-9/+19
* Fix completion boundaries for TRAMP file namesSpencer Baugh2025-05-021-10/+13
* Replace cl-remove-if with seq-remove in minibuffer.elSpencer Baugh2025-05-011-2/+2
* Improve env var handling in read-file-nameSpencer Baugh2025-04-281-5/+58
* ; * lisp/minibuffer.el (read-file-name): Fix a typo in the doc string.Eli Zaretskii2025-04-101-1/+1
* Preserve an explicit * in pcm-try-completionSpencer Baugh2025-04-081-6/+15
* Don't propertize prompt in 'minibuffer--regexp-propertize' (Bug#77497)Martin Rudalics2025-04-041-1/+1
* Use `replace-region-contents` to replace insert+deleteStefan Monnier2025-03-291-30/+3
* ; Populate completions list before scrolling itEshel Yaron2025-03-241-0/+2
* minibuffer.el: Fix warnings and coding style in last changeSpencer Baugh2025-03-211-22/+27
* Lazily highlight and insert candidates in *Completions*Spencer Baugh2025-03-211-14/+63
* Merge from origin/emacs-30Sean Whitton2025-03-121-2/+3
|\
| * Document return values of the various read-* functionsEli Zaretskii2025-03-091-2/+3
* | Automatically document when setopt is neededStefan Kangas2025-03-121-4/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-1/+1
|\ \ | |/