From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Sturdy Newsgroups: gmane.emacs.devel Subject: Re: improving the gnugol web search tool's emacs integration Date: Tue, 22 Jul 2014 14:25:55 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406039433 9260 80.91.229.3 (22 Jul 2014 14:30:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2014 14:30:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 16:30:27 2014 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 1X9b5A-0006Ie-P5 for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2014 16:30:20 +0200 Original-Received: from localhost ([::1]:39580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9b5A-0007LR-CN for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2014 10:30:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9b51-0007KB-MR for emacs-devel@gnu.org; Tue, 22 Jul 2014 10:30:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9b4v-0007wu-6X for emacs-devel@gnu.org; Tue, 22 Jul 2014 10:30:11 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:55012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9b4v-0007tj-0t for emacs-devel@gnu.org; Tue, 22 Jul 2014 10:30:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X9b4t-00061f-80 for emacs-devel@gnu.org; Tue, 22 Jul 2014 16:30:03 +0200 Original-Received: from fw-tnat.cambridge.arm.com ([217.140.96.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2014 16:30:03 +0200 Original-Received: from jcg.sturdy by fw-tnat.cambridge.arm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2014 16:30:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 217.140.96.21 (Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:173080 Archived-At: Dave Taht gmail.com> writes: > > Ages ago I wrote a tool for using various search engines, called > gnugol, which uses the json apis published by various web sites > (google, bing, stackoverflow) to obtain a search result, and > outputs the result in a variety of formats, notably org-mode. > > It's at: > > https://github.com/dtaht/Gnugol > > it is agplv3 licensed, and uses the libjanson json library. > > I would rather like to improve the emacs integration support, notably > being able to log the search history instead of losing it in a buffer. > > ... but my emacs-foo is very limited. What I have working is at: > > https://raw.github.com/dtaht/Gnugol/master/src/lisp/gnugol.el > > there are numerous other fixmes in the code. At some point I'd > like to have something good enough to put in elpa, but lacking foo... > > anyone ever tried gnugol? got some spare foo? > Dave, I've tried gnugol, and like it, and so I added some more elisp (I think I mailed it to you at the time, and didn't hear back). You can fetch it from https://github.com/hillwithsmallfields/JCGS-emacs/blob/master/webstuff/gnugol.el It adds a major mode (derived from org-mode) with its own key-bindings. __John