Re: [NTG-context] issue with string.collapsespaces()

2018-02-12 Thread Pablo Rodriguez
On 02/12/2018 05:09 PM, Hans Hagen wrote:
> On 2/12/2018 5:00 PM, Pablo Rodriguez wrote:
>> [...]
>> Sorry for the stupid question, but isn’t the collapsespaces function
>> intended to remove spaces?
>>
>> What am I missing here?
>> 
> that it collapses multiple spaces into one
Many thanks for your reply, Hans.

I understood “collapse” as “remove”, and obviously they are two
different actions.

Pablo
-- 
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] issue with string.collapsespaces()

2018-02-12 Thread Hans Hagen

On 2/12/2018 5:00 PM, Pablo Rodriguez wrote:

Dear list,

I have the following sample:

 \starttext
 \startlua
 a = "a bc de"
 context(string.collapsespaces(a))
 \stoplua
 \stoptext

Sorry for the stupid question, but isn’t the collapsespaces function
intended to remove spaces?

What am I missing here?

that it collapses multiple spaces into one

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___