From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16625 Path: main.gmane.org!not-for-mail From: Lutz Haseloff Newsgroups: gmane.comp.tex.context Subject: Re: Undefined control sequence. \c!gebied Date: Mon, 11 Oct 2004 14:55:57 +0200 Organization: LgBA Potsdam Sender: ntg-context-bounces@ntg.nl Message-ID: <416A82DD.6030501@lbapdm.brandenburg.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097499420 6188 80.91.229.6 (11 Oct 2004 12:57:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2004 12:57:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 11 14:56:45 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGzjI-0002zt-00 for ; Mon, 11 Oct 2004 14:56:44 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7137B12797; Mon, 11 Oct 2004 14:56:44 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05649-01; Mon, 11 Oct 2004 14:56:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B26F1278D; Mon, 11 Oct 2004 14:56:42 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4B5C01278D for ; Mon, 11 Oct 2004 14:56:41 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05623-02 for ; Mon, 11 Oct 2004 14:56:40 +0200 (CEST) Original-Received: from mailout.brandenburg.de (unknown [194.76.232.128]) by ronja.ntg.nl (Postfix) with ESMTP id 91A9C1278C for ; Mon, 11 Oct 2004 14:56:40 +0200 (CEST) Original-Received: from squid2.brandenburg.de (squid2.brandenburg.de [194.76.232.148]) by mailout.brandenburg.de (8.12.10/8.12.10) with ESMTP id i9BCueGL002599 for ; Mon, 11 Oct 2004 14:56:40 +0200 Original-Received: from hp-www.lvnbb.de (unknown [10.128.9.41]) by squid2.brandenburg.de (Postfix) with ESMTP id 5086D1A59D4 for ; Mon, 11 Oct 2004 14:56:35 +0200 (CEST) Original-Received: from imap.lbapdm.brandenburg.de (mailhost.lbapdm.mdf.lvnbb.de [10.213.101.6]) by hp-www.lvnbb.de (8.12.11/8.12.11) with ESMTP id i9BCuZmn006976 for ; Mon, 11 Oct 2004 14:56:35 +0200 Original-Received: from lbapdm.brandenburg.de (unknown [10.213.101.107]) by imap.lbapdm.brandenburg.de (Postfix on SuSE Linux eMail Server 3.0) with ESMTP id 0A7518ECD6 for ; Mon, 11 Oct 2004 14:56:35 +0200 (CEST) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: de-de, de-at, de, en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16625 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16625 Thomas A.Schmitz schrieb: > OK, I tried several things to fix the error "Undefined control sequence. > \c!gebied," but it persists. I wiped out my entire > texmf.local tree and started from scratch because I thought the c!gebied > was residing in some older file that ha dnot been overwritten. But even > starting from scratch wouldn't amend the situation; after regenerating > the format, I get the same error. However, grepping for "c!gebied" in > the newly created tree gives only this result: > > grep -r 'c!gebied' ./* > ./tex/context/base/cont-sys.ori:% \setupexternalfigures > [\c!gebied={e:/fig/eps,t:/mine/figs}] > ./tex/context/user/cont-sys.rme:% \setupexternalfigures > [\c!gebied={e:/fig/eps,t:/mine/figs}] I had the same problem. There where two texexec.pl, one in perltk (the old place) and one in scripts/context/perl In the new texexec.pl the command is \c!directory. The Solution was to delete the perlscripts in the directory perltk. Hope this helps. Lutz > So this shouldn't be the problem since these two lines in cont-sys.rme > are commented out. Does anybody have an idea where the error is coming > from? There must be some old config file re-introducing it into the > format file, but I can't seem to find it. > > Baffled > > Thomas > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >