From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25143 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: bibmod Date: Fri, 13 Jan 2006 15:21:41 +0100 Message-ID: <3192746A-55D8-4AD4-B550-A414BE61EF1B@science.uva.nl> References: <43C69BB2.7040008@elvenkind.com> <558E5B4C-D5E3-41E8-A069-3E065196A10E@science.uva.nl> <43C797FB.7030909@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137162285 13819 80.91.229.2 (13 Jan 2006 14:24:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 14:24:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 13 15:24:40 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1ExPqw-0001BR-3v for gctc-ntg-context-518@m.gmane.org; Fri, 13 Jan 2006 15:24:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DA620127FE; Fri, 13 Jan 2006 15:24:29 +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 03460-02; Fri, 13 Jan 2006 15:24:29 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A0D46127EC; Fri, 13 Jan 2006 15:22:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 67D1E127EC for ; Fri, 13 Jan 2006 15:22:44 +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 03460-01-2 for ; Fri, 13 Jan 2006 15:22:43 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with SMTP id 492EC127DA for ; Fri, 13 Jan 2006 15:22:43 +0100 (CET) Original-Received: from 118-79.uva.surfnetthuis.nl [145.98.118.79] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.36). id k0DEMdx10748; Fri, 13 Jan 2006 15:22:39 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ In-Reply-To: <43C797FB.7030909@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:25143 Archived-At: So it really is a bug. Makes my day! It is not that often one stumbles onto a bug. After all these years ConTeXt seems pretty robust to me. And thanks for quickly providing the fix. yours sincerely, dr. H. van der Meer On Jan 13, 2006, at 13:07, Taco Hoekwater wrote: > Hi, > > Hans van der Meer wrote: >> It looks as if the bib-module does not look higher up in the >> directory hierarchy as is done for other elements in an \environment. >> I would expect that from the project structure, being the main >> benefit of this structuring. >> Is this really a problem in the bib-module or am I overseeing >> something. > > It really is a problem in the module. This improved definition of > \dousepublications should fix it: > > \def\dousepublications#1% > {\readfile{#1.bbl} % not \readsysfile > {\showmessage{bib}{4}{#1.bbl}} > {\showmessage{bib}{2}{#1.bbl}}} > > You should put it somewhere after \usemodule, but before > \usepublications. Thanks for the bug report! > > Cheers, Taco > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context