emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40001: closed (tex-start-options-string not updated in texinfo.el)


From: GNU bug Tracking System
Subject: bug#40001: closed (tex-start-options-string not updated in texinfo.el)
Date: Fri, 03 Apr 2020 12:15:02 +0000

Your message dated Fri, 03 Apr 2020 15:14:33 +0300
with message-id <address@hidden>
and subject line Re: bug#40001: tex-start-options-string not updated in 
texinfo.el
has caused the debbugs.gnu.org bug report #40001,
regarding tex-start-options-string not updated in texinfo.el
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40001: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40001
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: tex-start-options-string not updated in texinfo.el Date: Mon, 09 Mar 2020 13:26:44 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (windows-nt)
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#40001: tex-start-options-string not updated in texinfo.el Date: Fri, 03 Apr 2020 15:14:33 +0300
> Date: Tue, 31 Mar 2020 17:10:35 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > From: "Ernest N. Mamikonyan" <address@hidden>
> > Cc: <address@hidden>
> > Date: Mon, 30 Mar 2020 15:25:15 -0400
> > 
> > On Fri, Mar 13 2020, Eli Zaretskii wrote:
> > 
> > > Should we also bind tex-start-commands to some value (an empty
> > > string)? If not, why not?
> > 
> > Sorry, not sure if you had a chance to look at the previous patch, based
> > on your suggestion. Do you agree with the approach?
> 
> Yes, I will handle this soon.  Thanks for the reminder.

Thanks, pushed to the master branch.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]