summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/comint.el (comint--table-subvert): Quote the all-completions output.Stefan Monnier2011-10-171-5/+7
* * lisp/pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entriesStefan Monnier2011-10-031-38/+41
* * lisp/pcomplete.el: Require comint.Stefan Monnier2011-10-021-6/+21
* * comint.el (comint-password-prompt-regexp): Accept "Response" asLars Magne Ingebrigtsen2011-07-011-1/+1
* * lisp/comint.el (comint-dynamic-complete-as-filename)Andreas Schwab2011-06-061-2/+4
* Add an :exit-function for completion-at-point.Stefan Monnier2011-05-231-13/+14
* * lisp/shell.el: Use lexical-binding and std completion UI.Stefan Monnier2011-04-201-23/+40
* * lisp/comint.el: Use lexical-binding. Use std completion UI. Require CL.Stefan Monnier2011-04-201-93/+137
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-6/+6
* First step towards using standard completion in comint.Stefan Monnier2011-03-241-23/+25
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Merge from emacs-23.Glenn Morris2011-01-241-2/+3
|\
| * * lisp/comint.el (comint-mode): Doc fix. (Bug#7897)Glenn Morris2011-01-241-3/+3
* | Merge from emacs-23Glenn Morris2011-01-221-1/+3
|\ \ | |/