From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Smith Newsgroups: gmane.emacs.help Subject: Re: Search StackOverflow and paste code snippets without leaving the edited file Date: Fri, 10 Jan 2014 07:43:02 -0500 Organization: GNU's Not UNIX! Message-ID: <1389357782.26879.3.camel@homebase> References: <871u0ni3nt.fsf@nl106-137-194.student.uu.se> Reply-To: psmith@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1389357808 25478 80.91.229.3 (10 Jan 2014 12:43:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jan 2014 12:43:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Emanuel Berg To: Andrey Tykhonov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 10 13:43:34 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 1W1bQz-0007Lh-J7 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jan 2014 13:43:33 +0100 Original-Received: from localhost ([::1]:56626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1bQz-0005fW-6L for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jan 2014 07:43:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1bQe-0005fH-RD for help-gnu-emacs@gnu.org; Fri, 10 Jan 2014 07:43:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1bQW-000176-Ez for help-gnu-emacs@gnu.org; Fri, 10 Jan 2014 07:43:12 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1bQW-000172-B3 for help-gnu-emacs@gnu.org; Fri, 10 Jan 2014 07:43:04 -0500 Original-Received: from 146-115-71-23.c3-0.lex-ubr1.sbo-lex.ma.cable.rcn.com ([146.115.71.23]:46070 helo=[172.31.1.206]) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1W1bQV-0007qN-6w; Fri, 10 Jan 2014 07:43:03 -0500 In-Reply-To: X-Mailer: Evolution 3.8.4-0ubuntu1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:95332 Archived-At: On Fri, 2014-01-10 at 12:00 +0200, Andrey Tykhonov wrote: > I'm not sure that I chose right prefix "C-c o". I hope it will be ok. Please do not use bindings with "C-c ". They seem unused because they are reserved for customization by the individual user. They're the only key bindings so reserved, and we really need to not override them. Thanks!