From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#350: ido-mode not compatible with url-handler-mode Date: Mon, 15 Jul 2013 19:48:00 -0400 Message-ID: References: <87ljy3239h.fsf@cyd.mit.edu> <871vzvah8c.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373932148 28010 80.91.229.3 (15 Jul 2013 23:49:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2013 23:49:08 +0000 (UTC) Cc: Jared Finder , 350@debbugs.gnu.org, "Kim F. Storm" To: Leo Liu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 16 01:49:08 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1UysVv-00051S-PF for geb-bug-gnu-emacs@m.gmane.org; Tue, 16 Jul 2013 01:49:07 +0200 Original-Received: from localhost ([::1]:51614 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UysVv-00033y-37 for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Jul 2013 19:49:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UysVr-00033s-9Y for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 19:49:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UysVq-0004yD-AY for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 19:49:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UysVq-0004y0-7W for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 19:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UysVp-0003o2-PH for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 19:49:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 15 Jul 2013 23:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 350 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 350-submit@debbugs.gnu.org id=B350.137393209714563 (code B ref 350); Mon, 15 Jul 2013 23:49:01 +0000 Original-Received: (at 350) by debbugs.gnu.org; 15 Jul 2013 23:48:17 +0000 Original-Received: from localhost ([127.0.0.1]:56910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UysV7-0003mp-HI for submit@debbugs.gnu.org; Mon, 15 Jul 2013 19:48:17 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:54045) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UysV5-0003mb-LA for 350@debbugs.gnu.org; Mon, 15 Jul 2013 19:48:16 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r6FNm2IL021393; Mon, 15 Jul 2013 19:48:05 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 4F621AE0EF; Mon, 15 Jul 2013 19:48:00 -0400 (EDT) In-Reply-To: (Leo Liu's message of "Sun, 14 Jul 2013 11:07:50 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4640=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4640> : streams <1001033> : uri <1477706> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76378 Archived-At: >> No, it should be fixed instead. The fix is pretty simple: make >> url-file-name-completion and url-file-name-all-completions return >> a valid value which represents the fact that we don't know what could be >> the completions ("everything could be a valid completion") instead of >> signaling an error. > Do you mean removing all of the following in url-handlers.el? You could start with that and see how it behaves (maybe it won't work right either since it would presumably call those functions with the URL as if it were a local file, better might be to keep the code but make the functions return a "correct" value). > Also, url-handler-regexp and tramp's syntax seems colliding. Never had a problem with that. Stefan