all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#60456: 28.2; Removal of `query-replace-interactive' from Emacs 29?
@ 2022-12-31 17:37 Drew Adams
  2022-12-31 18:03 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2022-12-31 17:37 UTC (permalink / raw)
  To: 60456

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)






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#60456: 28.2; Removal of `query-replace-interactive' from Emacs 29?
  2022-12-31 17:37 bug#60456: 28.2; Removal of `query-replace-interactive' from Emacs 29? Drew Adams
@ 2022-12-31 18:03 ` Eli Zaretskii
  2022-12-31 18:12   ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-12-31 18:03 UTC (permalink / raw)
  To: Drew Adams; +Cc: 60456

> From: Drew Adams <drew.adams@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)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#60456: 28.2; Removal of `query-replace-interactive' from Emacs 29?
  2022-12-31 18:03 ` Eli Zaretskii
@ 2022-12-31 18:12   ` Drew Adams
  2022-12-31 18:14     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2022-12-31 18:12 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 60456@debbugs.gnu.org

> > 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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#60456: 28.2; Removal of `query-replace-interactive' from Emacs 29?
  2022-12-31 18:12   ` Drew Adams
@ 2022-12-31 18:14     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2022-12-31 18:14 UTC (permalink / raw)
  To: Drew Adams; +Cc: 60456-done

> From: Drew Adams <drew.adams@oracle.com>
> CC: "60456@debbugs.gnu.org" <60456@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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-31 18:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 17:37 bug#60456: 28.2; Removal of `query-replace-interactive' from Emacs 29? Drew Adams
2022-12-31 18:03 ` Eli Zaretskii
2022-12-31 18:12   ` Drew Adams
2022-12-31 18:14     ` Eli Zaretskii

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.