aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-show-output): Leave point at start of output, but push the mark.Richard M. Stallman1994-01-151-3/+2
* (comint-input-autoexpand): Make default nil.Richard M. Stallman1994-01-091-1/+1
* (comint-show-output): Use (point-max) rather than erring when theRoland McGrath1994-01-061-2/+2
* (comint-last-output-start): Add defvar.Richard M. Stallman1994-01-031-5/+22
* (comint-next-matching-input-from-input): Doc fix.Richard M. Stallman1993-12-241-4/+4
* (comint-read-input-ring): New arg SILENT.Richard M. Stallman1993-12-231-52/+67
* (comint-send-input): Don't call comint-argumentsRichard M. Stallman1993-11-251-2/+5
* (comint-send-input): Don't call comint-arguments whileRichard M. Stallman1993-11-241-7/+10
* (comint-preinput-scroll-to-bottom): If SCROLL is `this',Richard M. Stallman1993-11-231-10/+12
* (comint-scroll-show-maximum-output): Make default nil.Richard M. Stallman1993-11-171-1/+1
* (comint-send-input): Run comint-output-filter-functionsRichard M. Stallman1993-11-161-4/+5
* (comint-read-input-ring, comint-write-input-ring):Richard M. Stallman1993-11-151-1/+3
* (comint-match-partial-filename): Consider +@: part ofRichard M. Stallman1993-11-131-3/+3
* Comment change.Richard M. Stallman1993-11-111-5/+9
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-101-2/+2
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-101-8/+8
* (comint-preinput-scroll-to-bottom): AddedRichard M. Stallman1993-11-081-55/+52
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-081-1/+1
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-071-17/+18
* (comint-mode-map): Merge menu bar item Output into Input.Richard M. Stallman1993-10-271-19/+16
* (comint-scroll-to-bottom-on-input): Default to nil.Richard M. Stallman1993-10-251-20/+34
* (comint-scroll-to-bottom-on-input)Richard M. Stallman1993-10-251-7/+8
* (comint-after-partial-file-name-command):Richard M. Stallman1993-10-221-610/+1225
* (comint-filename-prefix): New variable.Roland McGrath1993-09-081-11/+36
* ring-mod -> modPaul Eggert1993-08-101-3/+3
* (comint-mode-map): Delete C-c C-y binding.Richard M. Stallman1993-08-091-1/+0
* (comint-dynamic-list-completions): Expand PATHDIR in call toRoland McGrath1993-08-031-1/+3
* (comint-dynamic-complete): If called interactively twice in a row, give theRoland McGrath1993-08-021-20/+24
* (comint-dynamic-complete): Expand PATHDIR in call to file-name-completion.Roland McGrath1993-08-021-2/+9
* (comint-dynamic-completion): Say "Sole completion", not "UniqueRoland McGrath1993-08-021-1/+1
* (comint-replace-by-expanded-filename, comint-dynamic-complete): Say "SoleRoland McGrath1993-07-281-1/+1
* (comint-{next,prev}-prompt, comint-send-eof): New functions.Roland McGrath1993-07-161-0/+25
* * comint.el (comint-prompt-regexp): Double the backslashes in theJim Blandy1993-07-041-2/+2
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (comint-filter): Put window-start before the input.Richard M. Stallman1993-06-011-64/+68
* (comint-filter): Restore buffer-read-only in proper buffer.Richard M. Stallman1993-05-261-7/+4
* (comint-filter): Increment opoint only if after insertion point.Richard M. Stallman1993-05-121-1/+2
* (comint-filter): New function.Richard M. Stallman1993-05-061-1/+39
* (comint-previous-matching-input): Use let* in the interactive.Richard M. Stallman1993-05-061-8/+8
* (comint-previous-matching-input): New command, on M-r.Richard M. Stallman1993-05-061-79/+118
* * comint.el (comint-match-partial-pathname): Move "---" range inJim Blandy1993-05-031-3/+3
* (comint-mod): Nuked. A call to ring-mod replaces it.Eric S. Raymond1993-04-251-22/+2
* *** empty log message ***Noah Friedman1993-04-161-13/+26
* Clean up cmu* uses in header comments.Eric S. Raymond1993-04-101-11/+6
* new comint-read-noecho.Noah Friedman1993-04-031-19/+46
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+1
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
* Fix bug in previous change.Richard M. Stallman1993-03-061-1/+1
* (comint-dynamic-list-completions): Handle any event when flushing the display.Richard M. Stallman1993-03-061-2/+2
* (make-comint): Added docstring.Roland McGrath1993-02-051-4/+9