[elpa] externals/assess 7a83677f3e 93/95: Update travis recipe

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 7a83677f3e8cca57f7d58d0c7fd520690446e273 Author: Phillip Lord Commit: Phillip Lord Update travis recipe --- .travis.yml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71a4f8b228..3d4d96216b 100644 -

[elpa] externals/assess 29950d8964 90/95: Merge pull request #18 from DamienCassou/typos

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 29950d8964103d4afaadc45b89b2d17e0a3057d3 Merge: 0781fd79c4 de3fa56c9b Author: Phil Lord Commit: GitHub Merge pull request #18 from DamienCassou/typos Fix typos --- README.md | 2 +- assess.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[elpa] externals/assess 4a5eee8ba9 62/95: Fix version number

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 4a5eee8ba9db3e61b860b8b70236e385d3cf344a Author: Phillip Lord Commit: Phillip Lord Fix version number --- README.md | 4 assess.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c7ce55f88..de114c2cc0 10

[elpa] externals/assess 5aee8d7500 81/95: Mark some tests as failed on earlier emacs

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 5aee8d7500903de7fc460f61129ef9f979a68899 Author: Phillip Lord Commit: Phillip Lord Mark some tests as failed on earlier emacs Emacs before 24.3 does not support advice, therefore, mark tests requiring this as failing. Likewise, one test also depen

[elpa] externals/assess de3fa56c9b 89/95: Fix typos

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit de3fa56c9be40451ae2edfba1ec70ff5cd0f793e Author: Damien Cassou Commit: Damien Cassou Fix typos Typos found with codespell. --- README.md | 2 +- assess.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md in

[elpa] externals/assess deb6e4cb23 80/95: Remove direct dash dependency

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit deb6e4cb236dcda804daaf28e7809488e4b8ee76 Author: Phillip Lord Commit: Phillip Lord Remove direct dash dependency --- assess.el | 38 +- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/assess.el b/assess.el i

[elpa] externals/assess 1ef6760358 82/95: Add Emacs24.1 to multi-test target

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 1ef676035812ccf55a981c81ec682fef8db908aa Author: Phillip Lord Commit: Phillip Lord Add Emacs24.1 to multi-test target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 727e5944f0..aff2ae3970 100644 --- a/Makefile +++ b

[elpa] externals/corfu-doc f83307a233 09/95: Update doc frame when corfu frame coordinates changed

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit f83307a233ee4028a11121c61aef6a5889a31587 Author: Yuwei Tian Commit: Yuwei Tian Update doc frame when corfu frame coordinates changed --- corfu-doc.el | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.

[elpa] externals/assess 1c34f2bc14 79/95: Fix error symbol declaration

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 1c34f2bc1427615f25771a3b66f83a75215e6454 Author: Phillip Lord Commit: Phillip Lord Fix error symbol declaration --- assess.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assess.el b/assess.el index 8485dcbf1c..ea7c96298b 100644 --- a/a

[elpa] externals/corfu-doc d05a3caeb8 02/95: Hide doc frame when there are no candidates

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d05a3caeb8745ed29699baae7970972dd149ff81 Author: Tian Yuwei Commit: Tian Yuwei Hide doc frame when there are no candidates --- corfu-doc.el | 55 ++- 1 file changed, 30 insertions(+), 25 deletions(-) dif

[elpa] externals/corfu-doc 53b58bbc70 01/95: Initial commit

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 53b58bbc70418cc6811781683103582cb54c9237 Author: Tian Yuwei Commit: Tian Yuwei Initial commit --- LICENSE | 674 +++ README.org | 25 +++ corfu-doc.el | 285 + 3 files

[elpa] externals/corfu-doc 000388fe97 06/95: Silent a compiler warning

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 000388fe97971fdbec47a4837fa1da22e10c79b3 Author: Tian Yuwei Commit: Tian Yuwei Silent a compiler warning --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index bbcb107851..b7eae4596d 100644 --

[elpa] externals/assess 7a3189a587 86/95: Remove types and replace with convertors

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 7a3189a5870fb20d179ff3ea761707a046814966 Author: Phillip Lord Commit: Phillip Lord Remove types and replace with convertors "Types" were a nice idea, but in the end were just complicating things, for little gain. We now convert into strings where

[elpa] externals/assess 1b1ac33709 87/95: Fix travis build

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 1b1ac337095dded4d9d9cd8afcf46f9fe507e041 Author: Phillip Lord Commit: Phillip Lord Fix travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3571992cdf..00ecd357d5 100644 --- a/.travis

[elpa] externals/corfu-doc 11b9f0fefa 18/95: Add an option to resize the corfu doc frame automatically

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 11b9f0fefaa6e7c1f5cb0906e12f6fc4a0f1f3ca Author: Yuwei Tian Commit: Yuwei Tian Add an option to resize the corfu doc frame automatically --- corfu-doc.el | 51 ++- 1 file changed, 38 insertions(+), 13 deletio

[elpa] externals/corfu-doc c6b54c923e 14/95: Add command to quickly toggle documentation popup on or off

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit c6b54c923ecefbf74961db25a197722f3c25e6af Author: Yuwei Tian Commit: Yuwei Tian Add command to quickly toggle documentation popup on or off --- README.org | 12 ++-- corfu-doc.el | 13 + 2 files changed, 23 insertions(+), 2 deletions(-

[elpa] externals/corfu-doc fa6cb6b384 45/95: Add melpa badge

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit fa6cb6b384c99e0dfb40ce0b140d222420f9c9b1 Author: Yuwei Tian Commit: Yuwei Tian Add melpa badge --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 10c309bc81..0e967298a3 100644 --- a/README.org +++ b/README.or

[elpa] externals/corfu-doc d611165b7d 42/95: Reduce the popup height to avoid exceeding the display

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d611165b7d76b3362269e2697aca0e486e26f856 Author: Yuwei Tian Commit: Yuwei Tian Reduce the popup height to avoid exceeding the display --- corfu-doc.el | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/corfu-doc.el b/corf

[elpa] externals/assess 0781fd79c4 88/95: Prepare for 0.5 release

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 0781fd79c4040dbceed42dc79edab4ec661c2593 Author: Phillip Lord Commit: Phillip Lord Prepare for 0.5 release --- README.md | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e244bc583..95bc8da07d 100644 --- a/

[elpa] externals/assess 5bac045b27 94/95: Update version

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit 5bac045b273623772b6a2d820997d50f7ab4e466 Author: Phillip Lord Commit: Phillip Lord Update version --- assess.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assess.el b/assess.el index 25ceac4f5d..f1b53f2c90 100644 --- a/assess.el +

[elpa] externals/corfu-doc c14d42e5e2 55/95: Version 0.4.3

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit c14d42e5e2107c1d3f51e88c7d42d0bd3b247b39 Author: Yuwei Tian Commit: Yuwei Tian Version 0.4.3 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 028db22adb..48088a600f 100644 --- a/corfu-do

[elpa] externals/corfu-doc 8d8f9317dd 35/95: Version 0.2.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 8d8f9317dd75cc83f3a2ba04c2b372f7fb06b2fc Author: Yuwei Tian Commit: Yuwei Tian Version 0.2.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 247936c726..3115a30389 100644 --- a/corfu-do

[elpa] externals/corfu-doc 5d08342a82 28/95: Fix #6: do not show the documentation popup immediately

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 5d08342a8227e40522b34cc5abe544d0a6debf2c Author: Yuwei Tian Commit: Yuwei Tian Fix #6: do not show the documentation popup immediately Update it with a timer, the delay time can be set by `corfu-doc-delay`. --- corfu-doc.el | 86 ++

[elpa] externals/corfu-doc 95fdae5755 46/95: Update installation

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 95fdae5755e6c88cf77b409b555290c36961ec6c Author: Yuwei Tian Commit: Yuwei Tian Update installation --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 0e967298a3..0617c15b1d 100644 --- a/READM

[elpa] externals/corfu-doc e9562c3936 48/95: Update commentary

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit e9562c3936cb7c68bcfc13af2073499a4079bd8c Author: Yuwei Tian Commit: Yuwei Tian Update commentary --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 72ab852ae4..0d6c945cad 100644 --- a/corf

[elpa] externals/corfu-doc 348fc32035 40/95: Version 0.3.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 348fc32035e0655864280e80310b4349e339a13e Author: Yuwei Tian Commit: Yuwei Tian Version 0.3.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 4c83919588..b6e70dfad6 100644 --- a/corfu-do

[elpa] externals/corfu-doc eac54c356a 07/95: Version 0.0.2

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit eac54c356a6020aac662ab6541c0632c28542213 Author: Tian Yuwei Commit: Tian Yuwei Version 0.0.2 Happy new year! --- corfu-doc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index b7eae4596d..e74

[elpa] externals/corfu-doc 8e463cccad 11/95: Fix #4: add requirement for map library

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 8e463cccad4f34b4081534fc553a291726bd32e5 Author: Ashton Wiersdorf Commit: Yuwei Tian Fix #4: add requirement for map library --- corfu-doc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/corfu-doc.el b/corfu-doc.el index a5e8703372..a1407ff325 10064

[elpa] externals/corfu-doc dcc481a5d0 58/95: Document display the doc frame within the parent frame

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit dcc481a5d08c17421cbcfca5aeb1630aff9b43bc Author: Yuwei Tian Commit: Yuwei Tian Document display the doc frame within the parent frame --- README.org | 18 ++ 1 file changed, 18 insertions(+) diff --git a/README.org b/README.org index f6205

[elpa] externals/corfu-doc fd15093639 05/95: Add left and right margins

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit fd1509363909d2b8f8dad335744490735887f77a Author: Tian Yuwei Commit: Tian Yuwei Add left and right margins --- corfu-doc.el | 29 - 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index

[elpa] externals/corfu-doc 15dfe652f5 22/95: Automatically resize the corfu doc frame

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 15dfe652f563ef354b0e4f6eb37e08ba4e9f492b Author: Yuwei Tian Commit: Yuwei Tian Automatically resize the corfu doc frame --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 97540e862b..bd4d4

[elpa] externals/corfu-doc 98398c61fa 15/95: Fix wrong argument type error when calling frame-visible-p

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 98398c61facd38227eca9f348c645ad74e29d546 Author: Yuwei Tian Commit: Yuwei Tian Fix wrong argument type error when calling frame-visible-p --- corfu-doc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/corfu-doc.el b/corfu-doc.el index c93027b42e..da5

[elpa] externals/corfu-doc 832b49e2a1 83/95: Remove :safe args

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 832b49e2a1e4b15074819afb29d281ca46be626a Author: Yuwei Tian Commit: Yuwei Tian Remove :safe args --- corfu-doc.el | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index 64910ddf00..883520b4b0

[elpa] externals/corfu-doc a8835a6540 43/95: Version 0.4.0

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit a8835a654048e0ba687e1377a29083e05888fe81 Author: Yuwei Tian Commit: Yuwei Tian Version 0.4.0 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index b4a7efc490..b3cf1b778f 100644 --- a/corfu-do

[elpa] externals/corfu-doc 611895ef47 66/95: Version 0.6.0

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 611895ef47a22c1ba0142d6cda60cf56a99adf15 Author: Yuwei Tian Commit: Yuwei Tian Version 0.6.0 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index f1f12e76c8..eed0bbbaaa 100644 --- a/corfu-do

[elpa] externals/corfu-doc 91e66b0804 25/95: Avoid warning if x-gtk-resize-child-frames is missing

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 91e66b0804009feef3016cb66814c21b776adf49 Author: Yuwei Tian Commit: Yuwei Tian Avoid warning if x-gtk-resize-child-frames is missing Sync with minad/corfu@3d447e5b719017b40fc9e462175dd955c591c3c6. --- corfu-doc.el | 1 + 1 file changed, 1 insertio

[elpa] externals/corfu-doc be90c96079 84/95: Merge functions to get the documentation of the candidate

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit be90c960790a7755463145dbef91ad504777b4ad Author: Yuwei Tian Commit: Yuwei Tian Merge functions to get the documentation of the candidate --- corfu-doc.el | 42 -- 1 file changed, 20 insertions(+), 22 deletions(-) di

[elpa] externals/corfu-doc 98509cbe29 44/95: Decrease auto delay to 0.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 98509cbe29fb6f8ddb996e0299bee4b86970c15c Author: Yuwei Tian Commit: Yuwei Tian Decrease auto delay to 0.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index b3cf1b778f..8d53eef4c3 100644 -

[elpa] externals/corfu-doc 8c30a44d67 41/95: Fix #7: change the behavior of the corfu-doc-toggle command

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 8c30a44d6738d4093f6caf55737b50191fbae168 Author: Yuwei Tian Commit: Yuwei Tian Fix #7: change the behavior of the corfu-doc-toggle command The code of `corfu-doc-toggle` is mainly provided by Karthik Chikmagalur . Add a new setting ite

[elpa] externals/corfu-doc 122e1f5900 32/95: Only record candidate that has displayed the doc popup

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 122e1f5900a1e27c4aa1dc813c8f936cc3ab8b01 Author: Yuwei Tian Commit: Yuwei Tian Only record candidate that has displayed the doc popup --- corfu-doc.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el

[elpa] externals/corfu-doc 9d81c522f6 56/95: Simplify code

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 9d81c522f6f0cd34094186543306196b43ff4785 Author: Yuwei Tian Commit: Yuwei Tian Simplify code --- corfu-doc.el | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index 48088a600f..cbfc7ebcaa 10064

[elpa] externals/assess cd394f309f 49/95: Add documentation for assess-call

2022-07-19 Thread ELPA Syncer
branch: externals/assess commit cd394f309f0fc59e4e737ca8f4b5f1462f971a6b Author: Phillip Lord Commit: Phillip Lord Add documentation for assess-call --- assess-call.el | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/assess-call.el b/assess-call

[elpa] externals/corfu-doc 78032cf8e2 91/95: Revert "Inline the function to get coordinates of the corfu popup"

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 78032cf8e255d0339aeb0afc5e79303ee44b5059 Author: Yuwei Tian Commit: Yuwei Tian Revert "Inline the function to get coordinates of the corfu popup" This reverts commit caccd9475783cfc12ab5c49d44b6ca7535e84a4a. Fix #18 --- corfu-doc.el | 10

[elpa] externals/corfu-doc e1c79e8ffc 27/95: Version 0.1.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit e1c79e8ffcba0fe7318d3bc1266cb768ee2b6a88 Author: Yuwei Tian Commit: Yuwei Tian Version 0.1.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 2a1db94b4a..ec11f6d82c 100644 --- a/corfu-do

[elpa] branch externals/corfu-doc created (now da93136780)

2022-07-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu-doc. at da93136780 Increase the default max width of the doc frame to 80 characters This branch includes the following new commits: new 53b58bbc70 Initial commit new d05a3caeb8 Hide doc frame when there are no candidate

[elpa] externals/corfu-doc 07d389a0ab 74/95: Make candidates popup and doc popup share the border

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 07d389a0abc9139643ad92c2b03aa2e486811411 Author: Yuwei Tian Commit: Yuwei Tian Make candidates popup and doc popup share the border --- corfu-doc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index d9

[elpa] externals/corfu-doc d5224ad109 30/95: Decrease popup displaying delay to 0.2 seconds

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d5224ad109d064a35eefdeb15527b7b788cca4ed Author: Yuwei Tian Commit: Yuwei Tian Decrease popup displaying delay to 0.2 seconds --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index c06906978f.

[elpa] externals/corfu-doc 2e74659620 60/95: Hide the doc frame when current candidate is nil

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 2e74659620eb26ef812f9a854d047d0d839c8111 Author: Yuwei Tian Commit: Yuwei Tian Hide the doc frame when current candidate is nil --- corfu-doc.el | 47 +-- 1 file changed, 25 insertions(+), 22 deletions(-) diff -

[elpa] externals/corfu-doc 7c546a3eae 16/95: Hide popup frame when candidate documentation is empty

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 7c546a3eae8c7acb63a46c37b69848a80dbeeaf1 Author: Yuwei Tian Commit: Yuwei Tian Hide popup frame when candidate documentation is empty --- corfu-doc.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el i

[elpa] externals/corfu-doc 7b10759a2e 73/95: Fix warnings

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 7b10759a2eb9c9cf5cddc4c30ca4ab4f677429db Author: Yuwei Tian Commit: Yuwei Tian Fix warnings --- corfu-doc.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index 1916dd8013..d9ea8d03ee 100644 --- a/c

[elpa] externals/corfu-doc 96b5de8cce 61/95: Version 0.5.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 96b5de8cced0f2c2069748305bb72cf2db77200e Author: Yuwei Tian Commit: Yuwei Tian Version 0.5.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 7cb076c904..00de241acf 100644 --- a/corfu-do

[elpa] externals/corfu-doc d89012ed6a 68/95: Version 0.6.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d89012ed6a9661fb328f8e96991f952dfdfb6ceb Author: Yuwei Tian Commit: Yuwei Tian Version 0.6.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index ef5a7212ab..679c3fee0a 100644 --- a/corfu-do

[elpa] externals/corfu-doc 1fd578caa0 53/95: Fix link

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 1fd578caa00d85b6d7ad411fac72d5a18e49b9e3 Author: Yuwei Tian Commit: Yuwei Tian Fix link --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f18ddf3801..f620559590 100644 --- a/README.org +++ b/

[elpa] externals/corfu-doc 9750d1af61 65/95: Fix calling corfu-doc--refresh-popup

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 9750d1af61c2e47ce634bce052160812ec5bd14b Author: Yuwei Tian Commit: Yuwei Tian Fix calling corfu-doc--refresh-popup --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 5f0809c64a..f1f12e76c

[elpa] externals/corfu-doc 807af9fb2e 08/95: Fix #2: fix frame position calculation when there are multiple displays

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 807af9fb2e728a48dbf660528f9d3b7ce8a31223 Author: Yuwei Tian Commit: Yuwei Tian Fix #2: fix frame position calculation when there are multiple displays --- corfu-doc.el | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --

[elpa] externals/corfu-doc f63395100e 69/95: Fix typo (#14)

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit f63395100ebafbe3d96b137e1289158d093de3d1 Author: Andy Stewart Commit: Yuwei Tian Fix typo (#14) corfu--set-frame-position should be ```corfu-doc--set-frame-position``` --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[elpa] externals/corfu-doc e18aea61e7 10/95: Version 0.0.3

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit e18aea61e77854aa499cd6294e91dbd4d2a27f87 Author: Yuwei Tian Commit: Yuwei Tian Version 0.0.3 --- corfu-doc.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index 0436a1eb65..a5e8703372 100644 --- a/co

[elpa] externals/corfu-doc 4119d58e8e 76/95: Rename calculating doc popup position function

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 4119d58e8ec9060cb78b242442c54ae27e8c27e6 Author: Yuwei Tian Commit: Yuwei Tian Rename calculating doc popup position function --- corfu-doc.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index cc45e

[elpa] externals/corfu-doc 6706526c0d 72/95: Require emacs 27.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 6706526c0d361fe022c6cb60da1bc7efc9f50d61 Author: Yuwei Tian Commit: Yuwei Tian Require emacs 27.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index c4ff2439e5..1916dd8013 100644 --- a/cor

[elpa] externals/corfu-doc ef1edadb4f 29/95: README: Document `corfu-doc-delay`

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit ef1edadb4f17e5d01591ae7d48ce239dfea603d9 Author: Yuwei Tian Commit: Yuwei Tian README: Document `corfu-doc-delay` --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index d25af713d5..10395164f4 100644 --- a/README

[elpa] externals/corfu-doc cfca07f581 81/95: Require corfu 0.25

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit cfca07f5812a60253dbf42ae9f770514251d9479 Author: Yuwei Tian Commit: Yuwei Tian Require corfu 0.25 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 44e021ae00..9728f326b5 100644 --- a/cor

[elpa] externals/corfu-doc 8170be8375 77/95: Fix duplicate code

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 8170be83750dc645257b292bc434e32692e127cc Author: Yuwei Tian Commit: Yuwei Tian Fix duplicate code --- corfu-doc.el | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index 9e81173606..10d6ad8011 100644 --

[elpa] externals/corfu-doc 616a2a9fc6 93/95: Fix regression error when scrolling doc popup

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 616a2a9fc6fb3222ea2273435ddbc63eba72670d Author: Yuwei Tian Commit: Yuwei Tian Fix regression error when scrolling doc popup --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 302734c20a..

[elpa] externals/corfu-doc 07307b68a3 49/95: Version 0.4.1

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 07307b68a3e22537cc16e0b326b0212c6e8bc58e Author: Yuwei Tian Commit: Yuwei Tian Version 0.4.1 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 0d6c945cad..87036ebad7 100644 --- a/corfu-do

[elpa] externals/corfu-doc cc13a259dd 86/95: No need to check corfu-mode

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit cc13a259dddcce387441a8158397078304d71c93 Author: Yuwei Tian Commit: Yuwei Tian No need to check corfu-mode --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 6c4ef3557a..4387189079 100644

[elpa] externals/corfu-doc 8313341ae8 52/95: Version 0.4.2

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 8313341ae8f9fe036027d2dd331848ff9b5103a8 Author: Yuwei Tian Commit: Yuwei Tian Version 0.4.2 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index aa9b0c83f1..3dfbc004fb 100644 --- a/corfu-do

[elpa] externals/m-buffer ce7b6aa0fc 001/115: Initial Checkin

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit ce7b6aa0fc60fa87891d2e0a749b530104f63f99 Author: Phillip Lord Commit: Phillip Lord Initial Checkin --- dev/.nosearch| 0 dev/m-buffer-test.el | 111 dev/match-data.txt | 6 ++ dev/with-temp-buffer.t

[elpa] externals/corfu-doc a0508b031e 85/95: Inline the function to scroll the doc popup

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit a0508b031e921cf81df3d4389360cc6adc157e75 Author: Yuwei Tian Commit: Yuwei Tian Inline the function to scroll the doc popup --- corfu-doc.el | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el i

[elpa] externals/corfu-doc aadf628d98 79/95: Remove redundant :group args

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit aadf628d9811bd08823687af968f24c983eb1079 Author: Yuwei Tian Commit: Yuwei Tian Remove redundant :group args --- corfu-doc.el | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index ddfec8

[elpa] externals/corfu-doc 0741012875 26/95: Fix typo in comment

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 0741012875e9ce3c209a709d74bbbee71e7f1c4f Author: Yuwei Tian Commit: Yuwei Tian Fix typo in comment --- corfu-doc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index 22a5400bef..2a1db94b4a 100644 ---

[elpa] externals/m-buffer 1ecae2db10 007/115: Argument handling reworked.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 1ecae2db10ac0d35986155cda59fe12cad077d4e Author: Phillip Lord Commit: Phillip Lord Argument handling reworked. Block Matchers added. Match-string functions added. --- m-buffer.el | 232 +++- 1

[elpa] externals/corfu-doc df8d7e2242 34/95: README: Document `corfu-doc-hide-threshold`

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit df8d7e2242bcfc10be1f9e1a4a73ca7e01fdf597 Author: Yuwei Tian Commit: Yuwei Tian README: Document `corfu-doc-hide-threshold` --- README.org | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 10395164f4..f1c2

[elpa] externals/corfu-doc b5477fd110 90/95: Version 0.7

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit b5477fd1107cf95e773d1fff44a49881f28bf3eb Author: Yuwei Tian Commit: Yuwei Tian Version 0.7 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index bb1f0a1baa..25a1da627b 100644 --- a/corfu-doc.

[elpa] externals/corfu-doc 2a3f515022 63/95: Add corfu-doc--popup-scroll function

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 2a3f51502297723be1e299c240c94fb2187567b3 Author: Yuwei Tian Commit: Yuwei Tian Add corfu-doc--popup-scroll function --- corfu-doc.el | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/corfu-doc.el

[elpa] externals/m-buffer 0450374662 002/115: Lots of changes!

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 04503746621faf7868ad6563aa4ac7c4e1fa82e8 Author: Phillip Lord Commit: Phillip Lord Lots of changes! --- m-buffer.el | 37 + 1 file changed, 37 insertions(+) diff --git a/m-buffer.el b/m-buffer.el index 67db2794f0..9a1648

[elpa] externals/corfu-doc d7d7c27703 70/95: Version 0.6.2

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d7d7c27703cdbe8b42497b300e82706c6edce96e Author: Yuwei Tian Commit: Yuwei Tian Version 0.6.2 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index a7beb8c2cf..e0e557395e 100644 --- a/corfu-do

[elpa] externals/m-buffer 22760408a5 013/115: Updated normalize tests to cope with extra widen argument.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 22760408a5e5a68ff315651b1188861614475b67 Author: Phillip Lord Commit: Phillip Lord Updated normalize tests to cope with extra widen argument. --- test/m-buffer-test.el | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/test/

[elpa] externals/corfu-doc b3394359de 54/95: Fix #9 (again): fix error when candidate index is nil

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit b3394359debe4fa2e0ad1aa32cad11485f3ca401 Author: Yuwei Tian Commit: Yuwei Tian Fix #9 (again): fix error when candidate index is nil --- corfu-doc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 3d

[elpa] externals/m-buffer cbd9d12b3d 023/115: Functions for colourizing text. Improved documentation.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit cbd9d12b3dc52d8fe1e946640708221e0be32557 Author: Phillip Lord Commit: Phillip Lord Functions for colourizing text. Improved documentation. --- m-buffer.el | 37 +++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --g

[elpa] externals/corfu-doc 5a6f4f879d 59/95: Version 0.5.0

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 5a6f4f879de6dc2ca6e22789878d416e88e85905 Author: Yuwei Tian Commit: Yuwei Tian Version 0.5.0 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index b93b266416..e4194c80ca 100644 --- a/corfu-do

[elpa] externals/m-buffer 25995a676e 009/115: README added.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 25995a676ecdbda19eca1ef9463d5bc75a128a51 Author: Phillip Lord Commit: Phillip Lord README added. --- README.md | 54 ++ 1 file changed, 54 insertions(+) diff --git a/README.md b/README.md new file mode 10

[elpa] externals/m-buffer 49a0c187a1 026/115: Name changes: markers to marker

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 49a0c187a175a05bf3aac2fa3819e49e9edebc8a Author: Phillip Lord Commit: Phillip Lord Name changes: markers to marker --- m-buffer.el | 38 +++--- test/m-buffer-test.el | 14 +++--- 2 files changed, 26 insertio

[elpa] externals/m-buffer 8210f4147d 004/115: Move dev to test.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 8210f4147d329c30727f2f54dcd8f06e881b74e3 Author: Phillip Lord Commit: Phillip Lord Move dev to test. Added Makefile Added travis. --- .travis.yml | 20 + Makefile | 10 + run-tests.sh

[elpa] externals/m-buffer 650235fbdb 011/115: Build URL update.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 650235fbdb45ca6ec857f5056795860fdb64d9b6 Author: Phillip Lord Commit: Phillip Lord Build URL update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94672b6978..4a7d5a0e02 100644 --- a/README.md

[elpa] externals/m-buffer 22d6b0d640 012/115: Beginning has become begin. Widen option added. New line matching functions.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 22d6b0d64067827986375b4c98caec5d6c5537a7 Author: Phillip Lord Commit: Phillip Lord Beginning has become begin. Widen option added. New line matching functions. --- README.md | 5 +- m-buffer.el | 131 +

[elpa] externals/m-buffer 2e1e7b5d29 021/115: Version Update.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 2e1e7b5d2968d3ad5fb562a2a4f91d36a3aa2ae8 Author: Phillip Lord Commit: Phillip Lord Version Update. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 2dff688810..31fb8b6f6c 100644 --- a/m-buff

[elpa] externals/m-buffer d4aeb66bb3 028/115: Removed pluralisation from nil-markers.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit d4aeb66bb33a5be534979743038f934737e37162 Author: Phillip Lord Commit: Phillip Lord Removed pluralisation from nil-markers. --- m-buffer.el | 44 +--- test/m-buffer-test.el | 24 +++- 2 fi

[elpa] externals/corfu-doc 7f7e251173 92/95: Fix #19: display a warning when child frames unavailable

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 7f7e25117334c9c13bbc5a925bd0a95a2b0965d8 Author: Yuwei Tian Commit: Yuwei Tian Fix #19: display a warning when child frames unavailable Also fix #17 --- corfu-doc.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/corfu-doc

[elpa] externals/corfu-doc 0c5bd800f6 71/95: Fix frame flicker When display the doc immediately

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 0c5bd800f689f4af765eb267df038d8068516a6e Author: Yuwei Tian Commit: Yuwei Tian Fix frame flicker When display the doc immediately --- corfu-doc.el | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/corfu-doc.el b

[elpa] externals/m-buffer a3c5ab72c9 010/115: Added test file.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit a3c5ab72c94707c2e03ad8b49ad75e821092d71b Author: Phillip Lord Commit: Phillip Lord Added test file. --- test/sentence-end.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/sentence-end.txt b/test/sentence-end.txt new file mode 100644 index 000

[elpa] externals/m-buffer 710ae5ae1a 029/115: Second attempt to remove pluralisation from nil-markers

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 710ae5ae1a92708592ab52de709f8e8b2c7bc4ed Author: Phillip Lord Commit: Phillip Lord Second attempt to remove pluralisation from nil-markers --- m-buffer.el | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --g

[elpa] externals/m-buffer 32c3077044 031/115: Bump to snapshot version (rather late!)

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 32c3077044dc258ce6539a567a485eb6e01b8c7a Author: Phillip Lord Commit: Phillip Lord Bump to snapshot version (rather late!) --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 40ef413980..d8c5a4

[elpa] externals/corfu-doc 48f629a0c2 87/95: Add new option to choose the method to transition the doc popup

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 48f629a0c225baaed3b1bc4d1a749fbe0a0ee5f4 Author: Yuwei Tian Commit: Yuwei Tian Add new option to choose the method to transition the doc popup * corfu-doc.el (corfu-doc-hide-threshold): Remove variable. * README.org: update documentation. ---

[elpa] externals/corfu-doc caccd94757 88/95: Inline the function to get coordinates of the corfu popup

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit caccd9475783cfc12ab5c49d44b6ca7535e84a4a Author: Yuwei Tian Commit: Yuwei Tian Inline the function to get coordinates of the corfu popup --- corfu-doc.el | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/corfu-doc.el b/corfu-do

[elpa] externals/m-buffer 05846a92bc 035/115: Removed "-data" from m-buffer-match-data.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 05846a92bc3f0f5c83d6a2c0d7e6faa3cd380ccf Author: Phillip Lord Commit: Phillip Lord Removed "-data" from m-buffer-match-data. This -data suffix did not really make sense anyway, and none of the other -match- functions have a "-data" suffix. ---

[elpa] externals/m-buffer 1cc4d8cffb 015/115: Added functions: m-buffer-marker-tree-to-pos, m-buffer-match-nth-group.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 1cc4d8cffb73ea75fb0a9b19470005f1e762444e Author: Phillip Lord Commit: Phillip Lord Added functions: m-buffer-marker-tree-to-pos, m-buffer-match-nth-group. --- m-buffer.el | 24 test/m-buffer-test.el | 35 ++

[elpa] externals/m-buffer 94251c2abe 019/115: Package metadata added.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 94251c2abe41380022b1fcf195a749aeaa51b26a Author: Phillip Lord Commit: Phillip Lord Package metadata added. --- m-buffer.el | 1 + 1 file changed, 1 insertion(+) diff --git a/m-buffer.el b/m-buffer.el index 84d7724a23..44ca2526c0 100644 --- a/m-buffer.el ++

[elpa] externals/m-buffer b501935037 047/115: Version and Dependency updates.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit b501935037c4dacb40675bc9a4a3751cde943ace Author: Phillip Lord Commit: Phillip Lord Version and Dependency updates. --- m-buffer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m-buffer.el b/m-buffer.el index 31dbd13d08..955fc77dd8

[elpa] externals/m-buffer c65b7b20c0 014/115: match-data-1 was failing on final match due to off-by-one error.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit c65b7b20c0771977f5a4e94044f19eac5935612a Author: Phillip Lord Commit: Phillip Lord match-data-1 was failing on final match due to off-by-one error. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el

[elpa] externals/m-buffer 41384768bc 024/115: Merge pull request #1 from syohex/fix-typo

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 41384768bcaca38a4121fb68a387bcbd348e6984 Merge: 2e1e7b5d29 6e8e29e12d Author: phillord Commit: phillord Merge pull request #1 from syohex/fix-typo Fix some typos --- m-buffer.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --gi

<    1   2   3   4   >