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

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

[Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk print


From: Rik
Subject: [Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk printing (MinGW)
Date: Mon, 20 Feb 2012 20:29:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Follow-up Comment #12, bug #31976 (project octave):

Ben,

Marco's test is correct.  Use 


if (ispc () && ! isunix ())
   ## Cygwin-only stuff
else
   ...
endif


Can we protect a Cygwin-only pipe command for the printing of emf?  It appears
from the re-reading the bug report that one needs to insert an extra 'type
FILENAME |' at the start of the command to get things started.  In UNIX-speak
this would be 'cat FILENAME |' but we don't need to implement it for the other
platforms.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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