[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem connecting to adroid device
From: |
Michael Albinus |
Subject: |
Re: problem connecting to adroid device |
Date: |
Mon, 12 Aug 2013 14:43:56 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Gilles Pion <address@hidden> writes:
> Hello,
Hi Gilles,
> According to tramp's documentation
> (http://www.gnu.org/software/tramp/#Android-shell-setup) I have to add the
> following code in my dot emacs after having "required 'tramp":
>
> (add-to-list 'tramp-connection-properties
> (list (regexp-quote "<my device name or IP>") "remote-shell" "sh"))
>
> But evaluating that forms fails with the following error:
> "Symbol's value as variable is void: tramp-connection-properties"
`tramp-connection-properties' has been added in Tramp 2.2.7. Which
version do you run?
Best regards, Michael.