all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Undo manipulation
Date: Mon, 18 Aug 2003 10:42:20 -0600	[thread overview]
Message-ID: <3F4101EC.7080500@yahoo.com> (raw)
In-Reply-To: 87oeys56gb.fsf@olgas.newt.com

Bill Wohler wrote:

> Kevin Rodgers <ihs_4664@yahoo.com> writes:
>>(let ((buffer-undo-list t))
>>   (insert "xyz\n"))
>>
> 
> Cool, thanks.
> 
> However, I was not pleased with the results in my case since the
> ignored manipulations occurred near the top and near the bottom of the
> buffer. So subsequent undos were very confused.
> 
> Here's a little more info. We have a radio button menu item that
> performs these actions I've described. Currently, the undo will undo
> the action stepwise, but the radio button will no longer represent
> reality. Ideally, an undo would undo the entire set of actions in one
> swoop, and set the radio button back to its previous setting. Is this
> possible?


I don't knw -- isn't that what the undo-boundary function is for?


> Otherwise, would it be better or worse for us to set buffer-undo-list
> to nil to prevent the radio button from getting out of sync?

I think that would cause the changes to be recorded, but only in the

temporary buffer-undo-list binding, which would be lost when the
let form returns.

-- 
Kevin Rodgers

      reply	other threads:[~2003-08-18 16:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14 10:06 Undo manipulation Bill Wohler
2003-08-14 16:56 ` Kevin Rodgers
2003-08-14 20:29   ` Bill Wohler
2003-08-18 16:42     ` Kevin Rodgers [this message]

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=3F4101EC.7080500@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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.