summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAge
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-08
* Allow shell PROMPT strings to have ANSI codesLars Ingebrigtsen2021-07-30
* Allow comint-delete-output to save the output on the kill ringLars Ingebrigtsen2021-07-19
* * lisp/comint.el: Prefix headings with enough semicolons.Jonas Bernoulli2021-06-30
* * lisp/comint.el: Add `font-lock-face` to `rear-nonsticky`Stefan Monnier2021-04-12
* * lisp/comint.el (comint-strip-ctrl-m): Avoid `called-interactively-p`Stefan Monnier2021-04-12
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-07
* * lisp/comint.el: Fix understickiness of non-comint propertiesStefan Monnier2021-04-05
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-24
* Add comint-password-prompt-regexp test for "zip -e ..."Stefan Kangas2021-03-18
* Recognise "Verify password" as a password promptLars Ingebrigtsen2021-03-18
* Simplify comint-watch-for-password-promptLars Ingebrigtsen2021-02-22
* Merge from origin/emacs-27Glenn Morris2021-02-19
|\
| * Allow newlines in password prompts again in comintRyan Prior2021-02-18
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Prefer setq-local in a few more placesStefan Kangas2021-02-08
* | Handle errors in `comint-strip-ctrl-m' in some casesLars Ingebrigtsen2021-02-02
* | Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* | Don't infloop in comint-redirect-results-list-from-processLars Ingebrigtsen2021-01-19
* | comint-read-input-ring: Simplify last commitBrian Leung2021-01-12
* | Make comint-read-input-ring skip uninteresting text in .zsh_historyBrian Leung2021-01-11
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Make the history traversal functions in coming more regularLars Ingebrigtsen2020-12-08
* | Fix history problem in `M-x shell' when started twiceLars Ingebrigtsen2020-10-27
* | Match OpenBSD doas password prompt in comintNick Gasson2020-10-09
* | Don't quote lambdas in several placesStefan Kangas2020-10-01
* | Avoid 1s sleep-for before sending the startfile to a comint processPip Cet2020-09-27
* | Strip carriage returns from received password prompts (comint)Robert Pluim2020-09-01
* | Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-24
* | ; Fix last change to comint.elBasil L. Contovounesios2020-08-19
* | Don't override python font locking in comintCarlos Pita2020-08-19
* | Merge from origin/emacs-27Glenn Morris2020-08-13
|\|
| * Fix comint-redirect-results-list regexp usage (Bug#42662)Phil Sainty2020-08-13
* | Check make-process to determine if we support multi-processingLars Ingebrigtsen2020-08-12
* | Revert "Remove compat code from comint.el"Lars Ingebrigtsen2020-08-12
* | Remove compat code from comint.elLars Ingebrigtsen2020-08-11
* | Add zsh extended_history handling for comint.el input ringMatthew Bauer2020-08-10
* | Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas2020-07-31
* | * lisp/comint.el (comint-redirect-setup): Guard mode-line-process (bug#39705)Juri Linkov2020-02-25
* | Add and remove backslashes in regexpsMattias EngdegÄrd2020-02-20
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Added `comint-password-function' hookMichael R. Mauger2019-12-22
* Respect buffer-local values in comint-read-input-ringLars Ingebrigtsen2019-10-01
* Support program switches in 'comint-run' commandPhil Sainty2019-07-11
* Add recursion check for comint password promptingLars Ingebrigtsen2019-07-10
* Update author/maintainer infoPaul Eggert2019-05-26
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Add "Enter Auth" prompt handling for OpenVPN (Bug#35724)Matthew Bauer2019-05-24
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* Remove buggy regexp use in comint-output-filterPaul Eggert2019-03-18