From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Rename `eww' to `web' Date: Thu, 04 Jul 2013 11:08:11 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ehbe1hyc.fsf@lifelogs.com> References: <8738s087wj.fsf@gmail.com> <87bo6mjv4s.fsf@lifelogs.com> <871u7gavwx.fsf@catnip.gol.com> <87obaj39sc.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372950610 24387 80.91.229.3 (4 Jul 2013 15:10:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2013 15:10:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 04 17:10:12 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 1UulAg-0002tR-81 for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 17:10:10 +0200 Original-Received: from localhost ([::1]:60003 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UulAf-00044P-Ox for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 11:10:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UulAb-0003yn-Sd for emacs-devel@gnu.org; Thu, 04 Jul 2013 11:10:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UulAa-0003i8-5n for emacs-devel@gnu.org; Thu, 04 Jul 2013 11:10:05 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UulAZ-0003gt-VD for emacs-devel@gnu.org; Thu, 04 Jul 2013 11:10:04 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UulAY-0002m5-U1 for emacs-devel@gnu.org; Thu, 04 Jul 2013 17:10:02 +0200 Original-Received: from pool-72-93-34-251.bstnma.east.verizon.net ([72.93.34.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jul 2013 17:10:02 +0200 Original-Received: from tzz by pool-72-93-34-251.bstnma.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jul 2013 17:10:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-93-34-251.bstnma.east.verizon.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:95ZTly+4Saby/1k2pM4cR9m6Ko8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:161530 Archived-At: On Wed, 03 Jul 2013 22:17:54 -0400 Glenn Morris wrote: GM> Katsumi Yamaoka wrote: >> I'm using a wrapper[1] that modifies `C-x C-f' and `C-x d' so as to >> work for ftp://. I can imagine making those commands work for >> https?:// is not so troublesome. GM> Again, this sounds like the existing url-handler-mode. GM> emacs -Q -f url-handler-mode GM> C-x C-f ftp://ftp.gnu.org GM> C-x C-f http://www.gnu.org Yup. The necessary changes to make this usable IMHO are: 1) make it call `eww' by default and provide for a way to instead look at file contents (current behavior, right?) 2) enable `url-handler-mode' by default I'm trying to get agreement on these two. Ted