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: Kai Großjohann
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: Sat, 07 Sep 2002 21:11:43 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Adrian Aichner <address@hidden> writes:

> 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:
>
>
>
> 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:
>
>
>
> It has
> buffer-file-coding-system-for-read
> 'undecided
> buffer-file-coding-system
> 'mswindows-multibyte-dos

What does (process-coding-system (get-buffer-process TRAMP-BUFFER))
return in the two cases?

Tramp changes the process coding system, not the
buffer-file-coding-system.  Or are they the same in XEmacs?

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




reply via email to

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