zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: Zsh workers <zsh-workers@zsh.org>
Subject: Re: Undo is also confused with narrow-to-region
Date: Mon, 06 Jul 2015 13:46:25 +0200	[thread overview]
Message-ID: <4900.1436183185@thecus.kiddle.eu> (raw)
In-Reply-To: <20150706093957.33d9cb25@pwslap01u.europe.root.pri>

Peter wrote:
> > Would it be possible to implement some kind of 'zle push-undo-stack'
> > and 'zle pop-undo-stack'? If you push it you would get a whole new
> > instance of undo, and popping it then throws all those entries away
> > again. I can't really think of an instance outside recursive-edit
> > where it would be useful, though.
> 
> You can already basically do this: see read-from-minibuffer.
> 
> integer changeno=$UNDO_CHANGE_NO
  ...
> zle undo $changeno

That prevents redoing minibuffer changes from the main editor but
doesn't stop you undoing main editor changes within the minibuffer. It
might be sufficient to mark the current undo state as a point beyond
which an undo will not go unless passed a change number as a parameter.

Or should we do that directly from recursive-edit?

Oliver


  reply	other threads:[~2015-07-06 11:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-03 15:26 Oliver Kiddle
2015-07-03 18:12 ` Mikael Magnusson
2015-07-06  8:39   ` Peter Stephenson
2015-07-06 11:46     ` Oliver Kiddle [this message]
2015-07-06 19:25       ` Peter Stephenson
2015-07-08 14:57         ` Oliver Kiddle
2015-07-09 18:32           ` Peter Stephenson
2015-07-10  9:34           ` Peter Stephenson

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=4900.1436183185@thecus.kiddle.eu \
    --to=okiddle@yahoo.co.uk \
    --cc=zsh-workers@zsh.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 public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).