From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.devel Subject: [tramp] tramp-adb-program problem Date: Thu, 28 Feb 2013 09:48:39 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1362062939 27817 80.91.229.3 (28 Feb 2013 14:48:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2013 14:48:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 15:49:23 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UB4nR-0000eW-Gf for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2013 15:49:21 +0100 Original-Received: from localhost ([::1]:48858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB4n6-0000Wd-GU for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2013 09:49:00 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:59257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB4n1-0000Rr-MV for emacs-devel@gnu.org; Thu, 28 Feb 2013 09:48:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB4n0-0004kl-Nj for emacs-devel@gnu.org; Thu, 28 Feb 2013 09:48:55 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:60531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB4n0-0004ke-E2 for emacs-devel@gnu.org; Thu, 28 Feb 2013 09:48:54 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UB4nH-0000XG-NB for emacs-devel@gnu.org; Thu, 28 Feb 2013 15:49:11 +0100 Original-Received: from c-68-33-202-49.hsd1.md.comcast.net ([68.33.202.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2013 15:49:11 +0100 Original-Received: from ndbecker2 by c-68-33-202-49.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2013 15:49:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-68-33-202-49.hsd1.md.comcast.net User-Agent: KNode/4.9.5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157456 Archived-At: tramp-adb assumes adb is found in a subdir called 'platform-tools'. Now some distributions (e.g., Fedora) ship adb and put into standard directories (e.g., /usr/bin/adb) Can we make tramp-adb more flexible to support this? The current code says: (defun tramp-adb-program () "The Android Debug Bridge." (expand-file-name "platform-tools/adb" tramp-adb-sdk-dir))