From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Rename `eww' to `web' Date: Sat, 06 Jul 2013 22:02:43 +0200 Message-ID: <87zjtzxxr0.fsf@rosalinde.fritz.box> 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 X-Trace: ger.gmane.org 1373140990 21525 80.91.229.3 (6 Jul 2013 20:03:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Jul 2013 20:03:10 +0000 (UTC) Cc: Katsumi Yamaoka , emacs-devel To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 06 22:03:09 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 1UvYhJ-0005Ie-0v for ged-emacs-devel@m.gmane.org; Sat, 06 Jul 2013 22:03:09 +0200 Original-Received: from localhost ([::1]:47518 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvYhI-0002di-Fe for ged-emacs-devel@m.gmane.org; Sat, 06 Jul 2013 16:03:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvYhB-0002d0-4c for emacs-devel@gnu.org; Sat, 06 Jul 2013 16:03:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvYh5-0006MQ-IT for emacs-devel@gnu.org; Sat, 06 Jul 2013 16:03:01 -0400 Original-Received: from mout.gmx.net ([212.227.15.15]:57378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvYh5-0006MD-9E for emacs-devel@gnu.org; Sat, 06 Jul 2013 16:02:55 -0400 Original-Received: from rosalinde.fritz.box ([89.245.71.48]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MLfLH-1UwNdY42Cp-000tC4; Sat, 06 Jul 2013 22:02:44 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:OashwFZigvrhMB+/nGenvUuYWfOzvEfjLCttEe5wcg/brIlRMTN dLK1lvTzSH8YRF2plwd5Ug+B9phl3EMGjiExmxvb8YjXYA+7lntkYoEQYJP33AGRf1tWdcJ d77hlzIm9uvqnJauKVorD5PhEwu+yfeDudBhfsgMpW9jqwINUdDS5qfBMsNwCl8e0aWaAqT bZJx5RJumkWSvix9ie9nw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:161683 Archived-At: On Fri, 5 Jul 2013 06:35:23 +0800 Xue Fuqiao wrote: > 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. I've now bisected my init file. The "Unimplemented" error is due to enabling read-file-name-completion-ignore-case. I've filed a bug report (bug#14806). Maybe fixing this will also fix bug#11339 (file name completion involving non-ascii characters with read-file-name-completion-ignore-case). I've been hoping a long time for that to be fixed. Steve Berman