bugGNU Octave - Bugs: bug #47213, Extra space in debug.texi breaks...

 
 

bug #47213: Extra space in debug.texi breaks doc build. Fix attached.

Submitter:  None
Submitted:  Sun 21 Feb 2016 03:50:28 PM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 21 Feb 2016 05:14:34 PM UTC, comment #1: 

Thanks, fixed:

http://hg.savannah.gnu.org/hgweb/octave/rev/280ea93d48dd

The error shows up with texinfo 4.13 but not texinfo 6, so it seems to be a little more permissive of syntax now.

Mike Miller <mtmiller>
Group Member
Sun 21 Feb 2016 03:50:28 PM UTC, original submission:  

The file debug.texi is erroring out with "unbalanced { and }" messages. The problem is a superfluous space on line 163 of debug.texi. To fix the problem at source, change line 965 of debug.cc from


argument (@code{[@var{line1}, @var {line2}, @dots{}]}).\n\


to


argument (@code{[@var{line1}, @var{line2}, @dots{}]}).\n\


(remove the space between var and line2)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-21 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code