aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (comint-exec-1): Handle both termcap and terminfo.Karl Heuer1994-04-081-3/+7
* (comint-run): New command.Richard M. Stallman1994-03-241-10/+34
* (comint-completion-fignore): New variable.Richard M. Stallman1994-03-081-7/+12
* Comment fix.Karl Heuer1994-03-071-1/+1
* (comint-input-filter-functions)Richard M. Stallman1994-03-031-24/+27
* (comint-after-partial-filename-command,Richard M. Stallman1994-03-031-236/+146
* (comint-arguments): Use just one regexp to find end of argRichard M. Stallman1994-03-021-30/+27
* (full-copy-sparse-keymap): Function deleted.Richard M. Stallman1994-03-021-30/+19
* (comint-exec-1): Force a local copy of the environment.Karl Heuer1994-02-261-1/+1
* (comint-show-output): Leave point at start of output, but push the mark.Richard M. Stallman1994-01-151-3/+2
* (comint-input-autoexpand): Make default nil.Richard M. Stallman1994-01-091-1/+1
* (comint-show-output): Use (point-max) rather than erring when theRoland McGrath1994-01-061-2/+2
* (comint-last-output-start): Add defvar.Richard M. Stallman1994-01-031-5/+22
* (comint-next-matching-input-from-input): Doc fix.Richard M. Stallman1993-12-241-4/+4
* (comint-read-input-ring): New arg SILENT.Richard M. Stallman1993-12-231-52/+67
* (comint-send-input): Don't call comint-argumentsRichard M. Stallman1993-11-251-2/+5
* (comint-send-input): Don't call comint-arguments whileRichard M. Stallman1993-11-241-7/+10