From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.help Subject: Re: Searching for word under cursor Date: Wed, 26 Aug 2009 08:47:19 +1000 Message-ID: <4A9469F7.9050304@pobox.com> References: Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251241484 1101 80.91.229.12 (25 Aug 2009 23:04:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2009 23:04:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 26 01:04:36 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mg547-0007SV-Lr for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Aug 2009 01:04:35 +0200 Original-Received: from localhost ([127.0.0.1]:57636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg547-0003QT-5a for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Aug 2009 19:04:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mg4tE-0005kt-2J for help-gnu-emacs@gnu.org; Tue, 25 Aug 2009 18:53:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mg4t9-0005ir-DG for help-gnu-emacs@gnu.org; Tue, 25 Aug 2009 18:53:19 -0400 Original-Received: from [199.232.76.173] (port=37469 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mg4t9-0005ik-7M for help-gnu-emacs@gnu.org; Tue, 25 Aug 2009 18:53:15 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:65045 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mg4t8-0000Uo-SF for help-gnu-emacs@gnu.org; Tue, 25 Aug 2009 18:53:15 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2C7A918EBF for ; Tue, 25 Aug 2009 18:53:14 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :date:from:reply-to:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=sasl; bh= 9bpOrbei9vN2KTQBy8q1oupEKOM=; b=NWZ2FBkF7xE3oHPa++/0DdeiEIi7L+ku mmm8kMcSQuhiZ6dVkpSUomtnU4n7h2FEubKoJODEfjDPuztiUMeo+xHV6S/4LddV FIwWc1yLQhwuaT+mimCKOnptOAkPtDMuDwhbBJzE8ktllHC16wBaCbMzh3Hr0jfI stawP4P97fc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:date :from:reply-to:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=er24ao T17r8K2PxqzUD3F0qoYsYBu0f0VzG2WpeS1pmpAkLczQDz/x64n2Uvo/51UEYuzG JCb8o/kE+ujHTpuvfB8opbTN7PGxS2dPR62M3MAD6yyQ/XFZMuy4ac3oZqIrkjeL 83XMf2fLX9/I6LpFV+ImlZC+ejj8y42xBmCj8= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2788F18EBE for ; Tue, 25 Aug 2009 18:53:14 -0400 (EDT) Original-Received: from [192.168.1.10] (unknown [220.233.188.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 8B62B18EBC for ; Tue, 25 Aug 2009 18:53:13 -0400 (EDT) User-Agent: Thunderbird 2.0.0.22 (X11/20090605) In-Reply-To: X-Pobox-Relay-ID: 12224D1A-91CA-11DE-ADE5-CA0F1FFB4A78-14340206!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:67537 Archived-At: > Is there a command to invoke a search for the word currently under the > cursor? > > It'll be helpful in finding other instances of a token I am currently at. C-s C-w C-s