From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: isearch and yank word doubt Date: Thu, 30 May 2013 08:42:20 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1369896162 17105 80.91.229.3 (30 May 2013 06:42:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 06:42:42 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 30 08:42:42 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 1UhwZN-00079a-W7 for geh-help-gnu-emacs@m.gmane.org; Thu, 30 May 2013 08:42:42 +0200 Original-Received: from localhost ([::1]:35961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhwZN-0004ke-Fy for geh-help-gnu-emacs@m.gmane.org; Thu, 30 May 2013 02:42:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhwZ8-0004kL-Ei for help-gnu-emacs@gnu.org; Thu, 30 May 2013 02:42:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhwZ4-0002if-1O for help-gnu-emacs@gnu.org; Thu, 30 May 2013 02:42:26 -0400 Original-Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:58785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhwZ3-0002iX-RG for help-gnu-emacs@gnu.org; Thu, 30 May 2013 02:42:21 -0400 Original-Received: by mail-we0-f178.google.com with SMTP id q56so7275110wes.9 for ; Wed, 29 May 2013 23:42:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=Qc4A51Ajo8Fxq85RNcRyn2PtCci1oFvt0WjK8/F4Mus=; b=kJYHQ6wXLbAwwWpP70WBja/rp9669vqdiGKtBsoAZ9Thu9m4RJNgnNFXsvp7Ytd5Jp E2UovImvjxYu4F/sOUzBjk5YxPS5peA+N3wLooxWacYlQuHEn1CTkeuqIEv+hevOYc0/ YxVt6jWZt8UMahBW7PCnPmxxfs2PFDb/ABakdyUQmEjXGY3Kk0lDMFJItv1hsM8yo4A9 BtIXGTv56U2HzBjF0+r2v4WSM6JbFNKxEzRRWZxrKRmumsKbUWWmqvV7F9XTUN+fN+/l In9QVHj+2ggohGLeyiObW4eMwupQzKLI0gng6H+iakkinvrYzIEJln4QDPhJ1YVA2E7X Gj7g== X-Received: by 10.194.83.5 with SMTP id m5mr3161221wjy.20.1369896140420; Wed, 29 May 2013 23:42:20 -0700 (PDT) Original-Received: by 10.194.19.36 with HTTP; Wed, 29 May 2013 23:42:20 -0700 (PDT) X-Google-Sender-Auth: NptcUDx4tDdyOEAdhG8oli1RMw8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::232 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:91160 Archived-At: Hi all, according to the manual the C-s C-w yanks the next word the cursor is on as the string to search with isearch. Often I found myself having the cursor in the middle of a word, so I have to go back to the beginning and then do the yank, is there a better way to instrument C-s C-w to get the word the cursor is in? Thanks, Luca