From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: Rename `eww' to `web' Date: Thu, 04 Jul 2013 23:28:14 +0900 Message-ID: References: <8738s087wj.fsf@gmail.com> <87bo6mjv4s.fsf@lifelogs.com> <871u7gavwx.fsf@catnip.gol.com> <87obaj39sc.fsf@lifelogs.com> <874ncbhsnv.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372948110 29306 80.91.229.3 (4 Jul 2013 14:28:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2013 14:28:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 04 16:28:27 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 1UukWI-0004vS-Q0 for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 16:28:26 +0200 Original-Received: from localhost ([::1]:33471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UukWI-0003CK-Ck for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 10:28:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UukWE-0003C1-BU for emacs-devel@gnu.org; Thu, 04 Jul 2013 10:28:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UukWD-0004eO-1q for emacs-devel@gnu.org; Thu, 04 Jul 2013 10:28:22 -0400 Original-Received: from mail-halifax.hostforweb.net ([205.234.137.17]:48743 helo=halifax.hostforweb.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UukWC-0004eH-VD for emacs-devel@gnu.org; Thu, 04 Jul 2013 10:28:21 -0400 Original-Received: from softbank219034144017.bbtec.net ([219.34.144.17]:33401 helo=) by halifax.hostforweb.net with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1UukWB-0000W3-34; Thu, 04 Jul 2013 09:28:20 -0500 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:xImcW6zXXJY5bPpTZSXC4u4G5ao= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - halifax.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: halifax.hostforweb.net: authenticated_id: yamaokac/only user confirmed/virtual account not confirmed X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-Received-From: 205.234.137.17 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:161527 Archived-At: Jambunathan K wrote: > Katsumi Yamaoka writes: >>> 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. > emacs -Q > C-x C-f http://www.gnu.org > I see the HTML code verbatim. The buffer is on Org mode. (This is a > buglet). ISTM the magic glue to render - I used shr-render-buffer - is > missing.