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

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

[Octave-bug-tracker] [bug #54288] some small patches for Octave 4.4.0 do


From: Rik
Subject: [Octave-bug-tracker] [bug #54288] some small patches for Octave 4.4.0 document
Date: Wed, 11 Jul 2018 11:42:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Update of bug #54288 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This looks very good.  It's a large manual (> 1000 pages) and clearly you have
looked carefully at nearly every page.  The only change I didn't make was this
one:


@@ -1530,8 +1530,8 @@
 enable/disable the display of additional information after the warning
message
 @end table
 
-In this case the @var{state} argument may only be @qcode{"on"} or
address@hidden"off"}.
+In this case the @var{state} argument may only be @qcode{"on"},
address@hidden"off"}, or @qcode{"query"}.
 
 Implementation Note: For compatibility with @sc{matlab}, escape sequences in
 @var{template} (e.g., @qcode{"@xbackslashchar{}n"} => newline) are processed


In this case, it is correct that the mode can only be "off" or "on".  If you
use "query" then the function thinks you are using the syntax


warning ("query", WARNING_ID)


so 


octave:1> warning ("query", "verbose")
ans =

  scalar structure containing the fields:

    identifier = verbose
    state = off

octave:2> warning ("on", "verbose")
octave:3> 


I checked in the changes on the stable branch here
http://hg.savannah.gnu.org/hgweb/octave/rev/07c2c42f457e.  This will be part
of the 4.4.1 bug fix release soon.

Marking as fixed and closing report.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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