aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/minibuffer.el (minibuffer-completion-auto-choose): New defcustom.Juri Linkov2022-04-111-4/+2
* lisp/simple.el: Use #' in new codeStefan Monnier2022-04-071-6/+6
* OClosure: New function `function-documentation`Stefan Monnier2022-04-071-1/+33
* New commands for navigating completions from the minibuffer.Juri Linkov2022-04-051-0/+5
* Use base prefix and suffix instead of completion-base-position (bug#49931)Juri Linkov2022-04-051-1/+15
* Choosing a completion with a prefix argument doesn't exit the minibufferJuri Linkov2022-04-051-4/+12
* Fix some details in completionsJimmy Aguilar Mena2022-04-051-38/+41
* Improve documentation of 'completion-auto-select'Eli Zaretskii2022-03-251-7/+11
* Fix wrapping of 'previous-completion' at the beginning of bufferPhilip Kaludercic2022-03-241-1/+8
* Small fixes for the new feature 'second-tab' of 'completion-auto-select'Juri Linkov2022-03-241-5/+9
* Add completion-auto-select second-tab value.Jimmy Aguilar Mena2022-03-241-8/+10
* Revert "Set cursor-face-highlight-nonselected-window in completions."Jimmy Aguilar Mena2022-03-221-2/+0
* Merge branch 'feature/completions-customs'Juri Linkov2022-03-221-20/+70
|\
| * Small fixes for new completions featuresJuri Linkov2022-03-211-2/+2
| * Set cursor-face-highlight-nonselected-window in completions.Jimmy Aguilar Mena2022-03-211-0/+2
| * cursor-face-highlight-nonselected-window default to nilJimmy Aguilar Mena2022-03-181-9/+7
| * Add new variable cursor-face-highlight-nonselected-windowJimmy Aguilar Mena2022-03-171-1/+9
| * * lisp/simple.el (cursor-face-highlight-mode): Fix copy&pasteStefan Monnier2022-03-141-2/+2
| * Add local to remove-hook in cursor-face-highlight-modeJimmy Aguilar Mena2022-03-141-2/+2
| * Improve cursor-face-highlight-mode a bit more.Jimmy Aguilar Mena2022-03-141-24/+28
| * Improve the cursor-face feature.Jimmy Aguilar Mena2022-03-141-22/+33
| * Rename hookJimmy Aguilar Mena2022-03-131-2/+2
| * Add new special text attribute cursor-faceJimmy Aguilar Mena2022-03-131-26/+53
* | New hook, lazy-count-update-hookAugusto Stoffel2022-03-201-0/+1
* | Remove some early-bootstrap dependencies for `advice`Stefan Monnier2022-03-171-3/+5
|/
* Add a mechanism for querying before executing a commandLars Ingebrigtsen2022-02-141-4/+24
* ; * lisp/simple.el (count-words): Doc fix.Eli Zaretskii2022-02-131-3/+3
* Make `C-u M-x count-words' also give totalsLars Ingebrigtsen2022-02-131-26/+39
* Improve the set-fill-column promptAntoine Levitt2022-02-091-1/+2
* Allow <Delete> key to delete entire grapheme clustersEli Zaretskii2022-01-291-0/+20
* Clarify where the shell-command output goesMichael Albinus2022-01-281-0/+4
* Merge from origin/emacs-28Po Lu2022-01-211-2/+2
|\
| * Fix execute-extended-command-for-buffer in fundamental-modeLars Ingebrigtsen2022-01-201-2/+2
* | Fix indirect font changes incorrectly affecting original bufferAndrew Hyatt2022-01-201-5/+0
* | Merge from origin/emacs-28Stefan Kangas2022-01-151-1/+2
|\ \ | |/
| * * lisp/simple.el (undo-no-redo): Fix customization groupPhilipp Stephani2022-01-141-1/+2
* | Fix 'exchange-point-and-mark' in 'transient-mark-mode'Eli Zaretskii2022-01-101-5/+4
* | Fix "C-SPC C-SPC" after "C-x C-x"Eli Zaretskii2022-01-071-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/simple.el (completion-auto-select): Fix docstring.Michael Albinus2021-12-251-1/+1
* | Disable by default and add NEWS entry to the new completion behaviorPo Lu2021-12-221-1/+1
* | Delete completion window on quittingPhilip Kaludercic2021-12-211-0/+1
* | Allow for next-completion to wrap around the completion bufferPhilip Kaludercic2021-12-211-28/+64
* | Allow for the completion buffer to be automatically selectedPhilip Kaludercic2021-12-211-1/+9
* | Declare functions to silence byte-compilerStefan Kangas2021-12-211-0/+2
* | Make bad-packages-alist obsoleteStefan Kangas2021-12-191-23/+3
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-4/+4
|\ \
| * | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+1
| * | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-3/+3