1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix cl-lib dependency for Emacs23 tests More... about 12 years ago
Add lua-rx/-to-string wrappers to simplify writing Lua-specific regexps More... about 12 years ago
should-lua-indent: accept strings rather than lists to simplify writing tests More... about 12 years ago
lua-search-documentation: fix 'foo.bar' lookups broken when making '.' punctuation More... about 12 years ago
Update README.md More... about 12 years ago
Fix several cases for `indent-new-comment-line' (M-j) More... over 12 years ago
Bump NEWS More... over 12 years ago
Skip shebang line when sending to inferior buffer (issue #61) More... over 12 years ago
Fix stacktrace parsing in inferior process buffer More... over 12 years ago
Move "no-query-on-exit" initialization to lua-start-process, update it More... over 12 years ago
Send code to inferior process via loadstring to avoid tempfile issues More... over 12 years ago
Send init-code in lua-start-process, enable compilation-shell-minor-mode More... over 12 years ago
Rewrite lua-send-buffer function (should fix issue #60) More... over 12 years ago
Remove syntax hacks for '.' & '_' characters More... over 12 years ago
Add missing modulo operator (%) to line-continuation tokens More... over 12 years ago
Add basic indentation tests More... over 12 years ago
Remove highlighting of numbers for consistency with other major-modes More... over 12 years ago
test-electric-mode: check interaction with electric-pair-skip-self flag More... over 12 years ago
Suppress fontification messages in emacs23 test output More... over 12 years ago
.gitignore: ignore all *.elc More... over 12 years ago
ert-tests/test-electric-mode.el: add tests for electric indentation More... over 12 years ago
Create cask project; pull in ert.el to enable testing emacs23 More... over 12 years ago
make test: test both compiled and uncompiled variants More... over 12 years ago
Fix interaction with electric-pair-mode (issue #54) More... over 12 years ago
Make builtin font-locking more stable; enable it after ".." operator More... over 12 years ago
Font-lock "nil", "true" and "false" as constants rather than keywords More... over 12 years ago
Move font-lock test helpers into a separate file More... over 12 years ago
Revert "Rename lua--function-name-rx, use it in font-lock keywords init" More... over 12 years ago
Add a test for defun font-locking; add make check target to run it More... over 12 years ago
lua-make-delimited-matcher: wrap into eval-and-compile More... over 12 years ago