ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* update
@ 2005-11-30 16:56 Hans Hagen
  2005-11-30 21:03 ` Scite problems after update of Scite Wolfgang Zillig
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2005-11-30 16:56 UTC (permalink / raw)


Hi,

I'm uploading an update. Apart from a few fixes/new-things, the main 
change in the minimals is that the <platform>tex.zip files now only 
contain binaries, and justtex.zip the rest.

So, in case you use a windows/linux minimal: you need to download two 
files now. In the case of macosx, gerbens auto-updater takes care of it,

I replaced the iwona/kurier/etc map/enc files with the ones that are now 
shipped. In the meantime i found out that there is also a change in the 
ams font tfm structure, so if you copy over old trees, make that you 
remove old instances of those fonts.

I hope that i didn't mess up things too much.

The normal cont-*.zip files are updates too, and the map files now refer 
to the new iwona cum suis scheme

uploading now, may take a while

Hans

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Scite problems after update of Scite
  2005-11-30 16:56 update Hans Hagen
@ 2005-11-30 21:03 ` Wolfgang Zillig
  2005-11-30 22:11   ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Zillig @ 2005-11-30 21:03 UTC (permalink / raw)


Hello,

I have some problems with Scite after updating (new installing) scite.
The scite version is 1.66 (Nov 23 2005 16:59:09) on WinXP. I copied the
*.properties files from cont-tmf.zip (sorry I don't know which version
this is but also downloaded it today from pragma) into the scite folder.
I further added "input context" in SciTEglobal.properties and removed
the "tex" entry there.

My problems are:

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

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.

3. all text and context commands are in black and white. Is there a
chance to get color back?

Regards,

Wolfgang

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Scite problems after update of Scite
  2005-11-30 21:03 ` Scite problems after update of Scite Wolfgang Zillig
@ 2005-11-30 22:11   ` Hans Hagen
  2005-12-01  9:27     ` Wolfgang Zillig
  2005-12-02  8:43     ` ConTeXt 2005.12.01 (Scite problems) Taco Hoekwater
  0 siblings, 2 replies; 9+ messages in thread
From: Hans Hagen @ 2005-11-30 22:11 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1509 bytes --]

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])

>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

>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?

Hans

[-- Attachment #2: scite-ctx.zip --]
[-- Type: application/zip, Size: 5338 bytes --]

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Scite problems after update of Scite
  2005-11-30 22:11   ` Hans Hagen
@ 2005-12-01  9:27     ` Wolfgang Zillig
  2005-12-01 10:56       ` Hans Hagen
  2005-12-02  8:43     ` ConTeXt 2005.12.01 (Scite problems) Taco Hoekwater
  1 sibling, 1 reply; 9+ messages in thread
From: Wolfgang Zillig @ 2005-12-01  9:27 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Scite problems after update of Scite
  2005-12-01  9:27     ` Wolfgang Zillig
@ 2005-12-01 10:56       ` Hans Hagen
  2005-12-01 12:22         ` Wolfgang Zillig
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2005-12-01 10:56 UTC (permalink / raw)


Wolfgang Zillig wrote:

>>
>> FTYPE LuaScript=c:\data\system\lua\bin\lua.exe %%1 %%*
>> ASSOC .lua=LuaScript
>>
> do I need Lua installed on my computer?

no, lua is compiled into scite (lua adds some 50-100 k to a binary), 
just as lua will some day soon be compiled into tex

(if there is interest in spell checking in scite, we should collect 
files with words (free lists); the format is pretty stupid, one word per 
line)

Hans

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Scite problems after update of Scite
  2005-12-01 10:56       ` Hans Hagen
@ 2005-12-01 12:22         ` Wolfgang Zillig
  2005-12-05 10:55           ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Zillig @ 2005-12-01 12:22 UTC (permalink / raw)


Hans Hagen schrieb:

> Wolfgang Zillig wrote:
>
>>>
>>> FTYPE LuaScript=c:\data\system\lua\bin\lua.exe %%1 %%*
>>> ASSOC .lua=LuaScript
>>>
>> do I need Lua installed on my computer?
>
>
> no, lua is compiled into scite (lua adds some 50-100 k to a binary), 
> just as lua will some day soon be compiled into tex
>
> (if there is interest in spell checking in scite, we should collect 
> files with words (free lists); the format is pretty stupid, one word 
> per line)
>

what about the aspell ( http://aspell.net/ ) dictionaries? I don't know 
the format but it's licensed under GNU.

Wolfgang

^ permalink raw reply	[flat|nested] 9+ messages in thread

* ConTeXt 2005.12.01 (Scite problems)
  2005-11-30 22:11   ` Hans Hagen
  2005-12-01  9:27     ` Wolfgang Zillig
@ 2005-12-02  8:43     ` Taco Hoekwater
  1 sibling, 0 replies; 9+ messages in thread
From: Taco Hoekwater @ 2005-12-02  8:43 UTC (permalink / raw)



Hi,

Hans Hagen wrote:
> Wolfgang Zillig wrote:
>> 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

Hans also uploaded a new version yesterday that does have this file.
Wiki page:

   http://wiki.contextgarden.net/index.php?title=Context_2005.12.01

Almost no changes, so I'm not going to do a formal announcement.

Cheers, Taco

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Scite problems after update of Scite
  2005-12-01 12:22         ` Wolfgang Zillig
@ 2005-12-05 10:55           ` Hans Hagen
  2005-12-05 12:36             ` Wolfgang Zillig
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2005-12-05 10:55 UTC (permalink / raw)


Wolfgang Zillig wrote:

> Hans Hagen schrieb:
>
>> Wolfgang Zillig wrote:
>>
>>>>
>>>> FTYPE LuaScript=c:\data\system\lua\bin\lua.exe %%1 %%*
>>>> ASSOC .lua=LuaScript
>>>>
>>> do I need Lua installed on my computer?
>>
>>
>>
>> no, lua is compiled into scite (lua adds some 50-100 k to a binary), 
>> just as lua will some day soon be compiled into tex
>>
>> (if there is interest in spell checking in scite, we should collect 
>> files with words (free lists); the format is pretty stupid, one word 
>> per line)
>>
>
> what about the aspell ( http://aspell.net/ ) dictionaries? I don't 
> know the format but it's licensed under GNU.

those are in a special format; what we need are plain lists of words 
(they can probably derived from the aspell ones)

Hans

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Scite problems after update of Scite
  2005-12-05 10:55           ` Hans Hagen
@ 2005-12-05 12:36             ` Wolfgang Zillig
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Zillig @ 2005-12-05 12:36 UTC (permalink / raw)


perhaps this links helps to find a wordlist:

http://wordlist.sourceforge.net/

Wolfgang


Hans Hagen schrieb:

> Wolfgang Zillig wrote:
>
>> Hans Hagen schrieb:
>>
>>> Wolfgang Zillig wrote:
>>>
>>>>>
>>>>> FTYPE LuaScript=c:\data\system\lua\bin\lua.exe %%1 %%*
>>>>> ASSOC .lua=LuaScript
>>>>>
>>>> do I need Lua installed on my computer?
>>>
>>>
>>>
>>>
>>> no, lua is compiled into scite (lua adds some 50-100 k to a binary), 
>>> just as lua will some day soon be compiled into tex
>>>
>>> (if there is interest in spell checking in scite, we should collect 
>>> files with words (free lists); the format is pretty stupid, one word 
>>> per line)
>>>
>>
>> what about the aspell ( http://aspell.net/ ) dictionaries? I don't 
>> know the format but it's licensed under GNU.
>
>
> those are in a special format; what we need are plain lists of words 
> (they can probably derived from the aspell ones)
>
> Hans
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-12-05 12:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-30 16:56 update Hans Hagen
2005-11-30 21:03 ` Scite problems after update of Scite Wolfgang Zillig
2005-11-30 22:11   ` Hans Hagen
2005-12-01  9:27     ` Wolfgang Zillig
2005-12-01 10:56       ` Hans Hagen
2005-12-01 12:22         ` Wolfgang Zillig
2005-12-05 10:55           ` Hans Hagen
2005-12-05 12:36             ` Wolfgang Zillig
2005-12-02  8:43     ` ConTeXt 2005.12.01 (Scite problems) Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).