Variable: lua-jump-on-traceback
lua-jump-on-traceback is a customizable variable defined in
lua-mode.el.gz.
Value
t
Documentation
Jump to innermost traceback location in *lua* buffer.
When this variable is non-nil and a traceback occurs when running Lua code in a process, jump immediately to the source code of the innermost traceback location.
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defcustom lua-jump-on-traceback t
"Jump to innermost traceback location in *lua* buffer.
When this variable is non-nil and a traceback occurs when running Lua
code in a process, jump immediately to the source code of the innermost
traceback location."
:type 'boolean
:version "31.1")