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

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

[Octave-bug-tracker] [bug #42460] Section 15.3.3 required update for cur


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #42460] Section 15.3.3 required update for current system
Date: Fri, 30 May 2014 13:36:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.132 Safari/537.36

Follow-up Comment #7, bug #42460 (project octave):

No, nothing has been pushed yet.

Re comment #4, the paragraph that starts with "NOTE" has a line of length
102.

Re comment #5, the patch contains the following:


@code{set(gcf())} or @code{set(0)}
@code{set(gca())} or @code{set(axes)}
@code{set(line)}
@code{set(text)}
@code{set(image)}
@code{set(patch)}
@code{set(surface)}


Notice the spacing and parentheses differences between what's in the patch and
what I suggest would be more consistent with Octave coding style:


@code{set (gcf)} or @code{set (0)}
@code{set (gca)} or @code{set (axes)}
@code{set (line)}
@code{set (text)}
@code{set (image)}
@code{set (patch)}
@code{set (surface)}


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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