summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | Implement command completion in remote shells. (Bug#31704)Michael Albinus2018-06-201-3/+8
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-1/+2
* | * lisp/shell.el (shell-mode): Check if buffer has a live process.Juri Linkov2018-04-041-2/+4
* | Fix Bug#29149 in shell.elMichael Albinus2018-01-131-2/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/shell.el (explicit-shell-file-name): Mention shell-file-nameStefan Monnier2017-08-041-1/+3
* Make sure that `shell' makes BUFFER currentMartin Rudalics2017-04-101-19/+20
* Add Tramp testMichael Albinus2017-04-031-1/+1
* Apply connecion-local variables for shellsMichael Albinus2017-04-021-30/+37
* Ensure last line is at window bottom in shell buffersEli Zaretskii2017-01-271-5/+8
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Minor shell-mode fix for zshMatt Armstrong2016-12-101-0/+1
* | Add file-local-nameMichael Albinus2016-11-201-4/+3