From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6186 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: m-bib problem after upgrade Date: Fri, 16 Nov 2001 17:00:29 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.1.20011116165507.03121db8@server-1> References: <5.1.0.14.1.20011116092713.02ee2db0@server-1> <5.1.0.14.1.20011115170805.0302c518@server-1> <20011115180345A.marko@kinetic.ki.informatik.uni-frankfurt. de> <5.1.0.14.1.20011116092713.02ee2db0@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035396728 8310 80.91.224.250 (23 Oct 2002 18:12:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:12:08 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: marko@ki.informatik.uni-frankfurt.de In-Reply-To: <20011116152500X.marko@kinetic.ki.informatik.uni-frankfurt. de> Xref: main.gmane.org gmane.comp.tex.context:6186 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6186 Hi, Well, not knowing what the m-bib module is supposed to deliver, it took me a while to track down the problem, and surprise, the problem lays in an optimized system macro \long\def\doifnotempty#1% {\def\!!stringa{#1}% \ifx\!!stringa\empty \expandafter\gobbleoneargument \else \expandafter\firstofoneargument \fi} [if you look info syst-gen.tex you'll see that I forgot a %] now, since only the math module and the bibliography module use this command, if went unnoticed when i did my tests -) I could track it down because when i displayed onte of the lists a funny , was showing up (this is probably the reason why the empty test is needed): \xdef\allrefs{\ifx\allrefs\empty\else\allrefs,\fi\@@pbk}% so, taco, maybe this is a better alternative for building the list ^^^ When this module is stable i will go over it (multilingual, hyperthings) because there are some things in there that should go to system modules but i happily await tacos signal -) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------