Hello, Were do MetaPost messages go using mplib? (>/dev/null?) I see nothing on the console nor in the log file. Alan \starttext \startMPpage message "a circle" ; draw fullcircle scaled 2 cm ; \stopMPpage \stoptext
On 11/12/2012 10:43 AM, Alan BRASLAU wrote:
Hello,
Were do MetaPost messages go using mplib? (>/dev/null?) I see nothing on the console nor in the log file.
Alan
\starttext \startMPpage message "a circle" ; draw fullcircle scaled 2 cm ; \stopMPpage \stoptext
\starttext \ctxlua{metapost.showlog = true} \startMPpage message("message: a circle") ; show("show: a circle") ; draw fullcircle scaled 2 cm ; \stopMPpage \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 11/12/2012 10:43 AM, Alan BRASLAU wrote:
Hello,
Were do MetaPost messages go using mplib? (>/dev/null?) I see nothing on the console nor in the log file.
Alan
\starttext \startMPpage message "a circle" ; draw fullcircle scaled 2 cm ; \stopMPpage \stoptext
the next beta has: \enabletrackers[metapost.showlog] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Mon, 12 Nov 2012 10:59:04 +0100
Hans Hagen
On 11/12/2012 10:43 AM, Alan BRASLAU wrote:
Hello,
Were do MetaPost messages go using mplib? (>/dev/null?) I see nothing on the console nor in the log file.
Alan
\starttext \startMPpage message "a circle" ; draw fullcircle scaled 2 cm ; \stopMPpage \stoptext
the next beta has:
\enabletrackers[metapost.showlog]
Thanks (Should this be enabled by default?) Alan
On Mon, 12 Nov 2012 12:29:41 +0100
luigi scarso
hm, write on std{err,out} slows down the process
But normally there should be very few messages, as message and show should be used with parsimony... (Indeed there are very few in the standard metapost and metafun macros) Maybe in ConTeXt we should have a distinction in allowing the turning on of one or the other (show, message and errmessage). Alan
On Mon, 12 Nov 2012, luigi scarso wrote:
On Mon, Nov 12, 2012 at 12:24 PM, Alan BRASLAU
wrote: On Mon, 12 Nov 2012 10:59:04 +0100 Hans Hagen
wrote: \enabletrackers[metapost.showlog]
Thanks
(Should this be enabled by default?)
hm, write on std{err,out} slows down the process
There is always `context --noconsole` if you want to omit the messages. I think that it is a good idea to display messages by default, or better still, the logging and tracing macros of metapost and tex be enabled by a common interface. Aditya
participants (4)
-
Aditya Mahajan
-
Alan BRASLAU
-
Hans Hagen
-
luigi scarso