From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: vibhavp@gmail.com Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add support for Conkeror in browse-url.el Date: Sun, 15 Feb 2015 10:45:19 +0530 Message-ID: <874mqnbvrs.fsf@gmail.com> References: <87bnkzxicq.fsf@gmail.com> <87AEC9F3-7565-4A89-9D74-5B59052F3FEE@swipnet.se> <87wq3kn3eh.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423977346 23049 80.91.229.3 (15 Feb 2015 05:15:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2015 05:15:46 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Jan D. Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 15 06:15:38 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 1YMrYQ-0006qI-Ey for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 06:15:38 +0100 Original-Received: from localhost ([::1]:33594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMrYP-0003hx-Hp for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 00:15:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMrYH-0003hU-3m for emacs-devel@gnu.org; Sun, 15 Feb 2015 00:15:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMrYC-0005Sh-Tx for emacs-devel@gnu.org; Sun, 15 Feb 2015 00:15:28 -0500 Original-Received: from mail-pd0-f178.google.com ([209.85.192.178]:40936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMrYC-0005SV-No for emacs-devel@gnu.org; Sun, 15 Feb 2015 00:15:24 -0500 Original-Received: by pdev10 with SMTP id v10so27956084pde.7 for ; Sat, 14 Feb 2015 21:15:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=XEIa/g7J3/3jPeXsujzuJ1Q2ik8at5a0MRW/DDOTF3g=; b=TvDQWE/JuNjlA+iDDw55cHKfkvVx7SszcVrgt0UTk21Gbh/916Zn3Fymdy28XWl+X9 UxD1DFLhd3XoD45K7oXf7pftodN7dnYW+be5MJIBe001H1OiR8wRapwqoxMAer/LBx20 WzdVcIdHj2Jrhvj2hgndMzaBZbvd3lEgGbh2sqYuYAxnVlULn0zwBhsWodNvwlWwIM1S DA6mgr98Prk818LH0ieitFg0fBxCMCnk8budCPubmBt68zWrPCg2YA9bEY3wWozvmAj6 XhMi4dVLHaQhz/wVLdBi84R1KClOGEzt/Ehst1oOmCzpa1XHdMUQhpGoK9o7Ir3HREox pHuQ== X-Received: by 10.68.65.42 with SMTP id u10mr28302331pbs.81.1423977324110; Sat, 14 Feb 2015 21:15:24 -0800 (PST) Original-Received: from lenovog410 ([117.208.71.37]) by mx.google.com with ESMTPSA id y12sm745998pdk.46.2015.02.14.21.15.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Feb 2015 21:15:23 -0800 (PST) In-Reply-To: (Jan D.'s message of "Sat, 14 Feb 2015 14:51:00 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.178 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:183080 Archived-At: Jan D. writes: > No, it is not for Emacs to say if a link should open in a new tab or window. That is a setting in the browser. Most browsers have something like "Open new links in tabs" that you can enable. Well, epiphany and chromium open external links in the existing window (unless the link is opened with the switch --new-window, which is what browse-url.el does). However Firefox (and maybe other gecko based browsers) have a setting which you are talking about. Anyways, can the patch be applied for now? (unless a complete overhaul is being planed) -- Vibhav Pant vibhavp@gmail.com