Re: adb method needs forced tty allocation on Windows
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
Joel Reicher <[email protected]> writes: Hi Joel, > With defaults adb didn't work on Windows, but did after adding "-tt" > to login args at the end (it needs to be after the "shell" arg). I haven't used adb on Windows ever. Thanks for the recommendation. > I don't know whether it is more in keeping with existing Tramp > conventions to create something like an adbx method? There's no fundamentalism. If this works also for GNU/Linux and the other OSes, we won't need a new method. IIRC, there was a discussion about -tt for ssh, because it was in the way for remote processes, sometimes. I don't remember the details, it was about pipes and/or ptys or whatever. But for adb we shouldn't be faced with such a problem (I hope). Patch welcome! > Regards, > > - Joel Best regards, Michael.