1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/lisp/eshell
Michael Albinus 605a20a988 Improve handling of processes on remote hosts.
* eshell/esh-util.el (eshell-path-env): New defvar.
(eshell-parse-colon-path): New defun.
(eshell-file-attributes): Use `eshell-parse-colon-path'.

* eshell/esh-ext.el (eshell-search-path): Use
`eshell-parse-colon-path'.
(eshell-remote-command): Remove argument HANDLER.
(eshell-external-command): Check for FTP remote connection.

* eshell/esh-proc.el (eshell-gather-process-output): Use
`file-truename', in order to start also symlinked files. Apply
`start-file-process' instead of `start-process'. Shorten `command'
to the local file name part.

* eshell/em-cmpl.el (eshell-complete-commands-list): Use
`eshell-parse-colon-path'.

* eshell/em-unix.el (eshell/du): Check for FTP remote connection.

* net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
to `eshell-directory-change-hook'.
2009-11-24 10:25:54 +00:00
..
.arch-inventory
.gitignore
em-alias.el * eshell/em-hist.el: 2009-09-13 02:16:25 +00:00
em-banner.el
em-basic.el
em-cmpl.el Improve handling of processes on remote hosts. 2009-11-24 10:25:54 +00:00
em-dirs.el * eshell/em-hist.el: 2009-09-13 02:16:25 +00:00
em-glob.el
em-hist.el * eshell/em-hist.el: 2009-09-13 02:16:25 +00:00
em-ls.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 16:17:53 +00:00
em-pred.el
em-prompt.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 16:17:53 +00:00
em-rebind.el
em-script.el * eshell/em-hist.el: 2009-09-13 02:16:25 +00:00
em-smart.el
em-term.el
em-unix.el Improve handling of processes on remote hosts. 2009-11-24 10:25:54 +00:00
em-xtra.el
esh-arg.el
esh-cmd.el
esh-ext.el Improve handling of processes on remote hosts. 2009-11-24 10:25:54 +00:00
esh-io.el
esh-mode.el (ansi-color-apply-on-region): Autoload it... 2009-11-03 03:14:47 +00:00
esh-module.el * calendar/calendar.el (cal-loaddefs): 2009-11-04 00:27:34 +00:00
esh-opt.el
esh-proc.el Improve handling of processes on remote hosts. 2009-11-24 10:25:54 +00:00
esh-test.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 16:17:53 +00:00
esh-util.el Improve handling of processes on remote hosts. 2009-11-24 10:25:54 +00:00
esh-var.el
eshell.el