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: Rename `eww' to `web' Date: Fri, 05 Jul 2013 20:14:58 -0400 Message-ID: References: <8738s087wj.fsf@gmail.com> <87bo6mjv4s.fsf@lifelogs.com> <871u7gavwx.fsf@catnip.gol.com> <87obaj39sc.fsf@lifelogs.com> <874ncbhsnv.fsf@gmail.com> <87ip0q1i49.fsf@lifelogs.com> <87r4fczxxd.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373069706 4303 80.91.229.3 (6 Jul 2013 00:15:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Jul 2013 00:15:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 06 02:15:06 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 1UvG9a-0000xI-3A for ged-emacs-devel@m.gmane.org; Sat, 06 Jul 2013 02:15:06 +0200 Original-Received: from localhost ([::1]:39380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvG9Z-00054b-E0 for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 20:15:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvG9V-000536-QS for emacs-devel@gnu.org; Fri, 05 Jul 2013 20:15:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvG9V-00048z-1w for emacs-devel@gnu.org; Fri, 05 Jul 2013 20:15:01 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:38518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvG9U-00048u-UA for emacs-devel@gnu.org; Fri, 05 Jul 2013 20:15:00 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r660Ex9f030807; Fri, 5 Jul 2013 20:14:59 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 03960AE0C1; Fri, 5 Jul 2013 20:14:58 -0400 (EDT) In-Reply-To: <87r4fczxxd.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 05 Jul 2013 14:03:42 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4630=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4630> : streams <994755> : uri <1468213> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:161628 Archived-At: > I don't care too much about the dispatcher, though, so it's OK with me > if Emacs is the default dispatcher (the current status) and we make it > easy to make `eww' the default instead. Maybe it's fine to let eww handle the mime-type -> major-mode mapping. But it's still unclear how to cleanly cause url-handler-mode to affect C-x C-f such that eww is called. Stefan