[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.0.45); Pseudo-terminal not allocated
From: |
Kai Grossjohann |
Subject: |
Re: tramp (2.0.45); Pseudo-terminal not allocated |
Date: |
Thu, 28 Oct 2004 18:00:40 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
"Robert J. Chassell" <address@hidden> writes:
> Today's GNU Emacs CVS snapshot, Sun, 2004 Oct 24 11:19 UTC
> GNU Emacs 21.3.50.22 (i686-pc-linux-gnu, GTK+ Version 2.4.10)
> Package: tramp (2.0.45)
> started with
>
> /usr/local/src/emacs/src/emacs -Q
>
> I am unable to
>
> (find-file
> "/ssh:address@hidden:/home/bob/www/notions/pessimistic-scenarios.html"
> t)
>
>
> *tramp/ssh address@hidden says:
>
> Pseudo-terminal will not be allocated because stdin is not a terminal.
What's your value of the variable process-connection-type? If nil,
does it help to set it to t?
Kai