From: Eli Zaretskii <eliz@gnu.org>
To: James Thomas <jimjoe@gmx.net>, Stefan Monnier <monnier@iro.umontreal.ca>
Cc: karthikchikmagalur@gmail.com, 74276@debbugs.gnu.org
Subject: bug#74276: 30.0.90; undo does not account for overlays now that markers are not used
Date: Sat, 09 Nov 2024 10:12:53 +0200 [thread overview]
Message-ID: <86fro0omey.fsf@gnu.org> (raw)
In-Reply-To: <86jzdcsyc1.fsf@gmx.net> (bug-gnu-emacs@gnu.org)
> Cc: karthikchikmagalur@gmail.com
> Date: Sat, 09 Nov 2024 12:11:50 +0530
> From: James Thomas via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> - emacs -Q
> - Type: abcdef
> - C-a
> - M-: (overlay-put (make-overlay (point) (+ (point) 3)) 'face 'highlight)
> - Mark the text 'bcd' and delete it
> - M-x undo (does not restore overlay correctly)
>
> (The solution seems to me to be for undo to also store the overlay,
> adjustment, and whether left, right or both boundaries are involved, and
> use it)
This didn't work with the old implementation of overlays, either. I
just tested in Emacs 25 and I see the same results there.
Stefan, does undo restore overlays, and if so, how? I don't see
anything pertinent in the Undo section of the ELisp manual except the
reference to markers (which overlays don't have anymore). Did that
ever work, and if so, how? And how should it work now?
next prev parent reply other threads:[~2024-11-09 8:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-09 6:41 bug#74276: 30.0.90; undo does not account for overlays now that markers are not used James Thomas via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-09 8:12 ` Eli Zaretskii [this message]
2024-11-09 15:05 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-09 15:50 ` Eli Zaretskii
2024-11-14 15:36 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=86fro0omey.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=74276@debbugs.gnu.org \
--cc=jimjoe@gmx.net \
--cc=karthikchikmagalur@gmail.com \
--cc=monnier@iro.umontreal.ca \
/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.