aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Limit the amount of text we examine when looking for password promptsJim Porter2024-06-201-13/+19
* Improve implementations of some Eshell output filter functionsJim Porter2024-06-081-38/+30
* Check for a real process when trying to find password prompts in EshellJim Porter2024-06-031-1/+1
* ; Remove superfluous 'quit' handler in 'eshell-send-input'Jim Porter2024-06-021-5/+1
* Fix calling Eshell scripts outside of EshellJim Porter2024-05-291-1/+2
* Consolidate Eshell module loading/unloading codeJim Porter2024-05-291-26/+5
* esh-mode.el: Refrain from hiding buffer modifications (bug#70966)Stefan Monnier2024-05-281-37/+35
* ; Clean up some 'require' and 'declare-function' calls in EshellJim Porter2024-05-101-3/+0
* Only run 'eshell-first-time-mode-hook' once per Emacs sessionLin Sun2024-05-021-2/+4
* When deleting output in Eshell, optionally add it to the kill ring.Tomas Volf2024-02-151-5/+13
* Fix detection of directly-invokable commands in EshellJim Porter2024-01-261-8/+9
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-111-0/+3
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-021-2/+2
* | ; Throw strings as the values for 'eshell-incomplete'Jim Porter2023-02-231-1/+1
* | Allow unloading EshellJim Porter2023-02-151-0/+1
* | ; Don't require 'eshell' in other Eshell filesJim Porter2023-02-151-0/+5
* | Add new user option password-colon-equivalentsMichael Albinus2023-02-131-1/+4
* | Make sure core Eshell modules are loadedJim Porter2023-02-111-3/+9
* | Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-091-4/+2
* | Use the 'field' property to navigate through Eshell promptsJim Porter2023-01-141-0/+2
* | Make 'eshell-bol' obsoleteJim Porter2023-01-141-18/+13
* | Set the 'field' property for Eshell outputJim Porter2023-01-141-10/+15
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-3/+1
* esh-mode: Add repeat-map for eshell-{forward,backward}-argumentBrian Leung2022-11-171-0/+8
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-2/+0
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-1/+0
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-3/+0
* Make eshell-mode more resilient towards `mode-line-format'Lars Ingebrigtsen2022-08-151-1/+2
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* Fix starting eshell with missing/invalid modules definedStefan Kangas2022-06-191-1/+5
* Set bookmark handler type for EshellStefan Kangas2022-06-171-0/+2
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-9/+19
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in eshellStefan Kangas2021-12-241-25/+22
* | Change eshell-mode mode-line-format insinuationLars Ingebrigtsen2021-11-241-1/+1
* | Improve undoing of RET in comint and eshellMiha Rihtaršič2021-11-081-0/+8
* | Merge from origin/emacs-28Glenn Morris2021-10-251-4/+3
|\ \ | |/
| * Fix issue with interpreting ANSI codes in eshellMiha Rihtaršič2021-10-251-4/+3
* | *-watch-for-password-prompt: Use run-at-time to read passwordMiha Rihtaršič2021-10-181-1/+8
|/
* * etc/NEWS: Announce Eshell bookmarks.Stefan Kangas2021-09-291-2/+0
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/eshell/esh-mode.el (eshell-mode): Remove XEmacs compat code.Stefan Kangas2020-12-041-4/+2
* Prefer setq-local in eshellStefan Kangas2020-12-041-20/+15
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-161-30/+28