From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28933 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: texmfstart newbie Date: Wed, 28 Jun 2006 15:11:43 +0200 Message-ID: <44A2800F.8090908@elvenkind.com> References: <10800A51-BD3A-44F1-BA15-CD5BF6633216@cox.net> <6faad9f00606280413l40412e14s3fbca2b7903d93ca@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151500326 19778 80.91.229.2 (28 Jun 2006 13:12:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 13:12:06 +0000 (UTC) Cc: Hans van der Meer Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 28 15:12:02 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 1FvZpl-0007o8-Op for gctc-ntg-context-518@m.gmane.org; Wed, 28 Jun 2006 15:11:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DDDA41287B; Wed, 28 Jun 2006 15:11:56 +0200 (CEST) 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 02878-06; Wed, 28 Jun 2006 15:11:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3A3411284B; Wed, 28 Jun 2006 15:11:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D646F1284B for ; Wed, 28 Jun 2006 15:11:47 +0200 (CEST) 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 06282-01 for ; Wed, 28 Jun 2006 15:11:45 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with SMTP id 10EA21283F for ; Wed, 28 Jun 2006 15:11:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id E78171B87B; Wed, 28 Jun 2006 15:11:43 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19660-10; Wed, 28 Jun 2006 15:11:43 +0200 (CEST) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 9BF4911EEF; Wed, 28 Jun 2006 15:11:43 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <6faad9f00606280413l40412e14s3fbca2b7903d93ca@mail.gmail.com> X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:28933 Archived-At: Mojca Miklavec wrote: > with the content > ruby path-to-context-ruby-scripts/texmfstart.rb What I have is this simple script (and it should work on MacOSX just as well). Name it 'texfmstart', make it executable, fill in the correct path and put it in a binaries directory. #!/bin/sh ruby path-to-context-ruby-scripts/texmfstart.rb $@ Cheers, taco