From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32915 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: database Date: Tue, 23 Jan 2007 09:45:12 +0100 Message-ID: <45B5D928.817.54AB83@wwl.musensturm.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169542004 22135 80.91.229.12 (23 Jan 2007 08:46:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 08:46:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 23 09:46:37 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H9HIZ-0006g8-Qf for gctc-ntg-context-518@m.gmane.org; Tue, 23 Jan 2007 09:46:35 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 618A320104; Tue, 23 Jan 2007 09:41:34 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17232-04; Tue, 23 Jan 2007 09:41:26 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F41820101; Tue, 23 Jan 2007 09:41:26 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8CCF20101 for ; Tue, 23 Jan 2007 09:41:22 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17138-02-2 for ; Tue, 23 Jan 2007 09:41:15 +0100 (CET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ronja.ntg.nl (Postfix) with ESMTP id EB3FC20100 for ; Tue, 23 Jan 2007 09:41:14 +0100 (CET) Original-Received: from [84.171.53.37] (helo=[192.168.178.21]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1H9HIE2OCl-0007b3; Tue, 23 Jan 2007 09:46:14 +0100 Original-To: ntg-context@ntg.nl Priority: normal X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32915 Archived-At: Hallo! I tried some examples with m-database and Mojca's 'My Way' and had some problems ==========Example-1=============================================== \defineseparatedlist[NaturalTable][separator=comma,%quotechar={"}, before=\bTABLE, after=\eTABLE, first=\bTR, last=\eTR, left=\bTD, right=\eTD] \startseparatedlist[NaturalTable] Of,course ,it is! \stopseparatedlist ================================================================== This example does only work as expected if one explicitly gives quotechar. So what is the default quotechar? Can anybody explain the above behaviour? ==========Example-2=============================================== \def\Whatever#1#2#3{[#1][#2][#3]\endgraf} \defineseparatedlist[CSVX][command=\Whatever, separator={,}, % quotechar={"}, first=\bTR,last=\eTR, left=\bTD,right=\eTD, before=\bTABLE,after=\eTABLE] \startCSVX eins,"und, zwei",drei one,two,three \stopCSVX ================================================================== If I give an command (\Whatever) then the options 'first', 'last', 'left', 'right', 'before' and 'after' are ignored. That's ok, I think! But if I uncomment the quotechar option, then the options 'left' and 'right' are no longer ignored. Commenting them out or settings like 'left=' etc. are not working. What I am doing wrong here? ==========Example-3=============================================== \processquotedlist(){,}{"}\command(a=>b=>c=>d) ================================================================== Does not work for me. Can anybody give an example? '\processseplist' does not work too. There has to be an '%' in front of 'raw'!