From 74cc3b525ff9bd939875ce26c95b7a058426f5e7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 9 May 2022 11:46:56 +0200 Subject: [PATCH 1/4] Fix doc string references to tags-loop-continue * lisp/vc/vc-dir.el (vc-dir-search, vc-dir-query-replace-regexp): Fix reference to obsolete tags-loop-continue (bug#55311). --- lisp/vc/vc-dir.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 18f5b07a7f4..9cf6422de00 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -924,7 +924,7 @@ system." "Search through all marked files for a match for REGEXP. For marked directories, use the files displayed from those directories. Stops when a match is found. -To continue searching for next match, use command \\[tags-loop-continue]." +To continue searching for next match, use command \\[fileloop-continue]." (interactive "sSearch marked files (regexp): ") (tags-search regexp (mapcar #'car (vc-dir-marked-only-files-and-states)))) @@ -940,7 +940,7 @@ DEL or `n' to skip and go to the next match. For more directions, type \\[help-command] at that time. If you exit (\\[keyboard-quit], RET or q), you can resume the query replace -with the command \\[tags-loop-continue]." +with the command \\[fileloop-continue]." ;; FIXME: this is almost a copy of `dired-do-query-replace-regexp'. This ;; should probably be made generic and used in both places instead of ;; duplicating it here. From 177718bc6df79ee93656e20c5b25b94923040dab Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 9 May 2022 11:57:46 +0200 Subject: [PATCH 2/4] Update string-to-number documentation to bignum Emacs * doc/lispref/strings.texi (String Conversion): string-to-number no longer converts integers to floating point numbers (bug#55334). --- doc/lispref/strings.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 6a6b756fbe5..2810f686eb7 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -853,9 +853,7 @@ between 2 and 16 (inclusive), and integers are converted in that base. If @var{base} is @code{nil}, then base ten is used. Floating-point conversion only works in base ten; we have not implemented other radices for floating-point numbers, because that would be much more -work and does not seem useful. If @var{string} looks like an integer -but its value is too large to fit into a Lisp integer, -@code{string-to-number} returns a floating-point result. +work and does not seem useful. The parsing skips spaces and tabs at the beginning of @var{string}, then reads as much of @var{string} as it can interpret as a number in From d2a5631552cbe036c46111101c0570135e81fc56 Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Mon, 9 May 2022 12:10:10 +0200 Subject: [PATCH 3/4] Update AUCTeX FAQ entry * doc/misc/efaq-w32.texi (AUCTeX): AUCTeX project isn't providing pre-compiled versions for Windows anymore (bug#55330). --- doc/misc/efaq-w32.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index 20dcb07ed76..3b48fb1453d 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi @@ -1754,10 +1754,9 @@ A number of implementations are listed on the AUCTeX is an Emacs package for writing LaTeX files, which also includes preview-latex, an Emacs mode for previewing the formatted -contents of LaTeX documents. Pre-compiled versions for Windows are -available from -@uref{https://www.gnu.org/software/auctex/download-for-windows.html, the -AUCTeX site}. +contents of LaTeX documents. AUCTeX is available from +@uref{https://elpa.gnu.org, GNU ELPA} and can be installed with the +command @kbd{M-x list-packages}. @node Spell check @section How do I perform spell checks? From 7b4bdf7b9b0f4c72dbd1b15f5d134d3176e53a8a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 9 May 2022 16:37:49 +0300 Subject: [PATCH 4/4] Remove the AUCTeX subsection from MS-Windows FAQ * doc/misc/efaq-w32.texi (AUCTeX): Remove the subsection, it is no longer useful. (Bug#55330) --- doc/misc/efaq-w32.texi | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index 3b48fb1453d..3a49f0a5da2 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi @@ -1742,22 +1742,6 @@ You will need an implementation of TeX for Windows. A number of implementations are listed on the @uref{http://www.tug.org/interest.html#free, TeX Users Group} website. -@menu -* AUCTeX:: -@end menu - -@node AUCTeX -@subsection AUCTeX -@cindex auctex, precompiled for Windows -@cindex latex -@cindex preview-latex - -AUCTeX is an Emacs package for writing LaTeX files, which also -includes preview-latex, an Emacs mode for previewing the formatted -contents of LaTeX documents. AUCTeX is available from -@uref{https://elpa.gnu.org, GNU ELPA} and can be installed with the -command @kbd{M-x list-packages}. - @node Spell check @section How do I perform spell checks? @cindex spell checking