summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAge
* Prefer defvar-local in preloaded filesStefan Kangas2021-01-31
* Fix previous commit regarding revert-buffer-functionSean Whitton2021-01-29
* Set revert-buffer-function in shell command output buffersSean Whitton2021-01-29
* Support multi-line prompt and contents in previous-line-or-history-element.Juri Linkov2021-01-27
* Don't move point to the prompt in previous-line-or-history-element (bug#46033)Juri Linkov2021-01-25
* * lisp/simple.el (newline-and-indent): Disable `electric-indent-mode`Stefan Monnier2021-01-22
* A better fix for 'kill-visual-line'Eli Zaretskii2021-01-21
* Fix 'kill-visual-line'Eli Zaretskii2021-01-15
* Update copyright year to 2021Paul Eggert2021-01-01
* * lisp/simple.el (goto-line-read-args): Use number-at-point (bug#45199)Juri Linkov2020-12-20
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-19
* Don't show minibuffer keybindings for suggestions in read-extended-commandJuri Linkov2020-12-16
* Merge from origin/emacs-27Glenn Morris2020-12-09
|\
| * ; * lisp/simple.el (move-beginning-of-line): Doc fix.Eli Zaretskii2020-12-05
* | Prefer setq-local in simple.elStefan Kangas2020-12-08
* | Improve error message text of "C-x C-SPC"Eli Zaretskii2020-12-06
* | Fix last change to shell-commandBasil L. Contovounesios2020-12-05
* | Make shell-command use comint settingsAlyssa Ross2020-12-04
* | * lisp/simple.el (read-from-kill-ring): Call current-kill to prefill kill-ringJuri Linkov2020-11-29
* | Add completion-tab-width to align prefix chars with names in read-char-by-nameJuri Linkov2020-11-27
* | * lisp/simple.el (read-from-kill-ring): Use frame-text-cols, not frame-width.Juri Linkov2020-11-27
* | * lisp/minibuffer.el (completions-format): Add new value 'one-column'.Juri Linkov2020-11-25
* | Yank items selected from kill-ring using completion and minibuffer historyJuri Linkov2020-11-24
* | Remove redundant 'function's around lambdasStefan Kangas2020-11-17
* | New user options 'copy-region-blink-delay' and 'delete-pair-blink-delay'Juri Linkov2020-11-15
* | Improve goto-line in regard to narrowed buffers (bug#44294)Juri Linkov2020-10-31
* | * src/xdisp.c (syms_of_xdisp) <"scroll-minibuffer-conservatively">: New varStefan Monnier2020-10-31
* | * lisp/simple.el (blink-matching-open): Fix bug#37127Stefan Monnier2020-10-30
* | Widen buffer before going to point found by xref-find-definitions (bug#44294)Juri Linkov2020-10-29
* | Add new choice 'keep' to next-error-message-highlight (bug#32676)Juri Linkov2020-10-18
* | Extend next-error-message face to the edge of the window (bug#32676)Juri Linkov2020-10-17
* | Fix problem with next-error-message-highlight in *Occur*Lars Ingebrigtsen2020-10-15
* | Add option to highlight the 'next-error' error messageErnesto Alfonso2020-10-14
* | command-execute doc string clarificationBoruch Baum2020-10-01
* | Fix restoring data in visual-line-modeLars Ingebrigtsen2020-10-01
* | Don't have C-x = bug out in a "C" locale with non-ASCII charsStefan Monnier2020-09-30
* | * lisp/simple.el (goto-line-read-args): More relevant default line number.Juri Linkov2020-09-24
* | Fix recent simple.el compilation warningLars Ingebrigtsen2020-09-24
* | New command goto-line-relative (bug#5042, bug#9917)Juri Linkov2020-09-23
* | Fix check in `newline' for blank linesStephen Berman2020-09-21
* | Allow controlling the look of the line/column indicatorsLars Ingebrigtsen2020-09-15
* | * lisp/simple.el (undo-redo): Rephrase error message.Mattias EngdegÄrd2020-09-14
* | Make M-x show what aliases point to (Bug#43300)Stefan Kangas2020-09-13
* | Make M-x show obsolete commands (Bug#43300)Stefan Kangas2020-09-13
* | * lisp/simple.el (undo-redo): Doc fix.Eli Zaretskii2020-09-11
* | Revert "Use format-prompt in calls to read-from-minibuffer with default value"Lars Ingebrigtsen2020-09-08
* | Make list-processes--refresh work for pipe processes, toodickmao2020-09-06
* | Use format-prompt in calls to read-from-minibuffer with default valueLars Ingebrigtsen2020-09-06
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06