summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAgeFilesLines
* Allow old input to include continuation lines in shell-modeBob Rogers2023-03-311-0/+40
* ; 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
* Fix infloop in 'shell-resync-dirs' with tcshEli Zaretskii2022-12-101-0/+1
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+1
* shell: Add repeat-map for shell-{forward,backward}-promptBrian Leung2022-11-171-0/+8
* Rename comint-fl-* to comint-fontify-input-* and mention it in NEWSMiha Rihtaršič2022-09-301-16/+17
* ; Fix typos (prefer American spelling)Stefan Kangas2022-09-291-1/+1
* Improve some shell highlight doc stringsMiha Rihtaršič2022-09-111-8/+19
* ; Fix doc strings in shell.elEli Zaretskii2022-09-091-7/+7
* Input indentation for M-x shellMiha Rihtaršič2022-09-091-0/+4
* Highlight non-existent commands in M-x shellMiha Rihtaršič2022-09-091-3/+227
* Input fontification for M-x shellMiha Rihtaršič2022-09-091-0/+41
* Remove some useless `eval-when-compile`Mattias Engdegård2022-07-041-6/+5
* * lisp/shell.el (shell): Fix last changeStefan Monnier2022-05-291-32/+41
* * lisp/shell.el (shell): Query shell file name from `interactive`Stefan Monnier2022-05-271-17/+19
* Add option to kill a shell buffer when the process endsPhilip Kaludercic2022-05-201-0/+17
* Advertise OSC directory tracking moreLars Ingebrigtsen2022-05-051-1/+3
* Further doc string quoting fixesLars Ingebrigtsen2022-04-221-2/+2
* Ensure shell.el loading properlyLars Ingebrigtsen2022-04-111-0/+1
* Add a shell-filter-ring-bell functionLars Ingebrigtsen2022-03-221-1/+15
* Avoid repeated prompts in `M-x shell' if using ~/.emacs_bashLars Ingebrigtsen2022-03-171-3/+12
* Make shell-resync-dirs work with zshLars Ingebrigtsen2022-03-171-70/+68
* Merge from origin/emacs-28Eli Zaretskii2022-02-181-1/+1
|\
| * Fix problem with popd for in remote shell buffersMichael Albinus2022-02-151-1/+1
* | More fixes for display-comint-buffer-actionJuri Linkov2022-01-111-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix bug#52467 by adding a new custom variable 'display-comint-buffer-action'Sam Steingold2021-12-281-1/+1
* | Prefer locate-user-emacs-fileStefan Kangas2021-11-091-1/+2
|/
* Revert commit 225ca617b7, and apply another fixMichael Albinus2021-10-231-5/+9
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+2
* Correctly call completion-in-region in shell.elMadhu2021-08-191-2/+2
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-2/+2
* Autoload `split-string-shell-command'Lars Ingebrigtsen2021-07-151-0/+1
* Rename shell-split-string to split-string-shell-commandLars Ingebrigtsen2021-07-151-1/+1
* Add a new function 'shell-split-string'Lars Ingebrigtsen2021-07-151-0/+9
* Fix bug#49229 in shell.elMichael Albinus2021-06-281-1/+2
* Handle auto-cd in shell-modeJason Kim2021-06-091-2/+15
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* Delete some commented out defgroupsStefan Kangas2021-03-241-5/+0
* Use pop-to-buffer-same-window for shellTheodor Thornhill2021-03-211-1/+1
* Fix how `shell-mode' avoids being called interactivelyLars Ingebrigtsen2021-02-141-2/+1
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-121-1/+1
* Remove some unnecessary references to Emacs 18Stefan Kangas2021-02-051-5/+2
* Make comint-read-input-ring skip uninteresting text in .zsh_historyBrian Leung2021-01-111-0/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in shell.elStefan Kangas2020-12-081-23/+23
* Define explicit-shell-file-name only in shell.elBasil L. Contovounesios2020-12-031-12/+12
* Use null-device where appropriateMichael Albinus2020-11-251-1/+1