all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: David Bremner <david@tethera.net>
Cc: 35557@debbugs.gnu.org
Subject: bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks
Date: Sat, 29 Jan 2022 15:54:30 +0100	[thread overview]
Message-ID: <87wniibnix.fsf@gnus.org> (raw)
In-Reply-To: <87o94ih2oy.fsf@tethera.net> (David Bremner's message of "Sat, 04 May 2019 08:35:57 -0300")

David Bremner <david@tethera.net> writes:

> 1. Save the following as test.el
>
> (let ((inhibit-modification-hooks t))
>   (with-temp-buffer
>     (insert "P'")
>     (goto-char (point-min))
>     (while (re-search-forward "\\([^\\]\\)'" nil t)
>       (replace-match    "\\1`"))
>     (buffer-substring (point-min) (point-max))))
>
> 2. run "emacs --batch --quick --load ./test.el"

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I don't seem to be able to reproduce this problem with the current
Emacs.  Are you still seeing this issue in more recent Emacs versions?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  parent reply	other threads:[~2022-01-29 14:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-04 11:35 bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks David Bremner
2019-05-06  5:03 ` Paul Eggert
2019-11-02  1:00   ` Stefan Kangas
2019-12-03  2:48     ` David Bremner
2020-01-16 14:23       ` Stefan Kangas
2020-01-16 15:03         ` David Bremner
2022-01-29 14:54 ` Lars Ingebrigtsen [this message]
2022-01-30 19:15   ` David Bremner
2022-01-30 19:28     ` Lars Ingebrigtsen

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=87wniibnix.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=35557@debbugs.gnu.org \
    --cc=david@tethera.net \
    /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.