ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \savebuffer disappeared
@ 2009-05-09 15:48 Mojca Miklavec
  2009-05-09 20:25 ` Arthur Reutenauer
  0 siblings, 1 reply; 2+ messages in thread
From: Mojca Miklavec @ 2009-05-09 15:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello Hans,

The macro \savebuffer seems to have disappeared from mkiv. What's now
the official way to write out chunks of code into a file?

\startbuffer[abc]
Module stopped working !?#$?!@!
\stopbuffer
\savebuffer[abc]

Thanks,
    Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: \savebuffer disappeared
  2009-05-09 15:48 \savebuffer disappeared Mojca Miklavec
@ 2009-05-09 20:25 ` Arthur Reutenauer
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Reutenauer @ 2009-05-09 20:25 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

	Hello,

> The macro \savebuffer seems to have disappeared from mkiv. What's now
> the official way to write out chunks of code into a file?

  I guess there's not going to be an official way anymore, according to
yourself (http://www.ntg.nl/pipermail/ntg-context/2007/026680.html), but
you can always use the original definition:

	\def\savebuffer{\dosingleempty\dosavebuffer}
	\def\dosavebuffer[#1]{\ctxlua{buffers.save("#1")}}

		Arthur
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-09 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-09 15:48 \savebuffer disappeared Mojca Miklavec
2009-05-09 20:25 ` Arthur Reutenauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).