Re: [NTG-context] Change behavior for \getbuffer

2015-03-28 Thread Hans Hagen

On 3/28/2015 1:50 AM, Rik Kabel wrote:

The behavior of \getbuffer has changed with the new beta. With the
following sample code, one line of text is produced with the 2015-03-25
beta. Two lines of text are produced with the more recent betas.

\startbuffer
A
\stopbuffer
\starttext
A \getbuffer
\stoptext


fixed

-
  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
-
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Change behavior for \getbuffer

2015-03-28 Thread Alan BRASLAU
On Fri, 27 Mar 2015 20:50:52 -0400
Rik Kabel cont...@rik.users.panix.com wrote:

 The behavior of \getbuffer has changed with the new beta. With the 
 following sample code, one line of text is produced with the
 2015-03-25 beta. Two lines of text are produced with the more recent
 betas.
 
 \startbuffer
 A
 \stopbuffer
 \starttext
 A \getbuffer
 \stoptext
 

I have noticed this, too.

Furthermore,

\startbuffer
B
\stopbuffer

\starttext
A \inlinebuffer
\stoptext

*also* produces

A
B

and

A \quote{\inlinebuffer}

produces

A `
B´


Alan
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Change behavior for \getbuffer

2015-03-27 Thread Rik Kabel
The behavior of \getbuffer has changed with the new beta. With the 
following sample code, one line of text is produced with the 2015-03-25 
beta. Two lines of text are produced with the more recent betas.


   \startbuffer
   A
   \stopbuffer
   \starttext
   A \getbuffer
   \stoptext

--
rik
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___