aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (kill-whole-line): Make it interact correctly with the kill ring.Luc Teirlinck2003-05-291-10/+28
* (kill-region): If nothing was killed, and theKai Großjohann2003-05-281-1/+2
* (idle-update-delay): New variable.Juanma Barranquero2003-05-251-0/+8
* (forward-visible-line): Fix negative arguments.Juanma Barranquero2003-05-251-9/+8
* (ctl-x-map): Remove the C-x U binding added recently.Stefan Monnier2003-05-211-1/+3
* * simple.el (kill-whole-line): New function.Kai Großjohann2003-05-191-0/+19
* (shell-command): Undo last change.Stefan Monnier2003-05-161-1/+1
* (undo): Remove left over asserts.Stefan Monnier2003-05-141-3/+0
* (back-to-indentation): Simplify.Stefan Monnier2003-05-131-33/+63
* (newline): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-1/+1
* (back-to-indentation): Call backward-prefix-chars.Richard M. Stallman2003-04-241-1/+3
* (kill-line): Doc fix.Richard M. Stallman2003-04-211-1/+3
* (pop-global-mark-quick-repeat): Remove defcustom.Kim F. Storm2003-03-311-14/+3
* Rework last change so C-x C-SPC C-SPC does notKim F. Storm2003-03-241-4/+16
* (set-mark-command): Doc fixes.Kim F. Storm2003-03-211-11/+23
* (backward-delete-char-untabify): Fix use of character constant.Juanma Barranquero2003-02-141-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-15/+15
* (back-to-indentation): Skip all whitespace except for newlines.Richard M. Stallman2003-02-041-1/+2
* (kill-new): Improve doc string for yank-handler.Kim F. Storm2003-01-271-7/+17
* Doc fixes.Kim F. Storm2003-01-211-2/+5
* (completion-setup-function): Set default-directoryRichard M. Stallman2003-01-201-1/+8
* (yank-pop): Always call yank-undo-function with start <= end.Kim F. Storm2003-01-181-1/+3
* (kill-new, kill-append, kill-region): New optional parameter yank-handler.Kim F. Storm2003-01-181-16/+36
* (clone-process): Copy process' plist to new process.Kim F. Storm2003-01-141-1/+3
* (set-variable): Load deps of custom variables without type.Markus Rost2003-01-071-0/+3
* (split-line): Clean up implementation.Richard M. Stallman2003-01-061-11/+12
* (split-line): If present, copy fill-prefix fromKim F. Storm2003-01-031-5/+19
* (repeat-complex-command): Signal real error on failure.Richard M. Stallman2002-12-281-1/+3
* (completion-setup-function): Fix last change to useStefan Monnier2002-12-021-2/+1
* (completion-setup-function): Handle ffap-read-file-or-url-internalRichard M. Stallman2002-12-021-1/+2
* (yank-window-start): New variable.Richard M. Stallman2002-11-291-0/+6
* (indicate-unused-lines, default-indicate-unused-lines): New variable aliases.Richard M. Stallman2002-11-181-0/+3
* (quoted-insert): Bind translation-table-for-input, notDave Love2002-11-091-1/+1
* (quoted-insert): Bind keyboard-translate-table aroundDave Love2002-11-061-4/+5
* (toggle-truncate-lines): When turning off truncation,Richard M. Stallman2002-10-261-1/+8
* (edit-and-eval-command): Protect command-history.Markus Rost2002-09-241-16/+20
* (transient-mark-mode, line-number-mode, column-number-mode):Stefan Monnier2002-09-131-3/+3
* Provide `simple'.Stefan Monnier2002-09-131-0/+1
* (transient-mark-mode, line-number-mode, column-number-mode):Stefan Monnier2002-09-111-67/+6
* (transient-mark-mode, line-number-mode, column-number-mode): Undo theMarkus Rost2002-09-101-6/+32
* (do-auto-fill): `fill-indent-according-to-mode' is a variable, not aMiles Bader2002-09-101-1/+1
* (keyboard-quit): Set defining-kbd-macro to nil toKim F. Storm2002-09-091-0/+1
* (what-line): Don't hard-code 1.Stefan Monnier2002-09-091-41/+19
* (undo-elt-in-region): Fix one-off error at END.Richard M. Stallman2002-09-091-29/+53
* (choose-completion-string-functions): Fix spacing.Juanma Barranquero2002-09-061-1/+1
* (kill-line): Use end-of-visible-line to determineRichard M. Stallman2002-09-011-10/+19
* (toggle-truncate-lines): Force redisplay. Display status message.Richard M. Stallman2002-08-131-2/+6
* (set-variable): If given a prefix argument, set variable buffer-locally.Richard M. Stallman2002-08-091-4/+16
* (undo, undo-more): Adjust messages when undoing in a region.Richard M. Stallman2002-07-231-2/+6
* (choose-completion-delete-max-match): Handle minibuffer prompts explicitly.Richard M. Stallman2002-07-181-5/+8