summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes related to zero prefix argument of eval-expression etcGlenn Morris2014-01-221-10/+11
* * simple.el (read--expression): Don't enable eldoc-mode.Leo Liu2014-01-211-1/+0
* * lisp/simple.el (move-beginning-of-line): Make sure we don't move forward.Stefan Monnier2014-01-201-3/+3
* * simple.el (password-word-equivalents): Remove duplicates.Paul Eggert2014-01-181-46/+43
* Fix Bug#13124.Chong Yidong2014-01-171-0/+58
* Revert 2014-01-17T13:05:09Z!bzg@gnu.org.Bastien Guerry2014-01-171-4/+2
* * simple.el (define-alternatives): Fix docstring by advisingBastien Guerry2014-01-171-2/+4
* simple.el (define-alternatives): Add 'definition-name to COMMAND-alternativesNicolas Richard2014-01-141-0/+1
* Fix/enhance `define-alternatives' docstring againBastien Guerry2014-01-131-4/+5
* `define-alternatives' bugfix and UI enhancementBastien Guerry2014-01-131-9/+25
* Re-implement the feature of showing eldoc info after editing.Leo Liu2014-01-121-0/+1
* * lisp/simple.el (deactivate-mark, activate-mark): Force-mode-line-update.Stefan Monnier2014-01-081-12/+12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Every defcustom should specify its typeGlenn Morris2013-12-281-0/+2
* Make Electric Pair mode smarter/more useful:João Távora2013-12-261-2/+6
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-1/+1
* Document how to make RET not indent.Richard M. Stallman2013-12-211-3/+6
* * lisp/simple.el (eval-expression-print-format): Don't check forJuri Linkov2013-12-191-11/+19
* * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).Chong Yidong2013-12-181-1/+11
* * simple.el (kill-region): Pass mark first then point, so kill-append works r...Dima Kogan2013-12-171-5/+11
* Make blink-matching-paren perform blinking without moving the cursorDmitry Gutov2013-12-131-6/+17
* * lisp/simple.el <Keypad support>: Remove key bindings duplicated with bindin...Juri Linkov2013-12-131-8/+2
* * lisp/simple.el (normal-erase-is-backspace-mode): Map kp-delete identicallyStefan Monnier2013-12-111-1/+1
* * lisp/window.el (display-buffer-no-window): New action function.Juri Linkov2013-12-031-1/+7
* * lisp/simple.el (newline): Mention `electric-indent-mode'.Stefan Monnier2013-12-011-1/+2
* Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris2013-11-301-7/+8
* * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov2013-11-251-0/+8
* Cleanup namespace of dos-w32.el.Stefan Monnier2013-10-291-1/+1
* * lisp/subr.el (custom-declare-variable-early): Remove function.Stefan Monnier2013-10-291-0/+61
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-38/+102
* Fix bug #15712 with vertical motion when the goal column needs to hscroll.Eli Zaretskii2013-10-251-1/+10
* * lisp/simple.el (newline): Only run post-self-insert-hook whenStefan Monnier2013-10-191-10/+17
* * lisp/simple.el (x-selection-owner-p, x-selection-exists-p): Declare.Glenn Morris2013-09-191-0/+6
* Silence some --without-x compilation warningsGlenn Morris2013-09-171-0/+3
* * lisp/simple.el (messages-buffer-mode-map): Unbind "g".Glenn Morris2013-09-171-0/+6
* Add a major-mode for the *Messages* bufferGlenn Morris2013-09-171-0/+12
* * lisp/simple.el: Use set-temporary-overlay-map for universal-argument.Stefan Monnier2013-09-101-76/+36
* * lisp/simple.el (read-minibuffer): Unbreak it.Glenn Morris2013-09-101-1/+1
* * lisp/simple.el (repeat-complex-command--called-interactively-skip):Stefan Monnier2013-08-281-1/+15
* Reverse previous change, because kill-{new, append} don't have obvious advant...Xue Fuqiao2013-08-161-8/+2
* Advertise using `kill-new' and `kill-append' in Lisp programs.Xue Fuqiao2013-08-161-2/+8
* Doc fix for forward-word and backward-word.Xue Fuqiao2013-08-131-1/+3
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-2/+1
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-5/+4
* Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-261-2/+5
* * lisp/simple.el (global-visual-line-mode): Do not duplicate the mode lighter.Glenn Morris2013-07-251-2/+1
* Fix bug #14881 with scrolling images smaller than the window height.Eli Zaretskii2013-07-171-5/+10
* lisp/simple.el (define-alternatives): Rename from alternatives-define.Juanma Barranquero2013-07-151-3/+3
* Fix bug #14838 with slow scrolling with certain fonts.Eli Zaretskii2013-07-131-4/+9