summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-dynamic-complete-filename) [ms-dos, windows-nt]:Richard M. Stallman1996-06-051-6/+11
* (comint-exec-1): Use dumb instead of unknown, for terminfo.Richard M. Stallman1996-03-171-2/+2
* (make-comint, comint-run): Fix autoload cookie.Erik Naggum1996-02-221-2/+2
* Update FSF's address.Erik Naggum1996-01-141-364/+365
* (comint-ptyp, comint-completion-autolist): Doc fix.Karl Heuer1996-01-041-2/+2
* Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>).Simon Marshall1995-12-111-5/+4
* (comint-exec-1): Don't alter EMACS envvar if it's already defined.Richard M. Stallman1995-10-221-2/+3
* Fix previous change.Richard M. Stallman1995-09-291-1/+1
* (comint-password-prompt-regexp): RecognizeRichard M. Stallman1995-09-291-1/+1
* (comint-kill-output): Preserve entire partial line atKarl Heuer1995-07-121-1/+1
* (comint-mode): Use make-local-hook.Karl Heuer1995-06-131-15/+8
* Don't go forward over a word-char if we're at bob, and set match-data.Simon Marshall1995-06-021-3/+8
* (make-comint): Error, if start-process is not fboundp.Richard M. Stallman1995-04-081-0/+2
* Update copyright.Karl Heuer1995-04-071-1/+1
* Added support for special (quoted) characters in file names:Simon Marshall1995-04-031-40/+79
* (comint-read-noecho): Don't log prompt messages.Karl Heuer1995-03-301-1/+2
* (comint-read-noecho): Use a format string, in caseKarl Heuer1995-03-281-2/+2
* Added comint-buffer-maximum-size and comint-truncate-buffer.Simon Marshall1995-02-251-3/+16
* Let file-name-handler-alist to nil in comint-dynamic-complete-as-filename andSimon Marshall1995-02-251-7/+9
* Add % to comint-match-partial-filename.Simon Marshall1995-02-081-1/+1
* Comment change.Richard M. Stallman1995-01-251-1/+1
* Make sure the event read by comint-dynamic-list-completions isn'tSimon Marshall1995-01-171-3/+3
* (comint-mode-map): Treat C-up, C-down like M-p, M-n.Richard M. Stallman1994-12-071-0/+2
* (comint-exec-1): Terminate TERMCAP with colon.Richard M. Stallman1994-11-151-1/+1
* (comint-exec-1): Make sure default-directory is a real dir.Richard M. Stallman1994-11-091-1/+5
* (comint-read-noecho): Use `read-char-exclusive' instead of `read-char'.Richard M. Stallman1994-11-011-1/+2
* (comint-check-proc): Recognise `open'.Richard M. Stallman1994-10-071-6/+13
* (comint-strip-ctrl-m): Renamed from shell-strip-crtl-m and moved here.Richard M. Stallman1994-10-031-0/+14
* (comint-input-chunk-size): Variable deleted.Richard M. Stallman1994-09-241-25/+2
* (comint-arguments): Treat \n and \t like space.Richard M. Stallman1994-08-271-1/+1
* (comint-arguments): Rewrite for speed.Richard M. Stallman1994-08-241-12/+28
* (comint-password-prompt-regexp): Handle PGP prompt.Richard M. Stallman1994-07-311-2/+3
* (comint-dynamic-list-completions): Listify the keyRichard M. Stallman1994-07-251-1/+1
* Comment change.Richard M. Stallman1994-07-161-5/+2
* (comint-mode-map): Move comint-bol to C-c C-a.Richard M. Stallman1994-07-161-1/+1
* comint-password-prompt-regexp: New variable.Noah Friedman1994-06-291-2/+7
* (comint-send-input): Update markers before actually sending the input.Richard M. Stallman1994-06-251-1/+3
* (comint-read-input-ring): Use ring-insert-at-beginning.Richard M. Stallman1994-06-231-14/+17
* (comint-dynamic-list-completions): No space in *Completions*.Richard M. Stallman1994-06-101-3/+3
* (comint-dynamic-complete-as-filename)Richard M. Stallman1994-06-021-6/+8
* (comint-read-input-ring): Make regexp stricter.Richard M. Stallman1994-05-301-1/+1
* Comment change.Richard M. Stallman1994-05-051-0/+7
* (comint-mode): Remove space after `:' in mode-line-process.Richard M. Stallman1994-04-241-1/+1
* (comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l.Richard M. Stallman1994-04-231-1/+1
* (comint-mode): Set comint-last-input-start andRichard M. Stallman1994-04-211-15/+16
* (comint-replace-by-expanded-history): Expand only at prompt.Karl Heuer1994-04-191-3/+5
* Doc fix.Karl Heuer1994-04-151-1/+1
* (comint-replace-by-expanded-history-before-point): Advance pointKarl Heuer1994-04-141-4/+5
* (comint-dynamic-complete-as-filename): Simplify.Karl Heuer1994-04-131-9/+5
* (comint-dynamic-complete-as-filename): Save end of match before calling otherKarl Heuer1994-04-111-6/+9