summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* Add new user option password-colon-equivalentsMichael Albinus2023-02-131-1/+2
* Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2022-12-231-3/+1
|\ \ | |/
| * Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-3/+1
* | Merge from origin/emacs-29Eli Zaretskii2022-12-081-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2022-12-081-1/+1
* | comint-fontify-input: Fix field boundary issue (bug#59626)Miha Rihtaršič2022-12-071-2/+8
|/
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+1
* comint: Add repeat-map for comint-{next,previous}-promptBrian Leung2022-11-171-0/+8
* comint-fontify-input: Don't fontify output as input, different approachMiha Rihtaršič2022-10-071-0/+6
* Revert "comint-fl: Prevent fontification of output as input"Miha Rihtaršič2022-10-071-13/+11
* Rename osc.el to ansi-osc.el (bug#58200)Matthias Meulien2022-10-011-7/+7
* Rename comint-fl-* to comint-fontify-input-* and mention it in NEWSMiha Rihtaršič2022-09-301-23/+23
* comint-fl: Prevent fontification of output as inputMiha Rihtaršič2022-09-301-11/+13
* ; Fix typos (prefer American spelling)Stefan Kangas2022-09-291-1/+1
* Minor touch-ups of some recent OSC stuffMatthias Meulien2022-09-191-2/+2
* Extract support of OSC escape sequences from comintMatthias Meulien2022-09-181-81/+11
* Improve some shell highlight doc stringsMiha Rihtaršič2022-09-111-5/+9
* Input indentation for M-x shellMiha Rihtaršič2022-09-091-8/+85
* Implement a general input fontification mechanism for comint modesMiha Rihtaršič2022-09-091-0/+229
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-10/+0
* New user option to disable deleting current input in comint mouse-2Visuwesh2022-07-231-4/+11
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-70/+0
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-2/+2
* Make comint-watch-for-password-prompt more resilientLars Ingebrigtsen2022-07-021-2/+3
* Update comment about comint-osc-handlersMatthias Meulien2022-05-171-4/+6
* ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-3/+3
* * 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