lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Well it sounds like there's no 'lua.exe' on your path. If you're using
LuaBinaries, then the executable is actually lua5.1.exe.  Under 'Open'
you should have 'open lua properties', right at the end of this file
is:

command.go.*.lua=lua "$(FileNameExt)"

Change lua to lua5.1, save the file, and it should work!

Sorry about that, I tend to call my lua executables just 'lua'.
Consider it a proof-reading error ;) I will change to the LuaBinaries
standard next time.

steve d.

On Tue, May 13, 2008 at 5:14 PM, Simon Beesley <simonbeesley@clara.co.uk> wrote:
> Thanks, that works nicely.
>
> I still can't run test.lua from Scite but I suppose I ought to get over my
> resistance to reading documentation.
>
> Simon
>
>
> ----- Original Message ----- From: "steve donovan"
> <steve.j.donovan@gmail.com>
> To: "Lua list" <lua@bazar2.conectiva.com.br>
> Sent: Tuesday, May 13, 2008 3:07 PM
> Subject: Re: Programming beginners' documentation
>
>
>> And to complete the SciTE part of the thread (at least),
>> here is a Windows installer for SciTE:
>>
>> http://luaforge.net/frs/download.php/3358/scite.msi
>>
>> Shortcut on desktop, and puts an 'Open with SciTE'
>> on the Explorer context menu.
>>
>> The relevance here is that this includes the scite-debug
>> extensions, so it can be used to debug Lua.
>>
>> steve d.
>>
>
>