all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mac@die.spammer.die.dgp.toronto.edu (Maciej Kalisiak)
Subject: Re: placing cursor at *start* of match in incremental search
Date: 22 Jan 2003 14:41:32 GMT	[thread overview]
Message-ID: <slrnb2tbcs.vls.mac@mac.dgp.toronto.edu> (raw)
In-Reply-To: 3E2D7F8E.1050205@ihs.com

* Kevin Rodgers <kevin.rodgers@ihs.com>:
>  Maciej Kalisiak wrote:
>  
> > * Greg Hill <ghill@synergymicro.com>:
> > 
> >> Put this in your .emacs:
> >> 
> >> (add-hook 'isearch-mode-end-hook
> >>      (function (lambda () (goto-char (match-beginning 0)))))
> >>
> > 
> > Ah, perfect!  Thanks.
> > 
> > Is this approach better, or Adrian's method of using "advice"? (I have only
> > limited elisp knowledge, and not much experience with advice functions)
>  
>  
>  I'm a big fan of defadvice, but I think it should only be used when there's
>  no other way to get the behavior you want.  If there's a hook available, use
>  that; and better yet, if there's a user option, use that.

Played around a bit with both approaches, and it seems the "defadvice" method
is the better of the two, at least as presented so far.  The probelm with the
hook method, as shown above, is that it breaks the behaviour of an isearch
abortion.  Usually, on a C-g the cursor goes back to where it was when C-s was
pressed; with the hook form above it is placed at the first character of the
match... seems the hook is called on *all* methods of ending an isearch.  OTOH,
the defadvice form works properly.

Can the hook form be somehow coaxed to do abortion properly?

-- 
Maciej Kalisiak | <mac@dgp.toronto.edu> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7

  reply	other threads:[~2003-01-22 14:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-16 15:24 placing cursor at *start* of match in incremental search Maciej Kalisiak
2003-01-16 16:09 ` Stefan Monnier <foo@acm.com>
2003-01-16 17:18 ` Kevin Rodgers
2003-01-16 17:53 ` Adrian Kubala
2003-01-16 20:30 ` Greg Hill
2003-01-16 20:45 ` David Robinow
2003-01-17 18:27   ` Maciej Kalisiak
2003-01-20 21:51     ` * Tong *
     [not found] ` <mailman.415.1042749231.21513.help-gnu-emacs@gnu.org>
2003-01-17 18:35   ` Maciej Kalisiak
2003-01-17 19:34     ` Greg Hill
2003-01-21 17:12     ` Kevin Rodgers
2003-01-22 14:41       ` Maciej Kalisiak [this message]
2003-01-22 17:22         ` Kevin Rodgers
2003-01-22 19:53           ` Greg Hill
     [not found]           ` <mailman.807.1043265863.21513.help-gnu-emacs@gnu.org>
2003-01-22 20:49             ` Stefan Monnier <foo@acm.com>
2003-01-22 21:57             ` Kevin Rodgers
2003-01-23  5:58         ` Ittay Dror
2003-01-23 13:58           ` Maciej Kalisiak
2003-01-26  6:28             ` Ittay Dror
2003-01-26  9:47               ` Ittay Dror
2003-01-26 10:24                 ` Ittay Dror

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=slrnb2tbcs.vls.mac@mac.dgp.toronto.edu \
    --to=mac@die.spammer.die.dgp.toronto.edu \
    --cc=mac@dgp.toronto.edu \
    /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.