From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrey Tykhonov Newsgroups: gmane.emacs.help Subject: Search StackOverflow and paste code snippets without leaving the edited file Date: Fri, 27 Dec 2013 11:54:23 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1388138092 12990 80.91.229.3 (27 Dec 2013 09:54:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Dec 2013 09:54:52 +0000 (UTC) Cc: adatgyujto@gmail.com 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 10:54:56 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 1VwU88-00087p-7w for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Dec 2013 10:54:56 +0100 Original-Received: from localhost ([::1]:48473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwU87-0002nZ-TX for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Dec 2013 04:54:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwU7x-0002nT-Rq for help-gnu-emacs@gnu.org; Fri, 27 Dec 2013 04:54:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwU7w-00050F-Rb for help-gnu-emacs@gnu.org; Fri, 27 Dec 2013 04:54:45 -0500 Original-Received: from mail-oa0-x230.google.com ([2607:f8b0:4003:c02::230]:56648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwU7w-000506-L7 for help-gnu-emacs@gnu.org; Fri, 27 Dec 2013 04:54:44 -0500 Original-Received: by mail-oa0-f48.google.com with SMTP id l6so9441015oag.21 for ; Fri, 27 Dec 2013 01:54:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=CLuyLtymjGYIBu1BRWvVHttWQ9cNrxpZj0pT1zPQgsg=; b=NOh21lPwuwGOFvLAd2VrBCz7GD6m9PZai9fFGowjgKFRnK3A8f6s2jhJrmrO+3bP/E SeuL4VHZlbtOacqiO9KpnwGStJJtxUp+2zw36P8fw1QKj8UIdMmEVLTdtNqH/VKdmYPr ASqCTr0/U25BoRbOdGsaCaHfL/pmWcTGP1gFQHbcGEs+0yIqoASJ84zePRJQlFu8oWVa 2eAKPYNe18XliYEaQYKypYXAWphSHb6n6vSN+Y/HzHQtHkl81p9DDzfvNR0ShyLKP8zX IAHjFpznBXWNBtPLbELiIGZu6WT4hRkl00JeAbKEvvPNlzbUWE23iAk3Hov6RkAFBFWC /kpw== X-Received: by 10.182.153.196 with SMTP id vi4mr173923obb.75.1388138083457; Fri, 27 Dec 2013 01:54:43 -0800 (PST) Original-Received: by 10.76.169.42 with HTTP; Fri, 27 Dec 2013 01:54:23 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::230 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:95166 Archived-At: Hi Tom, 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 I wrote it last night. This is my first Emacs package and I'm relatively new in Emacs/elisp... Therefore any comments due to code (and functionality overall), suggestions, ideas about new features etc etc etc will be highly appreciated. Thank you! Andrey T. > Check out the animgif demonstration here: > https://github.com/azac/sublime-howdoi-direct-paste[1] > It can be a good little Emacs project for the holidays if someone > wants to do a port. > (And I know: you shouldn't copy code blindly from the internet. It's > only a convenience tool for quickly fethcing trivial code and > modifying it for your own purposes. People who copy code blindly can > also do it manually after all.)