From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6189 Path: main.gmane.org!not-for-mail From: Marko Schuetz Newsgroups: gmane.comp.tex.context Subject: Re: m-bib problem after upgrade Date: Fri, 16 Nov 2001 17:42:01 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <20011116174201S.marko@kinetic.ki.informatik.uni-frankfurt.de> References: <5.1.0.14.1.20011116092713.02ee2db0@server-1> <20011116152500X.marko@kinetic.ki.informatik.uni-frankfurt. de> <5.1.0.14.1.20011116165507.03121db8@server-1> Reply-To: marko@ki.informatik.uni-frankfurt.de NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035396731 8336 80.91.224.250 (23 Oct 2002 18:12:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:12:11 +0000 (UTC) Cc: marko@ki.informatik.uni-frankfurt.de, ntg-context@ntg.nl Original-To: pragma@wxs.nl In-Reply-To: <5.1.0.14.1.20011116165507.03121db8@server-1> Xref: main.gmane.org gmane.comp.tex.context:6189 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6189 Hans, From: Hans Hagen Subject: Re: m-bib problem after upgrade Date: Fri, 16 Nov 2001 17:00:29 +0100 > 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 %] Thanks a lot for the quick solution to the problem! Marko