summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into scratch/pkgscratch/pkgGerd Möllmann2022-12-311-1/+4
|\
| * Fix completion when completion-auto-select is setGregory Heytings2022-12-291-1/+4
* | Merge remote-tracking branch 'origin/master' into scratch/pkgGerd Möllmann2022-12-191-2/+2
|\ \ | |/
| * * lisp/minibuffer.el (completions-group-separator): Revert f7816c94b6.Juri Linkov2022-12-121-2/+2
* | Merge remote-tracking branch 'origin/master' into scratch/pkgGerd Möllmann2022-12-051-2/+2
|\ \ | |/
| * Fix display of long completions.Gregory Heytings2022-11-281-2/+2
* | Merge branch 'master' into feature/pkgGerd Möllmann2022-11-141-1/+82
|\ \ | |/
| * * lisp/minibuffer.el (set-message-functions): New user option.Juri Linkov2022-11-131-1/+82
* | Merge remote-tracking branch 'origin/master' into feature/pkgGerd Möllmann2022-10-291-2/+10
|\ \ | |/
| * Make completion-category-overrides choices dynamicMauro Aranda2022-10-261-13/+9
| * Dynamic validation of styles in completion-category-overridesMattias Engdegård2022-10-261-1/+13
* | Merge remote-tracking branch 'origin/master' into feature/pkgGerd Möllmann2022-10-251-2/+2
|\ \ | |/
| * * lisp/minibuffer.el (completions-group-separator): Update :version.Juri Linkov2022-10-241-1/+1
| * * lisp/outline.el: Pre-compute some frequent data for button icons (bug#57813)Juri Linkov2022-10-231-1/+1
* | Handle packages in completionGerd Möllmann2022-10-171-0/+2
|/
* ; * lisp/minibuffer.el (format-prompt): Doc fix.Eli Zaretskii2022-09-101-3/+3
* Make `format-prompt' use `substitute-command-keys'Lars Ingebrigtsen2022-09-101-3/+8
* string-equal-ignore-case: new functionSam Steingold2022-07-261-10/+5
* Don't bind `M-X' when doing general completionLars Ingebrigtsen2022-07-261-1/+0
* * lisp/minibuffer.el (minibuffer-complete-history): Define sorting by metadataJuri Linkov2022-07-181-11/+20
* * lisp/minibuffer.el (minibuffer-complete-history): Ensure a list of stringsStefan Monnier2022-07-171-10/+12
* * lisp/minibuffer.el (minibuffer-complete-history): Check for history=t.Juri Linkov2022-07-171-5/+8
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-24/+1
* Use command substitutions instead of literal keys in some placesStefan Kangas2022-07-031-1/+2
* REQUIRE-MATCH doc string clarificationLars Ingebrigtsen2022-07-021-2/+3
* ; Fix typos.Mattias Engdegård2022-07-021-1/+1
* Allow toggling completion modes for `M-x' with `M-X'Lars Ingebrigtsen2022-06-241-0/+1
* Delete most libraries obsolete since 24.1 and 24.3Stefan Kangas2022-06-171-2/+2
* Add abbrev tables for minibuffer-mode and minibuffer-inactive-modeSean Whitton2022-06-141-2/+0
* * lisp/minibuffer.el (minibuffer-complete-history): New command.Juri Linkov2022-06-141-0/+30
* ; Fix documentation of 'completing-read' and friendsEli Zaretskii2022-06-101-2/+2
* Allow REQUIRE-MATCH to be a functionLars Ingebrigtsen2022-06-101-43/+50
* Fix handling of windows/buffers for non-nil completion-auto-select (bug#55712)Juri Linkov2022-05-311-8/+16
* Fix navigation in the *Completions* buffer and enable more tests (bug#54374)Juri Linkov2022-05-271-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-05-251-1/+5
|\
| * Add note about Tramp completion to completion-styles doc stringLars Ingebrigtsen2022-05-211-1/+5
* | Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-2/+2
* | Enable keys M-down, M-up, M-RET for in-buffer completionJuri Linkov2022-05-221-17/+16
* | * lisp/minibuffer.el (completion--replace): Fix bug#55205Stefan Monnier2022-05-011-0/+1
* | Allow not clearing the echo areaJuri Linkov2022-04-231-1/+5
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* | Allow completion-ignore-case to be buffer-localLars Ingebrigtsen2022-04-221-1/+4
* | * lisp/comint.el (comint-dynamic-list-input-ring): Keep replaced text props.Juri Linkov2022-04-131-3/+1
* | * lisp/minibuffer.el (minibuffer-completion-auto-choose): New defcustom.Juri Linkov2022-04-111-25/+27
* | Allow non-interactive uses of minibuffer-next-completionJuri Linkov2022-04-101-2/+2
* | Allow completion wrapping in minibuffer completion navigation commandsJuri Linkov2022-04-051-8/+6
* | New commands for navigating completions from the minibuffer.Juri Linkov2022-04-051-1/+64
* | Use base prefix and suffix instead of completion-base-position (bug#49931)Juri Linkov2022-04-051-9/+20
* | Fix some details in completionsJimmy Aguilar Mena2022-04-051-1/+2
* | Small fixes for the new feature 'second-tab' of 'completion-auto-select'Juri Linkov2022-03-241-5/+5