From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Joerg Newsgroups: gmane.emacs.help Subject: Re: C-s, then yank / cua-paste Date: Wed, 15 Jun 2005 16:37:21 +0200 Organization: Fujitsu Siemens Computers Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118846203 31002 80.91.229.2 (15 Jun 2005 14:36:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2005 14:36:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 15 16:36:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DiYyj-0004f3-9a for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jun 2005 16:34:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiZ3x-0007Vz-7e for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jun 2005 10:40:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news0.de.colt.net!newsfeed2.sbs.de!nntp.fujitsu-siemens.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: mcp0147c.mch.fsc.net Original-X-Trace: nntp.fujitsu-siemens.com 1118846241 32574 172.25.86.151 (15 Jun 2005 14:37:21 GMT) Original-X-Complaints-To: abuse@sbs.de Original-NNTP-Posting-Date: Wed, 15 Jun 2005 14:37:21 +0000 (UTC) User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (cygwin) Cancel-Lock: sha1:ffCwbchfEs+h/bUeNaR+cWxJeoc= Original-Xref: shelby.stanford.edu gnu.emacs.help:132012 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27482 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27482 David Reitter writes: > A lot of times I need to search for a string that I have just moved > to the kill-ring (or, in my case, actually just the clipboard). > So what I do is C-s, C-y, or C-s, H-v, where H-v is mapped to cua- > paste. Neither variant gives me the expected result. > > Why can I not paste something into the minibuffer? > Can I enable this somehow? Try C-s C-y or C-s M-y C-s is usually bound to isearch-forward, which has its own mode map for non-printing characters like C-y (C-h k C-s for details). -- HTH, haj