aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (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: [email protected]/emacs--devo--0--patch-272Miles Bader2006-05-101-2/+1
* Revision: [email protected]/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
* (comint-output-filter-functions): Add autoload cookie.Luc Teirlinck2005-04-291-0/+1
* (comint-prompt-regexp, comint-get-old-input)Luc Teirlinck2005-04-261-33/+40
* (comint-output-filter): Run comint-output-filter-functionsRichard M. Stallman2005-04-171-0/+3
* (comint-send-input): New arg ARTIFICIAL. Callers in this file changed.Richard M. Stallman2005-04-101-7/+10
* (comint-highlight-prompt): Fix face spec.Luc Teirlinck2005-04-081-1/+1
* * cus-edit.el (custom-modified-face):Dan Nicolaescu2005-04-081-1/+1
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-1/+2
* (comint-prompt-read-only): Doc fix.Luc Teirlinck2005-04-071-1/+1
* (comint-prompt-read-only): Doc fix.Luc Teirlinck2005-04-051-1/+1
* (comint-insert-input): Obey mouse-yank-at-point.Stefan Monnier2005-03-241-3/+5
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* (comint-insert-input): Undo previous changes;Richard M. Stallman2005-01-291-1/+3
* (comint-read-noecho): Add trivial compatibility definition.Richard M. Stallman2004-11-271-0/+4
* (comint-input-ring-size): Increase to 150.Richard M. Stallman2004-11-211-1/+1
* (comint-insert-input): Fix previous change.Richard M. Stallman2004-11-021-1/+1
* (comint-insert-input): Use @ in `interactive'.Richard M. Stallman2004-10-191-4/+4
* (comint-output-filter-functions): Add comint-watch-for-password-prompt.Richard M. Stallman2004-10-171-61/+3
* (comint-output-filter): Typo.Stefan Monnier2004-10-101-1/+1
* (comint-mouse-insert-input): Remove.Stefan Monnier2004-10-101-136/+119
* (comint-insert-clicked-input, comint-copy-old-input):Nick Roberts2004-06-231-20/+13