lua-users home
lua-l archive

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


On Sun, May 28, 2006 at 06:58:15PM +0200, David Hansen wrote:
> On Sun, 28 May 2006 13:21:33 +0200 Jürgen Hötzel wrote:
> 
> > * lua-postprocess-output-buffer: jump to lua errors in source files
> 
> Emacs compile.el "catch all" regexp works pretty well with
> lua error messages (at least with GNU Emacs 22).  Just set
> `compile-command' to something useful.

Yes. But i prefer running Lua as an inferior comint process, so i can
develop code incrementally and interactively and never have to stop for a
"compilation cycle".  This is why i adopted *-postprocess-output-buffer
from python mode.

Jürgen