From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: York Zhao Newsgroups: gmane.emacs.help Subject: Re: Search StackOverflow and paste code snippets without leaving the edited file Date: Sun, 29 Dec 2013 12:43:08 -0500 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 1388338994 3421 80.91.229.3 (29 Dec 2013 17:43:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 17:43:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrey Tykhonov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 29 18:43:21 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 1VxKOW-0006IW-TH for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Dec 2013 18:43:21 +0100 Original-Received: from localhost ([::1]:55907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxKOW-0007cT-H0 for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Dec 2013 12:43:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxKOM-0007cL-En for help-gnu-emacs@gnu.org; Sun, 29 Dec 2013 12:43:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxKOL-0000AJ-Ot for help-gnu-emacs@gnu.org; Sun, 29 Dec 2013 12:43:10 -0500 Original-Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:43198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxKOL-0000AC-K2 for help-gnu-emacs@gnu.org; Sun, 29 Dec 2013 12:43:09 -0500 Original-Received: by mail-ig0-f171.google.com with SMTP id c10so33790927igq.4 for ; Sun, 29 Dec 2013 09:43:08 -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 :cc:content-type; bh=rdk/ofD1Vzez4gaOe1XvJvXL895q9APBhaUze7dek1A=; b=qP7oP0N/O2AUpvUINC9pJLe1ElfijTzhzSDe57MlqA0WS5ZS636dia4cYBrOf+ObPp OuMqyNaYIrkL2uWOTyQV8SF93+M95b6778usOzBEyGBUYUZYOh5PFoimXmS5Ir2ukG9c tGtf33wDKBw3JimZ06Xn2HTSkHREBZYkNJOI+vc7ZEv78AzMo2fsM40TBYrCIcHR5r5l 4rI5QXjBMOD1mTgL0Gyp5x/Vbqnm9NbegZ80/kkd3z3WPn4Hgj0+D3Z42S1cFLl27V47 DzLXyWC5RoT0/y2R9GWnKor9QKFKpTiNbP57jMAeNIQ9DU7rkjWQW7GRZOSYJ+nEZQtN v+Sg== X-Received: by 10.50.66.212 with SMTP id h20mr51631348igt.48.1388338988490; Sun, 29 Dec 2013 09:43:08 -0800 (PST) Original-Received: by 10.64.17.200 with HTTP; Sun, 29 Dec 2013 09:43:08 -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:4001:c05::22b 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:95181 Archived-At: Hi Andrey, Thank you very much for your reply. I'm sorry that I was wrong on guessing you were using Windows as I saw from your example on GitHub you used `\' as path name separator. Glad to know your plan for rewriting "howdoi" in Emacs lisp, that's really interesting and I'm looking forward to try it out once it is ready. I may try you suggestion to see how the python "howdoi" goes on my system. Thanks, York