summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Fix the "C-x =" display of the character info for LRE, LRO, RLE, and RLO.Eli Zaretskii2011-10-131-4/+14
* Rework count-words-region. New command count-words.Chong Yidong2011-10-081-16/+34
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-011-2/+2
* Fix bug #9607 with vertical motion when auto-hscroll-mode is disabled.Eli Zaretskii2011-09-291-2/+12
* * simple.el (delete-trailing-whitespace): Fix last change.Stefan Monnier2011-09-281-2/+2
* * lisp/simple.el (delete-trailing-whitespace): Document last change; simplify.Stefan Monnier2011-09-231-10/+11
* * lisp/simple.el (delete-trailing-whitespace): Also deletePeter J. Weisberg2011-09-231-0/+6
* * simple.el (kill-line): Note effect of `show-trailing-whitespace'.Lars Magne Ingebrigtsen2011-09-231-0/+4
* Make "C-x =" show display properties from overlays.Eli Zaretskii2011-09-221-2/+2
* Fix bug #971 with next/previous-line when goal-column is set.Eli Zaretskii2011-09-161-5/+12
* * lisp/simple.el (count-words-region): Use buffer if there's no region.Reuben Thomas2011-09-091-11/+14
* Fix bug #9392 with rmail-forward.Eli Zaretskii2011-09-091-0/+5
|\
| * Fix rmail-forward.Eli Zaretskii2011-09-031-0/+5
* | * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc ...Juri Linkov2011-09-071-2/+4
|/
* Fix goto-line bug.Jose E. Marchesi2011-07-281-4/+5
* Document `auto-fill-function' in relation to `auto-fill-mode'Lars Magne Ingebrigtsen2011-07-161-2/+4
* * simple.el (current-kill): Clarify what `interprogram-paste-function' does.Lars Magne Ingebrigtsen2011-07-161-4/+5
* Doc fix for eval-expressionLars Magne Ingebrigtsen2011-07-141-0/+2
* Clarify doc stringLars Magne Ingebrigtsen2011-07-131-4/+5
* * simple.el (blink-matching-open): Make error message from last change less v...Chong Yidong2011-07-131-13/+9
* Say that we were unable to find the match within the limitLars Magne Ingebrigtsen2011-07-131-9/+13
* * simple.el (shell-command-on-region): Fill.Lars Magne Ingebrigtsen2011-07-061-1/+2
* * simple.el (shell-command-on-region): Say where the error outputLars Magne Ingebrigtsen2011-07-021-1/+4
* Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-54/+0
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-1/+1
* * lisp/simple.el (goto-line): Use read-number.Stefan Monnier2011-06-011-23/+18
* * lisp/minibuffer.el: Add metadata method to completion tables.Stefan Monnier2011-05-311-0/+1
* Add an :exit-function for completion-at-point.Stefan Monnier2011-05-231-45/+61
* * lisp/shell.el (shell-completion-vars): New function.Stefan Monnier2011-05-121-21/+4
* lisp/simple.el (list-processes): Return nil as the docstring says.Juanma Barranquero2011-05-061-1/+2
* Declarations in simple.el.Glenn Morris2011-05-041-0/+3
* Declaration fixes.Glenn Morris2011-05-041-1/+2
* * lisp/simple.el (minibuffer-local-shell-command-map): Use completion-at-point.Stefan Monnier2011-05-021-10/+14
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-17/+22
* Bail out from list-processes if async subprocesses aren't available.Eli Zaretskii2011-04-081-0/+2
* Reimplement list-processes in Lisp.Chong Yidong2011-04-061-1/+87
* Merge from trunkStefan Monnier2011-03-311-9/+9
|\
| * lisp/simple.el: Avoid warning about `delete-backward-char'.Juanma Barranquero2011-03-221-9/+9
* | Merge from trunkStefan Monnier2011-03-211-2/+4
|\ \ | |/
| * * simple.el (delete-trailing-whitespace): Return nil for theMichael Albinus2011-03-101-1/+3
| * * simple.el (shell-command-to-string): Use `process-file'.Michael Albinus2011-03-081-1/+1
* | Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-111-32/+18
* | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-111-45/+0
* | Merge from trunkStefan Monnier2011-02-211-15/+26
|\ \ | |/
| * Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.caGlenn Morris2011-02-191-1/+4
| |\
| | * * lisp/simple.el (rfc822-goto-eoh): Give it a doc-string.Glenn Morris2011-02-161-1/+4
| * | * lisp/simple.el (just-one-space): Remove useless `or' call.Deniz Dogan2011-02-161-1/+1
| * | Merge changes from emacs-23 branchChong Yidong2011-02-121-2/+2
| |\ \ | | |/
| | * * lisp/simple.el (next-error): Doc fix.Glenn Morris2011-02-071-2/+2
| * | * lisp/simple.el (delete-trailing-whitespace): New optional bufferDeniz Dogan2011-02-111-11/+19