1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/lisp/eshell
Eli Zaretskii 3c3eb1d5f2 PATH- and completion-related fixes in Eshell on MS-Windows
* lisp/eshell/esh-ext.el (eshell-search-path): When running on
MS-Windows, prepend "." to list of directories produced from PATH,
as Windows always implicitly searches the current directory first.
(eshell-force-execution): Make it have a non-nil default value on
MS-Windows and MS-DOS.
* lisp/eshell/em-cmpl.el (eshell-complete-commands-list): If
eshell-force-execution is non-nil, complete on readable files and
directories, not only executables.  When running on MS-Windows,
prepend "." to list of directories produced from PATH, as Windows
always implicitly searches the current directory first.
2015-04-29 20:52:02 +03:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el PATH- and completion-related fixes in Eshell on MS-Windows 2015-04-29 20:52:02 +03:00
em-dirs.el
em-glob.el
em-hist.el * lisp/eshell: Fix history substitution error 2015-02-24 14:03:54 -05:00
em-ls.el
em-pred.el * lisp/eshell: Fix history substitution error 2015-02-24 14:03:54 -05:00
em-prompt.el
em-rebind.el
em-script.el
em-smart.el
em-term.el
em-tramp.el
em-unix.el
em-xtra.el
esh-arg.el * lisp/eshell: Make backslash a no-op in front of normal chars 2015-04-08 22:31:51 -04:00
esh-cmd.el
esh-ext.el PATH- and completion-related fixes in Eshell on MS-Windows 2015-04-29 20:52:02 +03:00
esh-io.el
esh-mode.el Spelling fixes 2015-04-19 23:59:46 -07:00
esh-module.el
esh-opt.el
esh-proc.el
esh-util.el
esh-var.el
eshell.el