all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zismad <zismad@gmail.com>
To: Help-gnu-emacs@gnu.org
Subject: Re: one shortcut next occurrence search
Date: Thu, 23 Dec 2010 05:26:50 -0800 (PST)	[thread overview]
Message-ID: <30520429.post@talk.nabble.com> (raw)
In-Reply-To: <87vd2kops3.fsf@member.fsf.org>


thanks a lot Tassilo this is almost exactly as i wanted it to be. 

is there anyway where i could search next my makred word 
example 

if i mark ex1-ex2 from line 1 and I hit f3 i want to it to jump to line 3
and not line2 as it does now :

ex1-ex2 ex3
ex1
ex1-ex2

thanks again 
Zvika


Tassilo Horn-5 wrote:
> 
> zismad <zismad@gmail.com> writes:
> 
> Hi!
> 
>> I want the the marked word to be found next when I hit f3.  maybe
>> you'll call me lazy but `C-s C-w' is too much for me ...
> 
> I use highlight-symbol.el for that (and many other things):
> 
>   http://nschum.de/src/emacs/highlight-symbol/
> 
> That's my config:
> 
>   (require 'highlight-symbol)
>   (global-set-key [f8] 'highlight-symbol-at-point)
>   (global-set-key [(control f8)] 'highlight-symbol-next)
>   (global-set-key [(meta f8)] 'highlight-symbol-prev)
> 
> So F8 highlights any occurrence of the current word (symbol), C-F8 moves
> to the next occurrence, M-F8 to the previous occurrence.
> 
> Bye,
> Tassilo
> 
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/one-shortcut-next-occurrence-search-tp30512323p30520429.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




  reply	other threads:[~2010-12-23 13:26 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-22  8:20 one shortcut next occurrence search zismad
2010-12-23  3:03 ` Drew Adams
2010-12-23  7:22   ` zismad
2010-12-23  8:29     ` Tassilo Horn
2010-12-23 13:26       ` zismad [this message]
2010-12-23 13:50         ` Tassilo Horn
2010-12-23  9:17     ` Eli Zaretskii
2010-12-23 17:12     ` Drew Adams
     [not found]   ` <mailman.1.1293088974.1406.help-gnu-emacs@gnu.org>
2010-12-23 13:39     ` Vagn Johansen
     [not found] ` <mailman.16.1293073448.15570.help-gnu-emacs@gnu.org>
2010-12-24  9:44   ` rusi
2010-12-24 10:18     ` Teemu Likonen
2010-12-24 10:36     ` Elena
2010-12-24 10:51       ` Tassilo Horn
2010-12-24 16:39         ` Drew Adams
     [not found]       ` <mailman.0.1293187918.15516.help-gnu-emacs@gnu.org>
2010-12-24 11:17         ` Elena
2010-12-24 11:27           ` Elena
2010-12-24 16:39           ` Drew Adams
2010-12-24 11:27         ` Richard Riley
2010-12-25 16:37     ` Bob Proulx
     [not found] <mailman.10.1293068065.15570.help-gnu-emacs@gnu.org>
2010-12-23  9:31 ` Elena
2010-12-23 22:06 ` LanX

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=30520429.post@talk.nabble.com \
    --to=zismad@gmail.com \
    --cc=Help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.