From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14022 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: reset \use[sub]path Date: Mon, 10 Nov 2003 18:26:43 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031110182534.01d80c88@server-1> References: <001d01c3a23e$7c5652d0$1c00a8c0@best> <6.0.0.22.2.20031103220539.01e7d9f8@server-1> <001601c3a29e$b8f78eb0$1c00a8c0@best> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1068487033 14926 80.91.224.253 (10 Nov 2003 17:57:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 17:57:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Nov 10 18:57:10 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 1AJGHm-0006KO-00 for ; Mon, 10 Nov 2003 18:57:10 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4A48010B35; Mon, 10 Nov 2003 18:57:06 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id EF87410B35 for ; Mon, 10 Nov 2003 18:41:07 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hAAHf0Z18589 for ; Mon, 10 Nov 2003 18:41:00 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id D36ADB517; Mon, 10 Nov 2003 18:41:06 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 4936EB517 for ; Mon, 10 Nov 2003 17:41:03 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: <001d01c3a23e$7c5652d0$1c00a8c0@best> <6.0.0.22.2.20031103220539.01e7d9f8@server-1> <001601c3a29e$b8f78eb0$1c00a8c0@best> 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:14022 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14022 At 17:37 10/11/2003, you wrote: >Hi, > > > > From: "Hans Hagen" > >> \usesubpath[reset] > >Hans, are you sure about that? >(\use*sub*path) > > > Also without expected results. So what is wrong in the following > > code? > > > > > \starttext > > \usesubpath[lofo1] > > \processXMLfilegrouped{aqq.xml} > > \usesubpath[reset] > >try: \usepath[reset] indeed reset only works for usepath (has to do with the fact that any \usesubpath triggers extension of the path list) Hans