From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Re: Search StackOverflow and paste code snippets without leaving =?utf-8?b?dGhlCWVkaXRlZA==?= file Date: Fri, 27 Dec 2013 11:12:12 +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 1388142774 28174 80.91.229.3 (27 Dec 2013 11:12:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Dec 2013 11:12:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 27 12:13:01 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VwVLg-0003Th-TH for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Dec 2013 12:13:01 +0100 Original-Received: from localhost ([::1]:48663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwVLg-0000sd-EP for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Dec 2013 06:13:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwVLQ-0000sH-Gf for help-gnu-emacs@gnu.org; Fri, 27 Dec 2013 06:12:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwVLK-0001qZ-MR for help-gnu-emacs@gnu.org; Fri, 27 Dec 2013 06:12:44 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:39642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwVLK-0001qM-Fy for help-gnu-emacs@gnu.org; Fri, 27 Dec 2013 06:12:38 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VwVLG-0003Jj-VO for help-gnu-emacs@gnu.org; Fri, 27 Dec 2013 12:12:35 +0100 Original-Received: from 94-21-242-229.pool.digikabel.hu ([94.21.242.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Dec 2013 12:12:34 +0100 Original-Received: from adatgyujto by 94-21-242-229.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Dec 2013 12:12:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 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: 94.21.242.229 (Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.16) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95167 Archived-At: Andrey Tykhonov gmail.com> writes: > I was glad to find your letter in the inbox about idea to write a port for > sublime-howdoi-direct-paste. I was looking for some small Emacs project to > implement. And I decided to implement howdoi for emacs. > > Check out the emacs-howdoi: https://github.com/atykhonov/emacs-howdoi > Nice. I haven't tried it yet, because I need to install the howdoi tool first. A possible future improvement can be implementing the parsing/fetching part in elisp, so the package is not dependent on an external tool. I checked the source of the howdoi app and it seems fairly trivial.