[elpa] externals/pyim 9695dc5b0c 2/2: v4.0.0

2021-12-26 Thread ELPA Syncer
branch: externals/pyim commit 9695dc5b0c52622d4400af038da1fb56d1892a61 Author: Feng Shu Commit: Feng Shu v4.0.0 --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index f426e9a2f0..c7a009c3f0 100644 --- a/pyim.el +++ b/pyim.el @@ -7,7 +7,7 @@

[elpa] externals/pyim updated (e655b3468f -> 9695dc5b0c)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from e655b3468f * pyim-candidates.el (pyim-candidates-create:xingma): delete-dups output. new d273b67dcd * tests/pyim-tests.el (pyim-tests-pyim-entered): New test. new 9695dc5b0c v4.0.0 Summary of changes: pyim.el

[elpa] externals/pyim d273b67dcd 1/2: * tests/pyim-tests.el (pyim-tests-pyim-entered): New test.

2021-12-26 Thread ELPA Syncer
branch: externals/pyim commit d273b67dcd7dfe51ff8674348ef9776f166d604e Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-entered): New test. --- tests/pyim-tests.el | 12 1 file changed, 12 insertions(+) diff --git a/tests/pyim-tests.el b/tests/pyim-test

[elpa] externals/pyim e655b3468f: * pyim-candidates.el (pyim-candidates-create:xingma): delete-dups output.

2021-12-26 Thread ELPA Syncer
branch: externals/pyim commit e655b3468f57c143b6d1836a206a6d1bf29930bb Author: Feng Shu Commit: Feng Shu * pyim-candidates.el (pyim-candidates-create:xingma): delete-dups output. --- pyim-candidates.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-candidates.el b/

[elpa] externals/setup e8d5595ade: Mark some functions as internal

2021-12-26 Thread ELPA Syncer
branch: externals/setup commit e8d5595ade61de3081c0b17881043e560b224130 Author: Philip Kaludercic Commit: Philip Kaludercic Mark some functions as internal The user is never expected to use these, so they are renamed to make this intention explicit. --- setup.el | 8 1

[nongnu] main 20aa074412: .gitignore: Add `other-packages`

2021-12-26 Thread Stefan Monnier via
branch: main commit 20aa07441230f456d5f9066447e63e3dcecd8704 Author: Stefan Monnier Commit: Stefan Monnier .gitignore: Add `other-packages` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 065973e4ae..df55f6045a 100644 --- a/.gitignore +++ b/.

[elpa] externals/vertico 490cf0d789: vertico-buffer: Add recursion indicator

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit 490cf0d78911cee4d31d1d670e5a5be818f9e9aa Author: Daniel Mendler Commit: Daniel Mendler vertico-buffer: Add recursion indicator --- extensions/vertico-buffer.el | 44 +++- 1 file changed, 23 insertions(+), 21 deletions(

[elpa] main 78e668fb25: * elpa-packages (svg-tag-mode): New package

2021-12-26 Thread Stefan Monnier via
branch: main commit 78e668fb2574eef586f6175618ed482553c3 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (svg-tag-mode): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index 43b0f18d3e..d4cee7d06a 100644 --

[elpa] externals/vertico d6e4ddc69c: README: Add more extensive buffer display action example

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit d6e4ddc69c7f8ac8b1b24f5163ec20abdf1bda6a Author: Daniel Mendler Commit: Daniel Mendler README: Add more extensive buffer display action example --- README.org | 27 +++ 1 file changed, 27 insertions(+) diff --git a/README.org b/READM

[elpa] externals/svg-lib updated (7f5f8068de -> 9d4a97dd32)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/svg-lib. from 7f5f8068de Added a crop left/right parameter for tags collage new 567e1b6da0 Take line spacing into account for tag height computation. new 9d4a97dd32 Set default margin to 0 and bumped version. Summary of changes

[elpa] externals/svg-lib 9d4a97dd32 2/2: Set default margin to 0 and bumped version.

2021-12-26 Thread ELPA Syncer
branch: externals/svg-lib commit 9d4a97dd32fcc322618ee8aeb47515b465c6ceb6 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Set default margin to 0 and bumped version. --- svg-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg-lib.el b/svg-lib.el index 3b

[elpa] externals/svg-lib 567e1b6da0 1/2: Take line spacing into account for tag height computation.

2021-12-26 Thread ELPA Syncer
branch: externals/svg-lib commit 567e1b6da0f9c05b8fc4340c9a7c28e288bd3d05 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Take line spacing into account for tag height computation. --- svg-lib.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svg-lib.el b/svg-lib.el index 17ab

[nongnu] elpa/rust-mode f14fa86a5c 2/3: Add an entry to the README to mention prettifying

2021-12-26 Thread ELPA Syncer
branch: elpa/rust-mode commit f14fa86a5c0a3b8563a24437549693ee07b9a95f Author: Christophe Troestler Commit: Christophe Troestler Add an entry to the README to mention prettifying --- README.md | 15 +++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4

[nongnu] elpa/rust-mode eba544147a 3/3: Merge pull request #429 from Chris00/prettify

2021-12-26 Thread ELPA Syncer
branch: elpa/rust-mode commit eba544147aa6769f4f0e153e9f7373801dd2db89 Merge: 65f96278b2 f14fa86a5c Author: brotzeit Commit: GitHub Merge pull request #429 from Chris00/prettify Enable the use of prettify-symbols-mode --- README.md| 15 +++ rust-mode.el | 23 +++

[nongnu] elpa/rust-mode 959bfce215 1/3: Enable the use of prettify-symbols-mode

2021-12-26 Thread ELPA Syncer
branch: elpa/rust-mode commit 959bfce215c342c83d72650b2b35201de263edfe Author: Christophe Troestler Commit: Christophe Troestler Enable the use of prettify-symbols-mode --- rust-mode.el | 23 +++ 1 file changed, 23 insertions(+) diff --git a/rust-mode.el b/rust-mode.el

[nongnu] elpa/rust-mode updated (65f96278b2 -> eba544147a)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/rust-mode. from 65f96278b2 Merge pull request #428 from Chris00/ampersand new 959bfce215 Enable the use of prettify-symbols-mode new f14fa86a5c Add an entry to the README to mention prettifying new eba544147a Merge pull request

[elpa] externals/vertico 0c97ef8097: Quasiquote to please the Emacs overlords

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit 0c97ef8097874a23c0337193243ffba14cafb96c Author: Daniel Mendler Commit: Daniel Mendler Quasiquote to please the Emacs overlords --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index fc6baa572d..81466

[elpa] main 07b687e651: * elpa-packages (org-transclusion): Adjust to new doc arrangement

2021-12-26 Thread Stefan Monnier via
branch: main commit 07b687e6515140618bc1406f007e7ebf1d4e7920 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (org-transclusion): Adjust to new doc arrangement Also update the URL for `undo-tree`. --- elpa-packages | 7 --- 1 file changed, 4 insertions(+), 3 deleti

[nongnu] elpa/rust-mode 65f96278b2 2/2: Merge pull request #428 from Chris00/ampersand

2021-12-26 Thread ELPA Syncer
branch: elpa/rust-mode commit 65f96278b24b89c13e79b38a071a98824d108bb8 Merge: b017f74650 b83b34e82d Author: brotzeit Commit: GitHub Merge pull request #428 from Chris00/ampersand Add a face for the ampersand reference mark --- rust-mode-tests.el | 1 + rust-mode.el | 6 ++

[nongnu] elpa/rust-mode b83b34e82d 1/2: Add a face for the ampersand reference mark

2021-12-26 Thread ELPA Syncer
branch: elpa/rust-mode commit b83b34e82d366e52324f675de9829ae96fd065b1 Author: Christophe Troestler Commit: Christophe Troestler Add a face for the ampersand reference mark Customizing this face may improve code readability for some users. By default nothing is set for backward

[elpa] externals/vertico 3dd5288c0d: More robust vertico-multiform and vertico-buffer

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit 3dd5288c0d3b5da329d2f28c56e531aff15e410f Author: Daniel Mendler Commit: Daniel Mendler More robust vertico-multiform and vertico-buffer --- README.org | 2 +- extensions/vertico-buffer.el| 14 +++ extensions/vertico-multiform.el

[elpa] externals/mct 9d204c6f70: Remove obsolete code

2021-12-26 Thread ELPA Syncer
branch: externals/mct commit 9d204c6f70a9c8c9694120478a36403893b52f2e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove obsolete code --- mct.el | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mct.el b/mct.el index e525d9f0f4..3cf5ea97e9 100644 --- a/m

[elpa] externals/org-transclusion 31125510e9: intrnl: update ELPA deployment files

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit 31125510e9c58c83903057848ac4c6fe0ff55276 Author: Noboru Ota Commit: Noboru Ota intrnl: update ELPA deployment files --- .elpaignore | 3 ++- Makefile| 3 ++- dir | 19 --- 3 files changed, 4 insertions(+), 21 deletions(

[elpa] externals/eev a0cfda8ee7: Added `find-2021ffllvideo'.

2021-12-26 Thread ELPA Syncer
;find-latex-links) (find-eev-quick-intro "7.5. `find-latex-links'") (find-eev-quick-intro "7.5. `find-latex-links'" "change the \"{stem}\"") (find-eev-quick-intro "7.5. `find-latex-links'" "top line"

[elpa] externals/vertico 4e984005dd 2/4: Document vertico-multiform

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit 4e984005dd854dd00bc9e3767fb9d1d4cefe4fc5 Author: Daniel Mendler Commit: Daniel Mendler Document vertico-multiform The `vertico-multiform` extension solves an issue I wanted to have fixed for quite some time: It makes it possible to configure the

[elpa] externals/vertico df315d6765 4/4: vertico-buffer: Use mode-line-buffer-id face

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit df315d6765fa83eeca7338134dc3f431eebcfd03 Author: Daniel Mendler Commit: Daniel Mendler vertico-buffer: Use mode-line-buffer-id face --- extensions/vertico-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/vertico-buffer

[elpa] externals/vertico 487fa022df 3/4: Minor cleanup

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit 487fa022dfd157f043c018a0fd3442221f2d4330 Author: Daniel Mendler Commit: Daniel Mendler Minor cleanup --- extensions/vertico-multiform.el | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/extensions/vertico-multiform.el b/e

[elpa] externals/vertico 3fd19b49f3 1/4: vertico-multiform: Add settings variable, rename modes

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit 3fd19b49f337e906a399efe25c6909ecc0a3b23e Author: Daniel Mendler Commit: Daniel Mendler vertico-multiform: Add settings variable, rename modes --- extensions/vertico-multiform.el | 71 + 1 file changed, 44 insertions(+)

[elpa] externals/vertico updated (3e6bff477e -> df315d6765)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from 3e6bff477e Add vertico-multiform extension new 3fd19b49f3 vertico-multiform: Add settings variable, rename modes new 4e984005dd Document vertico-multiform new 487fa022df Minor cleanup new df315d6765 v

[elpa] externals/shell-command+ 8a88742105: Use :bind-into instead of :with-feature+:bind in README

2021-12-26 Thread ELPA Syncer
branch: externals/shell-command+ commit 8a88742105fa9ab67a5d33299f267efd65b901bc Author: Philip Kaludercic Commit: Philip Kaludercic Use :bind-into instead of :with-feature+:bind in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README

[elpa] externals/org-transclusion d987dddca9: intrnl:.eplaignore update

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit d987dddca9017eb497f5b0ff2db3379ccdb39d7d Author: Noboru Ota Commit: Noboru Ota intrnl:.eplaignore update --- .elpaignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.elpaignore b/.elpaignore index 63f6881593..a66ed6cda3 100

[elpa] externals/vertico d0df8c9ce6 3/4: Improve vertico-buffer

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit d0df8c9ce6f4e2d4f47919bcc7edc43b5cf24172 Author: Daniel Mendler Commit: Daniel Mendler Improve vertico-buffer - Compute vertico-count based on window size - Show minibuffer in separate window - Add vertico-buffer-hide-prompt --- extensions/v

[elpa] externals/vertico e46cf425bb 1/4: Replace vertico-grid-rows with vertico-count

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit e46cf425bb1744d5feeb70e74887f02cb70cb606 Author: Daniel Mendler Commit: Daniel Mendler Replace vertico-grid-rows with vertico-count vertico-count is a bit of a misnomer, it should be called vertico-height. --- extensions/vertico-grid.el | 20 +++

[elpa] externals/vertico dd1f5e58a3 2/4: Fix typos in commentary

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit dd1f5e58a32b39231a97923a4dbbdf48192836b3 Author: Daniel Mendler Commit: Daniel Mendler Fix typos in commentary --- extensions/vertico-buffer.el | 4 ++-- extensions/vertico-indexed.el | 2 +- extensions/vertico-repeat.el | 4 ++-- 3 files changed, 5 insert

[elpa] externals/org-transclusion 81ef8afce0 1/3: add: Somewhat better message for add-all

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit 81ef8afce0a76bdea66d3c545ef11e07536eab51 Author: Noboru Ota Commit: Noboru Ota add: Somewhat better message for add-all --- org-transclusion.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org-transclusion.el b/org-trans

[elpa] externals/vertico 3e6bff477e 4/4: Add vertico-multiform extension

2021-12-26 Thread ELPA Syncer
branch: externals/vertico commit 3e6bff477e2d9511e429e07ac65dc8ac618fc5cd Author: Daniel Mendler Commit: Daniel Mendler Add vertico-multiform extension The extension allows you to configure per-command or per-completion category minibuffer modes. (setq vertico-multiform

[elpa] externals/vertico updated (eedcb84786 -> 3e6bff477e)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from eedcb84786 Fix use package declaration new e46cf425bb Replace vertico-grid-rows with vertico-count new dd1f5e58a3 Fix typos in commentary new d0df8c9ce6 Improve vertico-buffer new 3e6bff477e Add verti

[elpa] externals/org-transclusion updated (a0f3464377 -> 4a3dcdfef5)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-transclusion. from a0f3464377 intrnl:Makefile edit new 81ef8afce0 add: Somewhat better message for add-all new 3eff991fbd fix:add-all better message for success/"user-error" new 4a3dcdfef5 fix:add-all message Summary

[elpa] externals/org-transclusion 4a3dcdfef5 3/3: fix:add-all message

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit 4a3dcdfef5d14201b61cdaaddb77847fc20a1a5a Author: Noboru Ota Commit: Noboru Ota fix:add-all message --- org-transclusion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion.el b/org-transclusion.el index c5ef94687d

[elpa] externals/org-transclusion 3eff991fbd 2/3: fix:add-all better message for success/"user-error"

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit 3eff991fbd43c42aab64db6303ce4e50c08c7913 Author: Noboru Ota Commit: Noboru Ota fix:add-all better message for success/"user-error" --- .gitignore | 3 ++- org-transclusion.el | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff -

[elpa] externals/org-transclusion 4074b9c0d9 1/4: docs:Installation: add instruction for ELPA-devel

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit 4074b9c0d9f565641708350f48264dc05e2844b1 Author: Noboru Ota Commit: Noboru Ota docs:Installation: add instruction for ELPA-devel --- README.org | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.org b

[elpa] externals/org-transclusion de008fcce8 3/4: docs: badges back on

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit de008fcce8c9ed7ae566b112a4d03dcba7c167cf Author: Noboru Ota Commit: Noboru Ota docs: badges back on --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 7a79633e45..b8a1321776 100644 --- a/README.org +++

[elpa] externals/org-transclusion a0f3464377 4/4: intrnl:Makefile edit

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit a0f3464377c6b07208ae03653f745e0af11bffaf Author: Noboru Ota Commit: Noboru Ota intrnl:Makefile edit --- Makefile | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e6ea833526..80c44f7564 100644

[elpa] externals/org-transclusion c69a4eda9b 2/4: docs: remove badges for testing

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit c69a4eda9bd11b54a77a5b48522bf42018e27b5c Author: Noboru Ota Commit: Noboru Ota docs: remove badges for testing GitHub does not update the badges? --- README.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.org b/README.org in

[elpa] externals/org-transclusion updated (818e2200c0 -> a0f3464377)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-transclusion. from 818e2200c0 docs: changes for ELPA doc generation new 4074b9c0d9 docs:Installation: add instruction for ELPA-devel new c69a4eda9b docs: remove badges for testing new de008fcce8 docs: badges back on

[elpa] externals/marginalia acbaad4bda: Compute minimum width of windows which display the minibuffer

2021-12-26 Thread ELPA Syncer
branch: externals/marginalia commit acbaad4bda9ee2166d55a2ef61521b97170202b3 Author: Daniel Mendler Commit: Daniel Mendler Compute minimum width of windows which display the minibuffer --- marginalia.el | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/ma

[elpa] externals/org-transclusion 818e2200c0 2/2: docs: changes for ELPA doc generation

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit 818e2200c0679187c04fded674ee1576bd1848e6 Author: Noboru Ota Commit: Noboru Ota docs: changes for ELPA doc generation --- .dir-locals.el |3 +- Makefile | 25 +- NEWS

[elpa] externals/org-transclusion updated (86ff2eaf19 -> 818e2200c0)

2021-12-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-transclusion. from 86ff2eaf19 intrnl: update .dir-locals.el to cover org mode new ec1a3da586 intrnl: fix code errors from compilation new 818e2200c0 docs: changes for ELPA doc generation Summary of changes: .dir-locals.el

[elpa] externals/org-transclusion ec1a3da586 1/2: intrnl: fix code errors from compilation

2021-12-26 Thread ELPA Syncer
branch: externals/org-transclusion commit ec1a3da586ac27370b1f34048fe617e2f1ce815c Author: Noboru Ota Commit: Noboru Ota intrnl: fix code errors from compilation --- org-transclusion.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/org-transclusion.el b/