Shell completion for filenames from current directory, related docs.
authorJarek Czekalski <jarekczek@poczta.onet.pl>
Fri, 27 Dec 2013 20:58:21 +0000 (21:58 +0100)
committerJarek Czekalski <jarekczek@poczta.onet.pl>
Fri, 27 Dec 2013 20:58:21 +0000 (21:58 +0100)
commitfdadeb4997504f17682f164a906ac9c024816e0d
tree072a0771a5c9fe49185a3819bcc61e7efeae4074
parentb1797e3eebf2f5c428a187d41dfa3dd7a396a505
Shell completion for filenames from current directory, related docs.

* lisp/shell.el  Shell completion now matches executable filenames from
the current buffer's directory, on systems in which this behaviour
is the default (windows-nt, ms-dos).
* src/callproc.c (Vexec_path): Document that exec-directory is in it.
* doc/emacs/mini.texi (Completion Options): Add a link to Shell Options.
* doc/emacs/misc.texi (Shell Mode): Move documentation of
shell-completion-fignore from Shell Mode to Shell Options.

Fixes: debbugs:15461
doc/emacs/ChangeLog
doc/emacs/mini.texi
doc/emacs/misc.texi
lisp/ChangeLog
lisp/shell.el
src/ChangeLog
src/callproc.c