help-octave
[Top][All Lists]
Advanced

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

Re:


From: John W. Eaton
Subject: Re:
Date: Thu, 11 Jun 2009 15:36:15 -0400

On 11-Jun-2009, ws wrote:

| > >This is because Octave gives the warning right when it fires up 
| > 
| > This is not what I see.  If I comment out all the plotting commands, no
| > warning is logged by Apache.  If I just uncomment the first one, that is
| >    figure("visible","off")
| > then the warning is visible in Apache's log.
| 
| Hmm.  Running from the command line, I get the warning right away.

It should only report the error about X11 Display not set when it
actually needs to get the display info.  That doesn't happen at
startup.  It happens when the root figure object is created.  That is
not currently done until some plotting related thing happens.  In any
case, I checked in the following change to provide a
--no-window-system option that will allow you to silence the message:

  http://hg.savannah.gnu.org/hgweb/octave/rev/f2d354df53ee

If this isn't what you want, then propose a patch.

jwe


reply via email to

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