From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 09:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8964@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.130942686419490 (code B ref -1); Thu, 30 Jun 2011 09:42:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Jun 2011 09:41:04 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcDk7-00054J-Sw for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:41:04 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcDk5-00053p-Qb for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:41:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcDjy-0007bk-W4 for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:40:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:37307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcDjy-0007bb-Hw for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:40:54 -0400 Received: from eggs.gnu.org ([140.186.70.92]:46084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcDjw-0000et-RW for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 05:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcDjv-0007bI-Hb for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 05:40:52 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:33290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcDju-0007bB-W8 for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 05:40:51 -0400 Received: by gyg13 with SMTP id 13so1012201gyg.0 for ; Thu, 30 Jun 2011 02:40:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=LL6E1pevYuCpgjmxwINz7yPIpHj2gI+QAHLdJc4QiO4=; b=Nov+angDWYdTlC087z7/7yxaQ1V0ccAUtxfLeMxD4djmoETrEDgDGbbnPW2LapheKc 7MAkzkiPsbDwjiba6WoSKaMSMOFY+aUjxuyzAyELLu3lPRmkR8/cXgILzKLYcIf6OfpL Sk5DgaHVoMcKP3EBOBmB0Quvn/GEYS34iIoSU= MIME-Version: 1.0 Received: by 10.91.146.15 with SMTP id y15mr1631387agn.69.1309426849218; Thu, 30 Jun 2011 02:40:49 -0700 (PDT) Received: by 10.90.52.13 with HTTP; Thu, 30 Jun 2011 02:40:49 -0700 (PDT) Date: Thu, 30 Jun 2011 11:40:49 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.9 (----) 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: -4.9 (----) Package: emacs Version: 24.0.50 >From "emacs -Q": 1. Eval this, literally: (find-file "/user@host:/file") 2. Give any random password (for user@host). Then, the a debugger window pops up, with this text: Debugger entered--Lisp error: (ftp-error #("FTP Error: OPEN request failed: Unknown host host." 32 50 (fontified nil front-sticky (field inhibit-line-move-field-capture) rear-nonsticky t field output inhibit-line-move-field-capture t))) signal(ftp-error (#("FTP Error: OPEN request failed: Unknown host host." 32 50 (fontified nil front-sticky (field inhibit-line-move-field-capture) rear-nonsticky t field output inhibit-line-move-field-capture t)))) byte-code("=08\203=13 If the host is unknown, it should be notified with a message in the minibuffer (as happens if you do it interactively with C-x C-f), but not by triggering the debugger. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-06-27 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.5) --no-opt --cflags -Ic:/build/include' --=20 Dani Moncayo From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 09:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8964@debbugs.gnu.org Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.130942786223870 (code B ref 8964); Thu, 30 Jun 2011 09:58:02 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 09:57:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcE0E-0006Cw-83 for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:57:42 -0400 Received: from mail-gy0-f172.google.com ([209.85.160.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcE0C-0006Ck-K5 for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 05:57:41 -0400 Received: by gyd5 with SMTP id 5so563002gyd.3 for <8964@debbugs.gnu.org>; Thu, 30 Jun 2011 02:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=uDrFxd1UyBtCqdWX4nvKrdl7NTgUh8QPP72/1jtnpDY=; b=agoIMIJpF+onFUHG6pbf70zww8hDY0jpCKIdjT4W060X03stwIJCSgdtb9cwJWkAU+ KtgA4iVHlbP3ZwWRP3hqpfaCAfKghBCwVzWgyt8pjcOepHhKGta2x0Ht9L0SNSGZJmZW LpL361dONtF03tltzEKF6LmXkbXj3a6NDclnI= MIME-Version: 1.0 Received: by 10.91.159.13 with SMTP id l13mr1659142ago.123.1309427854837; Thu, 30 Jun 2011 02:57:34 -0700 (PDT) Received: by 10.90.52.13 with HTTP; Thu, 30 Jun 2011 02:57:34 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jun 2011 11:57:34 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) 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.7 (---) BTW, he same happens when user@host is OK, but the _path_ to the file is wrong. In this case, the debugger window shows something like this: Debugger entered--Lisp error: (ftp-error #("FTP Error: DIR failed: 550 /home/fac19/PREVTEC/ptbsgpmx.4exs/: No such file or directory." 23 89 (fontified nil front-sticky (field inhibit-line-move-field-capture) rear-nonsticky t field output inhibit-line-move-field-capture t))) signal(ftp-error (#("FTP Error: DIR failed: 550 /home/fac19/PREVTEC/ptbsgpmx.4exs/: No such file or directory." 23 89 (fontified nil front-sticky (field inhibit-line-move-field-capture) rear-nonsticky t field output inhibit-line-move-field-capture t)))) byte-code("=08\203=13 --=20 Dani Moncayo From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 12:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: 8964@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.13094363991438 (code B ref 8964); Thu, 30 Jun 2011 12:20:03 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 12:19:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcGDu-0000N9-Lh for submit@debbugs.gnu.org; Thu, 30 Jun 2011 08:19:59 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcGDs-0000Mx-O5 for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 08:19:57 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QcGDm-0004Fx-W4; Thu, 30 Jun 2011 08:19:51 -0400 Date: Thu, 30 Jun 2011 08:19:50 -0400 Message-Id: From: Eli Zaretskii In-reply-to: (message from Dani Moncayo on Thu, 30 Jun 2011 11:40:49 +0200) References: X-Spam-Score: -6.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: -6.6 (------) > Date: Thu, 30 Jun 2011 11:40:49 +0200 > From: Dani Moncayo > > >From "emacs -Q": > 1. Eval this, literally: (find-file "/user@host:/file") > 2. Give any random password (for user@host). > > Then, the a debugger window pops up, with this text: > > Debugger entered--Lisp error: (ftp-error #("FTP Error: OPEN request > failed: Unknown host host." 32 50 (fontified nil front-sticky (field Do you eval this in the *scratch* buffer? If so, this is a feature: the Lisp interaction mode in *scratch* sets up things so that debug-on-error is non-nil, which causes every call to `error' to enter the debugger. Normally, `error' just aborts the current command and displays an error message. If you don't eval in *scratch*, please tell exactly how you do it. From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 12:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 8964@debbugs.gnu.org Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.13094375846201 (code B ref 8964); Thu, 30 Jun 2011 12:40:03 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 12:39:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcGX0-0001by-UV for submit@debbugs.gnu.org; Thu, 30 Jun 2011 08:39:43 -0400 Received: from mail-yi0-f44.google.com ([209.85.218.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcGWy-0001bl-WA for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 08:39:41 -0400 Received: by yie30 with SMTP id 30so921710yie.3 for <8964@debbugs.gnu.org>; Thu, 30 Jun 2011 05:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h1s4bsnMPWNbcUf3l4e7ZLGV07y6DCUe9fW23cWRF0I=; b=EVCUPlimNj8+aJM0NOzsHGMYRDjnwYwEY5VbwxX/t1F9DQh5yDpC2FCO0tiehXHbBj QZlhYtq4zMnX46X52Xyhno4wuUb5h7erkqxGsjhpWfjPYfmO0fIo/m7el4tVA4rxI5+J YgWY4ty4CwELG0tKnTCIfmKo2qeXRlCn2Fois= MIME-Version: 1.0 Received: by 10.90.1.33 with SMTP id 33mr1860025aga.15.1309437575368; Thu, 30 Jun 2011 05:39:35 -0700 (PDT) Received: by 10.90.52.13 with HTTP; Thu, 30 Jun 2011 05:39:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jun 2011 14:39:35 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -3.7 (---) 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.7 (---) > If you don't eval in *scratch*, please tell exactly how you do it. I've just tried and been able to reproduce the problem from these modes: - "Lisp Interaction" (*scratch* buffer) - "Emacs-Lisp" (visiting a ".el" file) - "Fundamental" (a brand new buffer) - "Text mode" -- Dani Moncayo From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 13:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: 8964@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.130943964815218 (code B ref 8964); Thu, 30 Jun 2011 13:15:03 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 13:14:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcH4J-0003xP-EO for submit@debbugs.gnu.org; Thu, 30 Jun 2011 09:14:07 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcH4H-0003wq-Gg for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 09:14:06 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QcH4C-0007ly-0K; Thu, 30 Jun 2011 09:14:00 -0400 Date: Thu, 30 Jun 2011 09:14:00 -0400 Message-Id: From: Eli Zaretskii In-reply-to: (message from Dani Moncayo on Thu, 30 Jun 2011 14:39:35 +0200) References: X-Spam-Score: -6.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: -6.6 (------) > Date: Thu, 30 Jun 2011 14:39:35 +0200 > From: Dani Moncayo > Cc: 8964@debbugs.gnu.org > > > If you don't eval in *scratch*, please tell exactly how you do it. > > I've just tried and been able to reproduce the problem from these modes: > - "Lisp Interaction" (*scratch* buffer) > - "Emacs-Lisp" (visiting a ".el" file) > - "Fundamental" (a brand new buffer) > - "Text mode" Was debug-on-error set to non-nil? If so, this is intended behavior of ange-ftp. From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 13:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 8964@debbugs.gnu.org Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.130943995918681 (code B ref 8964); Thu, 30 Jun 2011 13:20:03 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 13:19:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcH9K-0004rF-Qd for submit@debbugs.gnu.org; Thu, 30 Jun 2011 09:19:19 -0400 Received: from mail-yi0-f44.google.com ([209.85.218.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcH9I-0004r5-V4 for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 09:19:17 -0400 Received: by yie30 with SMTP id 30so936663yie.3 for <8964@debbugs.gnu.org>; Thu, 30 Jun 2011 06:19:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2tR2nTsr9AQqQGQ9PYuVF7jdf/fb/B7CZep7/WjNXk4=; b=tLIXK0q2ZliMxoPCRytrl0+vK7f/Jrsu6qYVVJvgzUsmJxkDmVDU4M6NwLuWQHhHEG 3AaoblkfricA9hBgDUxmSQMI8kTVD1S0ct2YXZjFtnLcK26orRFVAa1MWBsVYpGp8Bwk xjF35SM5uUiXDaBh7yk6IdCtomLhSfXB4rBfg= MIME-Version: 1.0 Received: by 10.91.146.15 with SMTP id y15mr1844862agn.69.1309439951243; Thu, 30 Jun 2011 06:19:11 -0700 (PDT) Received: by 10.90.52.13 with HTTP; Thu, 30 Jun 2011 06:19:11 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jun 2011 15:19:11 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) 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.7 (---) > Was debug-on-error set to non-nil? =A0If so, this is intended behavior > of ange-ftp. C-h v debug-on-error gives: debug-on-error is a variable defined in `C source code'. Its value is nil --=20 Dani Moncayo From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 13:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 8964@debbugs.gnu.org, Dani Moncayo Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.130944191727422 (code B ref 8964); Thu, 30 Jun 2011 13:52:02 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 13:51:57 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcHev-00078F-8e for submit@debbugs.gnu.org; Thu, 30 Jun 2011 09:51:57 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcHeo-00077y-AG for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 09:51:55 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QcHed-0007t9-2V; Thu, 30 Jun 2011 15:51:39 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Eli Zaretskii's message of "Thu, 30 Jun 2011 08:19:50 -0400") Date: Thu, 30 Jun 2011 15:51:33 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUBAAf58dIIBQ3p38DT x6cFAwsCAQiYj3oFAgpCOjcdvl1XAAACWElEQVQ4jWWSTWvbQBCGh0CX9ih8KL2VSdaWj0UGn4MX RG5hQUZHEchWudWuYLu3IJCy1yq0qv5tZ7SW4roDsuR59M7Hu4LkItQpgJ53SRQtFueMfiDp0ypR 0RQzhST91vduBtHiDTjn7G10qYFom9rvUXQJNhB9TKv/wIamiqxK+8NFDx43ev20PRz+yYc9osr1 i8NZmWRacLy9vb6ZN6+s2r3V4Xxq6YKNVVV1e1YnHRB7a0FtdkrdzhsrdWwLEGsCuyQ575zGpgAQ PbCV6dB/CSgdhpjyIF4IKBe35WtoLfFZsEA8UalNXOb+ZRxqWxgwhhTmAVSy3deI9WEkfwp6yT+D YHBnNOL+Z5B03vvYe83gWEof729O9nUeMa+xoT1+PKKv2+vTuB0iZnTRVMcapWyvkxnEdQB3GmMd v4aDGxXUc817yDzz6/Ezoj9HAqRYjQu23t9Mhh+DggG5U/qKcvYEuEcP1jpRlO3KWjs4spubk2IA q36bVrRXlQ3RmVoiNmuo7GdoyYQ+nYjXuH9EsJ0w3rfmgzoBhyhNg9CVhWmkbsupliXjGJDJpsx0 a1YT6KQ3NYIg8Egvia8TcEtTkoJD1HgPT7OiDUAUAmrcw9XcPM+yk+I94hIeJvBAphIoaNqGHsUE 6BRQ5gx0TgDFu6kFnxSDUuuMQCH6AH6RYM97lI2WBJ5NP+0nszyATBO4D8AN3MFkDDy1IiBodWcH BpLGoVl9k8ssABIQ0LIhhRC+4c9lGcziUphRgsb1nMc4AFaMQaV4WCrcrLjQ0E2ArQ2xcufgL4xg NnbUG3AEAAAAAElFTkSuQmCC X-Now-Playing: DJ Rupture & Matt Shadetek's _Solar Light Raft_: "Telepathe - In Your Line (DJ Rupture & Matt Shadetek Remix)" X-Hashcash: 1:23:110630:eliz@gnu.org::xGqSO9hIR0Z4onDk:000006R72 X-Hashcash: 1:23:110630:dmoncayo@gmail.com::cREvl1jUDNpI4MWG:00000000000000000000000000000000000000000008pGy X-Hashcash: 1:23:110630:8964@debbugs.gnu.org::Zh3EIzOjCcgRsIKX:00000000000000000000000000000000000000001dPt+ MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QcHed-0007t9-2V X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310046699.14511@7hvqdMQZUnO3hrNnMP2bPg X-Spam-Status: No 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 (--) Eli Zaretskii writes: >> 1. Eval this, literally: (find-file "/user@host:/file") >> 2. Give any random password (for user@host). For me, this fails, too, but by hanging until I `C-g'. If I look in the "*ftp user...*" buffer, I then find: --- ftp> open host ftp: host: Name or service not knownftp> --- Which sounds like a totally unrelated issue. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 14:20:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: 8964@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.13094436033798 (code B ref 8964); Thu, 30 Jun 2011 14:20:04 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 14:20:03 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcI66-0000zD-Kf for submit@debbugs.gnu.org; Thu, 30 Jun 2011 10:20:02 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcI64-0000yv-4i for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 10:20:00 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QcI5y-0003y4-Ja; Thu, 30 Jun 2011 10:19:54 -0400 Date: Thu, 30 Jun 2011 10:19:54 -0400 Message-Id: From: Eli Zaretskii In-reply-to: (message from Dani Moncayo on Thu, 30 Jun 2011 15:19:11 +0200) References: MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Score: -6.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: -6.6 (------) > Date: Thu, 30 Jun 2011 15:19:11 +0200 > From: Dani Moncayo > Cc: 8964@debbugs.gnu.org > > > Was debug-on-error set to non-nil?  If so, this is intended behavior > > of ange-ftp. > > C-h v debug-on-error gives: > debug-on-error is a variable defined in `C source code'. > Its value is nil Try "M-: debug-on-error RET". From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 14:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 8964@debbugs.gnu.org Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.13094441834619 (code B ref 8964); Thu, 30 Jun 2011 14:30:03 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 14:29: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 1QcIFS-0001CR-PK for submit@debbugs.gnu.org; Thu, 30 Jun 2011 10:29:42 -0400 Received: from mail-yw0-f44.google.com ([209.85.213.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcIFQ-0001CG-R9 for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 10:29:41 -0400 Received: by ywp31 with SMTP id 31so967591ywp.3 for <8964@debbugs.gnu.org>; Thu, 30 Jun 2011 07:29:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zIdQESsk5REIIirJqQz7icvLkZrnXfkf8iTnDuspHEo=; b=ok62D13rsbwb7TMMaU+6B2Js6uSdp/jKelNyYaYaJsuz5wO/3b3cH0lOK6zqTTIc3O gFbZt2oichEmV771dGR/5QORb/Ku/gSkiJBjEwrroS0BlSNdIu1NAPjSueeQEyYzV4Ge mjwWnwggGPfD8lbuCQWgPrBe2ApyWI9JgWGmg= MIME-Version: 1.0 Received: by 10.91.146.15 with SMTP id y15mr1926344agn.69.1309444175118; Thu, 30 Jun 2011 07:29:35 -0700 (PDT) Received: by 10.90.52.13 with HTTP; Thu, 30 Jun 2011 07:29:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jun 2011 16:29:35 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -3.7 (---) 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.7 (---) > Try "M-: debug-on-error RET". Gives `t'. How is it possible? I.e., why "C-h v" gives a different value than "M-:"? And why "M-: debug-on-error RET" returns `t' even after doing (setq debug-on-error nil)? -- Dani Moncayo From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 18:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: Eli Zaretskii , 8964@debbugs.gnu.org Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.13094568151624 (code B ref 8964); Thu, 30 Jun 2011 18:01:02 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 18:00:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcLXC-0000Q1-8C for submit@debbugs.gnu.org; Thu, 30 Jun 2011 14:00:14 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcLX9-0000Cr-C5 for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 14:00:12 -0400 Received: from localhost ([127.0.0.1]:43103) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcLX2-0005Py-TA; Thu, 30 Jun 2011 14:00:05 -0400 From: Glenn Morris References: X-Spook: top secret military DRM INS JUWTF Honduras Nazi Uzbekistan X-Ran: %=PIM\@&y9IjzTL+ua]OXe.7Y{F^x\)u/Ecw~4I5x&x_w9$~h!8gVDE#j^lW[e"q*6kYxB X-Hue: green X-Attribution: GM Date: Thu, 30 Jun 2011 14:00:03 -0400 In-Reply-To: (Dani Moncayo's message of "Thu, 30 Jun 2011 16:29:35 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) 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: -6.4 (------) Dani Moncayo wrote: > How is it possible? I.e., why "C-h v" gives a different value than "M-:"? > > And why "M-: debug-on-error RET" returns `t' even after doing (setq > debug-on-error nil)? Because of eval-expression-debug-on-error, I think. From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 18:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 8964@debbugs.gnu.org, dmoncayo@gmail.com Reply-To: Eli Zaretskii Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.130945850716282 (code B ref 8964); Thu, 30 Jun 2011 18:29:02 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 18:28:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcLyU-0004EZ-6o for submit@debbugs.gnu.org; Thu, 30 Jun 2011 14:28:26 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcLyS-0004EO-I0 for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 14:28:25 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LNM00D008J6FQ00@a-mtaout22.012.net.il> for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 21:27:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.8.216]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LNM00DC08M19M80@a-mtaout22.012.net.il>; Thu, 30 Jun 2011 21:27:39 +0300 (IDT) Date: Thu, 30 Jun 2011 21:27:40 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <83fwmrrx7n.fsf@gnu.org> References: X-Spam-Score: -2.1 (--) 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.1 (--) > From: Glenn Morris > Cc: Eli Zaretskii , 8964@debbugs.gnu.org > Date: Thu, 30 Jun 2011 14:00:03 -0400 > > Dani Moncayo wrote: > > > How is it possible? I.e., why "C-h v" gives a different value than "M-:"? > > > > And why "M-: debug-on-error RET" returns `t' even after doing (setq > > debug-on-error nil)? > > Because of eval-expression-debug-on-error, I think. Of course. And that's also the reason why evaluating something like `(find-file "foo")' will run with debug-on-error set non-nil, and that's why ange-ftp enters the debugger when it signals an error. IOW, not a bug, like I said. From unknown Sat Aug 16 13:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Jun 2011 18:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8964 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: Glenn Morris , 8964@debbugs.gnu.org Received: via spool by 8964-submit@debbugs.gnu.org id=B8964.130945997028085 (code B ref 8964); Thu, 30 Jun 2011 18:53:02 +0000 Received: (at 8964) by debbugs.gnu.org; 30 Jun 2011 18:52:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcMM5-0007Iw-BZ for submit@debbugs.gnu.org; Thu, 30 Jun 2011 14:52:49 -0400 Received: from mail-yw0-f44.google.com ([209.85.213.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcMLz-0007Ie-4e for 8964@debbugs.gnu.org; Thu, 30 Jun 2011 14:52:47 -0400 Received: by ywp31 with SMTP id 31so1083383ywp.3 for <8964@debbugs.gnu.org>; Thu, 30 Jun 2011 11:52:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=GOstyy+pHmi937FFQBcq8X9jbp4rP8/bCU8yrMzarS4=; b=XoUhL9mnvb+MxifpXwf5bX7DHH37SVgZ3YcA1lHHjMM/NBMLyNrtZ/kYtIBR/7IT4u wCfKfSOrE5OPCBX3/5MarZfIkvLzo6YbJnGN9hJC0StQFFdAvxOWdTzHbx/H5XEqzDfd 1P8vAUlpHBpvgNr7PlSCWwxcPODajqQpV8Q3I= MIME-Version: 1.0 Received: by 10.91.146.15 with SMTP id y15mr2211228agn.69.1309459957614; Thu, 30 Jun 2011 11:52:37 -0700 (PDT) Received: by 10.90.52.13 with HTTP; Thu, 30 Jun 2011 11:52:37 -0700 (PDT) In-Reply-To: <83fwmrrx7n.fsf@gnu.org> References: <83fwmrrx7n.fsf@gnu.org> Date: Thu, 30 Jun 2011 20:52:37 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) 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.7 (---) >> > How is it possible? =A0I.e., why "C-h v" gives a different value than = "M-:"? >> > >> > And why "M-: debug-on-error RET" returns `t' even after doing (setq >> > debug-on-error nil)? >> >> Because of eval-expression-debug-on-error, I think. > > Of course. =A0And that's also the reason why evaluating something like > `(find-file "foo")' will run with debug-on-error set non-nil, and > that's why ange-ftp enters the debugger when it signals an error. > > IOW, not a bug, like I said. Eli, Glenn, thanks for your explanations. I understand it now. You can close this bug. --=20 Dani Moncayo From unknown Sat Aug 16 13:50:12 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: Dani Moncayo Subject: bug#8964: closed (Re: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file) Message-ID: References: <83ei2bruig.fsf@gnu.org> X-Gnu-PR-Message: they-closed 8964 X-Gnu-PR-Package: emacs Reply-To: 8964@debbugs.gnu.org Date: Thu, 30 Jun 2011 19:27:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1309462021-31095-1" This is a multi-part message in MIME format... ------------=_1309462021-31095-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #8964: 24.0.50; `find-file' triggers the debugger when called with a nonexi= stent remote file 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 8964@debbugs.gnu.org. --=20 8964: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D8964 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1309462021-31095-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 8964-done) by debbugs.gnu.org; 30 Jun 2011 19:26:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcMsN-00084U-Es for submit@debbugs.gnu.org; Thu, 30 Jun 2011 15:26:11 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcMsK-00084I-Nd for 8964-done@debbugs.gnu.org; Thu, 30 Jun 2011 15:26:09 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LNM00E00B7P1C00@a-mtaout22.012.net.il> for 8964-done@debbugs.gnu.org; Thu, 30 Jun 2011 22:25:58 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.8.216]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LNM00DXQBB89MQ0@a-mtaout22.012.net.il>; Thu, 30 Jun 2011 22:25:58 +0300 (IDT) Date: Thu, 30 Jun 2011 22:25:59 +0300 From: Eli Zaretskii Subject: Re: bug#8964: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file In-reply-to: X-012-Sender: halo1@inter.net.il To: Dani Moncayo Message-id: <83ei2bruig.fsf@gnu.org> References: <83fwmrrx7n.fsf@gnu.org> X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8964-done Cc: rgm@gnu.org, 8964-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii 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.1 (--) > Date: Thu, 30 Jun 2011 20:52:37 +0200 > From: Dani Moncayo > Cc: Glenn Morris , 8964@debbugs.gnu.org > > Eli, Glenn, thanks for your explanations. I understand it now. > > You can close this bug. Done. ------------=_1309462021-31095-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Jun 2011 09:41:04 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcDk7-00054J-Sw for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:41:04 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcDk5-00053p-Qb for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:41:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcDjy-0007bk-W4 for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:40:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:37307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcDjy-0007bb-Hw for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:40:54 -0400 Received: from eggs.gnu.org ([140.186.70.92]:46084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcDjw-0000et-RW for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 05:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcDjv-0007bI-Hb for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 05:40:52 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:33290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcDju-0007bB-W8 for bug-gnu-emacs@gnu.org; Thu, 30 Jun 2011 05:40:51 -0400 Received: by gyg13 with SMTP id 13so1012201gyg.0 for ; Thu, 30 Jun 2011 02:40:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=LL6E1pevYuCpgjmxwINz7yPIpHj2gI+QAHLdJc4QiO4=; b=Nov+angDWYdTlC087z7/7yxaQ1V0ccAUtxfLeMxD4djmoETrEDgDGbbnPW2LapheKc 7MAkzkiPsbDwjiba6WoSKaMSMOFY+aUjxuyzAyELLu3lPRmkR8/cXgILzKLYcIf6OfpL Sk5DgaHVoMcKP3EBOBmB0Quvn/GEYS34iIoSU= MIME-Version: 1.0 Received: by 10.91.146.15 with SMTP id y15mr1631387agn.69.1309426849218; Thu, 30 Jun 2011 02:40:49 -0700 (PDT) Received: by 10.90.52.13 with HTTP; Thu, 30 Jun 2011 02:40:49 -0700 (PDT) Date: Thu, 30 Jun 2011 11:40:49 +0200 Message-ID: Subject: 24.0.50; `find-file' triggers the debugger when called with a nonexistent remote file From: Dani Moncayo To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.9 (----) 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: -4.9 (----) Package: emacs Version: 24.0.50 >From "emacs -Q": 1. Eval this, literally: (find-file "/user@host:/file") 2. Give any random password (for user@host). Then, the a debugger window pops up, with this text: Debugger entered--Lisp error: (ftp-error #("FTP Error: OPEN request failed: Unknown host host." 32 50 (fontified nil front-sticky (field inhibit-line-move-field-capture) rear-nonsticky t field output inhibit-line-move-field-capture t))) signal(ftp-error (#("FTP Error: OPEN request failed: Unknown host host." 32 50 (fontified nil front-sticky (field inhibit-line-move-field-capture) rear-nonsticky t field output inhibit-line-move-field-capture t)))) byte-code("=08\203=13 If the host is unknown, it should be notified with a message in the minibuffer (as happens if you do it interactively with C-x C-f), but not by triggering the debugger. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-06-27 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.5) --no-opt --cflags -Ic:/build/include' --=20 Dani Moncayo ------------=_1309462021-31095-1--