help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Tramp login failure on Mac OS X


From: Stefan Monnier
Subject: Re: Tramp login failure on Mac OS X
Date: Mon, 27 Oct 2003 15:58:33 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> (defadvice tramp-maybe-open-connection 
>   (around set-process-connection-type)
>   "Set process-connection-type to pty."
>   (let ((process-connection-type 'pty))
>     ad-do-it))

Please report it as a bug in Tramp: it should not depend on the default
value of process-connection-type.


        Stefan


reply via email to

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