From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15642 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: was: Configuration SciTE under Linux Date: Mon, 05 Jul 2004 10:00:17 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40E90A91.5000400@boede.nl> 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 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089014622 2424 80.91.224.253 (5 Jul 2004 08:03:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2004 08:03:42 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jul 05 10:03:32 2004 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 1BhORo-00046d-00 for ; Mon, 05 Jul 2004 10:03:32 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3E0DB10B63; Mon, 5 Jul 2004 10:03:29 +0200 (MEST) Original-Received: from delta.digitpaint.nl (cl2.digitpaint.nl [217.170.18.231]) by ref.ntg.nl (Postfix) with ESMTP id 322CF10B5D for ; Mon, 5 Jul 2004 10:00:16 +0200 (MEST) Original-Received: from [192.168.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by delta.digitpaint.nl (Postfix) with ESMTP id 73E5F6DE23 for ; Mon, 5 Jul 2004 10:00:16 +0200 (CEST) User-Agent: Mozilla Thunderbird 0.7 (X11/20040623) X-Accept-Language: en-us, en Original-To: NTG-Context 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:15642 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15642 Hi, yesterday I posted my problems configuring SciTE under Linux. Thanks to the tip of Hraban I came to the following solution: In the SciTEUser.porperties file setup the paths to the perl and ruby scripts. Do not forget the slash at the end of the line. path.context.rubyscripts=/usr/local/tex/texmf-local/scripts/context/ruby/ path.context.perlscripts=/usr/local/tex/texmf-local/scripts/context/perl/ In the context.properties file change the menu issues as follows: name.context.concheck=ruby $(path.context.rubyscripts)concheck.rb name.context.texexec=perl $(path.context.perlscripts)texexec.pl --autopdf name.context.texshow=perl $(path.context.perlscripts)texshow.pl name.context.texutil=perl $(path.context.perlscripts)texutil.pl name.context.examplap=ruby $(path.context.rubyscripts)texmfstart.rb --file=examplap.pdf --program=context --browser name.context.showcase=ruby $(path.context.rubyscripts)texmfstart.rb --file=showcase.pdf --program=contextname.context.concheck=ruby $(path.context.rubyscripts)concheck.rb So may be that there is still a better solution to this. Any comment is welcome. Kind regards Willi