summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* New shell-mode command to narrow to the command under pointPierre Neidhardt2020-10-171-0/+43
* Don't quote lambdas in several placesStefan Kangas2020-10-011-1/+1
* Fix pcomplete completion of things like `xargs` and `sudo` (bug#16197)Stefan Monnier2020-09-271-3/+6
* Make shell-resync-dirs handle whitespace in directory namesNoah Friedman2020-08-191-19/+35
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-3/+0
* Add zsh extended_history handling for comint.el input ringMatthew Bauer2020-08-101-1/+6
* Merge from origin/emacs-27Glenn Morris2020-07-201-5/+2
|\
| * Revert "Fix filename completion in shell mode buffers"Eli Zaretskii2020-07-181-5/+2
* | Add and remove backslashes in regexpsMattias Engdegård2020-02-201-2/+2
|/
* Fix infloop in shell.elPieter van Oostrum2020-01-181-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/shell.el (shell): Make shell buffer the current buffer. (Bug#37745)Michael Albinus2019-10-171-34/+35
* Fix `shell' doc keymap expansionsDavid Röthlisberger2019-10-121-1/+1
* Fix possible initialisation error in shell-mode-mapLars Ingebrigtsen2019-10-091-1/+1
* Fix filename completion in shell mode buffersAlex Branham2019-08-271-2/+5
* Signal an error on `M-x shell-mode'Lars Ingebrigtsen2019-08-221-0/+2
* Support history files in remote shells (Bug#36742)Michael Albinus2019-07-221-9/+20
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix Bug#34943Michael Albinus2019-03-231-23/+23
* Merge from origin/emacs-26Glenn Morris2019-03-201-1/+1
|\
| * Don't clobber 'comint-input-autoexpand' in 'read-shell-command'Eli Zaretskii2019-03-151-1/+1
* | Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723Michael Albinus2019-03-091-16/+11
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Fix Bug#29149 in shell.elMichael Albinus2018-01-141-2/+2
* | * lisp/shell.el (shell--parse-pcomplete-arguments): Stop at semi-colonStefan Monnier2018-12-041-7/+7
* | * lisp/comint.el: Clean up namespaceStefan Monnier2018-07-181-2/+2
* | * lisp/shell.el (shell-completion-vars):Michael Albinus2018-07-041-1/+1