From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add support for Conkeror in browse-url.el Date: Sat, 14 Feb 2015 09:32:11 -0200 Message-ID: References: <87bnkzxicq.fsf@gmail.com> <87AEC9F3-7565-4A89-9D74-5B59052F3FEE@swipnet.se> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1f33844bfcc050f0ab4e9 X-Trace: ger.gmane.org 1423913554 21293 80.91.229.3 (14 Feb 2015 11:32:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2015 11:32:34 +0000 (UTC) Cc: Vibhav Pant , emacs-devel To: "Jan D." Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 14 12:32:34 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 1YMaxb-0007U1-J0 for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2015 12:32:31 +0100 Original-Received: from localhost ([::1]:59467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMaxb-0000F2-0Q for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2015 06:32:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMaxJ-00009V-Tj for emacs-devel@gnu.org; Sat, 14 Feb 2015 06:32:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMaxI-0008Sl-TX for emacs-devel@gnu.org; Sat, 14 Feb 2015 06:32:13 -0500 Original-Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:47085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMaxI-0008Rn-Ng for emacs-devel@gnu.org; Sat, 14 Feb 2015 06:32:12 -0500 Original-Received: by mail-ob0-f182.google.com with SMTP id nt9so27993225obb.13 for ; Sat, 14 Feb 2015 03:32:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=GwHY0q3/WWdQOfczRRxveLd+5C73DzFoywlgsdnktlk=; b=CddNUL0i+cGYBR/8UQXcN8J/oBeKn58WI/0DomztSyyfUXWkGYjN8oswfhbIRLLsp+ kXWKqkBM+IuHPsh3tbv/mJgNfr1i6ZlwJfdcNgUYa1LGMTi2Fdxl3/n/TZPyHvymsWUa Nkfs21ITys+LhT0dvgCUxn+WO74USV7FQVwngfUvw5vFlhLyA1YsaP3CPWNCyAxlnX6c NM7Zfcy2+HTR1uzrG0Md0/Hmf+mU+WXOl15roEOCWRTQELZj+4iTmeIxUsoIPcEAUbOl 4iceptjqYKPqoUBTi31SM0QIIcsDWcN/s9xYvJ6HyLdZMiwnC0OAvaXd8ChiA9yoLGgR YxJA== X-Received: by 10.182.68.12 with SMTP id r12mr9440944obt.84.1423913532045; Sat, 14 Feb 2015 03:32:12 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Sat, 14 Feb 2015 03:32:11 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Sat, 14 Feb 2015 03:32:11 -0800 (PST) In-Reply-To: <87AEC9F3-7565-4A89-9D74-5B59052F3FEE@swipnet.se> X-Google-Sender-Auth: GXBGgiH6jh239tbLN92JQ-Xa1_8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::236 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:183050 Archived-At: --e89a8fb1f33844bfcc050f0ab4e9 Content-Type: text/plain; charset=UTF-8 > 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. I agree with your logic but, FWIW, I've never managed to set conkeror as a default browser in Windows. So I've had to use something like the proposed patch. --e89a8fb1f33844bfcc050f0ab4e9 Content-Type: text/html; charset=UTF-8

> 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.

I agree with your logic but, FWIW, I've never managed to set conkeror as a default browser in Windows. So I've had to use something like the proposed patch.

--e89a8fb1f33844bfcc050f0ab4e9--