GNU bug report logs - #40001
tex-start-options-string not updated in texinfo.el

Previous Next

Package: emacs;

Reported by: "Ernest N. Mamikonyan" <Ernest.Mamikonyan <at> sig.com>

Date: Mon, 9 Mar 2020 17:55:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: "Ernest N. Mamikonyan" <Ernest.Mamikonyan <at> sig.com>
To: bug-gnu-emacs <at> gnu.org
Subject: tex-start-options-string not updated in texinfo.el
Date: Mon, 09 Mar 2020 13:26:44 -0400
Hi,

It seems that 'tex-start-options-string' was not updated to
'tex-start-options' in texinfo.el after the change in version 22.

diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 438cb7798a..3898a3ba04 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -1002,9 +1002,9 @@ texinfo-tex-buffer
   (interactive)
   (require 'tex-mode)
   (let ((tex-command texinfo-texi2dvi-command)
-	;; Disable tex-start-options-string.  texi2dvi would not
-	;; understand anything specified here.
-	(tex-start-options-string ""))
+	;; Disable tex-start-options.  texi2dvi would not understand
+	;; anything specified here.
+	(tex-start-options ""))
     (tex-buffer)))
 
 (defun texinfo-texindex ()


Best,

--
Ernie




This bug report was last modified 5 years and 100 days ago.

Previous Next


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