branch: externals/consult
commit 9ea0de71da00430c3c6144919efd32fdfbd21cd7
Author: Daniel Mendler
Commit: Daniel Mendler
Revert "consult--split-style-perl: Don't split if the first character is a
space"
This reverts commit 030b7719fdfb14a718f1c7f21fc330c409a73111.
---
README.org |
branch: externals/consult
commit 44f8248d19f963ac51ae3dd5ff1dceaa2b53267e
Author: Daniel Mendler
Commit: Daniel Mendler
find does not support non-capturing groups
---
consult.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 0fa5437.
elpasync pushed a change to branch externals/consult.
from 766bece Add outline header
new 44f8248 find does not support non-capturing groups
new 9ea0de7 Revert "consult--split-style-perl: Don't split if the
first character is a space"
Summary of changes:
README.org
elpasync pushed a change to branch externals/consult.
from 9eed0b8 consult--highlight-regexps: Only highlight capturing
groups
new 4b92708 Add outline headers
new 766bece Add outline header
Summary of changes:
consult.el | 8
1 file changed, 8 insertions(+
branch: externals/consult
commit 766bece2387215ae6b4a65d4107341649080ee24
Author: Daniel Mendler
Commit: Daniel Mendler
Add outline header
---
consult.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/consult.el b/consult.el
index 4ee8ce7..0fa5437 100644
--- a/consult.el
+++ b/consul
branch: externals/consult
commit 4b92708064864c688579942711b107bf20ffcfc5
Author: Daniel Mendler
Commit: Daniel Mendler
Add outline headers
---
consult.el | 6 ++
1 file changed, 6 insertions(+)
diff --git a/consult.el b/consult.el
index 18ad213..4ee8ce7 100644
--- a/consult.el
+++ b/c
branch: externals/consult
commit 9eed0b89c57a5da8f93ecd77de03655b5345c75e
Author: Daniel Mendler
Commit: Daniel Mendler
consult--highlight-regexps: Only highlight capturing groups
Orderless uses the same approach.
---
consult.el | 10 --
1 file changed, 8 insertions(+), 2 d
elpasync pushed a change to branch externals/consult.
from 7bd3e44 Simplify regexp conversion
new 030b771 consult--split-style-perl: Don't split if the first
character is a space
new 9eed0b8 consult--highlight-regexps: Only highlight capturing
groups
Summary of cha
branch: externals/consult
commit 030b7719fdfb14a718f1c7f21fc330c409a73111
Author: Daniel Mendler
Commit: Daniel Mendler
consult--split-style-perl: Don't split if the first character is a space
---
README.org | 41 +++--
consult.el | 31 ++-
branch: externals/consult
commit 7bd3e44929d44cf0e17f38e943e9be2bd6014237
Author: Daniel Mendler
Commit: Daniel Mendler
Simplify regexp conversion
---
consult.el | 70 +++---
1 file changed, 35 insertions(+), 35 deletions(-)
diff --gi
branch: externals/vertico
commit be853e8ef60bf255ea4a5099805eb7492fcb0881
Author: Daniel Mendler
Commit: Daniel Mendler
Shrink minibuffer when activating flat mode (Fix #101)
---
extensions/vertico-flat.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/extensions/vertico-flat.el b/e
branch: externals/consult
commit 27f5e06653c0c16881776d7209a4ee7483d0bd61
Author: Daniel Mendler
Commit: Daniel Mendler
Update comment
---
consult.el | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/consult.el b/consult.el
index b63c70c..f96450b 100644
--- a/consul
branch: externals/consult
commit 894f678c0c5985e349e639f0c491612f4eb08c39
Author: Daniel Mendler
Commit: Daniel Mendler
Improve converter
---
consult.el | 22 ++
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/consult.el b/consult.el
index 4c369cf..b63c70
elpasync pushed a change to branch externals/consult.
from e7bfe0f Precompute table
new 894f678 Improve converter
new 27f5e06 Update comment
Summary of changes:
consult.el | 29 ++---
1 file changed, 14 insertions(+), 15 deletions(-)
branch: main
commit 564b2c148a37f241974573142e354e456d2c416e
Author: Stephen Leake
Commit: Stephen Leake
* README (Release and devel archives): New section
---
README | 20
1 file changed, 20 insertions(+)
diff --git a/README b/README
index 0dc7f63..8a549a6 100644
---
branch: externals/consult
commit 7927a8b81057cd6fa136611d0a39e96489344a71
Author: Daniel Mendler
Commit: Daniel Mendler
Use rx syntax
---
consult.el | 14 ++
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/consult.el b/consult.el
index be6bdb0..f803fb5 100644
--- a
branch: externals/consult
commit 31e546093dd0f2a6a6030bbf43fac466f2eb05f9
Author: Daniel Mendler
Commit: Daniel Mendler
Support Emacs special treatment of + and *
---
consult.el | 22 ++
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/consult.el b/consult.
branch: externals/consult
commit e7bfe0f41839fecd2bd8b1eb34bf2dfae280ea43
Author: Daniel Mendler
Commit: Daniel Mendler
Precompute table
---
consult.el | 40 ++--
1 file changed, 22 insertions(+), 18 deletions(-)
diff --git a/consult.el b/consult.el
inde
branch: externals/consult
commit 3d8cc225be47441d719c571be808ef6842e60915
Author: Daniel Mendler
Commit: Daniel Mendler
Simplify
---
consult.el | 44 +++-
1 file changed, 23 insertions(+), 21 deletions(-)
diff --git a/consult.el b/consult.el
index c9
elpasync pushed a change to branch externals/consult.
from bf598c8 Always treat \` and \' as ^ and $ respectively
new 31e5460 Support Emacs special treatment of + and *
new 3d8cc22 Simplify
new 7927a8b Use rx syntax
new e7bfe0f Precompute table
Su
branch: externals/javaimp
commit a328ea0af5be6c0c49dfc0879377a525e71a277c
Author: Filipp Gunbin
Commit: Filipp Gunbin
Suppress compilation warnings
---
javaimp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp.el b/javaimp.el
index c1ba563..abe7653 100644
--- a/
fgunbin pushed a change to branch scratch/javaimp-wip.
was 5d00e71 wip
This change permanently discards the following revisions:
discards 5d00e71 wip
discards dcc6bed wip
discards 4ac5cb4 wip
discards fe080eb wip
discards aa0f932 wip
discards a5c00a7 wip
branch: externals/javaimp
commit 894f4284b6d9fbf728fd7e9767925b757a56d94f
Author: Filipp Gunbin
Commit: Filipp Gunbin
Support imenu, first working version
---
javaimp-gradle.el | 17 +-
javaimp-maven.el | 18 +-
javaimp-parse.el
branch: scratch/javaimp-wip
commit 5d00e712d18a585594b946eaa96d24bd5ef44757
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-gradle.el | 7 --
javaimp-maven.el | 21 ++---
javaimp-parse.el | 180
javaimp-tests.el | 161 +-
branch: externals/consult
commit 1d507450c768d35619307c819654d1a979bb9447
Author: Daniel Mendler
Commit: Daniel Mendler
Update comment
---
consult.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 81b6872..3a8adfc 100644
--- a/consult.el
++
elpasync pushed a change to branch externals/consult.
from f31ac4d Expand comment
new 1d50745 Update comment
new 05089f0 Add lookahead wrapper only if there is more than one
regular expression
new ddc67f1 consult--convert-regexp: Use \z instead of \Z
branch: externals/consult
commit bf598c8552613cf747746cee2a302701e9b2beff
Author: Daniel Mendler
Commit: Daniel Mendler
Always treat \` and \' as ^ and $ respectively
---
consult.el | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/consult.el b/consult.el
branch: externals/consult
commit ddc67f1380c3d1f74842dc866eb7e27ec44259e2
Author: Daniel Mendler
Commit: Daniel Mendler
consult--convert-regexp: Use \z instead of \Z
---
consult.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 5744308..4
branch: externals/consult
commit 95dadd98a6a0f08955f67f1e9a7cc312435a86b8
Author: Daniel Mendler
Commit: Daniel Mendler
Ripgrep regular expressions are perl-style, but without lookahead
We have to distinguish the following regular expression types:
- emacs
- basic
-
branch: externals/consult
commit 05089f0f8e3d7fd0493700076d021c30afb6a582
Author: Daniel Mendler
Commit: Daniel Mendler
Add lookahead wrapper only if there is more than one regular expression
---
consult.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/consult
girzel pushed a change to branch externals/ebdb.
from f8d1802 Replace defadvice with advice-add
new ac94a77 Don't offer to create roles based on defunct mail
addresses
new f1471ca Remove requires for vm libraries, release 0.7.1
Summary of changes:
ebdb-com.el | 5 +
branch: externals/ebdb
commit f1471cac20cba9def6ef1fc206423524cdfcdc99
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Remove requires for vm libraries, release 0.7.1
* ebdb-vm.el: The declare-functions and defvars are sufficient, this
was causing errors.
---
ebdb-vm.el | 4 ---
branch: externals/ebdb
commit ac94a778bc6d22bc999eec705f26c5a17d8d3da6
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Don't offer to create roles based on defunct mail addresses
* ebdb-com.el (ebdb-record-insert-field): Skip if mail is defunct.
---
ebdb-com.el | 5 -
1 file ch
branch: externals/consult
commit f31ac4de49974b9fcfe585bb19199ffa6b115582
Author: Daniel Mendler
Commit: Daniel Mendler
Expand comment
---
consult.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/consult.el b/consult.el
index c66db9d..81b6872 100644
--- a/consult
branch: externals/consult
commit 544cb07d0a07575a7ce545e1cd7ddd66b2917b20
Author: Daniel Mendler
Commit: Daniel Mendler
Simplify regexp conversion
---
consult.el | 23 ++-
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/consult.el b/consult.el
index f3d28
elpasync pushed a change to branch externals/consult.
from e81a450 Update changelog
new 544cb07 Simplify regexp conversion
new f31ac4d Expand comment
Summary of changes:
consult.el | 29 ++---
1 file changed, 14 insertions(+), 15 deletions(-)
branch: externals/consult
commit 4c68ceb7d97eafd7b620e40cb3c8b306f71d628a
Author: Daniel Mendler
Commit: Daniel Mendler
Formatting
---
consult.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/consult.el b/consult.el
index 9cfc21a..f3d287c 100644
--- a/consult.
elpasync pushed a change to branch externals/consult.
from 239578d Update docstring
new 1c3320f Improve regexp support
new 28c7786 Minor cleanup
new 4c68ceb Formatting
new e81a450 Update changelog
Summary of changes:
CHANGELOG.org | 1 +
consult
branch: externals/consult
commit 1c3320f079832407fcbd8339a9f60e2bd095802c
Author: Daniel Mendler
Commit: Daniel Mendler
Improve regexp support
---
consult.el | 34 +++---
1 file changed, 23 insertions(+), 11 deletions(-)
diff --git a/consult.el b/consult.el
inde
branch: externals/consult
commit 28c7786d7180024b7e5febd7c3afb59ef51e7729
Author: Daniel Mendler
Commit: Daniel Mendler
Minor cleanup
---
consult.el | 47 +++
1 file changed, 23 insertions(+), 24 deletions(-)
diff --git a/consult.el b/consult.el
branch: externals/consult
commit e81a450443dea9215ff73baf179f5db4e09ac3a5
Author: Daniel Mendler
Commit: Daniel Mendler
Update changelog
---
CHANGELOG.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index ec1bd2f..28992e7 100644
--- a/CHANGELOG.org
+++
branch: externals/vertico
commit 0a484c6a2b1426ee6c41d1d78cbbdcacf0e142ac
Author: Daniel Mendler
Commit: Daniel Mendler
README: Add note about extensions
---
README.org | 4
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index 469e6ef..3615a48 100644
--- a/README
elpasync pushed a change to branch externals/consult.
from d9e7a6b Minor improvements
new a5adb17 Extract command line builders
new 239578d Update docstring
Summary of changes:
consult.el | 144 -
1 file ch
branch: externals/consult
commit 239578d86b37da8bdc757dd788d7200b8f43be8d
Author: Daniel Mendler
Commit: Daniel Mendler
Update docstring
---
consult.el | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/consult.el b/consult.el
index 51e5edf..8b81d76 100644
branch: externals/consult
commit a5adb1797d0a508b1e865450209b130a61455261
Author: Daniel Mendler
Commit: Daniel Mendler
Extract command line builders
---
consult.el | 129 -
1 file changed, 76 insertions(+), 53 deletions(-)
diff -
branch: externals/consult
commit 1ace75bab34ed9342c7d3032e48334c12cf8cddd
Author: Daniel Mendler
Commit: Daniel Mendler
Transform input of consult-grep and consult-find commands
The input string is transformed before passing it to the backend. Spaces are
replaced by `.*`. Furthe
elpasync pushed a change to branch externals/consult.
from 85e0322 README: Add missing configuration variable
new 1ace75b Transform input of consult-grep and consult-find commands
new d9e7a6b Minor improvements
Summary of changes:
CHANGELOG.org | 12 ++
README.org
branch: externals/consult
commit d9e7a6bc10f57b420f25365f278ca75f3652b020
Author: Daniel Mendler
Commit: Daniel Mendler
Minor improvements
---
consult.el | 25 ++---
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/consult.el b/consult.el
index 6a81c63..e9
branch: externals/vertico
commit 5e612540ed380394fda38cc7938b8734c7001bca
Author: Daniel Mendler
Commit: Daniel Mendler
README: Mention Embark-Consult and Wgrep
---
README.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 461d86d..469e6ef 100644
--- a/R
branch: externals/vertico
commit 2fa871dc35993cc973264e278ced71e0fcda66eb
Author: Daniel Mendler
Commit: Daniel Mendler
vertico-buffer: Add display actions to choose from (See #98)
---
extensions/vertico-buffer.el | 35 ++-
1 file changed, 30 insertions(+), 5
branch: elpa/lua-mode
commit 2bd9077dd0405efc9276f612e24a345698c539c4
Merge: 2d9a468 bc77051
Author: immerrr again
Commit: GitHub
Merge pull request #192 from tarsiiformes/indentation
Fix indentation
---
init-tryout.el | 2 +-
lua-mode.el| 106
branch: elpa/lua-mode
commit 6a837f79a3a462ef525b76712d529b9dff4f2345
Author: immerrr
Commit: immerrr
with-lua-buffer: ensure font-lock is activated
---
test/utils.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/test/utils.el b/test/utils.el
index 6fc7912..b8
branch: elpa/lua-mode
commit 9454aeeb665df360543b47e162f03276a16b01a5
Merge: 4e346d4 cf076a6
Author: immerrr again
Commit: GitHub
Merge pull request #187 from immerrr/re-enable-emacs-24
Re enable tests for emacs 24
---
.github/workflows/test.yml | 2 +-
test/test-process.el |
branch: elpa/lua-mode
commit 0018e952090a10d9ac98ed6b02a5dcdc661ffe98
Author: immerrr
Commit: immerrr
make-indentation-pair: don't calculate full indentation on every closer
---
lua-mode.el | 21 +
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/lua-mode.e
branch: elpa/lua-mode
commit 6a30c39a0bc1217f1678122b9aa112e620782d80
Author: immerrr
Commit: immerrr
lua-is-continuing-statement-p: short-circuit to false for "breaker" kws
---
lua-mode.el | 11 +++
1 file changed, 11 insertions(+)
diff --git a/lua-mode.el b/lua-mode.el
index 9bdf
branch: elpa/lua-mode
commit a4f49d317dac902b0e3866adc2273a80c819d45d
Author: immerrr
Commit: immerrr
Consider point as inside comment if it is inside "--" opener
---
lua-mode.el | 49
test/test-strings-and-comments.el | 230 ++
branch: elpa/lua-mode
commit c96a836ed267903925772078d2df79ba95b89d60
Author: immerrr
Commit: immerrr
is-continuing-p: use lua-skip-ws-and-comments-backward/-forward
---
lua-mode.el | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/lua-mode.el b/lua-mode.el
index 4
branch: elpa/lua-mode
commit fbdbf05ad058a8859a577d70e9a62413adb30160
Merge: 6638de0 a4f49d3
Author: immerrr again
Commit: GitHub
Merge pull request #181 from
immerrr/treat-comment-delimiters-as-comments-too
Consider point as inside comment if it is inside "--" opener
---
lua-mode
branch: elpa/lua-mode
commit 8858ffa3048b4033ecc58a3c159751381f57e938
Author: immerrr
Commit: immerrr
Add CI tests via Github Actions
---
.github/workflows/test.yml | 57 ++
1 file changed, 57 insertions(+)
diff --git a/.github/workflows/test.yml
branch: elpa/lua-mode
commit 3a0fb4bfe83f6702eba9f84991c7eb3b3b3fc5f7
Author: Nikita Bloshchanevich
Commit: Nikita Bloshchanevich
`lua-funcname-at-point': add tests
---
test/test-funcname-at-point.el | 31 +++
1 file changed, 31 insertions(+)
diff --git a/test/t
branch: elpa/lua-mode
commit 1135932247cc71b90660d51fd494175f73ddbc17
Author: Nikita Bloshchanevich
Commit: Nikita Bloshchanevich
test-process: check if the buffer switching works
---
test/test-process.el | 19 +++
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git
branch: elpa/lua-mode
commit cdab971dfb3fc5b8dcfe1fb2232633aea31ec227
Author: immerrr
Commit: immerrr
re-enable testing on Emacs 24.3
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
in
branch: elpa/lua-mode
commit 7ee3febab01aeacfd33357124e7f605e1e110d99
Author: immerrr
Commit: immerrr
Bump version tag for v20210802 release
---
lua-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index c09a26f..637ad09 100644
--- a/lua-
branch: elpa/lua-mode
commit b7938523c166aa89188224d1bb6f94b28871233c
Author: Nikita Bloshchanevich
Commit: Nikita Bloshchanevich
Add regression test
---
test/test-process.el | 21 +
1 file changed, 21 insertions(+)
diff --git a/test/test-process.el b/test/test-process.
branch: elpa/lua-mode
commit b043ca496a3ffeecfc0ffa7255a82f27d108e380
Author: immerrr
Commit: immerrr
lua-is-continuing-statement-p-1: fix missing save-excursion on branch
---
lua-mode.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/lua-mode.el b/lua-mo
branch: elpa/lua-mode
commit 3e89784f5e7ae5d47e99ba8b9403d14df7490089
Author: immerrr
Commit: immerrr
Fix test suite names
---
test/test-strings-and-comments.el | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/test/test-strings-and-comments.
branch: elpa/lua-mode
commit bc770512a93a057f42144d90d008f257badeb743
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix indentation
---
init-tryout.el | 2 +-
lua-mode.el| 106 -
2 files changed, 54 insertions(+), 54 deletions(
branch: elpa/lua-mode
commit 93da584109ea2bfb4627436a521cc1f0642ac9b5
Author: immerrr
Commit: immerrr
Bump indentation tests, add missing function-call-arguments suite
---
test/indentation-tests/assignment-indentation.lua | 8 +-
test/indentation-tests/function-call-arguments.lua | 109 +
branch: elpa/lua-mode
commit 350acced4ac44cb47653f6aeaacbf50b5519216d
Author: immerrr
Commit: immerrr
Don't do lua-backward-up-list calculation for overrides if not necessary
---
lua-mode.el | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/lua-mode.el b/lua-
branch: elpa/lua-mode
commit e81d0f2f937d24a3186305ce924b8944b7197bc9
Merge: d63f2af 430679c
Author: immerrr again
Commit: GitHub
Merge pull request #179 from nbfalcon/code-cleanup/fix-fixmes
Code cleanup/fix fixmes
---
lua-mode.el| 21 +++--
tes
branch: elpa/lua-mode
commit 85d01e90b60fe6d7409d8780e8bd21bf4e547877
Author: Nikita Bloshchanevich
Commit: Nikita Bloshchanevich
`lua-funcname-at-point': fix regexes
Handle _ in identifiers and escape ".".
---
lua-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
branch: elpa/lua-mode
commit 56af49090bcf28cc097a147693a2af2c8da600f6
Author: immerrr
Commit: immerrr
lua-find-regexp: escape string/comment after a match is ignored
Previously, one string literal/comment block might produce multiple matches.
---
lua-mode.el |
branch: elpa/lua-mode
commit d63f2afbb8ecfd01afda1bf0fc0e0b15178cc8f6
Merge: fbdbf05 07c6bad
Author: immerrr again
Commit: GitHub
Merge pull request #183 from immerrr/add-lua-skip-ws-comment-functions
Add lua-skip-ws-comment-forward/-backward functions
---
lua-mode.el
branch: elpa/lua-mode
commit d7ff9c09e903b0c9f1b99b9f15e4bf5442ce
Author: immerrr
Commit: immerrr
Fix lua-goto-matching-block for when point is at the beginning of keyword
---
lua-mode.el | 5 +++--
test/test-generic.el | 59
branch: elpa/lua-mode
commit 345ebfc1e236d9676e7e9f7364493785e7756348
Merge: 5bfdea5 9d46ad3
Author: immerrr again
Commit: GitHub
Merge pull request #174 from immerrr/assorted-fixes
Assorted fixes
---
README.md | 33 ++---
lua-mode.el | 32
branch: elpa/lua-mode
commit 83ec53dedd6d9a64f780680aa3fb3eb7c7e482d8
Author: Nikita Bloshchanevich
Commit: Nikita Bloshchanevich
`lua-funcname-at-point': be more strict
Only return a function name if the cursor is on a dot-delimited
identifier.
---
lua-mode.el | 15 ---
branch: elpa/lua-mode
commit 430679ce887b247b605822468a81234bbde4eaf7
Author: Nikita Bloshchanevich
Commit: Nikita Bloshchanevich
`lua-funcname-at-point': handle identifiers before
Now also handle identifiers that are before point: "table.insert|".
---
lua-mode.el
branch: elpa/lua-mode
commit b9a476cbb22b0fbfccd0ab60f3c02c61478a1642
Merge: 2bd9077 d81c700
Author: immerrr again
Commit: GitHub
Merge pull request #194 from phikal/patch-1
Bump version tag
---
lua-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua-mod
branch: elpa/lua-mode
commit b37710e474a805a9a5a7f5b25a084277c73b7fb3
Author: immerrr
Commit: immerrr
Enable fontification of variable names in "for" and function parameters
- drop make-delimited-matcher magical function
- add regression test for issue #163
---
lua-mode.el
branch: elpa/lua-mode
commit 5bfdea52d5dced8282914857976e3b012d542061
Merge: 51a32ef 9c275cd
Author: immerrr again
Commit: GitHub
Merge pull request #177 from immerrr/refactor-variable-list-fontification
Enable variable name fontification in "for" stmts and function arguments
---
l
branch: elpa/lua-mode
commit afd5aa3993e9acb33f873a575e4da513b2d1f56a
Author: immerrr
Commit: immerrr
test-indentation: remove unused subr-x dependency
---
test/test-indentation.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/test-indentation.el b/test/test-indentation.el
index f
branch: elpa/lua-mode
commit a57b1b1410e383bbc0e6a992a879fefc5da83827
Author: JenChieh
Commit: JenChieh
Add badges to README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index d7a22bd..38a3116 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @
branch: elpa/lua-mode
commit 853b0405b7c9403484746328412fe5ae71fe240d
Author: Nikita Bloshchanevich
Commit: Nikita Bloshchanevich
`lua-start-process': start a new process sometimes
Start a new lua process if NAME is given and different.
---
lua-mode.el | 11 ++-
1 file chan
branch: elpa/lua-mode
commit b17050051164f9ff79451f2e744bc7891206e83d
Author: immerrr
Commit: immerrr
Add backport of string-trim not available in Emacs 24
---
test/test-indentation.el | 7 ++-
test/utils.el| 31 +++
2 files changed, 17 insertion
branch: elpa/lua-mode
commit 2d9a468b94acd8480299d47449b53136060b7b23
Merge: 9454aee a57b1b1
Author: immerrr again
Commit: GitHub
Merge pull request #189 from jcs-PR/badge
Add badges to README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
branch: elpa/lua-mode
commit 9d46ad37ee060b60645be57f5cf4330ae25ec0e7
Author: immerrr
Commit: immerrr
Update readme
---
README.md | 33 ++---
1 file changed, 30 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 5ede768..d7a22bd 100644
--- a/
branch: elpa/lua-mode
commit 1365ba0df92d33adafb8a3ce8fb1784087380826
Author: immerrr
Commit: immerrr
Enable XFAIL-ing tests for continuation in block intros
---
lua-mode.el | 25
test/indentation-tests/continuation-lines.lua | 19 +
branch: elpa/lua-mode
commit 4a45c6d40d927f6272b01c9f38b0fc411a7c2220
Author: immerrr
Commit: immerrr
lua-make-indentation-info-pair: optimize "same-line" checks
---
lua-mode.el | 21 -
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/lua-mode.el b/lua-mode
branch: elpa/lua-mode
commit 054641837576e77ca784692352aa79c4fc9bd9a7
Author: immerrr
Commit: immerrr
Extend lua-default-application doc a bit
---
lua-mode.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index 74a6cf6..a5f5d6a 100644
---
branch: elpa/lua-mode
commit 8270df5280b3f4ee4b9bdac22cc711405970fe0c
Author: immerrr
Commit: immerrr
lua-is-continuing-statement-p: remove N^2 complexity on openers/closers
---
lua-mode.el | 89 ++---
1 file changed, 50 insertions(+),
branch: elpa/lua-mode
commit cf076a67551b5114a8078f767d0ca55e49a2843c
Author: immerrr
Commit: immerrr
Replace funcall-interactively -> call-interactively (for Emacs-24.3)
---
test/test-process.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/test-process.el b/
branch: elpa/lua-mode
commit db8d474249f33542484e9d3a61906a9be0f2d6b9
Author: immerrr
Commit: immerrr
Fix indentation of multiline while/for+do and if/elseif+then
---
lua-mode.el | 227 +---
1 file changed, 157 insertions(+), 70 deleti
branch: elpa/lua-mode
commit 5fe5f572b1d244f64df96cde8255f3c2102f818d
Author: immerrr
Commit: immerrr
Fix wait-for-prompt to take lua-prompt-regexp into account
---
lua-mode.el | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/lua-mode.el b/lua-mode.el
ind
branch: elpa/lua-mode
commit 4e346d48c35044f7c6bbc5e46e0be9c2d1b904ad
Author: immerrr
Commit: immerrr
Add COPYING file
---
COPYING | 339
1 file changed, 339 insertions(+)
diff --git a/COPYING b/COPYING
new file mode 100644
i
branch: elpa/lua-mode
commit 5dfc5bed7fffc17b95df033c2d658becf2dd8c84
Merge: 658bf8f 6436a45
Author: immerrr again
Commit: GitHub
Merge pull request #168 from immerrr/index-requires-as-imenu-items
Index "require" as imenu items
---
lua-mode.el | 3 ++-
test/test-generic.e
branch: elpa/lua-mode
commit 35b6e4c20b8b4eaf783ccc8e613d0dd06dbd165c
Merge: a3a71b1 c9b9d47
Author: immerrr again
Commit: GitHub
Merge pull request #169 from tarsiiformes/typos
Fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/R
branch: elpa/lua-mode
commit 6b32777cad06eec6c80d22b2ae88778bfad15998
Author: immerrr
Commit: immerrr
assignment statements: unindent closing parenthesis on right hand side
---
lua-mode.el | 1 +
test/indentation-tests/assignment-indentation.lua | 60 +
branch: elpa/lua-mode
commit d2ff3045b9694293a302fa60d7bd5d97f2673156
Author: immerrr
Commit: immerrr
Copy cl-signum into lua--signum for backward compat
---
lua-mode.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index 63223d2..aae470
branch: elpa/lua-mode
commit c1b6019762d6ae67408e2c526f7f0355b1a2c770
Author: Dmitry Kalinkin
Commit: GitHub
Fix reproducibility issue caused by %d pattern in export-subst
The current revision string format results in release tarballs that have
different content depending on what b
branch: elpa/lua-mode
commit c9b9d475f88159118e2641df895691c6bf96114d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1faec34..5ede768 100644
--- a/README.md
+++ b/README.m
1 - 100 of 519 matches
Mail list logo