aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-04-25T10:35:[email protected]Juanma Barranquero2014-04-251-2/+3
|\
| * * lisp/simple.el (completion-list-mode-map): Use choose-completion for theStefan Monnier2014-04-221-2/+3
* | completion-in-region-mode improvementsDaniel Colascione2014-03-301-0/+6
* | Allow `declare' to set the interactive-only propertyGlenn Morris2014-03-221-1/+1
|/
* Replace some uses of obsolete argument of display-completion-listGlenn Morris2014-02-281-3/+8
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Tweak comint docstring to suggest remap bindingsDaniel Colascione2014-02-011-2/+2
* Fix Bug#13124.Chong Yidong2014-01-171-8/+7
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* comint.el (comint-output-filter): Fix rear-nonsticky property placement.Vitalie Spinu2013-12-201-11/+10
* * comint.el (comint-previous-matching-input-from-input): Retain point.Le Wang2013-12-181-5/+7
* * lisp/comint.el (comint-mode-map): Replace `delete-char' with `delete-forwar...Juri Linkov2013-12-131-3/+3
* * lisp/misearch.el (multi-isearch-buffers): Set the value ofJuri Linkov2013-12-111-2/+2
* Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris2013-11-301-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov2013-11-251-0/+1
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-4/+3
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-16/+12
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-291-2/+3
* * lisp/comint.el:Christopher Schmidt2013-08-081-28/+26
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-4/+4
* * comint.el (comint-redirect-results-list-from-process): FixLeo Liu2013-06-211-2/+3
* * comint.el (comint-redirect-results-list-from-process): FixLeo Liu2013-06-211-2/+2
* * comint.el (comint-previous-matching-input): Do not flood theLeo Liu2013-05-251-1/+2
* comint-password-prompt-regexp tweakGlenn Morris2013-05-181-1/+1
* Misc custom group fixesGlenn Morris2013-05-151-4/+5
* * lisp/comint.el (comint-redirect-send-command-to-process): Use :aroundStefan Monnier2013-05-091-48/+34
* * lisp/comint.el (comint-previous-matching-input): Don't print messageJuri Linkov2013-05-011-3/+7
* comint.el: (comint-dynamic-complete-functions, comint-mode-map): `comint-dyna...Xue Fuqiao2013-04-211-6/+6
* Use add/remove-function to manipulate process-filters.Stefan Monnier2013-04-201-11/+4
* * lisp/comint.el: Use with-silent-modifications.Stefan Monnier2013-03-101-47/+47
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-1/+1
* Merge from emacs-24; up to 2012-12-08T12:11:[email protected]Glenn Morris2013-01-091-2/+2
|\
| * comint-send-input tiny changeVitalie Spinu2013-01-061-2/+2
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Cleanup comint-postoutput-scroll-to-bottom (Bug#13248).Vitalie Spinu2012-12-271-11/+23
* | * comint.el (comint-redirect-previous-input-string): New variable.Michael Mauger2012-12-201-3/+16
|/
* * lisp/comint.el (comint-preinput-scroll-to-bottom): Preserve theStefan Monnier2012-10-071-6/+3
* * lisp/emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to theStefan Monnier2012-10-071-5/+2
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-5/+3
* Make pcomplete less eager to add an extra space.Chong Yidong2012-09-171-2/+2
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-2/+2
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-1/+0
* * lisp/comint.el (comint-output-filter): Filter out repeated prompts.Stefan Monnier2012-07-021-2/+15
* * lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration.Glenn Morris2012-06-301-1/+1
* * lisp/isearch.el (isearch-search-fun-default): New function.Juri Linkov2012-05-291-70/+61
* Spelling fixes.Paul Eggert2012-05-281-1/+1
* Only handle ".." and '..' quoting in shell-mode.Stefan Monnier2012-05-151-23/+15
* Add new error and function `user-error'.Stefan Monnier2012-05-041-18/+10