bugPSPP - Bugs: bug #31561, SET PRINTBACK=OFF not effective...

 
 

bug #31561: SET PRINTBACK=OFF not effective for some output drivers

Submitter:  Ben Pfaff <blp>
Submitted:  Sat 06 Nov 2010 04:25:38 AM UTC
   
 
Category:  Output Driver Severity:  5 - Average
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 14 May 2011 04:38:10 AM UTC, comment #2: 

I think I'll consider this fixed for now, until we get more user feedback.

Ben Pfaff <blp>
Group administrator
Sat 23 Apr 2011 05:37:14 AM UTC, comment #1: 

I pushed a few commits that fix up related issues:


commit 5d8fa2ae8c6e7d890570585aedec66bd51630814
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Apr 22 22:29:19 2011 -0700

    ascii: Print syntax in output single-spaced.

    When SET PRINTBACK=ON was in effect, the ASCII output driver would
    put a blank line between successive lines of syntax, because each line
    was output separately.  This commit fixes that, by causing the output
    core to combine successive syntax output items into a single item that
    contains multiple lines of text.  This was essentially what the HTML
    output driver was doing anyhow, so putting this into the core also
    allows removing the corresponding logic from the HTML driver.

commit 0d70eff1e5dcd89a73f09ce6bc999ccbec8234b5
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Apr 22 22:10:04 2011 -0700

    ascii: Don't print command names in output.

    This seems to be closer to what users expect.

    I think that having the command names in output was being confused
    by users with SET PRINTBACK=ON (see e.g. bug #31561) even though I
    really just added that so that there are clear titles for the output
    that goes with each procedure.  This change should help, I think.

    It might make sense to make drivers only print the titles of
    procedures that have other output, but this commit doesn't do that.

commit 3ffbc278e6bad8e4b83e28b5fda1a29d915e58c1
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Apr 22 22:07:52 2011 -0700

    odt: Write command name in output both only before command, not after.


I haven't decided whether this is a sufficient fix yet, so I'm leaving the bug open for now.

Ben Pfaff <blp>
Group administrator
Sat 06 Nov 2010 04:25:38 AM UTC, original submission:  

From: Björn Manke <bjoernmanke@gmx.net>


> 5. It seems you didn't test those SET options entirely - as you
> suspected. I tested /ERRORS=OFF /MESSAGES=OFF /PRINTBACK=OFF
> /RESULTS=OFF. They all work fine for csv, but SET
> /PRINTBACK=OFF is being ignored on html, txt, odt outputs...


Ben Pfaff <blp>
Group administrator

 

(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 blp (Submitted the item)
  •  

    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 logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-05-14 blp StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code