From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 60456@debbugs.gnu.org
Subject: bug#60456: 28.2; Removal of `query-replace-interactive' from Emacs 29?
Date: Sat, 31 Dec 2022 20:03:27 +0200 [thread overview]
Message-ID: <83h6xb4fio.fsf@gnu.org> (raw)
In-Reply-To: <SJ0PR10MB5488F9995EB25AF371AE9AE2F3F19@SJ0PR10MB5488.namprd10.prod.outlook.com> (message from Drew Adams on Sat, 31 Dec 2022 17:37:15 +0000)
> 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)
next prev parent reply other threads:[~2022-12-31 18:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2022-12-31 18:12 ` Drew Adams
2022-12-31 18:14 ` Eli Zaretskii
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83h6xb4fio.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=60456@debbugs.gnu.org \
--cc=drew.adams@oracle.com \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).