summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* 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:29Z!eliz@gnu.orgGlenn 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:03Z!monnier@iro.umontreal.caPaul 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
* * lisp/follow.el: Rework, eliminating reliance on advice.Chong Yidong2012-05-011-28/+36
* Use completion-table-with-quoting for comint and pcomplete.Stefan Monnier2012-04-251-97/+63
* Delete the gdb-inferior pty when the gdb process exits.Chong Yidong2012-04-191-10/+24
* * lisp/comint.el (comint--common-quoted-suffix): Check string boundaryStefan Monnier2012-04-041-5/+6
* Fix ring extension code in ring.el, and tweak comint-input-ring handling.Chong Yidong2012-03-151-19/+30
* Use text properties for color escape highlighting in Shell mode.Chong Yidong2012-02-191-1/+2
* Minor fix for next-single-char-property-change usage.Chong Yidong2012-02-061-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * comint.el (comint-get-old-input-default): Fix thinko in last change.Stefan Monnier2011-10-251-1/+1
* * lisp/comint.el (comint-get-old-input-default): Fix use-prompt-regexp case.Stefan Monnier2011-10-241-2/+4
* * lisp/comint.el (comint-insert-input): Fix last change.Stefan Monnier2011-10-171-3/+4
* comint.el: Don't let `insert' break an `input' field into two.Stefan Monnier2011-10-171-7/+5