From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23970 Path: news.gmane.org!not-for-mail From: Wolfgang Zillig Newsgroups: gmane.comp.tex.context Subject: Re: Scite problems after update of Scite Date: Thu, 01 Dec 2005 10:27:09 +0100 Message-ID: <438EC1ED.7060905@student.kuleuven.be> References: <438DD9D1.40300@wxs.nl> <1133384602.438e139a74aea@webmail1.kuleuven.be> <438E2379.8080107@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133429521 15205 80.91.229.2 (1 Dec 2005 09:32:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2005 09:32:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 01 10:31:58 2005 Return-path: 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 1EhkmN-0000le-GN for gctc-ntg-context-518@m.gmane.org; Thu, 01 Dec 2005 10:31:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 48997127CE; Thu, 1 Dec 2005 10:31:03 +0100 (CET) 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 15229-04; Thu, 1 Dec 2005 10:31:02 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C76D0127BB; Thu, 1 Dec 2005 10:27:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C60C127BB for ; Thu, 1 Dec 2005 10:27:21 +0100 (CET) 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 15307-01 for ; Thu, 1 Dec 2005 10:27:20 +0100 (CET) Original-Received: from thumbler.kulnet.kuleuven.ac.be (thumbler.kulnet.kuleuven.ac.be [134.58.240.45]) by ronja.ntg.nl (Postfix) with ESMTP id 8BD7C1277B for ; Thu, 1 Dec 2005 10:27:20 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 4979D13813B for ; Thu, 1 Dec 2005 10:27:20 +0100 (CET) Original-Received: from smtp03.kuleuven.be (antonius.kulnet.kuleuven.ac.be [134.58.240.73]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 4F391138138 for ; Thu, 1 Dec 2005 10:27:14 +0100 (CET) Original-Received: from [10.33.194.76] (dhcp-194-076.bwk.kuleuven.ac.be [10.33.194.76]) by smtp03.kuleuven.be (Postfix) with ESMTP id DC59933273B for ; Thu, 1 Dec 2005 10:27:14 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <438E2379.8080107@wxs.nl> X-Virus-Scanned: by KULeuven Antivirus Cluster X-Virus-Scanned: 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: , 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:23970 Archived-At: Hans Hagen schrieb: > Wolfgang Zillig wrote: > >> 1. when starting scite i get an error: attempt to call a string value >> >> >>> Lua: error occurred while loading startup script >>> >> >> >> I assume this is due to "import scite-ctx" and in that file there is >> "ext.lua.startup.script=$(SciteDefaultHome)/scite-ctx.lua" which I don't >> have. >> >> My solution: I commended "import scite-ctx" out >> >> > ah, i see, i forget to copy the lua script into the zip; attached > > watch the lof pane for some info at startup > > (spell checking in tex and xml files only works when you have at the > top of the file something > > % language=uk > > as well as a spell check list defined in the properties files [one > word per line in such a file]) > thanks, that is solved >> 2. When I try to compile a file then I get the message: ">texmfstart >> newtexexec.rb --autopdf --pdf to_do.tex >> >> >>> The system cannot find the file specified." >> >> When I try the command:"texmfstart newtexexec.rb --autopdf --pdf >> to_do.tex" in the command line I get the file compiled without any >> problems. I absolutely don't have an idea whats going wrong here. >> >> >> > looks like some file association problem; the is a zip with a binary > of texmfstart at the web site > > did you set up a file association? > > FTYPE LuaScript=c:\data\system\lua\bin\lua.exe %%1 %%* > ASSOC .lua=LuaScript > do I need Lua installed on my computer? >> 3. all text and context commands are in black and white. Is there a >> chance to get color back? >> >> > looks like some messed up properties file ... are you sure that there > is no conflicting local prop file? > That was probably the case, but I couldn't locate my error completely, after some time and some changes it worked again! Hans, thank you very much! Wolfgang