From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86574 Path: news.gmane.org!not-for-mail From: Rik Kabel Newsgroups: gmane.comp.tex.context Subject: Re: Trimming strings and Lua string.trim question Date: Wed, 05 Mar 2014 11:28:11 -0500 Message-ID: <5317509B.1090907@rik.users.panix.com> References: <5316ABF3.5050302@rik.users.panix.com> <5316DF28.3070300@wxs.nl> <53173D9E.1050907@rik.users.panix.com> <5678BF45-446A-4769-851C-1F587D37701C@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0009963924==" X-Trace: ger.gmane.org 1394036913 10122 80.91.229.3 (5 Mar 2014 16:28:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2014 16:28:33 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 05 17:28:43 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WLEgM-0008Sw-KX for gctc-ntg-context-518@m.gmane.org; Wed, 05 Mar 2014 17:28:34 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AB02F101F1; Wed, 5 Mar 2014 17:28:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XoAJN2RBee+J; Wed, 5 Mar 2014 17:28:32 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id DFF9D101E3; Wed, 5 Mar 2014 17:28:31 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BCE32101E3 for ; Wed, 5 Mar 2014 17:28:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DyccLp+TEuzg for ; Wed, 5 Mar 2014 17:28:29 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id 06A56101E1 for ; Wed, 5 Mar 2014 17:28:19 +0100 (CET) Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s25GSGFT027452 for ; Wed, 5 Mar 2014 17:28:17 +0100 Original-Received: from [192.168.1.153] (adsl-98-77-175-214.mia.bellsouth.net [98.77.175.214]) by mailbackend.panix.com (Postfix) with ESMTP id D65B835215 for ; Wed, 5 Mar 2014 11:28:15 -0500 (EST) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: <5678BF45-446A-4769-851C-1F587D37701C@gmail.com> X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=166.84.1.89; country=US; region=NY; city=Richmond Hill; postalcode=11418; latitude=40.7005; longitude=-73.8345; metrocode=501; areacode=718; http://maps.google.com/maps?q=40.7005,-73.8345&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0TLxQsh3C - 31a2aabd3b42 - 20140305 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86574 Archived-At: This is a multi-part message in MIME format. --===============0009963924== Content-Type: multipart/alternative; boundary="------------050102000902030008020301" This is a multi-part message in MIME format. --------------050102000902030008020301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2014-03-05 10:18, Wolfgang Schuster wrote: > > Am 05.03.2014 um 16:07 schrieb Rik Kabel >: > >>> striplong >>> >> >> It would be nice if striplong worked, but the example fails when >> string.striplong is used in place of string.strip. The log says: >> >> ! LuaTeX error [string "\directlua "]:1: attempt to call field >> 'striplong' (a nil value) >> stack traceback: >> [string "\directlua "]:1: in main chunk. >> >> Is the format of the call different than shown in the wiki, or is a >> different mechanism required to quote a potentially long string? > > The name of the function is "strings.striplong". > > Wolfgang Thank you, Wolfgang. I have updated the wiki entry for this function. I have not been able to verify that other functions are similarly misidentified in the wiki, and have therefore not updated any others. Those who are more familiar with the functions may wish to review it. -- Rik --------------050102000902030008020301 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 2014-03-05 10:18, Wolfgang Schuster wrote:

Am 05.03.2014 um 16:07 schrieb Rik Kabel <context@rik.users.panix.com>:

striplong


It would be nice if striplong worked, but the example fails when string.striplong is used in place of string.strip. The log says:

! LuaTeX error [string "\directlua "]:1: attempt to call field 'striplong' (a nil value)
stack traceback:
    [string "\directlua "]:1: in main chunk.
Is the format of the call different than shown in the wiki, or is a different mechanism required to quote a potentially long string?

The name of the function is “strings.striplong”.

Wolfgang

Thank you, Wolfgang. I have updated the wiki entry for this function. I have not been able to verify that other functions are similarly misidentified in the wiki, and have therefore not updated any  others. Those who are more familiar with the functions may wish to review it.

--
Rik
--------------050102000902030008020301-- --===============0009963924== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0009963924==--