From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Saving "relative point" in a paragraph or line
Date: Thu, 12 Sep 2013 11:51:04 +0200 [thread overview]
Message-ID: <20130912095104.GB2369@kuru.dyndns-at-home.com> (raw)
In-Reply-To: <52318021.4040108@easy-emacs.de>
On Thu, Sep 12, 2013 at 10:49:37AM +0200, Andreas Röhler wrote:
> Am 12.09.2013 10:06, schrieb Suvayu Ali:
> >Hi,
> >
> >I'm trying to write a few wrappers for transpose functions. I would
> >like to restore the point to the relative position of the element I am
> >trying to transpose. Are there any standard ways/functions people use
> >for something like this?
> >
> >An example (cursor at -!-):
> >
> >- Lorem ipsum dolor -!- sit amet, consectetur adipiscing elit.
> >- Vestibulum porttitor metus sed est varius, id dapibus est rhoncus.
> >
> > |
> > v
> >
> >- Vestibulum porttitor metus sed est varius, id dapibus est rhoncus.
> >- Lorem ipsum dolor -!- sit amet, consectetur adipiscing elit.
> >
> >Thanks for any ideas.
> >
> >Cheers,
> >
>
> Not sure IIUC, what about storing location with
>
> (setq my-point (copy-marker (point)))
After the transpose my-point will be somewhere inside the other line.
Hence my use of the terminology "relative point".
:)
--
Suvayu
Open source is the future. It sets us free.
next prev parent reply other threads:[~2013-09-12 9:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 8:06 Saving "relative point" in a paragraph or line Suvayu Ali
2013-09-12 8:49 ` Andreas Röhler
2013-09-12 9:51 ` Suvayu Ali [this message]
2013-09-12 10:06 ` Andreas Röhler
2013-09-12 11:26 ` Suvayu Ali
2013-09-12 9:04 ` Jambunathan K
2013-09-12 13:31 ` Suvayu Ali
[not found] ` <mailman.1921.1378976581.10748.help-gnu-emacs@gnu.org>
2013-09-12 9:14 ` Damien Wyart
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=20130912095104.GB2369@kuru.dyndns-at-home.com \
--to=fatkasuvayu+linux@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.