aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-cr-magic): New function.Gerd Moellmann2001-04-181-0/+24
* (comint-exec-1): Set columns of the terminal toGerd Moellmann2001-03-201-2/+2
* (comint-insert-clicked-input): Use the last keyGerd Moellmann2001-03-091-4/+5
* (comint-replace-by-expanded-history-before-point): FixGerd Moellmann2001-01-241-0/+1
* (comint-goto-process-mark): Don't print a messageGerd Moellmann2001-01-111-1/+2
* (comint-input-history-ignore): New variable.Gerd Moellmann2001-01-021-5/+11
* From Markus Rost <[email protected]>:Miles Bader2000-12-221-1/+1
* (comint-send-string, comint-send-region): Also accept a buffer, buffer-name,Miles Bader2000-12-151-2/+10
* (comint-mode): Don't both with make-local-hook.Stefan Monnier2000-11-031-1/+0
* Capital in last change.Dave Love2000-11-031-1/+1
* (comint-completion-addsuffix): Fix custom type.Dave Love2000-11-031-1/+5
* (comint-add-to-input-history): New function.Eric M. Ludlam2000-11-021-7/+11
* (comint-get-old-input-default): Reword error message.Miles Bader2000-10-301-1/+1
* (comint-replace-by-expanded-history): Don't useMiles Bader2000-10-301-6/+9
* (comint-highlight-prompt): Add :type.Miles Bader2000-10-291-0/+1
* (make-comint-in-buffer): New function.Miles Bader2000-10-271-10/+23
* (comint-mode): Locally set `next-line-add-newlines' to nil.Miles Bader2000-10-261-3/+13
* (comint-output-filter, comint-send-input):Miles Bader2000-10-251-10/+5
* (comint-highlight-input, comint-highlight-prompt):Miles Bader2000-10-221-7/+6
* (comint-write-output): Add APPEND argument. Rework interactive spec.Miles Bader2000-10-191-20/+20
* (comint-mode-map): Bind `C-c C-s' to comint-write-output.Miles Bader2000-10-191-0/+1
* (comint-write-output, comint-append-output-to-file): New functions.Miles Bader2000-10-191-1/+32
* (comint-read-input-ring): Bugfix such that the firstGerd Moellmann2000-10-181-16/+15
* (comint-delete-output): Renamed from `comint-kill-output'.Miles Bader2000-10-181-7/+9
* (comint-output-filter):Miles Bader2000-10-181-4/+7
* Cleanup whitespace.Miles Bader2000-10-091-135/+135
* (comint-watch-for-password-prompt): Use STRING as a prompt.Miles Bader2000-10-061-2/+3
* (comint-mode-hook): Docstring fix.Stefan Monnier2000-09-291-32/+20
* (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