aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-password-prompt-regexp): Match" SMB password".Francesco Potortì2002-04-121-2/+3
* Remove documentation on setting up pcomplete.Colin Walters2002-03-111-28/+0
* (comint-preoutput-filter-functions): Doc fix.Richard M. Stallman2002-02-271-8/+25
* (comint-replace-by-expanded-filename): Do nothing ifKim F. Storm2002-02-251-2/+4
* Document how use new pcomplete completion facility.Colin Walters2002-02-231-0/+28
* (comint-scroll-show-maximum-output): Default is t.Richard M. Stallman2002-02-011-1/+1
* Comment change.Richard M. Stallman2002-01-211-1/+1
* (comint-redirect-send-command-to-process): Restore previous current buffer.Richard M. Stallman2002-01-181-33/+33
* (comint-simple-send): Fix previous change.Richard M. Stallman2002-01-171-1/+1
* Fix typo.Pavel Janík2002-01-131-1/+1
* (comint-input-sender): Doc fix.Richard M. Stallman2002-01-131-7/+17
* (comint-dynamic-list-completions): Repeating the commandRichard M. Stallman2002-01-121-21/+35
* (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 <[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