Package: lua-mode
Version: 20110121-1
Severity: wishlist
File: /usr/share/emacs/site-lisp/lua-mode/lua-mode.el

It'd be good if lua-mode.el had

    (put 'lua-indent-level 'safe-local-variable 'integerp)

so that it's possible to have a per-file lua-indent-level like foo.lua
below without being prompted

    The local variables list in foo.lua
    contains values that may not be safe (*).

#!/usr/bin/lua

for y=1,5 do
     io.write("Hello\n")
end

-- Local variables:
-- lua-indent-level: 5
-- End:


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages lua-mode depends on:
ii  emacs21 [emacsen]        21.4a+1-5.7
ii  emacs22-gtk [emacsen]    22.3+1-1.2
ii  emacs23-lucid [emacsen]  23.4+1-4
ic  emacs24 [emacsen]        24.3+1-1
ii  emacs24-lucid [emacsen]  24.3+1-1
ii  xemacs21-mule [emacsen]  21.4.22-4

lua-mode recommends no packages.

lua-mode suggests no packages.

-- no debconf information

Reply via email to