From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Andrew C. Suttles" Newsgroups: gmane.emacs.help Subject: Incremental Search with marked text Date: Sat, 14 Dec 2002 19:16:25 -0700 (MST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1039928850 30857 80.91.224.249 (15 Dec 2002 05:07:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 15 Dec 2002 05:07:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18NQzw-00081L-00 for ; Sun, 15 Dec 2002 06:07:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18NQzj-0007Qi-00 for gnu-help-gnu-emacs@m.gmane.org; Sun, 15 Dec 2002 00:07:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18NQzT-0007PG-00 for help-gnu-emacs@gnu.org; Sun, 15 Dec 2002 00:06:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18NQzQ-0007ML-00 for help-gnu-emacs@gnu.org; Sun, 15 Dec 2002 00:06:58 -0500 Original-Received: from virtmail.zianet.com ([216.234.192.37] helo=klaatu.zianet.com) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18NQzP-0007Jt-00 for help-gnu-emacs@gnu.org; Sun, 15 Dec 2002 00:06:56 -0500 Original-Received: (qmail 11306 invoked by alias); 15 Dec 2002 05:08:47 -0000 Original-Received: (qmail 11288 invoked by uid 0); 15 Dec 2002 05:08:46 -0000 Original-Received: from dial-alm-03-181.zianet.com (HELO sun.solarsystem) (216.243.127.181) by zianet.com with SMTP; 15 Dec 2002 05:08:46 -0000 Original-Received: from localhost (IDENT:suttlesa@sun.solarsystem [127.0.0.1]) by sun.solarsystem (8.11.0/8.11.0) with ESMTP id gBF2GPE28623 for ; Sat, 14 Dec 2002 19:16:25 -0700 X-Sender: suttlesa@sun.solarsystem Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4667 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4667 If I mark a word by double clicking (yuck) the mouse, I can do an incremental search for the word by using c-s m-y. This 'yanks' the marked word into the minibuffer as the target for the isearch. However, when I use m-@ to "mark word" and then try the same thing (c-s m-y) I get the previously marked word and not the current one. What commands are invoked by a double click. I tried using the help-describe function, but it will only describe the first click, not a double click. Thanks