summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (undo): Use undo-equiv-table to detectRichard M. Stallman2004-12-311-8/+4
* (mark-word): New arg ALLOW-EXTENDRichard M. Stallman2004-12-291-10/+28
* (buffer-disable-undo): Fix previous change.Richard M. Stallman2004-12-281-1/+1
* (undo): Fix previous change.Richard M. Stallman2004-12-271-3/+7
* (next-error-buffer-p): New arg AVOID-CURRENT.Richard M. Stallman2004-12-271-46/+82
* (undo-outer-limit-truncate): New function.Richard M. Stallman2004-12-211-0/+11
* (inhibit-mark-movement): Remove defvar.Kim F. Storm2004-12-141-8/+2
* (next-error-buffer-p, next-error-find-buffer): Doc fix.Juri Linkov2004-12-141-19/+19
* * simple.el (beginning-of-buffer, end-of-buffer):Juri Linkov2004-12-131-19/+28
* (blink-matching-open): Obey syntax-table text properties.Stefan Monnier2004-12-031-14/+9
* simple.el (next-error-buffer-p): allow for inclusive andTeodor Zlatanov2004-11-291-12/+29
* (line-move-finish): New arg FORWARD.Richard M. Stallman2004-11-201-6/+15
* (next-error group, face): Move before first use.Richard M. Stallman2004-11-081-71/+130
* (keyboard-quit): Call kmacro-keyboard-quit.Kim F. Storm2004-11-011-1/+3
* (process-file): Fix logic.Kai Großjohann2004-10-251-7/+7
* (process-file): Accept nil for INFILE. Reported byKai Großjohann2004-10-241-1/+1
* * simple.el (process-file): New function, similar to call-processKai Großjohann2004-10-231-0/+33
* (fundamental-mode): Run `after-change-major-mode-hook'.Luc Teirlinck2004-09-191-1/+2
* (choose-completion-string): Set buffer before runningKim F. Storm2004-09-121-1/+2
* (next-error-follow-minor-mode): Fix last change.Eli Zaretskii2004-09-061-1/+1
* Fix last change.Eli Zaretskii2004-09-041-4/+4
* (next-error-follow-mode, next-error-follow-mode-post-command-hook):Eli Zaretskii2004-09-041-0/+26
* * simple.el (next-error): New defgroup and defface.Juri Linkov2004-09-011-2/+40
* * simple.el (next-error-find-buffer): Move the ruleJuri Linkov2004-09-011-45/+45
* (next-error, previous-error, first-error)Juri Linkov2004-09-011-7/+7
* (shell-command-on-region): New arg DISPLAY-ERROR-BUFFERRichard M. Stallman2004-08-221-7/+11
* (completion-root-regexp): New defvar.Eli Zaretskii2004-08-071-1/+7
* (completion-setup-function): Compute the common partsEli Zaretskii2004-07-231-0/+7
* (inhibit-mark-movement): New defvar.Kim F. Storm2004-07-161-6/+13
* (current-word): Doc fix.Richard M. Stallman2004-07-091-1/+2
* (previous-matching-history-element): Specify a default.Richard M. Stallman2004-06-131-1/+2
* (eval-expression-print-format): Don't print additionalJuri Linkov2004-06-101-5/+5
* (kill-region): Doc fix.Juanma Barranquero2004-06-071-1/+1
* (eval-expression-print-format): New fun.Juri Linkov2004-05-281-1/+21
* (next-error-find-buffer): Add a rule to return next-error capable bufferJuri Linkov2004-05-231-25/+38
* (do-auto-fill): Remove unused vars `bol' and `opoint'.Stefan Monnier2004-05-191-38/+34
* (next-error): Fix typo in docstring.Juanma Barranquero2004-05-071-7/+7
* (kill-whole-line): Use "p" instead of "P" in interactive form.Luc Teirlinck2004-05-011-2/+1
* (kill-ring-save): If region face background color isKim F. Storm2004-04-301-1/+2
* (kill-ring-save): Use blink-matching-delay instead of the constant value 1.Juri Linkov2004-04-271-2/+5
* (next-error): Change arg name. Add support for the documented C-u C-x ` usage.Stefan Monnier2004-04-221-9/+13
* From: Teodor Zlatanov <tzz@lifelogs.com>Kim F. Storm2004-04-211-0/+131
* (completions-common-part): Rename from completion-de-emphasis.Masatake YAMATO2004-04-161-5/+5
* (completion-setup-function): Set an initial value to `element-common-end' bef...Masatake YAMATO2004-04-161-14/+16
* (completion-setup-function): Emphasize the first uncommon characters in the c...Masatake YAMATO2004-03-251-0/+30
* (clone-buffer): Doc fix.Luc Teirlinck2004-03-181-4/+15
* (undo): Temporarily set this-command to `undo-start',Richard M. Stallman2004-03-041-7/+16
* (interprogram-cut-function)Luc Teirlinck2004-02-181-16/+21
* (kill-new): Put yank-handler property on the entire string.Luc Teirlinck2004-02-131-1/+2
* (kill-append): Doc fix.Luc Teirlinck2004-02-121-3/+3