summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-highlight-input): Use :weight, not :bold.Richard M. Stallman2001-12-311-1/+1
* Comment change.Richard M. Stallman2001-12-261-0/+1
* Doc fixes.Pavel Janík2001-12-201-7/+7
* (comint-dynamic-list-input-ring-select): New function.Richard M. Stallman2001-12-181-0/+24
* (comint-password-prompt-regexp): Match "UNIX Password".Richard M. Stallman2001-12-111-1/+1
* (comint-mode): Simplify.Stefan Monnier2001-11-161-16/+6
* (comint-send-input): Fix description of `comint-process-echoes' in theMiles Bader2001-11-081-6/+8
* (comint-password-prompt-regexp): Make it less restrictive, lettingFrancesco Potortì2001-10-171-1/+1
* (comint-insert-previous-argument): New function.Miles Bader2001-10-091-0/+57
* (comint-send-input): When waiting for echoed input, don't save theMiles Bader2001-09-111-20/+25
* (comint-send-input): Handle comint-process-echoesGerd Moellmann2001-09-071-4/+25
* (comint-send-input): Change help-echo.Gerd Moellmann2001-09-041-1/+1
* (comint-insert-clicked-input): Goto point-max beforeGerd Moellmann2001-09-041-0/+1
* (comint-next-prompt): Don't loop infinitely ifMiles Bader2001-08-271-2/+9
* (comint-get-old-input-default): Don't signal an error if point is not onMiles Bader2001-08-271-19/+18
* (comint-send-input): Add `inhibit-line-move-field-capture' property toMiles Bader2001-08-161-0/+1
* Emacs lisp coding convention fixes.Pavel Janík2001-07-141-2/+2
* (comint-send-input): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-0/+3
* (comint-carriage-motion): Doc-string tweaks.Miles Bader2001-05-281-4/+4
* (comint-carriage-motion): Renamed fromGerd Moellmann2001-05-281-20/+34
* Comment fix.Gerd Moellmann2001-05-161-1/+0
* (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 <markus.rost@mathematik.uni-regensburg.de>: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