summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-output-filter):Miles Bader2000-09-131-9/+47
* (comint-send-input):Miles Bader2000-08-291-2/+2
* (comint-output-filter):Miles Bader2000-08-221-1/+4
* (comint-output-filter):Miles Bader2000-08-191-1/+1
* (comint-output-filter): Remove ad-hoc saving of restriction, and justMiles Bader2000-08-191-75/+62
* (comint-bol): Use `forward-line 0' instead of calling beginning-of-lineMiles Bader2000-08-141-3/+2
* (comint-output-filter): Don't bother frobbing window-start, it doesn'tMiles Bader2000-08-121-6/+3
* (comint-send-string, comint-send-region): Make into real functions.Miles Bader2000-08-111-2/+11
* (comint-output-filter): Doc fixes & misc code cleanup.Miles Bader2000-08-101-70/+76
* (comint-send-input): Make the newline boundary overlay rear-nonsticky.Miles Bader2000-08-101-5/+11
* (comint-highlight-prompt, comint-highlight-prompt-face)Miles Bader2000-08-101-5/+52
* (comint-output-filter): Properly handle the case where the textMiles Bader2000-08-081-2/+2
* (comint-use-prompt-regexp-instead-of-fields): New variable.Miles Bader2000-08-071-60/+199
* (comint-highlight-input, comint-highlight-face):Gerd Moellmann2000-07-191-2/+55
* (comint-substitute-in-file-name): Call replace-matchGerd Moellmann2000-06-231-1/+1
* Add to debug-ignored-errors.Dave Love2000-05-221-0/+7
* (comint-read-input-ring): Move reference toGerd Moellmann2000-05-111-5/+6
* (comint-exec-1): Add the current-dir to the exec-path whenStefan Monnier2000-03-081-3/+6
* (comint-redirect-results-list)Gerd Moellmann1999-12-061-2/+0
* Fix last change.Dave Love1999-11-261-3/+2
* (comint-preoutput-filter-functions): Doc fix.Richard M. Stallman1999-11-261-3/+11
* Add redirection.from active comint buffers intoGerd Moellmann1999-11-231-0/+346
* (comint-output-filter): Make the Comint buffer currentGerd Moellmann1999-10-251-11/+9
* (comint-input-ring-separator): New variable.Richard M. Stallman1999-08-291-10/+20
* Fix maintainer address.Karl Heuer1999-08-161-2/+2
* (comint-arguments): Handle \ followed by space or tab.Karl Heuer1999-07-201-2/+3
* (comint-password-prompt-regexp): Allow "(again)".Karl Heuer1999-06-271-1/+3
* (comint-bol-or-process-mark): Doc fix.Karl Heuer1999-05-241-1/+1
* (comint-password-prompt-regexp): Modified to match the output of ksuJoel N. Weber II1999-05-111-1/+3
* (comint-password-prompt-regexp): Fix last change to be more specific.Karl Heuer1999-05-091-1/+2
* (comint-password-prompt-regexp): Modified so that it matches theJoel N. Weber II1999-05-071-2/+3
* (comint-password-prompt-regexp): Accept "login password:"Karl Heuer1999-03-111-2/+2
* (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