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: Sat, 4 Jan 2014 19:23:52 -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 1388881439 25862 80.91.229.3 (5 Jan 2014 00:23:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Jan 2014 00:23:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Tom To: Andrey Tykhonov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 05 01:24:06 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 1VzbVd-0001Yc-HA for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Jan 2014 01:24:05 +0100 Original-Received: from localhost ([::1]:56222 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzbVd-00047c-02 for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Jan 2014 19:24:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzbVS-00046U-Ga for help-gnu-emacs@gnu.org; Sat, 04 Jan 2014 19:23:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzbVR-0007zx-Pp for help-gnu-emacs@gnu.org; Sat, 04 Jan 2014 19:23:54 -0500 Original-Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:59726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzbVR-0007zs-I5 for help-gnu-emacs@gnu.org; Sat, 04 Jan 2014 19:23:53 -0500 Original-Received: by mail-ig0-f176.google.com with SMTP id k19so4188200igc.3 for ; Sat, 04 Jan 2014 16:23:52 -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=R4ws8eHf44bbompxQ+IelkIF6imDY/2RpvXrc6dHRkU=; b=BI8N331YRFN8itotxxO5KMqfVg7UVzI+3zlgIxf+nPiAFS9u9Na5lLIR+Vq8pIeweh tRlZNugEQY6+YquvI245TenFITr8X97Quxcr+EKbSxaYZQ+54ySXQfVkQAdRi6Vet621 5k7qYFAhvQ7P8MoTc+2C+Rf/jY1Bc8f++BabJDbZFgkmp1T4u6sEm3BRPZkt/DmdtPXr tCX7Aaih0IUaZUjwAcPRHahAECRuSMU7bIlJRnhFcCstdbRSH/4lG0+aptnjR6Xt26Vq rj1ThWGPqxhXSQAb1ws/VGBxbtUPiyb9T1dLGKpZowgLwf6yfAKtlsCuAWUBaTxuPlT1 BM4A== X-Received: by 10.42.139.136 with SMTP id g8mr10330icu.96.1388881432445; Sat, 04 Jan 2014 16:23:52 -0800 (PST) Original-Received: by 10.64.17.200 with HTTP; Sat, 4 Jan 2014 16:23: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:4001:c05::230 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:95259 Archived-At: Hi Andrey, Jump to Stack Overflow worked. Thank you. P.S. Why use minor mode in the result buffer? In my opinion, it is better to use major mode for this purpose. York