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: Re: Search StackOverflow and paste code snippets without leaving the edited file Date: Sun, 5 Jan 2014 01:52:52 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1388879602 8999 80.91.229.3 (4 Jan 2014 23:53:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Jan 2014 23:53:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Tom To: York Zhao Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 05 00:53:29 2014 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 1Vzb1z-0000dF-8a for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Jan 2014 00:53:27 +0100 Original-Received: from localhost ([::1]:56157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vzb1y-00065r-U2 for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Jan 2014 18:53:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vzb1m-00065m-Pu for help-gnu-emacs@gnu.org; Sat, 04 Jan 2014 18:53:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vzb1m-000168-0X for help-gnu-emacs@gnu.org; Sat, 04 Jan 2014 18:53:14 -0500 Original-Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:35131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vzb1l-000163-KR for help-gnu-emacs@gnu.org; Sat, 04 Jan 2014 18:53:13 -0500 Original-Received: by mail-ob0-f180.google.com with SMTP id wo20so17086700obc.11 for ; Sat, 04 Jan 2014 15:53:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=RegIekgDtQFDv7PyyTFUFT1zgliB+BwOU73nVYTN/Dg=; b=RRqC91Z8xyGdIStoVHzK7f6oWoTlyJu1qQ0cE1UuKKfTHSzH7LID0DpQN57vkd+s6M IIlp9+pBUuhqNz/gDYN7MnlWI/2Cc1Z9iCq3aYhsSS307VxO6VA4TxYdzTh9loElZGNp hIsjSXUTa2OYEBSzTGOrc3QkCg4CoystwT5EjQg1YJYLGhAzqLzy6OAzpsNUnNdW6EqT oYcbtFRltE3aFCRTvAiXxLpbEspOi/QzOPelTc07Zh36RWePqaiMLYrA23NxmMJJAaAi JL9uGHLTEfQufJISaXNUFFUmtl+/JxeWmNPw4OUmfGR0js4NFQoAPveMl70WPbJeMbPH cARw== X-Received: by 10.182.18.9 with SMTP id s9mr65801000obd.15.1388879592354; Sat, 04 Jan 2014 15:53:12 -0800 (PST) Original-Received: by 10.76.169.42 with HTTP; Sat, 4 Jan 2014 15:52:52 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::234 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:95258 Archived-At: 2014/1/5 York Zhao > Hi Andrey, > Hi York! > > I just tried it, it's interesting, could be a potential time saver, thank > you. > Thank you! > And I agree with Tom that it mould be better to be able to jump to the > original > article at Stack Overflow. Already implemented and committed. You can check out it. Use C-c C-o in a pop up buffer to open original article. > And of course add a Helm source to utilize Google > Suggestion. > Also want that functionality. Asked Tom to share code snippet with this functionality. Andrey > > York >