summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * lisp/shell.el (shell--unquote&requote-argument): Match data misuseFilipp Gunbin2016-10-261-3/+7
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix shell-for/backward-command to exclude spacesLeo Liu2015-06-231-10/+15
* Use generic `display-buffer-alist' instead of mode-specific customizations.Sam Steingold2015-01-061-8/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* Use a new user option instead of hard-coding shell display.Sam Steingold2014-12-231-1/+8
* * lisp/shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.Glenn Morris2014-05-221-2/+3
* * lisp/shell.el (shell-directory-tracker): Go back to just ignoring failures.Glenn Morris2014-04-061-2/+5
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Shell completion for filenames from current directory, related docs.Jarek Czekalski2013-12-271-4/+7
* Fix some minor shell.el oddness related to usage of error and messageGlenn Morris2013-09-111-4/+3
* Use with-demoted-errors now that it can format any error messagesGlenn Morris2013-09-111-8/+6
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-2/+2
* * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.Paul Eggert2013-07-141-15/+3
* Misc custom group fixesGlenn Morris2013-05-151-3/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | In Shell mode, reapply ansi colorization if the mode is re-enabled.Chong Yidong2012-11-301-4/+23
* | Improve buffer name default for C-u M-x shell.Chong Yidong2012-11-301-1/+6
|/
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* Convert several shell.el defvars to defcustoms.Chong Yidong2012-09-171-20/+14
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-2/+1
* Only handle ".." and '..' quoting in shell-mode.Stefan Monnier2012-05-151-6/+55