From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vibhav Pant Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add support for Conkeror in browse-url.el Date: Sat, 14 Feb 2015 13:37:25 +0530 Message-ID: References: <87bnkzxicq.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1423901279 7563 80.91.229.3 (14 Feb 2015 08:07:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2015 08:07:59 +0000 (UTC) To: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 14 09:07:47 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 1YMXlT-0004GM-Hx for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2015 09:07:47 +0100 Original-Received: from localhost ([::1]:59054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMXlS-0006GZ-So for ged-emacs-devel@m.gmane.org; Sat, 14 Feb 2015 03:07:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMXlC-0006GI-UI for emacs-devel@gnu.org; Sat, 14 Feb 2015 03:07:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMXl8-0007fS-M4 for emacs-devel@gnu.org; Sat, 14 Feb 2015 03:07:30 -0500 Original-Received: from mail-pd0-f172.google.com ([209.85.192.172]:46025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMXl8-0007fO-Gs for emacs-devel@gnu.org; Sat, 14 Feb 2015 03:07:26 -0500 Original-Received: by pdjz10 with SMTP id z10so24124566pdj.12 for ; Sat, 14 Feb 2015 00:07:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=u3QwDorBQHak/+9zfgabjS7Oy+87NZgDu+HiKxwpiow=; b=jkWvADPtWF2gKPp55YvQKlhbZ0zvdf/ua2KjmNh5Uj+duyNy6ZwdMPzrwja5gLQ8Tu jVZhqfvDfIv6Lj763FfoWABC1ZoA4fWlsKa+fkMdZvNqNvDf/eoj9fJC6RU/vqQj8WJ0 fizRFQhgs7aD/DUTQhkvIwxgOmYsuXr5zeiiNT4qVkzp6M1mpO3nHy3sWlrRl8thvwDs s51MTbO9gac+97mDVB3qcKqv1Hk61gQkK1tcsuchExqgVMVVnrm33Ws1xi/+kTthP5Ax 4gmEADJsyY28cq/VfrwMK3h13ZJIDAfoPvCrJ6sLMB0sJhmk30M8nswXH3w994OjNWrW mhWw== X-Received: by 10.68.194.71 with SMTP id hu7mr21622678pbc.52.1423901246032; Sat, 14 Feb 2015 00:07:26 -0800 (PST) Original-Received: by 10.70.47.6 with HTTP; Sat, 14 Feb 2015 00:07:25 -0800 (PST) In-Reply-To: <87bnkzxicq.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.172 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:183042 Archived-At: No reply? Is there anything wnong with the patch? I have created a bug report for the patch: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19863 On Thu, Feb 12, 2015 at 8:55 PM, wrote: > > Hello, > > 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. > > 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. > > [1]: http://conkeror.org/ > > -- Vibhav Pant vibhavp@gmail.com