tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp ($Id: tramp.el,v 1.8 2002/04/15 11:27:18 kaig Exp $); Can't wo


From: Adrian Aichner
Subject: Re: tramp ($Id: tramp.el,v 1.8 2002/04/15 11:27:18 kaig Exp $); Can't work around pseudo-terminal problem in W2K
Date: 11 Aug 2002 12:26:15 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (broccoli)

>>>>> "Kai" == Kai Gro <address@hidden> writes:

    Kai> Adrian Aichner <address@hidden> writes:
    >> Hurrah, I was able to access my first remote file using following
    >> method/path und non-MULE XEmacs 21.4.9 native Windows:
    >> 
    >> /[sshx/address@hidden/home/adrian/.profile

    Kai> So does this mean I don't have to do anything anymore?  Or is there
    Kai> still a bug left?

Hi Kai!

Here's the latest status:

sshx works for me in
"XEmacs 21.4 (patch 9) \"Informed Management (RC1)\" [Lucid] (i586-pc-win32) of 
Sat May 25 2002 on D5DC120J"

Here is what
*tramp/sshx address@hidden
looks like:

Attachment: tramp-21.4.9-file-coding.txt
Description: Binary data

It has
buffer-file-coding-system-for-read
'undecided
buffer-file-coding-system
'raw-text

----------------------------------------------------------------------------

sshx hangs for me in
"XEmacs 21.5  (beta8) \"broccoli\" [Lucid] (i586-pc-win32, Mule) of Wed Jul 31 
2002 on D5DC120J"
in following while loop:

(defun tramp-wait-for-output (&optional timeout)
  "Wait for output from remote rsh command."
<lines deleted by Adrian>
             (while (not found)
               (accept-process-output proc 1)
               (goto-char (point-max))
               (forward-line -1)
               (setq found (looking-at end-of-output))))))


Here is what
*tramp/sshx address@hidden
looks like:

Attachment: tramp-21.5.8-mule.txt
Description: Binary data

It has
buffer-file-coding-system-for-read
'undecided
buffer-file-coding-system
'mswindows-multibyte-dos

If I change
(if (featurep 'mule)
to
(if nil
in
(defun tramp-open-connection-setup-interactive-shell
it does NOT make a difference in 21.5.8 Mule.

Hope this helps somewhat.

Best regards,

Adrian

    Kai> kai
    Kai> -- 
    Kai> A large number of young women don't trust men with beards.  (BFBS 
Radio)


-- 
Adrian Aichner
 mailto:address@hidden
 http://www.xemacs.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]