From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: automatic selection during search Date: Thu, 26 Sep 2013 10:51:17 +0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1380167489 4064 80.91.229.3 (26 Sep 2013 03:51:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2013 03:51:29 +0000 (UTC) Cc: Bostjan Vilfan , Emacs Help To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 26 05:51:32 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 1VP2by-0000bM-Vw for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Sep 2013 05:51:31 +0200 Original-Received: from localhost ([::1]:55972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP2by-0008IM-Im for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Sep 2013 23:51:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP2bo-0008ID-Cu for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 23:51:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VP2bn-0001r9-J4 for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 23:51:20 -0400 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:64853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP2bn-0001r1-Au for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 23:51:19 -0400 Original-Received: by mail-la0-f42.google.com with SMTP id ep20so470678lab.29 for ; Wed, 25 Sep 2013 20:51:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=HMiK58DnWeeRTlka6t5Ln6ZocEkEciNvco8QAsWZ8ok=; b=lS6iB0HJ/EfIeekWZUVPOb1xhL8cdCIUOZHJLUwreUi+SXH6DBwdhGLloQ266Dy68F T2iuPR06pA+bdt+XeprUrQNaTDM6+c2FEOEdN6fCVQJ1l2VRkTASHA9uav9BEANUj4HD +rAiIuAuEBQgY6tbgDFCu/iZXeGjaxaW1eeQbUo3bMpAd3AaJjPPOMfk7znQUCfwuzhz v29K/zjSQnirXDPfRyfcVurXLKjldzbed5p0XpD41My3yhrRaH1a6efAzgrbwt5bDj+8 fcDico9opoSBk1XaEIamvjM25qE+2ePU5TIQ2N0byGcro/uj0SokKC8QK7oRc4g7hBBt Wqag== X-Received: by 10.152.203.233 with SMTP id kt9mr361718lac.29.1380167477368; Wed, 25 Sep 2013 20:51:17 -0700 (PDT) Original-Received: by 10.114.185.101 with HTTP; Wed, 25 Sep 2013 20:51:17 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: mxxFoTvNcHE8z0fhDS5EWJfINZY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a 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:93595 Archived-At: On Wed, Sep 25, 2013 at 9:52 PM, Peter Dyballa wrote: > Don't press C-SPACE or C-@ or C-INSERT before pressing C-s! I understand the reason C-SPACE and C-@ cause that, but copying to clipboard? Why? My use case is: I copy something to clipboard and want to teleport to a different place and paste it there. When I use usual cursor movement keys (arrows, PgUp/Dn) the selection is deactivated so I expect C-s to behave similarly. Is there a customizable option to make C-s not extend selection after copy? (Yes, I use cua-mode and transient-mark-mode and CUA terminology and arrow keys for navigation.)