[nongnu] elpa/popup 1ed0404318: ci: No more platform specific

2022-03-27 Thread ELPA Syncer
branch: elpa/popup commit 1ed0404318eed671a7172c5d09def59f29aa Author: Jen-Chieh Shen Commit: Jen-Chieh Shen ci: No more platform specific --- Makefile | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index b195fa999f..7a6c52ecdb

[elpa] externals/cape 6c02a8ed24: cape-dabbrev: More flexible `cape-dabbrev-check-other-buffers' (#35)

2022-03-27 Thread ELPA Syncer
branch: externals/cape commit 6c02a8ed24d0f4a8b0200d0846c53340654afb9c Author: Ingo Lohmar Commit: GitHub cape-dabbrev: More flexible `cape-dabbrev-check-other-buffers' (#35) Previously, the setting was boolean, and it checked only the current or (basically) all other buffers.

[elpa] externals/cape 25591ef5a2: Add cape-capf-prefix-length (Fix #33)

2022-03-27 Thread ELPA Syncer
branch: externals/cape commit 25591ef5a2bd0acefb2ca82a610c24909ae7a2ba Author: Daniel Mendler Commit: Daniel Mendler Add cape-capf-prefix-length (Fix #33) --- README.org | 1 + cape.el| 16 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.org b/RE

[elpa] externals/cape ee826d70fd: Add missing autoloads

2022-03-27 Thread ELPA Syncer
branch: externals/cape commit ee826d70fdd2e8324a4af1a427ea9ce54f5e32e6 Author: Daniel Mendler Commit: Daniel Mendler Add missing autoloads --- cape.el | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/cape.el b/cape.el index 29465800a7..85a8bf6c57 100

[elpa] externals/hyperbole 422cf12f3e 1/2: Fix multi-level hyrolo-add entry and add a test case

2022-03-27 Thread ELPA Syncer
branch: externals/hyperbole commit 422cf12f3ef49ce1b248a9d171176e8aace741fb Author: Bob Weiner Commit: Bob Weiner Fix multi-level hyrolo-add entry and add a test case --- ChangeLog| 6 + hyrolo.el| 65 ++-- test/hy

[elpa] externals/hyperbole 1907156d82 2/2: Merge branch 'master' of hyperbole

2022-03-27 Thread ELPA Syncer
branch: externals/hyperbole commit 1907156d828ddf01c1fa5d6d39387e432ca60361 Merge: 422cf12f3e e9ed3706b5 Author: Bob Weiner Commit: Bob Weiner Merge branch 'master' of hyperbole --- ChangeLog | 6 ++ test/hib-kbd-tests.el | 7 ++- 2 files changed, 12 insertions(+), 1 del

[elpa] externals/eglot 7a0b93a76d: Close #900: Map more Emacs variables to LSP FormattingOptions fields

2022-03-27 Thread ELPA Syncer
branch: externals/eglot commit 7a0b93a76d1c53811a1670eb8f8091e3536aa248 Author: Felicián Németh Commit: GitHub Close #900: Map more Emacs variables to LSP FormattingOptions fields * eglot.el (eglot-format): Map require-final-newline to insertFinalNewline and delete-trailing-line

[nongnu] elpa/geiser 9507e81a07: Shorten docstring that is over 80 characters wide

2022-03-27 Thread ELPA Syncer
branch: elpa/geiser commit 9507e81a075351d090fd1f4f708efd05d6470cba Author: Jonas Bernoulli Commit: Jonas Bernoulli Shorten docstring that is over 80 characters wide The byte-compiler complained about it. --- elisp/geiser-connection.el | 2 +- 1 file changed, 1 insertion(+), 1 dele

[elpa] externals/company 073aef72dd: Add a wrapper for the wrapper, to handle misbehaving capfs

2022-03-27 Thread ELPA Syncer
branch: externals/company commit 073aef72ddf93f897a856c246c58dcdfe003674e Author: Dmitry Gutov Commit: Dmitry Gutov Add a wrapper for the wrapper, to handle misbehaving capfs See https://github.com/company-mode/company-mode/discussions/1278. Fixes #409 and fixes #974. ---

[nongnu] elpa/parseclj b04eae6738 2/2: Merge pull request #39 from ikappaki/issue/symbol-pipe-char

2022-03-27 Thread ELPA Syncer
branch: elpa/parseclj commit b04eae67384c1d8181edf318fd62d422a8220724 Merge: f32c041f2b bd11cf4a42 Author: Arne Brasseur Commit: GitHub Merge pull request #39 from ikappaki/issue/symbol-pipe-char add `|` to the list of valid symbol chars --- parseclj-lex.el | 16 +

[nongnu] elpa/parseclj bd11cf4a42 1/2: Make list of symbol/keyword constituent characters a custom option

2022-03-27 Thread ELPA Syncer
branch: elpa/parseclj commit bd11cf4a42abbe718a017d1cb4256172d38b7415 Author: ikappaki Commit: ikappaki Make list of symbol/keyword constituent characters a custom option --- parseclj-lex.el | 16 +++- test/parseclj-lex-test.el | 7 ++- 2 files changed, 21 inserti