GNU bug report logs - #60456
28.2; Removal of `query-replace-interactive' from Emacs 29?

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Sat, 31 Dec 2022 17:38:02 UTC

Severity: normal

Found in version 28.2

Done: Drew Adams <drew.adams <at> oracle.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60456 in the body.
You can then email your comments to 60456 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#60456; Package emacs. (Sat, 31 Dec 2022 17:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 31 Dec 2022 17:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: 28.2; Removal of `query-replace-interactive' from Emacs 29?
Date: Sat, 31 Dec 2022 17:37:15 +0000
I don't have any Emacs 29 build, but someone brought this to my
attention.

Here:

https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS.29#L3471

I see this, at line 3488:

** Some functions and variables obsolete since Emacs 24 have been
removed:

And under that I see listed `query-replace-interactive'.

I don't see that as having been declared obsolete since Emacs 24.  It's
not even declared obsolete in Emacs 28 AFAICT, and that's the latest
release.  Are we now removing stuff that hasn't even been previously
(let alone long ago) deprecated?  Or is this a typo?  What's the status
of this variable (and perhaps the other functions and vars in the list)?


In GNU Emacs 28.2 (build 2, x86_64-w64-mingw32)
 of 2022-09-13 built on AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.19044
System Description: Microsoft Windows 10 Pro (v10.0.2009.19044.2364)

Configured using:
 'configure --with-modules --without-dbus --with-native-compilation
 --without-compress-install CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS
XPM ZLIB

(NATIVE_COMP present but libgccjit not available)





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60456; Package emacs. (Sat, 31 Dec 2022 18:04:01 GMT) Full text and rfc822 format available.

Message #8 received at 60456 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 60456 <at> debbugs.gnu.org
Subject: Re: bug#60456: 28.2;
 Removal of `query-replace-interactive' from Emacs 29?
Date: Sat, 31 Dec 2022 20:03:27 +0200
> From: Drew Adams <drew.adams <at> oracle.com>
> Date: Sat, 31 Dec 2022 17:37:15 +0000
> 
> I see this, at line 3488:
> 
> ** Some functions and variables obsolete since Emacs 24 have been
> removed:
> 
> And under that I see listed `query-replace-interactive'.
> 
> I don't see that as having been declared obsolete since Emacs 24.  It's
> not even declared obsolete in Emacs 28 AFAICT, and that's the latest
> release.  Are we now removing stuff that hasn't even been previously
> (let alone long ago) deprecated?  Or is this a typo?  What's the status
> of this variable (and perhaps the other functions and vars in the list)?

In Emacs 28.2, "C-h v query-replace-interactive RET" says, inter alia:

    This variable is obsolete since 24.3;
    use `M-n' to pull the last incremental search string
  to the minibuffer that reads the string to replace, or invoke replacements
  from Isearch by using a key sequence like `C-s C-s M-%'.

And replace.el from Emacs 24.3 has this:

  (make-obsolete-variable 'query-replace-interactive
			  "use `M-n' to pull the last incremental search string
  to the minibuffer that reads the string to replace, or invoke replacements
  from Isearch by using a key sequence like `C-s C-s M-%'." "24.3")

Finally, the file NEWS.24 has this:

  ** The following functions and variables are obsolete:
  *** 'automount-dir-prefix' (use 'directory-abbrev-alist')
  *** 'buffer-has-markers-at'
  *** 'macro-declaration-function' (use 'macro-declarations-alist')
  *** 'window-system-version' (provides no useful information)
  *** 'dired-pop-to-buffer' (use 'dired-mark-pop-up')
  *** 'query-replace-interactive'  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  *** 'font-list-limit' (has had no effect since Emacs < 23)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60456; Package emacs. (Sat, 31 Dec 2022 18:13:01 GMT) Full text and rfc822 format available.

Message #11 received at 60456 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: "60456 <at> debbugs.gnu.org" <60456 <at> debbugs.gnu.org>
Subject: RE: [External] : Re: bug#60456: 28.2; Removal of
 `query-replace-interactive' from Emacs 29?
Date: Sat, 31 Dec 2022 18:12:09 +0000
> > I don't see that as having been declared obsolete since Emacs 24.  It's
> > not even declared obsolete in Emacs 28 AFAICT, and that's the latest
> > release.  Are we now removing stuff that hasn't even been previously
> > (let alone long ago) deprecated?  Or is this a typo?  What's the status
> > of this variable (and perhaps the other functions and vars in the
> list)?
> 
> In Emacs 28.2, "C-h v query-replace-interactive RET" says, inter alia:
> 
>     This variable is obsolete since 24.3;

Thx.  Apologies.  Dunno how I saw something different.
Closing.




bug closed, send any further explanations to 60456 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Drew Adams <drew.adams <at> oracle.com> to control <at> debbugs.gnu.org. (Sat, 31 Dec 2022 18:15:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60456; Package emacs. (Sat, 31 Dec 2022 18:15:02 GMT) Full text and rfc822 format available.

Message #16 received at 60456-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 60456-done <at> debbugs.gnu.org
Subject: Re: [External] : Re: bug#60456: 28.2; Removal of
 `query-replace-interactive' from Emacs 29?
Date: Sat, 31 Dec 2022 20:14:02 +0200
> From: Drew Adams <drew.adams <at> oracle.com>
> CC: "60456 <at> debbugs.gnu.org" <60456 <at> debbugs.gnu.org>
> Date: Sat, 31 Dec 2022 18:12:09 +0000
> 
> > > I don't see that as having been declared obsolete since Emacs 24.  It's
> > > not even declared obsolete in Emacs 28 AFAICT, and that's the latest
> > > release.  Are we now removing stuff that hasn't even been previously
> > > (let alone long ago) deprecated?  Or is this a typo?  What's the status
> > > of this variable (and perhaps the other functions and vars in the
> > list)?
> > 
> > In Emacs 28.2, "C-h v query-replace-interactive RET" says, inter alia:
> > 
> >     This variable is obsolete since 24.3;
> 
> Thx.  Apologies.  Dunno how I saw something different.
> Closing.

Thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 29 Jan 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.