all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Haustedt, Jens" <j.haustedt@euroimmun.de>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: canonical way to go beginning of a link
Date: Wed, 6 Jul 2016 10:49:46 +0000	[thread overview]
Message-ID: <6995BEED87293B45975DBA2355E4A902230BD3AB@HL-EX-MBS1.de.eu.local> (raw)

> but in things like font-lock it seems slow compared to a
> regexp. I have not found a reliable regexp approach though. say
> I want to search back for "cite:" with point at the ^ position
> below:

> some text cite:a-key
>             ^

> If I run (re-search-backward "cite:") at the point above, it does not go to the point 2 characters back.

> Any ideas?

Given this setting:

some more text cite:a-key some text cite:a-key
                                      ^
When you run (re-search-backward "cite:") at the point above, the result is as follows:

some more text cite:a-key some text cite:a-key
               ^

This is exactly what I expected it to act.  In your example
above, the whole search pattern could not be found in ist entirety from
the indicated point on, so it could not be found at all and point
is not moved.

Maybe it is a good idea to move point forward for at least count
of chars in search pattern before the search executes?

Greets, Jens Haustedt

             reply	other threads:[~2016-07-06 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06 10:49 Haustedt, Jens [this message]
2016-07-06 12:08 ` canonical way to go beginning of a link John Kitchin
  -- strict thread matches above, loose matches on Subject: below --
2016-07-04 18:38 John Kitchin

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=6995BEED87293B45975DBA2355E4A902230BD3AB@HL-EX-MBS1.de.eu.local \
    --to=j.haustedt@euroimmun.de \
    --cc=emacs-orgmode@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.