bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #33234] PSPPIRE opens empty output screen on start


From: Ben Pfaff
Subject: PSPP-BUG: [bug #33234] PSPPIRE opens empty output screen on start
Date: Sat, 07 May 2011 21:52:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110323 Iceweasel/3.5.16 (like Firefox/3.5.16)

Update of bug #33234 (project pspp):

                  Status:                    None => Need Info              
             Assigned to:                    None => jmd                    

    _______________________________________________________

Follow-up Comment #1:

[John, question for you below]

The reason that PSPPIRE opens an empty output window on startup is that
psppire.c's "initialize" function does, as its last step, the following:


execute_const_syntax_string (data_window, "");


and running any syntax (even empty syntax) causes that syntax to be written to
the output window as a side effect.

John, you introduced that call (in slightly different form) without further
explanation  in commit fe76b9c2c "Rewrote the command line parser using argp."
 Removing it seems to have no ill effects.  Do you know of a reason to keep
it?

Thanks,

Ben.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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