index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
lua-mode.el
Age
Commit message (
Expand
)
Author
2026-05-08
; Fix Gregor Schmid's attribution for lua-mode.el.
Sean Whitton
2026-05-07
; Fix two file headers misunderstood by authors.el.
Sean Whitton
2026-04-21
; Cleanup defcustoms in 'lua-mode'
john muhl
2026-01-03
Fontify 'table.create' in 'lua-mode'
john muhl
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-26
December 2025 spelling fixes
Paul Eggert
2025-11-22
Fix non-interactive use of 'lua-start-process'
john muhl
2025-11-08
hideshow: Rework previous changes
Elías Gabriel Pérez
2025-11-06
hideshow: Rework previous changes
Elías Gabriel Pérez
2025-11-04
hideshow: Rewrite 'hs-special-modes-alist'
Elías Gabriel Pérez
2025-10-18
New 'lua-mode' inferior process command & options
john muhl
2025-08-29
Make 'lua-prefix-key' option a 'key-sequence'
john muhl
2025-08-27
; Various code cleanup in 'lua-mode' (Bug#79309)
john muhl
2025-08-25
Add warn to 'lua-mode' builtins
john muhl
2025-08-25
; Improve compliance of 'lua-mode'
john muhl
2025-08-25
; Update comments & requires in 'lua-mode'
john muhl
2025-08-25
Remove trivial cl-* stuff from 'lua-mode'
john muhl
2025-08-25
Replace big regexps w/ rx expressions in 'lua-mode'
john muhl
2025-08-25
; Adjust code style in 'lua-mode'
john muhl
2025-08-25
Remove unnecessary 'progn' in 'lua-mode'
john muhl
2025-08-25
Replace 1-armed 'if' with 'when' in 'lua-mode'
john muhl
2025-08-25
Prefer 'defvar-local' in 'lua-mode'
john muhl
2025-08-25
Remove unnecessary 'setq' from 'lua-mode'
john muhl
2025-08-25
Cleanup whitespace in 'lua-mode'
john muhl
2025-08-25
Cleanup defcustoms in 'lua-mode'
john muhl
2025-08-25
Remove unnecessary code from 'lua-mode'
john muhl
2025-08-25
Remove advice from 'lua-mode'
john muhl
2025-08-25
Use easy-menu in 'lua-mode'
john muhl
2025-08-25
Remove obsolete code from 'lua-mode'
john muhl
2025-08-25
* lisp/progmodes/lua-mode.el: Import lua-mode.
Juergen Hoetzel