Hi, i uploaded a beta with a new goodie: mtxrun --script server --auto if the server runs, you can access (in firefox) http://localhost:31415/mtx-server-ctx-startup.lua the fonttest is somewhat experimental but we can use it to start collecting font info (esp with regards to feature usage) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
if the server runs, you can access (in firefox)
http://localhost:31415/mtx-server-ctx-startup.lua
the fonttest is somewhat experimental but we can use it to start collecting font info (esp with regards to feature usage)
Very impressive, but I already managed to make the server crash (with action: save): ...text/scripts/context/lua/mtx-server-ctx-fonttest.lua:436: attempt to index local 'htmldata' (a nil value) Arthur
Arthur Reutenauer wrote:
if the server runs, you can access (in firefox)
http://localhost:31415/mtx-server-ctx-startup.lua
the fonttest is somewhat experimental but we can use it to start collecting font info (esp with regards to feature usage)
Very impressive, but I already managed to make the server crash (with action: save):
....text/scripts/context/lua/mtx-server-ctx-fonttest.lua:436: attempt to index local 'htmldata' (a nil value)
lmx.set('maintext',do_extras()) elseif currentfont and currentfont ~= "" then if action == "save" then ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Arthur Reutenauer wrote:
lmx.set('maintext',do_extras()) elseif currentfont and currentfont ~= "" then if action == "save" then
Yep, prevents the crash. But nothing happens, of course (I've not yet managed to figure out how to select a font. All I get is an empty list).
hm, 'select' should give you a list ... maybe first goto 'extras' and generate a new database ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, May 6, 2009 at 11:18 PM, Hans Hagen
Arthur Reutenauer wrote:
lmx.set('maintext',do_extras())
elseif currentfont and currentfont ~= "" then if action == "save" then
Yep, prevents the crash. But nothing happens, of course (I've not yet managed to figure out how to select a font. All I get is an empty list).
hm, 'select' should give you a list ... maybe first goto 'extras' and generate a new database
Even here select is empty, even after extras -- luigi
participants (3)
-
Arthur Reutenauer
-
Hans Hagen
-
luigi scarso