From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11660 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: local environments Date: Wed, 26 Mar 2003 12:14:51 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030326121451.38a04f39.morawski@gmx.net> References: <3E812901.2000803@zam.att.ne.jp> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048678050 26625 80.91.224.249 (26 Mar 2003 11:27:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2003 11:27:30 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Mar 26 12:27:29 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18y945-0006vJ-00 for ; Wed, 26 Mar 2003 12:27:29 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7D1E810B10; Wed, 26 Mar 2003 12:27:27 +0100 (MET) Original-Received: from mail.gmx.net (imap.gmx.net [213.165.65.60]) by ref.ntg.nl (Postfix) with SMTP id D02BD10AE7 for ; Wed, 26 Mar 2003 12:24:31 +0100 (MET) Original-Received: (qmail 10599 invoked by uid 65534); 26 Mar 2003 11:24:33 -0000 Original-Received: from port1546.fra.ginko.net (EHLO melior.localdomain) (212.202.68.22) by mail.gmx.net (mp011-rz3) with SMTP; 26 Mar 2003 12:24:33 +0100 Original-To: ntg-context@ntg.nl In-Reply-To: <3E812901.2000803@zam.att.ne.jp> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i586-pc-linux-gnu) 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:11660 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11660 On Wed, 26 Mar 2003 13:13:53 +0900 Matthew Huggett wrote: > I have a project with a few different types of documents, so I want to > set up a few local environments in the same global environment file. I use modes for something like that. The mode is set in the product file before loading environment files or components. Jens