aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-file-name-quote-list): Doc fix.Markus Rost1998-11-021-1/+1
* make pre-command-hook & comint-exec-hook local hooks.Simon Marshall1998-09-291-3/+3
* (comint-arguments): Ignore backslashes when usingGeoff Voelker1998-09-071-7/+12
* (comint-postoutput-scroll-to-bottom): Cope with unsetRichard M. Stallman1998-08-151-1/+2
* (comint-bol-or-process-mark): Refer to this command's name correctly.Richard M. Stallman1998-08-041-1/+1
* (comint-exec-1): Setup coding systems appropriately.Richard M. Stallman1998-06-301-2/+22
* (comint-input-autoexpand): Use `other' widget type.Andreas Schwab1998-06-241-2/+2
* (comint-mode-map): Move bindings ofRichard M. Stallman1998-05-281-3/+3
* (comint-get-next-from-history): New command.Richard M. Stallman1998-05-271-8/+98
* (comint-replace-by-expanded-history-before-point):Richard M. Stallman1998-05-051-1/+1
* (comint-replace-by-expanded-history): New arg START.Richard M. Stallman1998-04-231-8/+15
* (comint-filename-chars): Combine DOS and Windows strings.Geoff Voelker1998-04-171-7/+3
* (comint-preoutput-filter-functions): Doc fix.Richard M. Stallman1998-03-211-1/+1
* (comint-word): store-match-data => set-match-data.Richard M. Stallman1998-03-141-1/+1
* (comint-arguments): Treat \" and such as part of one arg.Richard M. Stallman1998-03-021-1/+9
* Changed to use directory-sep-char rather than "/".Simon Marshall1998-02-271-31/+38
* (comint-interrupt-subjob): Call comint-kill-input.Richard M. Stallman1998-02-141-3/+16
* (comint-strip-ctrl-m): Don't die ifKarl Heuer1997-12-111-2/+4
* (comint-regexp-arg): No need to bindKarl Heuer1997-10-021-2/+1
* (comint-file-name-chars): Doc fix.Richard M. Stallman1997-09-091-3/+7
* (comint-file-name-chars): Use separate sets for ms-dos and windows-nt.Geoff Voelker1997-09-021-3/+7
* (comint-preoutput-filter-functions): New variable.Richard M. Stallman1997-08-241-2/+18
* change maintainer.Simon Marshall1997-07-151-2/+3
* Comment change.Richard M. Stallman1997-05-271-1/+1
* Use insert to preserve marker positions (pmark) and delete last.Simon Marshall1997-05-261-3/+4
* (comint-mode): Add a mode-class property.Richard M. Stallman1997-05-051-0/+2
* (comint-input-face): Deleted.Richard M. Stallman1997-04-271-11/+0
* Fix previous change.Richard M. Stallman1997-04-131-13/+1
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-131-35/+115
* (comint-delchar-or-maybe-eof): Check for null proc.Karl Heuer1997-03-311-2/+2
* minor bug fixes/enhancements to comint-delchar-or-maybe-eof, send-invisible, ...Simon Marshall1997-03-151-10/+17
* (comint-exec-1): Use file-accessible-directory-p.Richard M. Stallman1997-01-271-1/+1
* remove references in comments to long defunct make-shell.Simon Marshall1997-01-081-8/+0
* (comint-password-prompt-regexp): Recognize AIX format.Karl Heuer1996-11-171-1/+1
* (comint-output-filter): Run comint-output-filter-functionsRichard M. Stallman1996-11-091-1/+3
* (comint-read-noecho): Clear out the intermediate strings.Richard M. Stallman1996-10-081-3/+9
* (comint-file-name-chars): Was comint-file-name-regexp.Richard M. Stallman1996-08-011-5/+8
* (send-invisble): Comment fix.Karl Heuer1996-07-171-1/+1
* 1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-f...Simon Marshall1996-07-121-46/+57
* (comint-send-input): Use insert-before-markers for all the insertions.Richard M. Stallman1996-06-281-2/+2
* (comint-dynamic-complete-as-filename)Richard M. Stallman1996-06-091-5/+26
* (comint-file-name-quote-list): Doc fix.Karl Heuer1996-06-091-1/+1
* (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 <[email protected]>).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