Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-16 Thread Drazen Baic
On Tue, Apr 15, 2008 at 8:47 PM, Drazen Baic [EMAIL PROTECTED] wrote: On Tue, Apr 15, 2008 at 6:51 PM, Hans Hagen [EMAIL PROTECTED] wrote: Drazen Baic wrote: Hi, Here is a small test file. Compiled with 'texexec --lua' the register has only the entry 'Software

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Taco Hoekwater
Mojca Miklavec wrote: I get a bus error on mac intel as well. Bus errors often point to code alignment errors, so it could be that the same problem manifests on all 64-bit platforms. But that is about the only hint I can give, someone has to debug the application. Best wishes, Taco

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Mojca Miklavec
On Tue, Apr 15, 2008 at 11:15 AM, Taco Hoekwater wrote: Drazen Baic wrote: Hi, Of course, I should have provided one in my first mail. Trying to create a minimal test file I also found out that the crash only happens when \setupinteraction [state=start] is set. Here is the file.

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Taco Hoekwater
Drazen Baic wrote: Hi, Of course, I should have provided one in my first mail. Trying to create a minimal test file I also found out that the crash only happens when \setupinteraction [state=start] is set. Here is the file. That example works OK for me, not even any warnings from

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Taco Hoekwater
Hi, Drazen Baic wrote: Hi, Of course, I should have provided one in my first mail. Trying to create a minimal test file I also found out that the crash only happens when \setupinteraction [state=start] is set. Here is the file. \setupinteraction [state=start]

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Drazen Baic
On Tue, Apr 15, 2008 at 4:03 PM, Taco Hoekwater [EMAIL PROTECTED] wrote: Hi, Drazen Baic wrote: Hi, Of course, I should have provided one in my first mail. Trying to create a minimal test file I also found out that the crash only happens when \setupinteraction [state=start] is

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Hans Hagen
Drazen Baic wrote: Hi, Here is a small test file. Compiled with 'texexec --lua' the register has only the entry 'Software 1' but it should have one additional entry 'Apache see Software'. This works OK when compiled with 'texexec --xtx' \starttext \index{Software}Software

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Taco Hoekwater
Drazen Baic wrote: Mojca helped debugging this, and there is a patch in the luatex repository that should fix it. As Hans said already, you can expect a new luatex binary and context release later this week. You are really unbelievable fast in fixing bugs. Thank you very much! This is

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Drazen Baic
On Tue, Apr 15, 2008 at 6:51 PM, Hans Hagen [EMAIL PROTECTED] wrote: Drazen Baic wrote: Hi, Here is a small test file. Compiled with 'texexec --lua' the register has only the entry 'Software 1' but it should have one additional entry 'Apache see Software'. This works OK when

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-15 Thread Drazen Baic
On Tue, Apr 15, 2008 at 8:47 PM, Drazen Baic [EMAIL PROTECTED] wrote: On Tue, Apr 15, 2008 at 6:51 PM, Hans Hagen [EMAIL PROTECTED] wrote: Drazen Baic wrote: Hi, Here is a small test file. Compiled with 'texexec --lua' the register has only the entry 'Software 1' but it

[NTG-context] LuaTeX problems with \seeindex and \from

2008-04-14 Thread Drazen Baic
Hi, this is my first posting to this list but I'm following it through the archives for quite a long time. First I would like to thank the list for this huge archive. By reading the documentation and searching this archive most of my questions about ConTeXt where answered. I searched for these

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-14 Thread Taco Hoekwater
Hi, Drazen Baic wrote: with '--verbose' set - at least I couldn't see any. Finally I found out that 'luatex' crashed during 'LuaTools | running command: luatex --fmt' (see the CrashReporter log at the end of the mail). Can you please email me (or post) the smallest test file you can make

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-14 Thread Hans Hagen
Drazen Baic wrote: Hi, this is my first posting to this list but I'm following it through the archives for quite a long time. First I would like to thank the list for this huge archive. By reading the documentation and searching this archive most of my questions about ConTeXt where

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-14 Thread Drazen Baic
Hi, Of course, I should have provided one in my first mail. Trying to create a minimal test file I also found out that the crash only happens when \setupinteraction [state=start] is set. Here is the file. \setupinteraction [state=start] \useURL[apache][http://httpd.apache.org/download.cgi]

Re: [NTG-context] LuaTeX problems with \seeindex and \from

2008-04-14 Thread Drazen Baic
Hi, Here is a small test file. Compiled with 'texexec --lua' the register has only the entry 'Software 1' but it should have one additional entry 'Apache see Software'. This works OK when compiled with 'texexec --xtx' \starttext \index{Software}Software \seeindex{Apache}{Software}Apache