[elpa] externals/consult 9ea0de7 2/2: Revert "consult--split-style-perl: Don't split if the first character is a space"

2021-08-05 Thread ELPA Syncer
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 |

[elpa] externals/consult 44f8248 1/2: find does not support non-capturing groups

2021-08-05 Thread ELPA Syncer
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.

[elpa] externals/consult updated (766bece -> 9ea0de7)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult updated (9eed0b8 -> 766bece)

2021-08-05 Thread ELPA Syncer
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(+

[elpa] externals/consult 766bece 2/2: Add outline header

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 4b92708 1/2: Add outline headers

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 9eed0b8 2/2: consult--highlight-regexps: Only highlight capturing groups

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult updated (7bd3e44 -> 9eed0b8)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 030b771 1/2: consult--split-style-perl: Don't split if the first character is a space

2021-08-05 Thread ELPA Syncer
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 ++-

[elpa] externals/consult 7bd3e44: Simplify regexp conversion

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/vertico be853e8: Shrink minibuffer when activating flat mode (Fix #101)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 27f5e06 2/2: Update comment

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 894f678 1/2: Improve converter

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult updated (e7bfe0f -> 27f5e06)

2021-08-05 Thread ELPA Syncer
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(-)

[elpa] main 564b2c1: * README (Release and devel archives): New section

2021-08-05 Thread Stephen Leake
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 ---

[elpa] externals/consult 7927a8b 3/4: Use rx syntax

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 31e5460 1/4: Support Emacs special treatment of + and *

2021-08-05 Thread ELPA Syncer
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.

[elpa] externals/consult e7bfe0f 4/4: Precompute table

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 3d8cc22 2/4: Simplify

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult updated (bf598c8 -> e7bfe0f)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/javaimp a328ea0: Suppress compilation warnings

2021-08-05 Thread Filipp Gunbin
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/

[elpa] branch scratch/javaimp-wip deleted (was 5d00e71)

2021-08-05 Thread Filipp Gunbin
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

[elpa] externals/javaimp 894f428: Support imenu, first working version

2021-08-05 Thread Filipp Gunbin
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

[elpa] scratch/javaimp-wip 5d00e71: wip

2021-08-05 Thread Filipp Gunbin
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 +-

[elpa] externals/consult 1d50745 1/5: Update comment

2021-08-05 Thread ELPA Syncer
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 ++

[elpa] externals/consult updated (f31ac4d -> bf598c8)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult bf598c8 5/5: Always treat \` and \' as ^ and $ respectively

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult ddc67f1 3/5: consult--convert-regexp: Use \z instead of \Z

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 95dadd9 4/5: Ripgrep regular expressions are perl-style, but without lookahead

2021-08-05 Thread ELPA Syncer
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 -

[elpa] externals/consult 05089f0 2/5: Add lookahead wrapper only if there is more than one regular expression

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/ebdb updated (f8d1802 -> f1471ca)

2021-08-05 Thread Eric Abrahamsen
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 +

[elpa] externals/ebdb f1471ca 2/2: Remove requires for vm libraries, release 0.7.1

2021-08-05 Thread Eric Abrahamsen
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 ---

[elpa] externals/ebdb ac94a77 1/2: Don't offer to create roles based on defunct mail addresses

2021-08-05 Thread Eric Abrahamsen
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

[elpa] externals/consult f31ac4d 2/2: Expand comment

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 544cb07 1/2: Simplify regexp conversion

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult updated (e81a450 -> f31ac4d)

2021-08-05 Thread ELPA Syncer
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(-)

[elpa] externals/consult 4c68ceb 3/4: Formatting

2021-08-05 Thread ELPA Syncer
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.

[elpa] externals/consult updated (239578d -> e81a450)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 1c3320f 1/4: Improve regexp support

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 28c7786 2/4: Minor cleanup

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult e81a450 4/4: Update changelog

2021-08-05 Thread ELPA Syncer
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 +++

[elpa] externals/vertico 0a484c6: README: Add note about extensions

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult updated (d9e7a6b -> 239578d)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult 239578d 2/2: Update docstring

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult a5adb17 1/2: Extract command line builders

2021-08-05 Thread ELPA Syncer
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 -

[elpa] externals/consult 1ace75b 1/2: Transform input of consult-grep and consult-find commands

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult updated (85e0322 -> d9e7a6b)

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/consult d9e7a6b 2/2: Minor improvements

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/vertico 5e61254: README: Mention Embark-Consult and Wgrep

2021-08-05 Thread ELPA Syncer
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

[elpa] externals/vertico 2fa871d: vertico-buffer: Add display actions to choose from (See #98)

2021-08-05 Thread ELPA Syncer
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

[nongnu] elpa/lua-mode 2bd9077 465/468: Merge pull request #192 from tarsiiformes/indentation

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 6a837f7 458/468: with-lua-buffer: ensure font-lock is activated

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 9454aee 461/468: Merge pull request #187 from immerrr/re-enable-emacs-24

2021-08-05 Thread Philip Kaludercic
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 |

[nongnu] elpa/lua-mode 0018e95 452/468: make-indentation-pair: don't calculate full indentation on every closer

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 6a30c39 447/468: lua-is-continuing-statement-p: short-circuit to false for "breaker" kws

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode a4f49d3 438/468: Consider point as inside comment if it is inside "--" opener

2021-08-05 Thread Philip Kaludercic
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 ++

[nongnu] elpa/lua-mode c96a836 445/468: is-continuing-p: use lua-skip-ws-and-comments-backward/-forward

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode fbdbf05 439/468: Merge pull request #181 from immerrr/treat-comment-delimiters-as-comments-too

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 8858ffa 436/468: Add CI tests via Github Actions

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 3a0fb4b 431/468: `lua-funcname-at-point': add tests

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 1135932 435/468: test-process: check if the buffer switching works

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode cdab971 459/468: re-enable testing on Emacs 24.3

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 7ee3feb 468/468: Bump version tag for v20210802 release

2021-08-05 Thread Philip Kaludercic
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-

[nongnu] elpa/lua-mode b793852 434/468: Add regression test

2021-08-05 Thread Philip Kaludercic
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.

[nongnu] elpa/lua-mode b043ca4 451/468: lua-is-continuing-statement-p-1: fix missing save-excursion on branch

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 3e89784 454/468: Fix test suite names

2021-08-05 Thread Philip Kaludercic
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.

[nongnu] elpa/lua-mode bc77051 464/468: Fix indentation

2021-08-05 Thread Philip Kaludercic
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(

[nongnu] elpa/lua-mode 93da584 449/468: Bump indentation tests, add missing function-call-arguments suite

2021-08-05 Thread Philip Kaludercic
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 +

[nongnu] elpa/lua-mode 350acce 450/468: Don't do lua-backward-up-list calculation for overrides if not necessary

2021-08-05 Thread Philip Kaludercic
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-

[nongnu] elpa/lua-mode e81d0f2 442/468: Merge pull request #179 from nbfalcon/code-cleanup/fix-fixmes

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 85d01e9 429/468: `lua-funcname-at-point': fix regexes

2021-08-05 Thread Philip Kaludercic
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(-)

[nongnu] elpa/lua-mode 56af490 446/468: lua-find-regexp: escape string/comment after a match is ignored

2021-08-05 Thread Philip Kaludercic
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 |

[nongnu] elpa/lua-mode d63f2af 441/468: Merge pull request #183 from immerrr/add-lua-skip-ws-comment-functions

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode d7ff9c0 444/468: Fix lua-goto-matching-block for when point is at the beginning of keyword

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 345ebfc 425/468: Merge pull request #174 from immerrr/assorted-fixes

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 83ec53d 430/468: `lua-funcname-at-point': be more strict

2021-08-05 Thread Philip Kaludercic
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 ---

[nongnu] elpa/lua-mode 430679c 433/468: `lua-funcname-at-point': handle identifiers before

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode b9a476c 467/468: Merge pull request #194 from phikal/patch-1

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode b37710e 418/468: Enable fontification of variable names in "for" and function parameters

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 5bfdea5 420/468: Merge pull request #177 from immerrr/refactor-variable-list-fontification

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode afd5aa3 415/468: test-indentation: remove unused subr-x dependency

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode a57b1b1 462/468: Add badges to README

2021-08-05 Thread Philip Kaludercic
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 @

[nongnu] elpa/lua-mode 853b040 432/468: `lua-start-process': start a new process sometimes

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode b170500 416/468: Add backport of string-trim not available in Emacs 24

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 2d9a468 463/468: Merge pull request #189 from jcs-PR/badge

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 9d46ad3 424/468: Update readme

2021-08-05 Thread Philip Kaludercic
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/

[nongnu] elpa/lua-mode 1365ba0 412/468: Enable XFAIL-ing tests for continuation in block intros

2021-08-05 Thread Philip Kaludercic
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 +

[nongnu] elpa/lua-mode 4a45c6d 410/468: lua-make-indentation-info-pair: optimize "same-line" checks

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 0546418 423/468: Extend lua-default-application doc a bit

2021-08-05 Thread Philip Kaludercic
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 ---

[nongnu] elpa/lua-mode 8270df5 411/468: lua-is-continuing-statement-p: remove N^2 complexity on openers/closers

2021-08-05 Thread Philip Kaludercic
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(+),

[nongnu] elpa/lua-mode cf076a6 460/468: Replace funcall-interactively -> call-interactively (for Emacs-24.3)

2021-08-05 Thread Philip Kaludercic
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/

[nongnu] elpa/lua-mode db8d474 408/468: Fix indentation of multiline while/for+do and if/elseif+then

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 5fe5f57 422/468: Fix wait-for-prompt to take lua-prompt-regexp into account

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 4e346d4 457/468: Add COPYING file

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 5dfc5be 399/468: Merge pull request #168 from immerrr/index-requires-as-imenu-items

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 35b6e4c 402/468: Merge pull request #169 from tarsiiformes/typos

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode 6b32777 413/468: assignment statements: unindent closing parenthesis on right hand side

2021-08-05 Thread Philip Kaludercic
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 +

[nongnu] elpa/lua-mode d2ff304 456/468: Copy cl-signum into lua--signum for backward compat

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode c1b6019 396/468: Fix reproducibility issue caused by %d pattern in export-subst

2021-08-05 Thread Philip Kaludercic
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

[nongnu] elpa/lua-mode c9b9d47 401/468: Fix typo

2021-08-05 Thread Philip Kaludercic
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   2   3   4   5   6   >