summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/comint.el (comint-dynamic-list-input-ring): Keep replaced text props.Juri Linkov2022-04-131-1/+2
* New hook, lazy-count-update-hookAugusto Stoffel2022-03-201-0/+2
* Make comint-word actually check comint-file-name-quote-listDima Kogan2022-02-101-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix prompt colors in comint-snapshot-last-promptmiha2021-12-191-1/+1
* | Improve yanking in the middle of comint process outputMiha Rihtaršič2021-12-071-9/+45
* | Improve undoing of RET in comint and eshellMiha Rihtaršič2021-11-081-1/+23
* | Match password prompts from new OpenSSHLars Ingebrigtsen2021-11-071-2/+4
* | Make comint-term-environment connection-aware (bug#51426)Jim Porter2021-10-281-6/+7
* | *-watch-for-password-prompt: Use run-at-time to read passwordMiha Rihtaršič2021-10-181-5/+13
|/
* Fix small error in comint-send-inputMiha Rihtaršič2021-10-051-0/+1
* Make comint understand the ccrypt password phrasesLars Ingebrigtsen2021-09-271-1/+4
* Add "passwd" (change password) prompt to comintLars Ingebrigtsen2021-09-271-0/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Fix a recent change wrt 'comint-max-line-length'Eli Zaretskii2021-09-091-1/+4
* Better treatment of line length limits for the Python inferiorAugusto Stoffel2021-09-091-0/+6
* Add a tooltip to the comint-mode mode line formatLars Ingebrigtsen2021-09-061-1/+2
* Add support for OSC 7 in comint (current directory tracking)Augusto Stoffel2021-08-291-7/+28
* Add support for OSC escape codes in comintAugusto Stoffel2021-08-251-0/+85
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Allow shell PROMPT strings to have ANSI codesLars Ingebrigtsen2021-07-301-3/+3
* Allow comint-delete-output to save the output on the kill ringLars Ingebrigtsen2021-07-191-3/+8
* * lisp/comint.el: Prefix headings with enough semicolons.Jonas Bernoulli2021-06-301-15/+15
* * lisp/comint.el: Add `font-lock-face` to `rear-nonsticky`Stefan Monnier2021-04-121-7/+11
* * lisp/comint.el (comint-strip-ctrl-m): Avoid `called-interactively-p`Stefan Monnier2021-04-121-4/+4
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-071-1/+0
* * lisp/comint.el: Fix understickiness of non-comint propertiesStefan Monnier2021-04-051-3/+7
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-4/+2
* Add comint-password-prompt-regexp test for "zip -e ..."Stefan Kangas2021-03-181-1/+3
* Recognise "Verify password" as a password promptLars Ingebrigtsen2021-03-181-1/+1
* Simplify comint-watch-for-password-promptLars Ingebrigtsen2021-02-221-5/+3
* Merge from origin/emacs-27Glenn Morris2021-02-191-1/+3
|\
| * Allow newlines in password prompts again in comintRyan Prior2021-02-181-1/+3
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Prefer setq-local in a few more placesStefan Kangas2021-02-081-2/+1
* | Handle errors in `comint-strip-ctrl-m' in some casesLars Ingebrigtsen2021-02-021-9/+17
* | Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-2/+1
* | 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