aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* (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 <[email protected]>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
* (line-number-at-pos): Rename from line-at-pos.Kim F. Storm2004-02-071-3/+3
* (edit-and-eval-command): Bind print-level andLuc Teirlinck2004-01-311-9/+11
* (line-at-pos): New defun.Kim F. Storm2004-01-221-14/+20
* (sendmail-user-agent-compose): Use assoc-string.Richard M. Stallman2003-12-291-3/+3
* (set-variable): Fix indentation.Andreas Schwab2003-11-191-19/+19
* (overriding-map-is-bound, saved-overriding-map): New variables.Eli Zaretskii2003-11-011-6/+26
* (reindent-then-newline-and-indent): Delete space *after*Stefan Monnier2003-10-271-2/+2
* (eval-expression): Bind standard-output in to-buffer case.Richard M. Stallman2003-09-221-1/+2
* (size-indication-mode): New.Lute Kamstra2003-09-081-0/+7
* Add arch taglinesMiles Bader2003-09-011-0/+2
* (blink-matching-open): Work correctly on chars thatRichard M. Stallman2003-08-291-6/+15
* (eval-expression): Use eval-last-sexp-print-value.Richard M. Stallman2003-08-171-10/+12
* (choose-completion-string): Use `minibufferp';John Paul Wallington2003-07-251-22/+16