From unknown Sun Jun 22 22:44:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? Resent-From: Katsumi Yamaoka Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Oct 2010 02:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 7156 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 7156@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.128616061416096 (code B ref -1); Mon, 04 Oct 2010 02:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 4 Oct 2010 02:50:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2b81-0004BZ-Uc for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:50:14 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2b7z-0004BU-Uk for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2bAw-0006qG-Uq for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:53:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:44396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2bAw-0006pj-G7 for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:53:14 -0400 Received: from [140.186.70.92] (port=45581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2bAs-00072c-6w for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 22:53:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2bAq-0006nF-PO for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 22:53:09 -0400 Received: from orlando.hostforweb.net ([216.246.45.90]:50348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2bAq-0006mV-Mj for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 22:53:08 -0400 Received: from localhost ([127.0.0.1]:56167) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1P2bAk-0001iW-9l for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 21:53:02 -0500 Date: Mon, 04 Oct 2010 11:52:59 +0900 Message-ID: From: Katsumi Yamaoka X-Hashcash: 1:20:101004:bug-gnu-emacs@gnu.org::IW+01McbLPjv0MkA:00000000000000000000000000000000000000005lLX Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:M7spGWlWbuTGWMtS6v1WV3Nv7+0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.5 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.5 (-----) Hi, If I have `(setq tramp-default-method "ftp")' in my ~/.emacs file ftp doesn't work. You can reproduce this as follows: $ emacs -Q -eval '(setq tramp-default-method "ftp")' And try to perform dired as: `C-x d /USER@localhost:~/' Debugger entered--Lisp error: (void-function tramp-handle-substitute-in-file-name) signal(void-function (tramp-handle-substitute-in-file-name)) byte-code(... tramp-file-name-handler(substitute-in-file-name "/yamaoka@localhost:~/") substitute-in-file-name("/yamaoka@localhost:~/") read-file-name("Dired (directory): " nil "~/" nil) dired-read-dir-and-switches("") call-interactively(dired nil nil) Loading tramp-sh manually solves this problem. From unknown Sun Jun 22 22:44:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Oct 2010 19:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7156 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Katsumi Yamaoka Cc: 7156@debbugs.gnu.org Received: via spool by 7156-submit@debbugs.gnu.org id=B7156.12862219316972 (code B ref 7156); Mon, 04 Oct 2010 19:53:02 +0000 Received: (at 7156) by debbugs.gnu.org; 4 Oct 2010 19:52:11 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2r51-0001oP-2a for submit@debbugs.gnu.org; Mon, 04 Oct 2010 15:52:11 -0400 Received: from mailout-de.gmx.net ([213.165.64.22] helo=mail.gmx.net) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P2r4y-0001oI-2W for 7156@debbugs.gnu.org; Mon, 04 Oct 2010 15:52:09 -0400 Received: (qmail invoked by alias); 04 Oct 2010 19:55:13 -0000 Received: from p4FC18D3A.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.141.58] by mail.gmx.net (mp011) with SMTP; 04 Oct 2010 21:55:13 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+KaFB/NCCKVJ4E0ywO6gsQw2lY1FW/jVU+Ri5o8g sD0g/DPd8Z1Aw2 From: Michael Albinus References: Date: Mon, 04 Oct 2010 21:55:08 +0200 In-Reply-To: (Katsumi Yamaoka's message of "Mon, 04 Oct 2010 11:52:59 +0900") Message-ID: <87eic5ivhf.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Katsumi Yamaoka writes: > Hi, Hi, > If I have `(setq tramp-default-method "ftp")' in my ~/.emacs file > ftp doesn't work. You can reproduce this as follows: > > $ emacs -Q -eval '(setq tramp-default-method "ftp")' > > And try to perform dired as: `C-x d /USER@localhost:~/' Should be fixed now. Thanks for reporting, and best regards, Michael. From unknown Sun Jun 22 22:44:42 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Katsumi Yamaoka Subject: bug#7156: closed (Re: bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing?) Message-ID: References: X-Gnu-PR-Message: they-closed 7156 X-Gnu-PR-Package: emacs Reply-To: 7156@debbugs.gnu.org Date: Tue, 05 Oct 2010 00:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1286237162-15945-1" This is a multi-part message in MIME format... ------------=_1286237162-15945-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 7156@debbugs.gnu.org. --=20 7156: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D7156 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1286237162-15945-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 7156-done) by debbugs.gnu.org; 5 Oct 2010 00:05:43 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2v2N-000490-9u for submit@debbugs.gnu.org; Mon, 04 Oct 2010 20:05:43 -0400 Received: from orlando.hostforweb.net ([216.246.45.90]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2v2L-00048v-RP for 7156-done@debbugs.gnu.org; Mon, 04 Oct 2010 20:05:42 -0400 Received: from localhost ([127.0.0.1]:45273) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1P2v5F-0000yg-7A; Mon, 04 Oct 2010 19:08:41 -0500 Date: Tue, 05 Oct 2010 09:08:30 +0900 Message-ID: From: Katsumi Yamaoka To: michael.albinus@gmx.de Subject: Re: bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? References: <87eic5ivhf.fsf@gmx.de> X-Hashcash: 1:20:101005:michael.albinus@gmx.de::8taoFtokrlgRuTmr:0000000000000000000000000000000000000002Unc X-Hashcash: 1:20:101005:7156-done@debbugs.gnu.org::Zt57XphF+FNRUiqq:0000000000000000000000000000000000001wlY Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:yv0RSWdw4VmaAe52e0K2tLN8bgc= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 7156-done Cc: 7156-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) michael.albinus@gmx.de wrote: > Katsumi Yamaoka writes: >> If I have `(setq tramp-default-method "ftp")' in my ~/.emacs file >> ftp doesn't work. You can reproduce this as follows: >> >> $ emacs -Q -eval '(setq tramp-default-method "ftp")' >> >> And try to perform dired as: `C-x d /USER@localhost:~/' > Should be fixed now. > Thanks for reporting, and best regards, Michael. Works fine. Thank you for the fix so quickly. ------------=_1286237162-15945-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Oct 2010 02:50:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2b81-0004BZ-Uc for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:50:14 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2b7z-0004BU-Uk for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2bAw-0006qG-Uq for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:53:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:44396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2bAw-0006pj-G7 for submit@debbugs.gnu.org; Sun, 03 Oct 2010 22:53:14 -0400 Received: from [140.186.70.92] (port=45581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2bAs-00072c-6w for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 22:53:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2bAq-0006nF-PO for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 22:53:09 -0400 Received: from orlando.hostforweb.net ([216.246.45.90]:50348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2bAq-0006mV-Mj for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 22:53:08 -0400 Received: from localhost ([127.0.0.1]:56167) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1P2bAk-0001iW-9l for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 21:53:02 -0500 Date: Mon, 04 Oct 2010 11:52:59 +0900 Message-ID: From: Katsumi Yamaoka To: bug-gnu-emacs@gnu.org Subject: 24.0.50; tramp-handle-substitute-in-file-name is missing? X-Hashcash: 1:20:101004:bug-gnu-emacs@gnu.org::IW+01McbLPjv0MkA:00000000000000000000000000000000000000005lLX Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:M7spGWlWbuTGWMtS6v1WV3Nv7+0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.5 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.5 (-----) Hi, If I have `(setq tramp-default-method "ftp")' in my ~/.emacs file ftp doesn't work. You can reproduce this as follows: $ emacs -Q -eval '(setq tramp-default-method "ftp")' And try to perform dired as: `C-x d /USER@localhost:~/' Debugger entered--Lisp error: (void-function tramp-handle-substitute-in-file-name) signal(void-function (tramp-handle-substitute-in-file-name)) byte-code(... tramp-file-name-handler(substitute-in-file-name "/yamaoka@localhost:~/") substitute-in-file-name("/yamaoka@localhost:~/") read-file-name("Dired (directory): " nil "~/" nil) dired-read-dir-and-switches("") call-interactively(dired nil nil) Loading tramp-sh manually solves this problem. ------------=_1286237162-15945-1--