From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: Is there an easier way to jump to the same word? Date: Thu, 11 Apr 2013 19:09:05 +0530 Message-ID: <87ip3t89vq.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365687573 18453 80.91.229.3 (11 Apr 2013 13:39:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2013 13:39:33 +0000 (UTC) Cc: Steven Degutis , "help-gnu-emacs@gnu.org" To: Le Wang Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 11 15:39:36 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 1UQHiy-0005R8-0Z for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Apr 2013 15:39:36 +0200 Original-Received: from localhost ([::1]:38103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQHix-0006H6-MG for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Apr 2013 09:39:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQHij-0006Cp-LC for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 09:39:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQHig-0007To-HP for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 09:39:21 -0400 Original-Received: from mail-pa0-f43.google.com ([209.85.220.43]:33022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQHig-0007TK-C3 for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 09:39:18 -0400 Original-Received: by mail-pa0-f43.google.com with SMTP id hz11so909447pad.2 for ; Thu, 11 Apr 2013 06:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=kwUvkAzmwbpkgHFsHZqKZ8W5GTiBYaqevqaz6c/KjBA=; b=DnA8YZt26mbo+XkhNUQ3vs2ZCOl3oLMPcDxCJvkYnx15H3bWFU6uYI6C5LbL2E+jVP rnf66Lrd6RteveILnfyBhFh+iXjrdDyBcFFYMAvERYtoFRU5aF+warMR/tISYasKMVxI ++WPobvRCLF/9EpEOzSRLuxVGPJyXXdo41dNpFd6dbbNNoKy9g31fuNmHLUR4Y9CepwQ jTMrJ4pSjKPjbt5uNM2FL6kL+2DZI+da4ZHbB3Tyc/Llfdnz/6Dcio/cDaMK85XjGaZx 9s+b6VZKh1G/jOXi+oyiXSelQFBE1ej92XVCvKTaFZMZeVG7WS+F8ukYBXvSkgGLa0OA 7RFw== X-Received: by 10.68.88.129 with SMTP id bg1mr9049843pbb.10.1365687557469; Thu, 11 Apr 2013 06:39:17 -0700 (PDT) Original-Received: from debian-6.05 ([115.242.175.35]) by mx.google.com with ESMTPS id ad7sm4297128pbd.14.2013.04.11.06.39.13 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 11 Apr 2013 06:39:16 -0700 (PDT) In-Reply-To: (Le Wang's message of "Thu, 11 Apr 2013 15:35:59 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.43 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:90095 Archived-At: Le Wang writes: > I use highlight symbols to highlight same symbols, and jump between > them. It chooses rainbow colors automatically and makes it much easier > to follow some key variables through a block of code. > > My fork https://github.com/lewang/highlight-symbol.el allows you to > use arbitrary region as a "symbol". If you are using Emacs from Bzr, then `highlight-symbol' is no longer needed. C-h v hi-lock-auto-select-face C-h v hi-lock-read-regexp-defaults-function You may want to file a bug report if some feature is missing.