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

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

[Octave-bug-tracker] [bug #52775] PDF user manual uses a backward apostr


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52775] PDF user manual uses a backward apostrophe ` in code examples
Date: Fri, 19 Jan 2018 11:35:05 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #35, bug #52775 (project octave):

Could you explore the behavior of makeinfo a bit?  I'm wondering if older
versions of Texinfo properly handled the exit status of the program.  For
example, change the contents of the conftest.texi to be


\input texinfo
@cindex foo
@bye


and run (I have Texinfo 6.1)


linux@ ~/octave/bug/52775 $ makeinfo --no-warn conftest.texi
linux@ ~/octave/bug/52775 $ echo $?
0


Then change conftest.texi to


\input texinfo
@cindex @sortas{a} foo
@bye


and run


address@hidden ~/octave/bug/52775 $ makeinfo --no-warn conftest.texi
address@hidden ~/octave/bug/52775 $ echo $?
0


Then change conftest.texi to


\input texinfo
@cindex @sssortas{a} foo
@bye


and run


linux@ ~/octave/bug/52775 $ makeinfo --no-warn conftest.texi
conftest.texi:2: unknown command `sssortas'
conftest.texi:2: misplaced {
conftest.texi:2: misplaced }
linux@ ~/octave/bug/52775 $ echo $?
1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52775>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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