unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ernest N. Mamikonyan" <Ernest.Mamikonyan@sig.com>
To: 40001@debbugs.gnu.org
Subject: bug#40001: tex-start-options-string not updated in texinfo.el
Date: Mon, 09 Mar 2020 13:26:44 -0400	[thread overview]
Message-ID: <xov6tv2x8mnf.fsf@msx.bala.susq.com> (raw)

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





             reply	other threads:[~2020-03-09 17:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-09 17:26 Ernest N. Mamikonyan [this message]
2020-03-13 13:53 ` bug#40001: tex-start-options-string not updated in texinfo.el Eli Zaretskii
2020-03-13 14:37   ` Ernest N. Mamikonyan
2020-03-30 19:25   ` Ernest N. Mamikonyan
2020-03-31 14:10     ` Eli Zaretskii
2020-04-03 12: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=xov6tv2x8mnf.fsf@msx.bala.susq.com \
    --to=ernest.mamikonyan@sig.com \
    --cc=40001@debbugs.gnu.org \
    /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).