From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add support for Conkeror in browse-url.el Date: Sat, 14 Feb 2015 10:30:49 +0100 Message-ID: <87AEC9F3-7565-4A89-9D74-5B59052F3FEE@swipnet.se> References: <87bnkzxicq.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1423906273 14031 80.91.229.3 (14 Feb 2015 09:31:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2015 09:31:13 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Vibhav Pant Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 14 10:31:05 2015 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 1YMZ44-0005ke-Ci for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2015 10:31:04 +0100 Original-Received: from localhost ([::1]:59283 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMZ43-0005Sa-OO for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2015 04:31:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMZ40-0005Rk-GZ for emacs-devel@gnu.org; Sat, 14 Feb 2015 04:31:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMZ3x-0004g1-C4 for emacs-devel@gnu.org; Sat, 14 Feb 2015 04:31:00 -0500 Original-Received: from mailfe06.swip.net ([212.247.154.161]:42254 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMZ3x-0004fb-6Y for emacs-devel@gnu.org; Sat, 14 Feb 2015 04:30:57 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 570083078; Sat, 14 Feb 2015 10:30:50 +0100 In-Reply-To: X-Mailer: Apple Mail (2.2070.6) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.161 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:183045 Archived-At: Hi. > 14 feb 2015 kl. 09:07 skrev Vibhav Pant : >=20 > No reply? Is there anything wnong with the patch? Instead of adding browsers to browse-url.el, we should encourage people = to set up their preferred browser as system default, and then use = browse-url-xdg-open, browse-url-default-windows-browser or = browse-url-default-macosx-browser. Jan D. >=20 > I have created a bug report for the patch: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19863 >=20 > On Thu, Feb 12, 2015 at 8:55 PM, wrote: >>=20 >> Hello, >>=20 >> I have added support for net/browse-url.el for Conkeror[1], a web >> browser based on Mozilla's XULRunner, which provides an emacs-like >> navigation interface. >>=20 >> The browser treats tabs like "buffers", which can be navigated with = C-x >> b, so I have used the term "buffer" instead of "tabs" in the code, to >> maintain consistency. >>=20 >> [1]: http://conkeror.org/ >>=20 >>=20 >=20 >=20 >=20 > --=20 > Vibhav Pant > vibhavp@gmail.com