From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14006 Path: main.gmane.org!not-for-mail From: "Pawel Jackowski na Onet" Newsgroups: gmane.comp.tex.context Subject: Re: reset \use[sub]path Date: Tue, 4 Nov 2003 07:41:36 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <001601c3a29e$b8f78eb0$1c00a8c0@best> References: <001d01c3a23e$7c5652d0$1c00a8c0@best> <6.0.0.22.2.20031103220539.01e7d9f8@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067928923 22615 80.91.224.253 (4 Nov 2003 06:55:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 06:55:23 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Nov 04 07:55:21 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGv61-0006R7-00 for ; Tue, 04 Nov 2003 07:55:21 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8788B10B1C; Tue, 4 Nov 2003 07:55:15 +0100 (MET) Original-Received: from smtp3.poczta.onet.pl (smtp3.poczta.onet.pl [213.180.130.29]) by ref.ntg.nl (Postfix) with ESMTP id 70F8E10AFC for ; Tue, 4 Nov 2003 07:47:22 +0100 (MET) Original-Received: from pa36.debniki.sdi.tpnet.pl ([213.77.147.36]:9476 "HELO best") by ps3.test.onet.pl with SMTP id ; Tue, 4 Nov 2003 07:42:06 +0100 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14006 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14006 problem: reseting input paths Hi Hans At 20:12 03/11/2003, Pawel wrote: > >In other words, how to reset settings from \usepath and \usesubpath >commands? And how to do the same for externalfigures? From: "Hans Hagen" > \usesubpath[reset] Thanks a lot but I still can't get it. After inspecting core-job.tex file and tried 'reset' option. Also without expected results. So what is wrong in the following code? \starttext \usesubpath[lofo1] \processXMLfilegrouped{aqq.xml} \usesubpath[reset] \usesubpath[lofo2] \processXMLfilegrouped{aqq.xml} \usesubpath[reset] \write16{\allinputpaths} \stoptext In this example \allinputpaths comma-list written to log looks like this: lofo1,lofo1/reset,lofo1/lofo2,lofo1/reset/lofo2,lofo1/reset/reset,lofo1/lofo 2/reset,lofo1/reset/lofo2/reset So 'reset' is treated as a directory name. Why? What am I doing wrong? Pawe/l