From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Degutis Newsgroups: gmane.emacs.help Subject: Is there an easier way to jump to the same word? Date: Wed, 10 Apr 2013 21:24:17 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b67031bbb272504da0c7ba5 X-Trace: ger.gmane.org 1365647074 11981 80.91.229.3 (11 Apr 2013 02:24:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2013 02:24:34 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 11 04:24:38 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 1UQ7Bl-0006yN-At for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Apr 2013 04:24:37 +0200 Original-Received: from localhost ([::1]:45856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQ7Bk-0004Fz-TA for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Apr 2013 22:24:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQ7BU-0004CG-8p for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 22:24:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQ7BR-00016D-VN for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 22:24:20 -0400 Original-Received: from mail-pd0-f170.google.com ([209.85.192.170]:64241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQ7BR-000169-PS for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 22:24:17 -0400 Original-Received: by mail-pd0-f170.google.com with SMTP id 10so589840pdi.15 for ; Wed, 10 Apr 2013 19:24:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=NUYTJQ/rHgpdaQKpHdlBI2BUt0yM8A2BWn97LI3t6wI=; b=S8adtPVQrBwzi1cVvuDh8f/jCAOLum0Np8OcW2fGVL4zf3JuNJCiMw2+dKaFVErpNs +WBa4S0k8s8us3b4WePJNZQTmoBlLzv86J9eWKw1F523fmGctgGj9KQ7EADOLyHxICON POd9eGun8q6mfW+16irO3L3Uo3UrEe7Zcycon0KmPjB3G+xbnwiODT6WGedafP1EIpAf rdIGOojJRoVfgKS6DGRLq4Qb2X6f38Sj/xeiH7K3L3AB9vVQi2N3xYjanQMi1noTgtoC Dytk50WmKJXo8lQlVwvakx/MT6S8oCbGbvvVqPlzexI3dQ/LPuaKgyJlPg0jimrAoQyZ pVpA== X-Received: by 10.68.97.130 with SMTP id ea2mr5959087pbb.129.1365647057166; Wed, 10 Apr 2013 19:24:17 -0700 (PDT) Original-Received: by 10.70.24.197 with HTTP; Wed, 10 Apr 2013 19:24:17 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.192.170 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:90075 Archived-At: --047d7b67031bbb272504da0c7ba5 Content-Type: text/plain; charset=ISO-8859-1 Often times I find that I want to jump to another occurrence of the word-under-point, almost always variables or functions. I end up going to the beginning of the word with M-b, doing isearch-forward with C-s, adding all the words until the full word is the search term with C-w a bunch of times, and finally C-s to jump around to other instances of it. Is there a better way to do this? -Steven --047d7b67031bbb272504da0c7ba5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Often times I find that I want to jump to another occurren= ce of the word-under-point, almost always variables or functions. I end up = going to the beginning of the word with M-b, doing isearch-forward with C-s= , adding all the words until the full word is the search term with C-w a bu= nch of times, and finally C-s to jump around to other instances of it.

Is there a better way to do this?

-= Steven
--047d7b67031bbb272504da0c7ba5--