aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman2002-09-101-0/+1
* (comint-carriage-motion): Start at START.Miles Bader2002-08-281-0/+1
* [original idea from Luc Teirlinck <[email protected]>]Miles Bader2002-08-191-35/+39
* (comint-dynamic-list-completions): Sort COMPLETIONS before first use.Miles Bader2002-07-081-1/+2
* (comint-displayed-dynamic-completions): New variable.Miles Bader2002-07-041-1/+20
* (comint-get-old-input-default): Strip text properties for fields too.Miles Bader2002-06-201-4/+5
* (comint-next-prompt, comint-previous-prompt): Fix typos.Juanma Barranquero2002-06-181-2/+2
* (comint-insert-clicked-input): Insert clicked-on previous input withoutMiles Bader2002-06-171-4/+3
* (comint-skip-input): New function.Richard M. Stallman2002-06-151-4/+17
* (comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to supportJuanma Barranquero2002-06-141-7/+9
* (comint-mode): Don't set `font-lock-defaults'.Miles Bader2002-06-131-3/+1
* (comint-send-input): Properly handle empty and no-newline input regions.Miles Bader2002-06-121-2/+2
* Make comint use text properties for highlighting instead of overlays:Miles Bader2002-06-101-70/+51
* (comint-send-input, comint-output-filter): Use the `font-lock-face'Miles Bader2002-06-101-39/+27
* (comint-watch-for-password-prompt): Remove whitespaceFrancesco Potortì2002-04-181-0/+2
* (comint-password-prompt-regexp): Match "Repeat passphrase".Francesco Potortì2002-04-171-2/+3
* (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