aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* (shell-file-name-quote-list): Quote `$'.Chong Yidong2008-08-271-1/+1
|
* (shell-dynamic-complete-functions): UseChong Yidong2008-07-231-1/+2
| | | | comint-dynamic-complete-filename as well (bug#361).
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (shell-dynamic-complete-filename): New fun.Chong Yidong2008-04-031-2/+14
| | | | (shell-dynamic-complete-functions): Use it.
* (shell-dynamic-complete-command)Juri Linkov2008-03-211-2/+4
| | | | | (shell-dynamic-complete-environment-variable): Don't display completion messages when command is called in the minibuffer.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * Chris Moore <dooglus at gmail.com>Glenn Morris2007-09-131-45/+48
| | | | | | | | | | (shell-resync-dirs): Don't move the cursor relative to the command being edited.
* | (shell-dirtrack-verbose, shell-mode, shell-directory-tracker)Glenn Morris2007-10-301-3/+8
| | | | | | | | (shell-dirtrack-mode): Doc fix.
* | (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.Glenn Morris2007-10-271-8/+9
| | | | | | | | | | (shell-dirtrack-toggle): Mark as obsolete. (dirtrack-toggle, dirtrack-mode): No longer alias to shell-dirtrack-mode.
* | Chris Moore <dooglus at gmail.com>Glenn Morris2007-09-131-45/+48
| | | | | | | | | | (shell-resync-dirs): Don't move the cursor relative to the command being edited.
* | (shell): Return correct value from interactive spec.Andreas Schwab2007-08-291-9/+10
| |
* | * comint.el (comint-exec-1): Raise an error ifMichael Albinus2007-08-221-1/+11
| | | | | | | | | | | | | | `start-file-process' does not return a process object. * shell.el (shell): Prompt for `default-directory' if it is a remote file name, and if called with a prefix arg.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | On request of the authors, remove their addresses forDavid Kastrup2007-07-031-6/+1
| | | | | | | | | | the sake of bug reports, and add the developer list address as maintainer information.
* | (shell): Use user-emacs-directory.Chong Yidong2007-06-131-1/+1
|/
* (shell-dirstack-query): Doc fix.Richard M. Stallman2007-03-041-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (shell): Doc fix.Richard M. Stallman2006-12-151-2/+1
|
* (shell): Doc fix.Richard M. Stallman2006-12-151-2/+3
|
* (shell): Search the start file in ~/.emacs.d as `init_SHELLNAME.sh' instead.Juanma Barranquero2006-12-051-5/+5
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* 2006-10-15 Lennart Borgman <[email protected]>Kim F. Storm2006-10-151-1/+3
| | | | (explicit-bash-args): Use shell-quote-argument.
* Comment change.Richard M. Stallman2006-10-091-2/+3
|
* (explicit-csh-args, explicit-bash-args): Add commentKim F. Storm2006-10-091-0/+4
| | | | about implicit use.
* (shell-filter-ctrl-a-ctrl-b): Check if `comint-last-output-start' isJuri Linkov2006-09-021-1/+3
| | | | | a marker by using `markerp' and check if it has a position by using `marker-position', and use this position for `goto-char'.
* (shell-mode): Only change the buffer-local value ofStefan Monnier2006-07-071-1/+2
| | | | comint-dynamic-complete-functions.
* (shell-mode): Use shell-mode-map in docstring.Luc Teirlinck2006-06-021-1/+1
|
* (shell-mode): Call shell-dirtrack-mode after list-buffers-directory isLuc Teirlinck2006-05-261-1/+1
| | | | made a local variable, to avoid setting the default value.
* (shell-dirtrack-mode): Make it into a proper minor mode, soStefan Monnier2006-05-171-83/+80
| | | | | | we can explicitly enable/disable rather than toggle. (shell-mode): Use it. (shell-cd): Don't try to reproduce what `cd' does.
* (shell-directory-tracker, shell-dynamic-complete-command): Doc fixes.Eli Zaretskii2006-04-011-3/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (shell-resync-dirs): Handle echoing processes more reliably. Don'tRomain Francoise2005-09-171-7/+14
| | | | insert resync command if `comint-process-echoes' is non-nil.
* (shell-mode, shell-resync-dirs): Fix typos in docstrings.Juanma Barranquero2005-08-291-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (shell): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-4/+4
| | | | (shell-directories, shell-faces, shell-file-name-quote-list): "?\ " -> "?\s".
* (shell-prompt-pattern, shell-dynamic-complete-functions, shell-mode,Juanma Barranquero2005-06-161-5/+5
| | | | shell-delimiter-argument-list): Fix spelling in docstrings.
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
|
* (shell-prompt-pattern): Doc fix.Luc Teirlinck2005-04-261-2/+4
| | | | (shell-mode): Set paragraph-separate buffer locally to "\\'".
* (shell-file-name-chars): Add [].Richard M. Stallman2003-12-291-18/+19
| | | | (shell-dynamic-complete-as-command): Rename local vars.
* (shell-file-name-quote-list): Add backslash.Andreas Schwab2003-12-241-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (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-directory-tracker): Make regexp used for skipping to next command correspond to one used for command itself.
* (shell-resync-dirs): Tolerate an extra line of output before the list ofJuanma Barranquero2003-06-061-2/+6
| | | | | directories from `shell-dirstack-query' (it looks for, and ignores, a literal copy of the value of shell-dirstack-query).
* (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' onLute Kamstra2003-06-051-1/+23
| | | | | | `comint-output-filter-functions' when bash is used as the inferior shell. (shell-filter-ctrl-a-ctrl-b): New function.