From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8158 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: newbi: config Date: Thu, 6 Jun 2002 10:54:00 +0200 (CEST) Sender: owner-ntg-context@let.uu.nl Message-ID: References: <20020606102438.4f4c5159.taco@elvenkind.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035398586 25201 80.91.224.250 (23 Oct 2002 18:43:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:43:06 +0000 (UTC) Original-To: NTG-ConTeXt In-Reply-To: <20020606102438.4f4c5159.taco@elvenkind.com> Xref: main.gmane.org gmane.comp.tex.context:8158 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8158 Hi, Taco wrote: > or even > $pm_path =~ s/texutil.*?$//i ; Then better $pm_path =~ s/texutil[^/]*$//i; Tobias