summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAgeFilesLines
* (shell): With prefix-arg, suggest a new buffer name.Markus Rost2003-08-121-1/+2
* (shell-command-separator-regexp): New variable.Juanma Barranquero2003-06-121-2/+12
* (shell-resync-dirs): Tolerate an extra line of output before the list ofJuanma Barranquero2003-06-061-2/+6
* (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' onLute Kamstra2003-06-051-1/+23
* Cygwin support patch.Juanma Barranquero2003-01-311-1/+1
* (explicit-bash-args): Bash 1.x doesn't grookKim F. Storm2002-10-311-2/+12
* (shell): Look for .emacs_SHELL under ~/.emacs.d after looking in ~.Richard M. Stallman2002-10-261-0/+2
* Fix typo.Juanma Barranquero2002-07-031-3/+3
* (explicit-bash-args): New user option.Andreas Schwab2002-06-281-0/+8
* (shell-mode): Use (ring-empty-p rather than (zerop (ring-length.Francesco Potortì2002-05-141-1/+1
* (shell-mode): Make second part of initialisationFrancesco Potortì2002-05-141-2/+2
* (shell-replace-by-expanded-directory):Richard M. Stallman2002-05-101-1/+1
* (shell-mode): Don't reinit comint-input-ring if that was already done.Richard M. Stallman2002-04-031-22/+23
* (toplevel): Revert previous change to use pcomplete.Colin Walters2002-03-111-28/+2
* (shell-pcomplete-setup-done): New variable.Kim F. Storm2002-02-251-4/+6
* (shell-mode-map): Add "Complete" header so completionKim F. Storm2002-02-251-1/+2
* (shell-pcomplete, shell-pcomplete-reverse): New functions.Colin Walters2002-02-231-2/+25
* (shell): Use shell-file-name.Stefan Monnier2001-12-021-21/+17
* Emacs lisp coding convention fixes.Pavel Janík2001-07-141-5/+5
* shell-write-history-on-exit: make sure the error message goes to the right bu...Sam Steingold2001-01-281-24/+26
* (shell-unquote-argument): If the shell is one of theEli Zaretskii2001-01-271-5/+13
* (shell-mode): Use define-derived-mode.Stefan Monnier2000-11-211-7/+1
* (shell): Add BUFFER argument.Miles Bader2000-10-271-9/+15
* (shell-write-history-on-exit): New function.Andrew Innes2000-09-141-0/+27
* (shell-font-lock-keywords): Remove prompt highlighting, since this isMiles Bader2000-08-221-2/+1
* (shell-prompt-pattern): Doc change.Miles Bader2000-08-071-2/+5
* Fix maintainer address.Karl Heuer1999-08-161-2/+2
* (shell-unquote-argument): New function.Karl Heuer1999-07-201-0/+21
* Comment fix.Karl Heuer1999-05-171-1/+1
* * shell.el (shell-dirtrack-verbose): New custom variable.Simon Marshall1999-01-141-18/+26
* (shell-prompt-pattern): Add defcustom.Richard M. Stallman1998-11-221-2/+4
* (shell-input-autoexpand): Fix customization group.Richard M. Stallman1998-10-171-1/+1
* (shell-input-autoexpand): Fix customize type.Andreas Schwab1998-09-181-1/+4
* (shell-file-name-quote-list): Add # to the value.Karl Heuer1998-09-101-1/+1
* (shell-copy-environment-variable): Fix doc typo.Richard M. Stallman1998-06-281-15/+15
* (shell-file-name-chars): Add ',' and ':'.Geoff Voelker1998-04-171-1/+1
* (shell-dirtrack-mode): Renamed from shell-dirtrack-toggle.Karl Heuer1998-02-251-5/+7
* (shell-chdrive-regexp): Likewise.Richard M. Stallman1997-09-091-1/+2
* (shell-snarf-envar, shell-copy-environment-variable): New functions.Richard M. Stallman1997-08-221-0/+31
* Make shell-last-dir buffer-local.Simon Marshall1997-08-221-0/+1
* (shell): Doc fix.Richard M. Stallman1997-08-041-0/+7
* (shell-mode): Do set list-files-directory locally.Richard M. Stallman1997-07-201-2/+4
* change maintainer.Simon Marshall1997-07-151-2/+3
* (shell-mode): Add a mode-class property.Richard M. Stallman1997-05-051-0/+2
* Use EVAL form for shell-prompt-pattern.Simon Marshall1997-04-171-4/+4
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-131-29/+70
* (shell-mode): Don't set list-buffers-directory.Richard M. Stallman1997-01-181-2/+2
* (shell-mode): Don't assume /dev/null is its own truename.Richard M. Stallman1996-08-261-1/+2
* (shell-file-name-chars): Was shell-file-name-regexp.Richard M. Stallman1996-08-011-4/+4
* Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.Simon Marshall1996-07-121-4/+16