all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: simple first emacs script
Date: Thu, 16 Dec 2010 16:55:10 -0500	[thread overview]
Message-ID: <jwv8vzpz8rn.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: 87oc8myjar.fsf@kuiper.lan.informatimago.com

> If you want to memorize a buffer position in the course of editing that
> may change its absolute position (insertion and deletions), you may use
> markers (see the functions make-marker and set-marker), but markers need
> to be 'freed' explicitely by reseting them to nil,

Actually, they don't need to be freed explicitly (it may sometimes be
beneficial to performance, but only if there are many of them).

BTW, instead of using markers, you can often avoid the problem
altogether by simply performing the modifications starting from the end
of the region (so while the (point-max) you've computed at the beginning
is not valid at the end any more, it doesn't matter because you're done
processing that part of the buffer).


        Stefan


  parent reply	other threads:[~2010-12-16 21:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-15 12:55 simple first emacs script Tom
2010-12-15 14:51 ` Pascal J. Bourguignon
2010-12-15 17:28   ` Tom
2010-12-15 18:37     ` Pascal J. Bourguignon
2010-12-16 15:21       ` Tom
2010-12-16 21:55       ` Stefan Monnier [this message]
2010-12-17 22:13         ` Thien-Thi Nguyen

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=jwv8vzpz8rn.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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.