diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2009-10-05 11:41:48 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2009-10-05 11:41:48 +0000 |
commit | 8842cd9bbb3088102dc9c76a594df09d4113d603 (patch) | |
tree | 439d38c1104ee8215ccb5b67bc504ccda61ff0f2 /doc/misc | |
parent | 1902a98c3eb904849e90e53ab05988a94a5cd9df (diff) | |
download | emacs-8842cd9bbb3088102dc9c76a594df09d4113d603.tar.gz |
* tramp.texi (Remote processes): Association of a pty is not supported.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/tramp.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 3921c75852f..e38da8ebfc4 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-05 Michael Albinus <michael.albinus@gmx.de> + + * tramp.texi (Remote processes): Association of a pty is not supported. + 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com> * org.texi (Pushing to MobileOrg): Document `org-mobile-files'. diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 91eaab1b201..2df0fe7f269 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2450,7 +2450,8 @@ always cached values for the directory contents. @value{tramp} supports running processes on a remote host. This allows to exploit @value{emacsname} packages without modification for remote file names. It does not work for the @option{ftp} and -@option{smb} methods. +@option{smb} methods. Association of a pty, as specified in +@code{start-file-process}, is not supported. @ifset emacsgvfs If the remote host is mounted via GVFS (see @ref{GVFS based methods}), |