From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: Rename `eww' to `web' Date: Fri, 5 Jul 2013 06:35:23 +0800 Message-ID: References: <8738s087wj.fsf@gmail.com> <87bo6mjv4s.fsf@lifelogs.com> <871u7gavwx.fsf@catnip.gol.com> <87obaj39sc.fsf@lifelogs.com> <874ncbhsnv.fsf@gmail.com> <87vc4qicrn.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372977329 2337 80.91.229.3 (4 Jul 2013 22:35:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2013 22:35:29 +0000 (UTC) Cc: Katsumi Yamaoka , emacs-devel To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 05 00:35:31 2013 Return-path: Envelope-to: ged-emacs-devel@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 1Uus7f-0002lV-3w for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 00:35:31 +0200 Original-Received: from localhost ([::1]:44138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uus7e-0006el-IU for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 18:35:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uus7Z-0006ee-Uf for emacs-devel@gnu.org; Thu, 04 Jul 2013 18:35:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uus7Y-0006mb-W0 for emacs-devel@gnu.org; Thu, 04 Jul 2013 18:35:25 -0400 Original-Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:38539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uus7Y-0006mX-RI for emacs-devel@gnu.org; Thu, 04 Jul 2013 18:35:24 -0400 Original-Received: by mail-ie0-f182.google.com with SMTP id s9so4042684iec.41 for ; Thu, 04 Jul 2013 15:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HTzXqsT6MbC3j4ZZtqxTsZhFuPAWGygwia5srmC0hpM=; b=rWe9AyJw4zHQnuQPN1Fmhz5jNPC569tib+gS3OtJvIJFGqyN/hYwXTnPVx9em0vJAf Zf6554CFQ+PISqhGkeOCqHCGnpiPGcMP63EfqWJ/KXDtz1obwYzuU8wu+uoMNCE1gmRB mtRQNkbqdhT0X1NYQjDMNsZ4CnOD6Z5RPC/+JrUY8LxVJH8JEwBIsJiA9WbjSxGvkwIW KWI5oOq0K+gyL6n0h80rDV36nXUM7cEi//s+vKneNa/kyH8/sQp5WoP3neHbxLks15Q4 X1Lp1FDruq6xRlnia9h4PXP40VZ8w2xA2jFd/XNykcHcE/tFBf828RzyxGH8R4wpVg5o VJwg== X-Received: by 10.43.133.70 with SMTP id hx6mr3021286icc.34.1372977324011; Thu, 04 Jul 2013 15:35:24 -0700 (PDT) Original-Received: by 10.42.28.3 with HTTP; Thu, 4 Jul 2013 15:35:23 -0700 (PDT) In-Reply-To: <87vc4qicrn.fsf@rosalinde.fritz.box> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161542 Archived-At: On Thu, Jul 4, 2013 at 11:08 PM, Stephen Berman wrote: > On Thu, 04 Jul 2013 23:28:14 +0900 Katsumi Yamaoka wrote: > >>>>> emacs -Q -f url-handler-mode >>>>> C-x C-f ftp://ftp.gnu.org >>>>> C-x C-f http://www.gnu.org >> >>>> Oh, I didn't know it. >>>> And what is more surprising, the functionality is sealed. >> >> I meant both end up with the "Unimplemented" error (on Cygwin). >> Though I haven't yet investigated why it's so, I confirmed Emacs >> on Linux behaves like Jambunathan said. > > I see the same "Unimplemented" error on GNU Emacs 24.3.50.5 > (x86_64-suse-linux-gnu, GTK+ Version 3.4.4) of 2013-07-03 -- but only > with my initializations. With -Q it's as Jambunathan reported. I > haven't yet tried bisecting my init file. Strange. I see the same "Unimplemented" error on r113216 (x86_64-apple-darwin12.4.0, NS apple-appkit-1187.39 of 2013-06-29, configured using `configure --with-ns --enable-checking'), not only with my initializations, but also with -Q. Maybe we need to discuss it in bug-gnu-emacs. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/