[nongnu] elpa/helm-core updated (7c2f080639 -> f5159e17b8)

2022-07-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 7c2f080639 Disable `minibuffer-complete' only for handlers using helm (bug #2533) adds f5159e17b8 Revert "Ensure init hooks are defined as symbol functions" (Fix #2534) No new revisions were added by this update. Summary of

[nongnu] elpa/helm f5159e17b8: Revert "Ensure init hooks are defined as symbol functions" (Fix #2534)

2022-07-26 Thread ELPA Syncer
branch: elpa/helm commit f5159e17b8f40f262310504767651e1b953ea779 Author: Thierry Volpiatto Commit: Thierry Volpiatto Revert "Ensure init hooks are defined as symbol functions" (Fix #2534) This reverts commit 5da20ad1f78a4e7f5d89abb245ce55122f40772d. --- helm-core.el | 15 +

[nongnu] elpa/go-mode updated (fa26932786 -> 08aa90d52f)

2022-07-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/go-mode. from fa26932786 README: 'go install' instead of 'go get' for tools new 4b02fb811c Add go-dot-work-mode for editing go.work files new 7dc64c7d9f Fix false positive type alias fontification. new 08aa90d52f Remove go--fil

[nongnu] elpa/go-mode 7dc64c7d9f 2/3: Fix false positive type alias fontification.

2022-07-26 Thread ELPA Syncer
branch: elpa/go-mode commit 7dc64c7d9f7f3620632bbcf2fe24c1085fa7eabb Author: Muir Manders Commit: Dominik Honnef Fix false positive type alias fontification. We were interpreting "typeFoo = 123" as a type alias due to a bug in the regex. Closes: gh-404 [via git-merge-pr

[nongnu] elpa/go-mode 08aa90d52f 3/3: Remove go--fill-prefix

2022-07-26 Thread ELPA Syncer
branch: elpa/go-mode commit 08aa90d52f0e7d2ad02f961b554e13329672d7cb Author: Javier Olaechea Commit: Dominik Honnef Remove go--fill-prefix The function is not called from anywhere and does not work as it calls function that were previously deleted. Both go--empty-line-p and

[nongnu] elpa/go-mode 4b02fb811c 1/3: Add go-dot-work-mode for editing go.work files

2022-07-26 Thread ELPA Syncer
branch: elpa/go-mode commit 4b02fb811c359cf946ea35324e2b29214f8d5810 Author: Jimmy Yuen Ho Wong Commit: Dominik Honnef Add go-dot-work-mode for editing go.work files Closes: gh-408 [via git-merge-pr] --- go-mode.el | 27 +++ 1 file changed, 27 insertions(+)

[elpa] externals/hyperbole 991e1670a1: Doc strings within 80 char limit for kotl-orgtbl.el (#231)

2022-07-26 Thread ELPA Syncer
branch: externals/hyperbole commit 991e1670a17375c99d70471b05d8dee92f182054 Author: Mats Lidell Commit: GitHub Doc strings within 80 char limit for kotl-orgtbl.el (#231) --- ChangeLog | 4 kotl/kotl-orgtbl.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --

[elpa] externals/javaimp 65599a7954: Version 0.9

2022-07-26 Thread Filipp Gunbin
branch: externals/javaimp commit 65599a7954821c38e38949b5ec42891b41e75e13 Author: Filipp Gunbin Commit: Filipp Gunbin Version 0.9 --- javaimp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javaimp.el b/javaimp.el index fb02dcfdfe..500bf6f108 100644 --- a/javaimp.el +

[elpa] externals/javaimp 48fe748fc2: Fix javaimp-end-of-defun to stay inside parent

2022-07-26 Thread Filipp Gunbin
branch: externals/javaimp commit 48fe748fc287ce01bbb522e43cf3d520e3eccd52 Author: Filipp Gunbin Commit: Filipp Gunbin Fix javaimp-end-of-defun to stay inside parent --- javaimp.el | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/javaimp.

[nongnu] elpa/popon updated (92ba521f83 -> e7ef75f816)

2022-07-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/popon. from 92ba521f83 Fix #6: Don't use cXXXr functions new c7784e18a5 Fix wrong x value returned by popon-x-y-at-pos new e7ef75f816 Bump version to 0.8 Summary of changes: popon.el | 5 +++-- 1 file changed, 3 insertions(+), 2 del

[nongnu] elpa/popon e7ef75f816 2/2: Bump version to 0.8

2022-07-26 Thread ELPA Syncer
branch: elpa/popon commit e7ef75f81687bb01d413ba073aa35683a810e0f3 Author: Akib Azmain Turja Commit: Akib Azmain Turja Bump version to 0.8 --- popon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popon.el b/popon.el index c883082f0b..5e74c6c10f 100644 --- a/popon.el

[nongnu] elpa/popon c7784e18a5 1/2: Fix wrong x value returned by popon-x-y-at-pos

2022-07-26 Thread ELPA Syncer
branch: elpa/popon commit c7784e18a5154d5a7cf29e62e7b01726a9cfa5c8 Author: Akib Azmain Turja Commit: Akib Azmain Turja Fix wrong x value returned by popon-x-y-at-pos --- popon.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/popon.el b/popon.el index 9181d1baf5..c883

[nongnu] elpa/helm updated (18e2b3821a -> 7c2f080639)

2022-07-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 18e2b3821a Move helm-configuration in right section new 5da20ad1f7 Ensure init hooks are defined as symbol functions new 7c2f080639 Disable `minibuffer-complete' only for handlers using helm (bug #2533) Summary of changes

[nongnu] elpa/helm-core updated (18e2b3821a -> 7c2f080639)

2022-07-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 18e2b3821a Move helm-configuration in right section adds 5da20ad1f7 Ensure init hooks are defined as symbol functions adds 7c2f080639 Disable `minibuffer-complete' only for handlers using helm (bug #2533) No new revisio

[nongnu] elpa/helm 7c2f080639 2/2: Disable `minibuffer-complete' only for handlers using helm (bug #2533)

2022-07-26 Thread ELPA Syncer
branch: elpa/helm commit 7c2f08063910ef15a63cd58e6db0ffa2e4ddc12d Author: Thierry Volpiatto Commit: Thierry Volpiatto Disable `minibuffer-complete' only for handlers using helm (bug #2533) --- helm-mode.el | 115 --- 1 file changed, 62

[nongnu] elpa/helm 5da20ad1f7 1/2: Ensure init hooks are defined as symbol functions

2022-07-26 Thread ELPA Syncer
branch: elpa/helm commit 5da20ad1f78a4e7f5d89abb245ce55122f40772d Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure init hooks are defined as symbol functions --- helm-core.el | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/helm-core.el b/helm-co

[elpa] externals/eglot 000b7fdce9: Close #952: Add out-of-box support for Perl LSP server

2022-07-26 Thread ELPA Syncer
branch: externals/eglot commit 000b7fdce93ed29c505a7fa75baaf87094fd690a Author: Christian Garbs Commit: GitHub Close #952: Add out-of-box support for Perl LSP server * eglot.el (eglot-server-programs): Support Perl lsp. * README.md: Update. * NEWS.md: Update. Co-aut

[elpa] externals/org 5be0c709b3: * lisp/org.el (org-reload): Do not quote t symbol

2022-07-26 Thread ELPA Syncer
branch: externals/org commit 5be0c709b3784c43a1042978989a78d54cdd0e7d Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org.el (org-reload): Do not quote t symbol --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c80b4

[elpa] externals/javaimp ae115d66ed: Use scope open-brace as argument to javaimp--beg-of-defun-decl

2022-07-26 Thread Filipp Gunbin
branch: externals/javaimp commit ae115d66ed90b4a6768e3bf90c5b851f9532aa69 Author: Filipp Gunbin Commit: Filipp Gunbin Use scope open-brace as argument to javaimp--beg-of-defun-decl --- javaimp.el | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/j

[elpa] externals/phps-mode a56b01bd3f 17/17: Updated version and date

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit a56b01bd3f081f5d6d1c2effcd25051aa04c4ece Author: Christian Johansson Commit: Christian Johansson Updated version and date --- phps-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phps-mode.el b/phps-mode.el index e4599d226e.

[elpa] externals/phps-mode a682f890c1 16/17: Fixed indentation for enumerations

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit a682f890c1666177786e1b142e45f3f3a38cff4f Author: Christian Johansson Commit: Christian Johansson Fixed indentation for enumerations --- TODO.md | 2 -- phps-mode-indent.el | 6 +- test/phps-mode-test-indent.el | 4

[elpa] externals/phps-mode f070d688a4 13/17: Added TODO items

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit f070d688a4a79f6a2dc4feeccf7d5c82adb7a6ae Author: Christian Johansson Commit: Christian Johansson Added TODO items --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 805f5f8299..2e852dbfe7 100644 --- a/TODO.md +++ b/T

[elpa] externals/phps-mode e5fda9efb3 10/17: New lexer tokens working after byte-compilation

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit e5fda9efb3824719e09da0ad1f94c3c8bef46ebe Author: Christian Johansson Commit: Christian Johansson New lexer tokens working after byte-compilation --- phps-mode-lexer.el | 76 ++--- phps-mode-macros.el | 2 +-

[elpa] externals/phps-mode d766293a8d 04/17: Added support for underscores

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit d766293a8dd98a39be47c7a17c8fda18cc5cf2e8 Author: Christian Johansson Commit: Christian Johansson Added support for underscores --- phps-mode-lexer.el | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/phps

[elpa] externals/phps-mode e84ba21c7d 15/17: Updated TODO

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit e84ba21c7dd109dce583da7c319e74f8782e3f58 Author: Christian Johansson Commit: Christian Johansson Updated TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 2e852dbfe7..da48646877 100644 --- a/TODO.md +++ b/TODO.md @

[elpa] externals/phps-mode 585bc28fa5 01/17: Added T_ENUM and T_READONLY

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit 585bc28fa5df30f6402fd3017eedb2edcd1266b2 Author: Christian Johansson Commit: Christian Johansson Added T_ENUM and T_READONLY --- phps-mode-lexer.el | 19 +++ 1 file changed, 19 insertions(+) diff --git a/phps-mode-lexer.el b/phps-mode-lexe

[elpa] externals/phps-mode dbd63046ef 14/17: Fixed T_ENUM token length

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit dbd63046efd7837378c703c7199d8a1c81f568c2 Author: Christian Johansson Commit: Christian Johansson Fixed T_ENUM token length --- phps-mode-lexer.el | 6 +++--- test/phps-mode-test-lexer.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) d

[elpa] externals/phps-mode 3f9898cd2a 11/17: Added instructions of how to update lexer rules

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit 3f9898cd2ab82793fdebd01358f9bd135b446c1a Author: Christian Johansson Commit: Christian Johansson Added instructions of how to update lexer rules --- phps-mode-lexer.el | 5 + 1 file changed, 5 insertions(+) diff --git a/phps-mode-lexer.el b/phps-mode-

[elpa] externals/phps-mode e50ecb53be 09/17: More debugging byte-compilation issue

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit e50ecb53bed4dc3f6a419b1e930130f8a1d41d65 Author: Christian Johansson Commit: Christian Johansson More debugging byte-compilation issue --- phps-mode-lexer.el | 29 +++-- phps-mode-macros.el | 2 +- 2 files changed, 24 insertions(+

[elpa] externals/phps-mode 3d4576eac6 08/17: Another fix for readonly

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit 3d4576eac68159ed8df3924d88d9b189fd70dde0 Author: Christian Johansson Commit: Christian Johansson Another fix for readonly --- phps-mode-lexer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phps-mode-lexer.el b/phps-mode-lexer.el ind

[elpa] externals/phps-mode updated (69d4de374b -> a56b01bd3f)

2022-07-26 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from 69d4de374b Updated version and date new 585bc28fa5 Added T_ENUM and T_READONLY new b9f74656ad Added ONUM regex new 534c766344 Fixed number constants new d766293a8d Added support for underscores

[elpa] externals/phps-mode 777c88da24 12/17: Fixed byte-compilation warning

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit 777c88da24ccbbced7cd56263e8aac30453765f2 Author: Christian Johansson Commit: Christian Johansson Fixed byte-compilation warning --- phps-mode-lexer.el | 53 ++--- 1 file changed, 26 insertions(+), 27 deletion

[elpa] externals/phps-mode 4f936cd5cd 06/17: Fixed byte-compilation issue with new lexer rules

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit 4f936cd5cdf33478cce0fe391150466e39c7564d Author: Christian Johansson Commit: Christian Johansson Fixed byte-compilation issue with new lexer rules --- phps-mode-lexer.el | 2946 ++-- 1 file changed, 1484 inse

[elpa] externals/phps-mode dd4e6c134f 07/17: Added another unit-test for T_READONLY

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit dd4e6c134f0bec5e160c284a0023ac700089c004 Author: Christian Johansson Commit: Christian Johansson Added another unit-test for T_READONLY --- test/phps-mode-test-lexer.el | 9 + 1 file changed, 9 insertions(+) diff --git a/test/phps-mode-test-lexer.

[elpa] externals/phps-mode 3a59ef2141 05/17: Added tests for new lexer tokens

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit 3a59ef2141f2ffb80d5af549771546db47880a63 Author: Christian Johansson Commit: Christian Johansson Added tests for new lexer tokens --- phps-mode-lexer.el | 2952 +- phps-mode-syntax-color.el|2 +- te

[elpa] externals/phps-mode b9f74656ad 02/17: Added ONUM regex

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit b9f74656adc28e01e734afa9aa7307b47829f901 Author: Christian Johansson Commit: Christian Johansson Added ONUM regex --- phps-mode-lexer.el | 35 +++ 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/phps-mode-lexe

[elpa] externals/phps-mode 534c766344 03/17: Fixed number constants

2022-07-26 Thread Christian Johansson
branch: externals/phps-mode commit 534c766344b772e65b7137f3366401006ce82d9b Author: Christian Johansson Commit: Christian Johansson Fixed number constants --- phps-mode-lexer.el | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/phps-mode-lexer.el

[elpa] externals/shell-command+ fb8bdbb3ff: Attribute bang

2022-07-26 Thread ELPA Syncer
branch: externals/shell-command+ commit fb8bdbb3ff6a68dd8af6c22eaceb916a8b442aae Author: Philip Kaludercic Commit: Philip Kaludercic Attribute bang --- shell-command+.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shell-command+.el b/shell-command+.el index ce3b8

[elpa] externals/shell-command+ 578a617628: Check if the automatic cd directory is actually a directory

2022-07-26 Thread ELPA Syncer
branch: externals/shell-command+ commit 578a6176284f25d5dccd17d049f1e0ac5922856d Author: Philip Kaludercic Commit: Philip Kaludercic Check if the automatic cd directory is actually a directory As discussed here: https://lists.sr.ht/~pkal/public-inbox/<878roixwds.fsf%40gmail.com>

[elpa] externals/vc-got 489c6310a6: add support for the Author header in vc-log

2022-07-26 Thread ELPA Syncer
branch: externals/vc-got commit 489c6310a6f64bc73ea3eeda5dc9a96ad8bf5043 Author: Omar Polo Commit: Omar Polo add support for the Author header in vc-log it gets mapped to the new `got commit -A' flag and overrides the author. --- vc-got.el | 4 +++- 1 file changed, 3 insertions

[elpa] externals/shell-command+ 2ffdcb284c: Remove shell-command+-use-eshell

2022-07-26 Thread ELPA Syncer
branch: externals/shell-command+ commit 2ffdcb284c2a251075d495fb967b4f6a1eca74a1 Author: Philip Kaludercic Commit: Philip Kaludercic Remove shell-command+-use-eshell The variable was deprecated over a year ago, and wasn't that old to begin with. --- shell-command+.el | 63 +