summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-mode-map): Explicitly bind `delete' and `kp-delete'Richard M. Stallman2007-12-251-0/+4
* (comint-password-prompt-regexp): Match `Enter Password'.Richard M. Stallman2007-12-221-1/+2
* Chris Moore <christopher.ian.moore at gmail.com>Glenn Morris2007-10-231-1/+2
* (comint-password-prompt-regexp): Add 'LDAP'.Eli Zaretskii2007-10-131-1/+1
* (comint-mode): Don't set scroll-conservatively.Glenn Morris2007-09-021-2/+8
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (comint-simple-send): Concat newline before sending.Jason Rumney2007-07-221-6/+12
* (comint-send-input): Widen the buffer first.Chong Yidong2007-04-021-2/+3
* (comint-proc-query, comint-dynamic-list-completions):Stefan Monnier2007-03-281-2/+2
* (comint-arguments): Mark backslash-escaped chars.Chong Yidong2007-03-171-10/+26
* (comint-read-input-ring): Use comint-input-ring-size from the comint bufferEli Zaretskii2007-02-231-1/+1
* Delete extra copy of `comint-copy-old-input' added in previous change toRomain Francoise2007-01-311-11/+0
* - Prevent non-keyword fontification by default.J.D. Smith2007-01-311-1/+12
* (comint-insert-input): Handle situation where the selected buffer isChong Yidong2007-01-291-9/+18
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Comment change.Richard M. Stallman2006-12-171-1/+1
* Revert last change.Romain Francoise2006-12-091-3/+2
* (comint-insert-input): Delete obsolete comment.Romain Francoise2006-12-091-4/+3
* (comint-exec-1): Provide Emacs version and `comint' in INSIDE_EMACS.Richard M. Stallman2006-11-281-1/+1
* (comint-exec-1): Set EMACS and INSIDE_EMACS to t.Chong Yidong2006-11-181-1/+2
* (comint-mode): Bind font-lock-defaults non-nil.Richard M. Stallman2006-09-281-1/+4
* * etc/NEWS: In terminal-oriented subshells, the EMACS environmentPaul Eggert2006-09-121-1/+2
* (comint-send-input): Do not add help-echo and mouse-face to input ifLuc Teirlinck2006-06-021-12/+12
* (comint-kill-whole-line): Rename arg to count. FixReiner Steib2006-05-261-6/+6
* (comint-insert-input): Just make it whenNick Roberts2006-05-101-29/+32
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-272Miles Bader2006-05-101-2/+1
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271Miles Bader2006-05-101-1/+1
* (comint-insert-input): Make it work when comint-use-prompt-regexp is t.Nick Roberts2006-05-101-22/+27
* (comint-match-partial-filename): Doc fix.Romain Francoise2006-04-221-1/+1
* Remove C-c C-j binding.J.D. Smith2006-04-191-1/+0
* (comint-previous-input): Don't clobber input line when moving off eitherJ.D. Smith2006-04-181-7/+39
* (comint-dynamic-list-completions): Allow user to select *Completions* buffer.Nick Roberts2006-03-271-4/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (comint-insert-input): Use `posn-set-point' instead ofJohn Paul Wallington2005-11-171-1/+1
* (comint-send-input): Call `comint-update-fence' whenLuc Teirlinck2005-10-301-1/+5
* (comint-redirect-subvert-readonly): Doc fix.Richard M. Stallman2005-10-021-2/+2
* (comint-show-output): Really set point at the beginning of the outputRomain Francoise2005-09-281-1/+5
* (comint-file-name-prefix): Add autoload.Richard M. Stallman2005-08-251-0/+1
* (send-invisible): Identify buffer, if not selected.Richard M. Stallman2005-08-091-3/+9
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
* (comint-use-prompt-regexp, comint-send-input, comint-source-default,Juanma Barranquero2005-07-211-30/+27
* (comint-postoutput-scroll-to-bottom)Eli Zaretskii2005-07-081-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (comint-completion, comint-source): Finsh `degroup' descriptions with period.Juanma Barranquero2005-07-041-4/+4
* (comint-password-prompt-regexp): Accept ", try again".Richard M. Stallman2005-06-281-2/+2
* (comint-replace-by-expanded-filename, comint-prompt-regexp,Juanma Barranquero2005-06-161-5/+5
* (comint-check-proc, make-comint-in-buffer, comint-source-default): Doc fixes.Juanma Barranquero2005-06-101-5/+5
* (comint-mode-hook): Do not enable Font Lock by default.Luc Teirlinck2005-06-091-1/+1
* (comint-send-input): Bind `inhibit-read-only' around call to `delete-region'.Luc Teirlinck2005-06-091-2/+6
* Use run-mode-hooks in example.Lute Kamstra2005-05-261-1/+1