summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add completion-auto-select second-tab value.Jimmy Aguilar Mena2022-03-241-11/+19
* Fix documentation of the new completion-related featuresEli Zaretskii2022-03-221-11/+14
* Small fixes for new completions featuresJuri Linkov2022-03-211-22/+21
* Simplify unneeded condition.Jimmy Aguilar Mena2022-03-131-4/+3
* Extend completion-auto-help 'always and 'visible.Jimmy Aguilar Mena2022-03-131-8/+7
* Use the new cursor-face feature to highlight completions.Jimmy Aguilar Mena2022-03-131-41/+7
* Rename completion-header-string to completion-header-formatJimmy Aguilar Mena2022-03-131-6/+8
* Make minibuffer-hide-completions interactive.Jimmy Aguilar Mena2022-03-131-0/+1
* Add completion-header-string.Jimmy Aguilar Mena2022-03-131-24/+11
* Add two new options for completions.Jimmy Aguilar Mena2022-03-121-4/+26
* Fix new option completions-max-height and new values for completion-auto-helpJuri Linkov2022-03-101-4/+9
* Add new mode completions-highlight-mode.Jimmy Aguilar Mena2022-03-101-0/+46
* completions-max-height new custom variable.Jimmy Aguilar Mena2022-03-101-3/+14
* completion-auto-help new values.Jimmy Aguilar Mena2022-03-101-11/+18
* minibuffer.el: Try and fix bug#53053Stefan Monnier2022-02-071-19/+23
* Improve the read-file-name doc string slightlyLars Ingebrigtsen2022-01-281-1/+4
* * lisp/minibuffer.el (completions-sort): Fix type.Glenn Morris2022-01-241-1/+1
* Make Completions sorting a user optionProtesilaos Stavrou2022-01-241-1/+16
* Improve the completion-category-overrides doc stringLars Ingebrigtsen2022-01-211-2/+6
* completion--nth-completion: Throw meaningful errorDaniel Mendler2022-01-041-4/+5
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in minibuffer.elStefan Kangas2021-12-221-62/+51
* | Allow for next-completion to wrap around the completion bufferPhilip Kaludercic2021-12-211-5/+10
* | Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2021-12-061-2/+3
|\ \ | |/
| * lisp/minibuffer.el: Fix for bug#52169 regressionStefan Monnier2021-12-061-2/+3
* | * lisp/minibuffer.el: Don't return a boundary outside its argStefan Monnier2021-12-041-1/+1
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+1
* | Re-rename the minibuffer headingLars Ingebrigtsen2021-11-061-1/+1
* | Correct minibuffer.el headingLars Ingebrigtsen2021-11-061-1/+1
|/
* Fix typos in the manual and in a commentJan Synacek2021-10-281-6/+7
* Revert commit 225ca617b7, and apply another fixMichael Albinus2021-10-231-1/+0
* ; Pacify recent shorthand unused lexarg warnings.Basil L. Contovounesios2021-10-111-1/+1
* Complete shorthands to longhands for symbol-completing tablesJoão Távora2021-10-101-3/+48
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Document completions-detailedLars Ingebrigtsen2021-09-211-2/+3
* Refactor minibuffer abortingMiha Rihtaršič2021-09-201-8/+12
* completions-annotations doc string clarificationLars Ingebrigtsen2021-09-131-1/+3