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: Re: Is there an easier way to jump to the same word? Date: Thu, 11 Apr 2013 09:09:58 -0500 Message-ID: References: <87ip3t89vq.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6dce407e96e704da1657bb X-Trace: ger.gmane.org 1365689424 8045 80.91.229.3 (11 Apr 2013 14:10:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2013 14:10:24 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Jambunathan K Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 11 16:10:27 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 1UQICm-0003F2-IF for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Apr 2013 16:10:24 +0200 Original-Received: from localhost ([::1]:55800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQICm-0007HO-47 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Apr 2013 10:10:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQICU-0007Bc-Fk for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 10:10:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQICN-0000V7-Tv for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 10:10:06 -0400 Original-Received: from mail-pb0-f52.google.com ([209.85.160.52]:34313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQICN-0000V3-NZ for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 10:09:59 -0400 Original-Received: by mail-pb0-f52.google.com with SMTP id mc8so877018pbc.39 for ; Thu, 11 Apr 2013 07:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=lgQAkM+q+Ov+NeP7Hi+QDSDPmOAdFOwe8d0ndCUI+XI=; b=gJxd4lh58qqnRDnrgH12bBB4/Pwfn1dxChbsEIm6Oy3/6Bq5EUmygWNu8BP4pGCn2L WUiGj+JOeP3l09/9h6sCSTY2YqOWP5uKnVa/gBFyfd3aYwklW7FliCpBvaV9rcW/OJrj lZrEKm+7QtPAQ4FFbhATMXwPlB/AZF9U/8X0aA07Pd3+6hdrg5oxKslDvadQi771mMTf zWvxYzHXH2utK/wPWpLFg3tAIKx8IDRudosN1Q+pPksXwaX0pIzKMcIdJCpUw7e2gbXq 0DWLwUkBvxrWedkWgUCRvmYys/hsW3uvMnev+GNnhQaLtXEd8WNikuCXjf88bspkUVlk RIlQ== X-Received: by 10.68.113.194 with SMTP id ja2mr9090660pbb.65.1365689398890; Thu, 11 Apr 2013 07:09:58 -0700 (PDT) Original-Received: by 10.70.24.197 with HTTP; Thu, 11 Apr 2013 07:09:58 -0700 (PDT) In-Reply-To: <87ip3t89vq.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.52 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:90101 Archived-At: --047d7b6dce407e96e704da1657bb Content-Type: text/plain; charset=ISO-8859-1 I am using trunk, but these variables don't exist. ELISP> (emacs-version) "GNU Emacs 24.3.50.1 (i386-apple-darwin12.3.0, NS apple-appkit-1187.37)\n of 2013-04-10 on Stevens-Mac-Pro.local" -Steven On Thu, Apr 11, 2013 at 8:39 AM, Jambunathan K wrote: > 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. > --047d7b6dce407e96e704da1657bb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I am using trunk, but these variables don't exist.
ELISP> (emacs-version)
"GNU Emac= s 24.3.50.1 (i386-apple-darwin12.3.0, NS apple-appkit-1187.37)\n of 2013-04= -10 on Stevens-Mac-Pro.local"

-Steven


On Thu, Apr 11, 2013 at 8:39 AM, Jamb= unathan K <kjambunathan@gmail.com> wrote:
Le Wang <l26wang@gmail.com> 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 lo= nger
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.

--047d7b6dce407e96e704da1657bb--