From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: paths are sensative to double separators Date: Thu, 19 Mar 2009 16:32:03 -0400 Message-ID: References: <20090319015037.GC6695@reforged> <87bprx8t83.fsf@kassiopeya.MSHEIMNETZ> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237494763 5460 80.91.229.12 (19 Mar 2009 20:32:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 20:32:43 +0000 (UTC) Cc: Mike Mattie , emacs-devel@gnu.org, Miles Bader To: Sebastian Rose Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 19 21:34:00 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LkOvo-0002nH-MA for ged-emacs-devel@m.gmane.org; Thu, 19 Mar 2009 21:33:39 +0100 Original-Received: from localhost ([127.0.0.1]:54991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkOuS-0003BY-7p for ged-emacs-devel@m.gmane.org; Thu, 19 Mar 2009 16:32:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkOuL-00038O-Rf for emacs-devel@gnu.org; Thu, 19 Mar 2009 16:32:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkOuG-00037M-6y for emacs-devel@gnu.org; Thu, 19 Mar 2009 16:32:04 -0400 Original-Received: from [199.232.76.173] (port=48471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkOuF-00037J-W3 for emacs-devel@gnu.org; Thu, 19 Mar 2009 16:32:00 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:63680 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkOuE-0004QT-Mh; Thu, 19 Mar 2009 16:31:58 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiIFABdJwklFxIZP/2dsb2JhbACBT9Jkg3wGhGI X-IronPort-AV: E=Sophos;i="4.38,391,1233550800"; d="scan'208";a="35420202" Original-Received: from 69-196-134-79.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.79]) by ironport2-out.teksavvy.com with ESMTP; 19 Mar 2009 16:31:58 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B1B3E7F0C; Thu, 19 Mar 2009 16:32:03 -0400 (EDT) In-Reply-To: <87bprx8t83.fsf@kassiopeya.MSHEIMNETZ> (Sebastian Rose's message of "Thu, 19 Mar 2009 11:26:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109704 Archived-At: > What we get in server-visit-files is this: > `/home/sebastian/file:/home/sebastian/xy.txt' This bug was fixed a few days ago. Of course, to really work, you need to (url-handler-mode 1) in order to tell Emacs that it should try and understand URLs. Stefan