aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one inconsistency of 'M-y C-y' (bug#48478).Juri Linkov2021-05-201-2/+2
* (completing-read): Add `group-function` to the completion metadataDaniel Mendler2021-05-201-6/+5
* * lisp/simple.el (yank-from-kill-ring-rotate): New defcustom (bug#48478).Juri Linkov2021-05-191-2/+21
* * lisp/simple.el (read-from-kill-ring): Add new arg PROMPT (bug#48478).Juri Linkov2021-05-181-9/+8
* Improve documentation of new behavior of 'M-y'Eli Zaretskii2021-05-171-23/+37
* Make the M-x obsoletion check more robustLars Ingebrigtsen2021-05-141-2/+7
* Fix vertical cursor motion across tall text or small imagesEli Zaretskii2021-05-131-2/+4
* Don't consider obsolete commands for completion in some casesStefan Kangas2021-05-131-1/+18
* Minor doc fixes in simple.elStefan Kangas2021-05-021-9/+7
* * lisp/simple.el (newline): Make the hook function remove itselfStefan Monnier2021-05-011-7/+9
* Don't signal scan-error in interactive sexp-based commandsMattias Engdegård2021-04-301-32/+41
* (affixation-function): Allow only three-element list elementsDaniel Mendler2021-04-271-2/+5
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-071-1/+0
* Demote read-extended-command-predicate errorsBasil L. Contovounesios2021-03-271-3/+8
* Mention `C-o' in the `RET' doc stringLars Ingebrigtsen2021-03-221-1/+4
* * lisp/simple.el (next-error-quit-window): New function (bug#44611).Juri Linkov2021-03-181-0/+11
* Minor fixesJuri Linkov2021-03-161-9/+9
* Map redo records for undo in region to 'undo-in-regionYuan Fu2021-03-111-10/+45
* Remove unecessary unlock-buffer callsMatt Armstrong2021-02-271-2/+1
* Run all functions in `prefix-command-echo-keystrokes-functions'Miha Rihtaršič2021-02-241-1/+1
* Fix prompt for the `M-S-x' commandLars Ingebrigtsen2021-02-221-1/+3
* Change command-completion-using-modes-p to defunLars Ingebrigtsen2021-02-201-1/+1
* ; Fix typos in last changeEli Zaretskii2021-02-201-2/+2
* Add a new command for mode-specific commandsLars Ingebrigtsen2021-02-201-18/+54
* Merge from origin/emacs-27Glenn Morris2021-02-191-2/+3
|\
| * Clarify when activate-mark-hook is runLars Ingebrigtsen2021-02-071-2/+3
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix typosMattias Engdegård2021-02-181-1/+1
* | ; Fix another recent typo in simple.el.Basil L. Contovounesios2021-02-171-2/+2
* | ; Fix typo in last change to simple.el.Basil L. Contovounesios2021-02-171-1/+1
* | Make goto-line-history buffer local only when so customizedAlan Mackenzie2021-02-171-1/+18
* | Disable filtering of commands in M-x completionEli Zaretskii2021-02-171-9/+12
* | Change name for the completion-* predicatesLars Ingebrigtsen2021-02-171-5/+6
* | ; Fix last change in simple.el.Basil L. Contovounesios2021-02-161-4/+4
* | Allow overriding declared predicates, tooLars Ingebrigtsen2021-02-151-29/+31
* | Add a new variable `global-minor-modes'Lars Ingebrigtsen2021-02-151-3/+10
* | Rename minor-modes to local-minor-modesLars Ingebrigtsen2021-02-151-3/+4
* | Make the button completion predicate be more usefulLars Ingebrigtsen2021-02-151-4/+4
* | Speed up completion-in-mode-p in the common caseLars Ingebrigtsen2021-02-151-9/+14
* | Add a comment to `read-extended-command'Lars Ingebrigtsen2021-02-141-0/+3
* | Add a possible completion predicate for buttonsLars Ingebrigtsen2021-02-141-0/+6
* | Make completion-with-modes-p work with minor modes, tooLars Ingebrigtsen2021-02-141-4/+11
* | Add 'read-extended-command-predicate'Lars Ingebrigtsen2021-02-141-48/+83
* | Add new 'declare' forms for command completion predicatesLars Ingebrigtsen2021-02-141-0/+5
* | Move all usages of `values' to `values--store-value'Lars Ingebrigtsen2021-02-091-25/+28
* | Use `line-number-at-pos' in `count-lines'Lars Ingebrigtsen2021-02-071-2/+7
* | Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-071-0/+10
* | Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-16/+1
* | Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-071-11/+6
* | Prefer defvar-local in preloaded filesStefan Kangas2021-01-311-15/+7