>>>>> "Kai" == Kai Gro <[EMAIL PROTECTED]> writes:

    Kai> Adrian Aichner <[EMAIL PROTECTED]> writes:
    >> Hurrah, I was able to access my first remote file using following
    >> method/path und non-MULE XEmacs 21.4.9 native Windows:
    >> 
    >> /[[EMAIL PROTECTED]]/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 [EMAIL PROTECTED]*
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 [EMAIL PROTECTED]*
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:[EMAIL PROTECTED]
 http://www.xemacs.org/

Reply via email to