summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/shell.el (shell-parse-pcomplete-arguments):Stefan Monnier2012-05-091-2/+3
* * shell.el (shell-completion-vars): Fix last change.Stefan Monnier2012-05-071-1/+1
* * lisp/shell.el (shell-completion-vars): Set pcomplete-arg-quote-list likeStefan Monnier2012-05-051-3/+6
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-2/+2
* Use text properties for color escape highlighting in Shell mode.Chong Yidong2012-02-191-1/+10
* * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change.Glenn Morris2012-02-151-2/+3
* Proper fix for shell-completion-execonly.Chong Yidong2012-01-051-4/+13
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix shell completion regression.Chong Yidong2012-01-031-3/+4
* Move shell-dir-cookie-re feature into Dirtrack mode.Chong Yidong2012-01-021-30/+0
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-181-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-3/+7
* Add :version tag to shell-dir-cookie-re.Chong Yidong2011-10-011-1/+2
* Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong2011-09-221-1/+1
* Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong2011-09-111-3/+3
* Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong2011-09-101-3/+0
* * lisp/shell.el (shell-parse-pcomplete-arguments): Unquote args.Stefan Monnier2011-08-281-4/+22
* * lisp/shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.Stefan Monnier2011-08-231-0/+2
* * lisp/pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.Stefan Monnier2011-08-231-2/+16
* * lisp/pcomplete.el: Convert to lexical binding and fix bug#8819.Stefan Monnier2011-06-171-0/+6
* * lisp/shell.el: Require and use pcomplete.Stefan Monnier2011-06-041-1/+6
* * lisp/shell.el (shell-directory-tracker): Case matters. (Bug#8735)Glenn Morris2011-05-261-0/+1
* Add an :exit-function for completion-at-point.Stefan Monnier2011-05-231-18/+20
* * lisp/shell.el (pcomplete-parse-arguments-function): Declare.Glenn Morris2011-05-161-0/+2
* * lisp/shell.el (shell-completion-vars): New function.Stefan Monnier2011-05-121-15/+24
* * lisp/shell.el: Use lexical-binding and std completion UI.Stefan Monnier2011-04-201-95/+122