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

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

[Octave-bug-tracker] [bug #41204] Better pretty printing with 'echo on a


From: Rik
Subject: [Octave-bug-tracker] [bug #41204] Better pretty printing with 'echo on all'
Date: Sat, 11 Jan 2014 16:47:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

URL:
  <http://savannah.gnu.org/bugs/?41204>

                 Summary: Better pretty printing with 'echo on all'
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sat 11 Jan 2014 08:47:35 AM PST
                Category: Interpreter
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Other
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

With 'echo on all' the leading debug prompt of '+ ' is not printed when the
source line is blank or looks like a blank comment.

Example:


echo on all
ls
+ ## Copyright (C) 2006-2013 John W. Eaton
##
+ ## This file is part of Octave.
##
+ ## Octave is free software; you can redistribute it and/or modify it
+ ## under the terms of the GNU General Public License as published by
+ ## the Free Software Foundation; either version 3 of the License, or (at
+ ## your option) any later version.
##
+ ## Octave is distributed in the hope that it will be useful, but
+ ## WITHOUT ANY WARRANTY; without even the implied warranty of
+ ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ ## General Public License for more details.
##
+ ## You should have received a copy of the GNU General Public License
+ ## along with Octave; see the file COPYING.  If not, see
+ ## <http://www.gnu.org/licenses/>.

+ ## -*- texinfo -*-


Note the blank comment lines in the m-file ls.m do not have the debug prompt
in front of them.  Similarly, the blank line between the GPL license and the
start of the Texinfo documentation does not display the debug prompt.

This is a minor nit, but it might be easy to fix.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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