From unknown Sun Jun 22 22:41:58 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#7156 <7156@debbugs.gnu.org> To: bug#7156 <7156@debbugs.gnu.org> Subject: Status: 24.0.50; tramp-handle-substitute-in-file-name is missing? Reply-To: bug#7156 <7156@debbugs.gnu.org> Date: Mon, 23 Jun 2025 05:41:58 +0000 retitle 7156 24.0.50; tramp-handle-substitute-in-file-name is missing? reassign 7156 emacs submitter 7156 Katsumi Yamaoka severity 7156 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 03 22:50:14 2010 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 04 15:52:11 2010 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 To: Katsumi Yamaoka Subject: Re: bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? 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-Debbugs-Envelope-To: 7156 Cc: 7156@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: -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 debbugs-submit-bounces@debbugs.gnu.org Mon Oct 04 20:05:43 2010 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. From unknown Sun Jun 22 22:41:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 02 Nov 2010 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator