bug#73018: 31.0.50; wdired + replace-regexp only modifies the visible portion of the buffer

2024-09-03 Thread Madhu
quot; when wdired is first loaded) >From 05c8405a30a36098c55e4f31a1ec339719ccbcb3 Mon Sep 17 00:00:00 2001 From: Madhu Date: Wed, 4 Sep 2024 06:55:44 +0530 Subject: [PATCH] * lisp/wdired.el: (wdired-change-to-wdired-mode): call font-lock-ensure so replace-regexp with wdired-search-replace-filenames t works on the

bug#73018: 31.0.50; wdired + replace-regexp only modifies the visible portion of the buffer

2024-09-04 Thread Madhu
No problem, * Michael Heerdegen <87seug85hh@web.de> Wrote on Wed, 04 Sep 2024 05:25:46 +0200 > Could you please post a recipe and a backtrace for this second problem? ``` emacs -Q -l f.el ``` produces the backtrace in the file backtrace.txt with the match-data clobbered error. At this point

bug#73018: 31.0.50; wdired + replace-regexp only modifies the visible portion of the buffer

2024-09-04 Thread Madhu
* Madhu <20240904.142831.1583368143272051709.enom...@meer.net> Wrote on Wed, 04 Sep 2024 14:28:31 +0530 (IST) > produces the backtrace in the file backtrace.txt with the match-data > clobbered error. At this point (i.e. after the error occurs) if I do > "M-x load-lib

bug#73018: 31.0.50; wdired + replace-regexp only modifies the visible portion of the buffer

2024-09-05 Thread Madhu
* Michael Heerdegen <874j6uz4d8@web.de> Wrote on Thu, 05 Sep 2024 14:12:19 +0200 apparently the autoload cookie fix that i suggested to wdired.el wdired--before-change-fn (and recompiling) only gets rid of the match data clobbered error when I have already applied the earlier font-lock-ensur