summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* Don't infloop in comint-redirect-results-list-from-processLars Ingebrigtsen2021-01-191-1/+5
* comint-read-input-ring: Simplify last commitBrian Leung2021-01-121-1/+0
* Make comint-read-input-ring skip uninteresting text in .zsh_historyBrian Leung2021-01-111-16/+9
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Make the history traversal functions in coming more regularLars Ingebrigtsen2020-12-081-12/+20
* Fix history problem in `M-x shell' when started twiceLars Ingebrigtsen2020-10-271-0/+1
* Match OpenBSD doas password prompt in comintNick Gasson2020-10-091-1/+2
* Don't quote lambdas in several placesStefan Kangas2020-10-011-1/+1
* Avoid 1s sleep-for before sending the startfile to a comint processPip Cet2020-09-271-12/+4
* Strip carriage returns from received password prompts (comint)Robert Pluim2020-09-011-2/+4
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-1/+1
* ; Fix last change to comint.elBasil L. Contovounesios2020-08-191-3/+4
* Don't override python font locking in comintCarlos Pita2020-08-191-3/+10
* Merge from origin/emacs-27Glenn Morris2020-08-131-1/+1
|\
| * Fix comint-redirect-results-list regexp usage (Bug#42662)Phil Sainty2020-08-131-1/+1
* | Check make-process to determine if we support multi-processingLars Ingebrigtsen2020-08-121-1/+1
* | Revert "Remove compat code from comint.el"Lars Ingebrigtsen2020-08-121-0/+2
* | Remove compat code from comint.elLars Ingebrigtsen2020-08-111-2/+0
* | Add zsh extended_history handling for comint.el input ringMatthew Bauer2020-08-101-2/+18
* | Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas2020-07-311-0/+1
* | * lisp/comint.el (comint-redirect-setup): Guard mode-line-process (bug#39705)Juri Linkov2020-02-251-1/+1
* | Add and remove backslashes in regexpsMattias EngdegÄrd2020-02-201-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Added `comint-password-function' hookMichael R. Mauger2019-12-221-2/+14
* Respect buffer-local values in comint-read-input-ringLars Ingebrigtsen2019-10-011-8/+9
* Support program switches in 'comint-run' commandPhil Sainty2019-07-111-4/+12
* Add recursion check for comint password promptingLars Ingebrigtsen2019-07-101-1/+6
* Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Add "Enter Auth" prompt handling for OpenVPN (Bug#35724)Matthew Bauer2019-05-241-2/+3
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Remove buggy regexp use in comint-output-filterPaul Eggert2019-03-181-14/+0
* Fix more regular expression typosPaul Eggert2019-03-181-2/+2
* Revert last tweak in 'comint-output-filter'Martin Rudalics2019-03-121-1/+1
* More regexp corrections and tweaksPaul Eggert2019-03-101-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* * lisp/comint.el (comint-skip-input): Set inhibit-read-only to tAlex Branham2019-02-241-2/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Detect Chinese sudo password prompts (Bug#31075)Noam Postavsky2018-08-231-1/+2
* | Fix comint-password-prompt-regexpNoam Postavsky2018-08-231-1/+1
* | * lisp/comint.el: Clean up namespaceStefan Monnier2018-07-181-9/+10
* | Improve documentation of recent changes in ComintEli Zaretskii2018-06-181-11/+14
* | comint-insert-previous-argument doesn't detect and ignore trailing &Dima Kogan2018-06-171-3/+0
* | comint-insert-previous-argument counts args from start or from endDima Kogan2018-06-171-13/+31
* | Merge from emacs-26Noam Postavsky2018-06-101-3/+5
|\ \ | |/
| * Fix comint-get-old-input-default for output field case (Bug#25028)Noam Postavsky2018-06-041-3/+5
* | More alias-related tediumGlenn Morris2018-04-201-2/+2
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-3/+0
* | Merge from origin/emacs-26Paul Eggert2018-03-101-2/+2
|\ \ | |/