summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (choose-completion-string): Doc fix.Richard M. Stallman2002-07-161-1/+2
* 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>Per Abrahamsen2002-07-041-0/+9
* (shell-command-default-error-buffer): Doc fix.Andreas Schwab2002-06-291-1/+1
* (display-message-or-buffer): Fix last change.Andreas Schwab2002-06-291-1/+1
* (shell-command-on-region): Handle errors and signalsAndreas Schwab2002-06-291-10/+18
* (shell-command): Match & only at end of whole command.Richard M. Stallman2002-06-261-12/+15
* (what-cursor-position): Use describe-char.Richard M. Stallman2002-06-171-2/+2
* (line-move-finish): Inhibit field motion when computing `line-end'.Miles Bader2002-06-101-1/+2
* Don't require cl.Richard M. Stallman2002-06-041-2/+1
* (choose-completion-string-functions): Doc fix.Richard M. Stallman2002-06-021-8/+14
* Reworked 2001-06-01 change.Kim F. Storm2002-06-011-37/+38
* (choose-completion-string-functions): New special hook.Kim F. Storm2002-06-011-0/+12
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-91/+0
* (open-network-stream-server): Pass on optional argsKim F. Storm2002-05-281-1/+2
* (push-mark-command): Added optional NOMSG arg.Kim F. Storm2002-05-271-4/+6
* (yank-excluded-properties): Change :version attribute to a string.Markus Rost2002-05-201-1/+1
* Follow coding conventions.Pavel Janík2002-05-021-0/+3