[elpa] externals/js2-mode 7275b46 1/3: feat(parser): add for-await-of parsing

2021-04-14 Thread ELPA Syncer
branch: externals/js2-mode commit 7275b4681b38102cb4ab57ce252fea7b7404b074 Author: Matus Goljer Commit: Matus Goljer feat(parser): add for-await-of parsing --- js2-mode.el | 37 ++--- tests/parser.el | 6 ++ 2 files changed, 32 insertions(+), 11 dele

[elpa] externals/js2-mode updated (29979e5 -> b891ede)

2021-04-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/js2-mode. from 29979e5 Merge branch 'externals/js2-mode' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa new 7275b46 feat(parser): add for-await-of parsing new 776355a Merge pull request #543 from Fuco1/feature/for-await

[elpa] externals/js2-mode b891ede 3/3: Add NEWS entry

2021-04-14 Thread ELPA Syncer
branch: externals/js2-mode commit b891edecedf30be6321e2f109fdfeb25b0edad27 Author: Dmitry Gutov Commit: Dmitry Gutov Add NEWS entry --- NEWS.md | 4 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3b2d138..51c1ab4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@

[elpa] externals/js2-mode 776355a 2/3: Merge pull request #543 from Fuco1/feature/for-await

2021-04-14 Thread ELPA Syncer
branch: externals/js2-mode commit 776355a1b7219e9e43ef0aff3d915ebef2b4ee7a Merge: 29979e5 7275b46 Author: Dmitry Gutov Commit: GitHub Merge pull request #543 from Fuco1/feature/for-await feat(parser): add for-await-of parsing --- js2-mode.el | 37 ++-

[elpa] externals/eglot dd51bf2 6/8: Merge pull request #656 from mohkale/company-kind

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit dd51bf29cbefe51207eda72287becc8bde5197b2 Merge: a79bb5f c65a032 Author: Dmitry Gutov Commit: GitHub Merge pull request #656 from mohkale/company-kind (feature): Add :company-kind to eglot-completion-at-point --- eglot.el | 7 +++ 1 file changed, 7

[elpa] externals/eglot 8a5598d 3/8: Fix #650: Highlight relevant part of xref hits using xref-match face

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit 8a5598d06a0539492ec30fc90201a263ea6a03e6 Author: Mohsin Kaleem Commit: João Távora Fix #650: Highlight relevant part of xref hits using xref-match face Also close #657. (eglot--xref-make-match): Use face 'xref-match instead of 'highlight. ---

[elpa] externals/eglot 05fe647 7/8: Per #667: add a passing test demonstrating clangd + TRAMP works

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit 05fe6472cb1766e4dafae7562b8793d96d0bb271 Author: João Távora Commit: João Távora Per #667: add a passing test demonstrating clangd + TRAMP works ... It works at least within the minimal, well-controlled reproducible settings of this test. Maybe if

[elpa] externals/eglot f930a09 1/8: Fix #596: generalize eglot-flymake-backend

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit f930a096ebe37212949593feeb420170f52d944a Author: João Távora Commit: João Távora Fix #596: generalize eglot-flymake-backend Loosen coupling between eglot-flymake-backend and flymake-mode. The flymake-mode check in 'eglot-handle-notification publis

[elpa] externals/which-key 5fb3030: Unset header-line-format format in " *which-key*" buffer

2021-04-14 Thread Stefan Monnier
branch: externals/which-key commit 5fb30301cb3b4fca5a0e1ce8ec1ef59290b79199 Author: Frank Terbeck Commit: Justin Burkett Unset header-line-format format in " *which-key*" buffer Similarly to mode-line-format, header-line-format just takes up space and currently also breaks windo

[elpa] externals/eglot fc221c8 8/8: Overhaul bug reporting template

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit fc221c8b8af33363a6a8d1e07950dc01555f6c9b Author: João Távora Commit: João Távora Overhaul bug reporting template Just stress some points slightly more so that people actually follow the instructions. --- .github/ISSUE_TEMPLATE/bug_report.md | 111

[elpa] externals/eglot a79bb5f 4/8: Overhaul bug-reporting template

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit a79bb5f29d9629f723105e5bbaef289850c559d4 Author: João Távora Commit: João Távora Overhaul bug-reporting template * .github/ISSUE_TEMPLATE/bug_report.md: Rework --- .github/ISSUE_TEMPLATE/bug_report.md | 103 +-- 1 file

[elpa] externals/eglot c34ec42 2/8: Per #645: Attempt to speed up initial directory/glob correspondence

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit c34ec4218c7d4ab7c4a7e1643c76c30cb70978ab Author: João Távora Commit: João Távora Per #645: Attempt to speed up initial directory/glob correspondence In #602, not only a new glob processing system was implemented, but also a new, more correct, way t

[elpa] externals/eglot updated (2fbcab2 -> fc221c8)

2021-04-14 Thread Stefan Monnier
monnier pushed a change to branch externals/eglot. from 2fbcab2 Fix #525: Offer better control over "languageId" value sent to LSP new f930a09 Fix #596: generalize eglot-flymake-backend new c34ec42 Per #645: Attempt to speed up initial directory/glob correspondence

[elpa] externals/eglot c65a032 5/8: Close #652: add :company-kind to eglot-completion-at-point

2021-04-14 Thread Stefan Monnier
branch: externals/eglot commit c65a032167f42d788e6f48781183820fd88a69f2 Author: Mohsin Kaleem Commit: Mohsin Kaleem Close #652: add :company-kind to eglot-completion-at-point * eglot.el (eglot-completion-at-point): Add a :company-kind field to the completion-at-point function so

[elpa] externals/phps-mode updated (ff28d3c -> a8dcba3)

2021-04-14 Thread Stefan Monnier
monnier pushed a change to branch externals/phps-mode. from ff28d3c Fixed bug in incremental lex-analyzer related to heredoc and nesting stack new e6d58b7 Fixed suggestions for inclusion into MELPA new 1bacd7b Updated installation, loading and contribution notes

[elpa] externals/ztree updated (dc5f769 -> c9ad913)

2021-04-14 Thread Stefan Monnier
monnier pushed a change to branch externals/ztree. from dc5f769 Finalized the refactoring with protocol usage. new 9b980dd Issue #80: Wrong directory root in ztree-diff new c9ad913 Bumped version to 1.0.6 Summary of changes: ztree-diff.el | 2 +- ztree-view.el | 2 +

[elpa] externals/ztree 9b980dd 1/2: Issue #80: Wrong directory root in ztree-diff

2021-04-14 Thread Stefan Monnier
branch: externals/ztree commit 9b980dde0c5cd69d13d894b5c9cf70759b5f2595 Author: Alexey Veretennikov Commit: Alexey Veretennikov Issue #80: Wrong directory root in ztree-diff Fixed missing implementation of the ztree-node-right-short-name in diff-model. --- ztree-diff.el | 2 +-

[elpa] externals/setup df6f6eb 13/25: Add note on modifying option names

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit df6f6eba6bac3a99dda140f0d50c3217b8e3f369 Author: Philip K Commit: Philip K Add note on modifying option names --- setup.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.el b/setup.el index 37f5670..db937a5 100644 --- a/setup.el

[elpa] externals/setup bc0edb4 24/25: Handle argument list for :load-from properly

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit bc0edb481509471596b2d30a08f1db35efa7a540 Author: Philip K Commit: Philip K Handle argument list for :load-from properly --- setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.el b/setup.el index d2b786e..11babe7 100644 --- a/set

[elpa] externals/ztree c9ad913 2/2: Bumped version to 1.0.6

2021-04-14 Thread Stefan Monnier
branch: externals/ztree commit c9ad9136d52ca5a81475693864e255d29448f43f Author: Alexey Veretennikov Commit: Alexey Veretennikov Bumped version to 1.0.6 --- ztree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztree.el b/ztree.el index 6157a50..08f9d53 100644 --- a/zt

[elpa] externals/setup 7699c78 08/25: Reindent commentary examples

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 7699c78b23aebc529cc4d0cc27c8792dcc2cd3a8 Author: Philip K Commit: Philip K Reindent commentary examples --- setup.el | 43 +-- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/setup.el b/setup.el index bed

[elpa] externals/setup e1d51a3 07/25: Add (remove VAR) form for :option

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit e1d51a3167e63c3c341ef5ecf2e44892519d Author: Philip K Commit: Philip K Add (remove VAR) form for :option --- setup.el | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.el b/setup.el index c42943d..bedca73 100644 --- a/se

[elpa] externals/setup 5e201d7 06/25: Use custom-load-symbol for modifying :option moderations

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 5e201d750e4c9346958357427a9626a4bd668ac4 Author: Philip K Commit: Philip K Use custom-load-symbol for modifying :option moderations --- setup.el | 51 --- 1 file changed, 28 insertions(+), 23 deletions(-) diff -

[elpa] externals/setup a77d9f2 03/25: Don't apply kbd to symbols in :global, :bind, :unbind and :rebind

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit a77d9f2c06b264f2f53cd3b8284cb1b8c73aea3d Author: Philip K Commit: Philip K Don't apply kbd to symbols in :global, :bind, :unbind and :rebind --- setup.el | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/setup.el b/setup.el

[elpa] externals/ergoemacs-mode dc9c567 83/87: Add back the highlighting of the end key

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit dc9c56735d8acdf069044c483506f64a1bc40b83 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Add back the highlighting of the end key --- ergoemacs-key-description.el |

[elpa] externals/ergoemacs-mode bd805c3 80/87: More suppression of warnings

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit bd805c3278705588df05781559322fd3cd382ce7 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> More suppression of warnings --- ergoemacs-advice.el | 8 +++-

[elpa] externals/ergoemacs-mode 543bc98 78/87: Silence ergoemacs-functions byte compile warnings

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 543bc9829c6896751e73628a633fa85517a9d95a Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Silence ergoemacs-functions byte compile warnings --- ergoemacs-functions.el

[elpa] externals/ergoemacs-mode 347070d 76/87: Some changes

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 347070d72d7487181c0bcaff5c3c345ad4dc5e12 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Some changes --- ergoemacs-command-loop.el | 20 ergoem

[elpa] externals/ergoemacs-mode dfb5a43 48/87: Add key to fix Issue #470

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit dfb5a43e7a37c751a5352b5bcf1ea7b22d52edeb Author: Fidler Commit: Fidler Add key to fix Issue #470 --- ergoemacs-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index b4a0873..1db511d 100644 --- a/

[elpa] externals/ergoemacs-mode 730306e 66/87: Merge pull request #495 from wlandry/mac_meta_alt_switch

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 730306e406b0f8ae07333f7a37ca8ac6bbab9db5 Merge: 2091646 4769abe Author: Matthew Fidler Commit: GitHub Merge pull request #495 from wlandry/mac_meta_alt_switch Update Mac instructions to swap Command and Alt --- web.org | 20 --

[elpa] externals/ergoemacs-mode 8a65bf2 59/87: Fix typos (dispaly -> display)

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 8a65bf2ffb4698f1848070cc84ecaf87d891d850 Author: Walter Landry Commit: Walter Landry Fix typos (dispaly -> display) --- ergoemacs-key-description.el | 2 +- ergoemacs-mode.el| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --

[elpa] externals/ergoemacs-mode 67e8c66 60/87: Merge pull request #494 from wlandry/master

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 67e8c66cfe6b12728db8d3f461f7f4e8a206d9fd Merge: 6a3214e 8a65bf2 Author: Matthew Fidler Commit: GitHub Merge pull request #494 from wlandry/master Fix typos (dispaly -> display) --- ergoemacs-key-description.el | 2 +- ergoemacs-mode.el

[elpa] externals/ergoemacs-mode f3f7b10 42/87: Add keyboard layout; See Issue #462

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit f3f7b100981828e881aaca186d2a196e8c08b593 Author: Fidler Commit: Fidler Add keyboard layout; See Issue #462 --- ergoemacs-layouts.el | 12 1 file changed, 12 insertions(+) diff --git a/ergoemacs-layouts.el b/ergoemacs-layouts.el index 84

[elpa] externals/ergoemacs-mode d5d2ba4 39/87: Create extras directory. See Issue #452

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit d5d2ba423a46b67b952c117410a7c4f1c45c6606 Author: Fidler Commit: Fidler Create extras directory. See Issue #452 --- ergoemacs-map-properties.el | 2 ++ ergoemacs-mode.el | 12 ergoemacs-translate.el | 5 - 3 files cha

[elpa] externals/ergoemacs-mode b70d9fe 43/87: Fix back quote.

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit b70d9fe00c21063726745dde45f53b42168d0d21 Author: MicroAnibal Commit: MicroAnibal Fix back quote. Corrects void variable ergoemacs-layouts-pt --- ergoemacs-layouts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ergoem

[elpa] externals/ergoemacs-mode 6a3214e 58/87: Merge pull request #490 from Valdaer/keep-region-selected-after-ctrl-c

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 6a3214e1a892a45f575604f0bc4bb83175142aa4 Merge: 4a6ba06 9a5b97f Author: Matthew Fidler Commit: GitHub Merge pull request #490 from Valdaer/keep-region-selected-after-ctrl-c Keep region selected after ctrl c --- ergoemacs-functions.el | 8

[elpa] externals/ergoemacs-mode 7b06006 44/87: Merge pull request #465 from MicroAnibal/FixLayoutsTypo

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 7b0600620fc64cdb92bb9a69144c68eaa088db5b Merge: f3f7b10 b70d9fe Author: Matthew Fidler Commit: GitHub Merge pull request #465 from MicroAnibal/FixLayoutsTypo Fix back quote. --- ergoemacs-layouts.el | 2 +- 1 file changed, 1 insertion(+), 1

[elpa] externals/ergoemacs-mode a75a338 07/87: Add ergoemacs start prefix correctly

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit a75a33852e375d8919fa1cc8c3ad52634a783293 Author: Fidler Commit: Fidler Add ergoemacs start prefix correctly --- ergoemacs-command-loop.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ergoemacs-command-loop.el b/ergoemacs-comm

[elpa] externals/ergoemacs-mode 7e31354 33/87: Merge pull request #450 from MicroAnibal/PotugueseLayout

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 7e313544c8bb23a8f4ffe81f5a61eb9841426425 Merge: b4b5241 823b73a Author: Matthew Fidler Commit: GitHub Merge pull request #450 from MicroAnibal/PotugueseLayout Added Portuguese QWERTY keyboard layout. --- ergoemacs-layouts.el | 13

[elpa] externals/ergoemacs-mode 427d0e4 16/87: Only echo on prefix keys

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 427d0e47afe66d0c870c026ba5b8a93bb0b76415 Author: Fidler Commit: Fidler Only echo on prefix keys --- ergoemacs-command-loop.el | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ergoemacs-command-loop.el b/ergoemacs-comma

[elpa] externals/ergoemacs-mode d36e6390 24/87: Defer ergoemacs override setup

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit d36e6390824c1f51113ddbcdbf7acd10bcff9e6e Author: Fidler Commit: Fidler Defer ergoemacs override setup --- ergoemacs-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index 880eafe..1

[elpa] externals/ergoemacs-mode a1dd7a7 09/87: Eat command prefixes that were intercepted by the timer

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit a1dd7a7290daf9c9a8209c371ae2a8a405c0cea6 Author: Fidler Commit: Fidler Eat command prefixes that were intercepted by the timer --- ergoemacs-command-loop.el | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ergoemacs-c

[elpa] externals/ergoemacs-mode 98703c4 27/87: Add Swiper keys. Issue #445

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 98703c40824e73c69d7f9f48877fcd0290a118b4 Author: Fidler Commit: Fidler Add Swiper keys. Issue #445 --- ergoemacs-themes.el | 36 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/ergoemacs-themes.el b

[elpa] externals/ergoemacs-mode f12edbb 02/87: Maybe Fix issue #426

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit f12edbb42f512ebeabcfb0a56e89924c21ddc529 Author: Matthew L. Fidler Commit: Matthew L. Fidler Maybe Fix issue #426 --- ergoemacs-functions.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-

[elpa] externals/ergoemacs-mode f3dd332 23/87: Revert set-map-list

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit f3dd33289b7af09c34473e64d05bc5158d9cb9e2 Author: Fidler Commit: Fidler Revert set-map-list --- ergoemacs-map-properties.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ergoemacs-map-properties.el b/ergoemacs-map-properties.el in

[elpa] externals/ergoemacs-mode 7ba903e4 04/87: Don't grow mouse commands & set this-command before command is called

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 7ba903e479402bdee44092647a879e023165058a Author: Fidler Commit: Fidler Don't grow mouse commands & set this-command before command is called --- ergoemacs-command-loop.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e

[elpa] externals/setup 32e4f7f 22/25: Fix syntax in examples

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 32e4f7fd0ff9821f6df19107e0cdb0c05b77f454 Author: Philip K Commit: Philip K Fix syntax in examples --- README.md | 2 +- setup.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00e304a..81c5ab2 100644 --- a/R

[elpa] externals/setup 757de04 21/25: Replace yasnippet example with dired

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 757de049f3272f206ee56bacd9bc973b9cc3e8ca Author: Philip K Commit: Philip K Replace yasnippet example with dired --- README.md | 31 ++- setup.el | 31 ++- 2 files changed, 28 insertions(+), 34 deletions(

[elpa] externals/setup 2503ad0 25/25: Expand load path for :load-from

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 2503ad033299f52e0ab11df3e446d2420dc445a0 Author: Philip K Commit: Philip K Expand load path for :load-from --- setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.el b/setup.el index 11babe7..8e46680 100644 --- a/setup.el +++ b/s

[elpa] externals/setup 22b5312 23/25: Add :file-match macro

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 22b531263be38df9fedf83fd617c12f1f5b08ec2 Author: Philip K Commit: Philip K Add :file-match macro --- setup.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/setup.el b/setup.el index 75ad046..d2b786e 100644 --- a/setup.el +++ b/setup.el @@ -502,6 +

[elpa] externals/setup f7d5906 16/25: Replace customize-set-variable with the necessary parts

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit f7d5906b74ce20fa939e909a9fde76e906c6d617 Author: Philip K Commit: Philip K Replace customize-set-variable with the necessary parts --- setup.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.el b/setup.el index 16b2d27..52d37ed

[elpa] externals/setup d44d333 20/25: Add :load-from macro

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit d44d3336daed8a31bfa03d28925e57b31bbf1e7e Author: Philip K Commit: Philip K Add :load-from macro --- setup.el | 8 1 file changed, 8 insertions(+) diff --git a/setup.el b/setup.el index 29757bb..18527ab 100644 --- a/setup.el +++ b/setup.el @@ -497,6 +

[elpa] externals/setup 5728369 18/25: Fix shell example in README and Commentary section

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 572836931b2b41a35db871ff576df8875142ba89 Author: Philip K Commit: Philip K Fix shell example in README and Commentary section --- README.md | 2 +- setup.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77f

[elpa] externals/setup b7aa594 19/25: Allow :hook-into to also use hook names

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit b7aa594088c88b67de47d5b7a9e45d944a8465ff Author: Philip K Commit: Philip K Allow :hook-into to also use hook names --- setup.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.el b/setup.el index 779448a..29757bb 100644 --- a/setu

[elpa] externals/setup 9a67209 14/25: Always call custom-load-symbol before customizing an option

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 9a67209396f36c2bfaf3009c25b27a413d4f4757 Author: Philip K Commit: Philip K Always call custom-load-symbol before customizing an option --- setup.el | 66 ++-- 1 file changed, 31 insertions(+), 35 dele

[elpa] externals/setup ea52eb1 17/25: Add note that :option does not manipulate user theme.

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit ea52eb1c3d0a030c5d3d03cf782fc827c9c27309 Author: Philip K Commit: Philip K Add note that :option does not manipulate user theme. --- setup.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.el b/setup.el index 52d37ed..b460486 1006

[elpa] externals/setup c707965 10/25: Handle symbols in :global, :bind, :unbind and :rebind

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit c7079651d6bc17192238d451648543a5a91f53ab Author: Philip K Commit: Philip K Handle symbols in :global, :bind, :unbind and :rebind --- setup.el | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/setup.el b/setup.el index 82463c

[elpa] externals/setup ccf2ebf 09/25: Copy commentary changes to README

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit ccf2ebfcc38597111acdc9a4fa80be288ca2f426 Author: Philip K Commit: Philip K Copy commentary changes to README --- README.md | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8cd4142..77f0135 100644 ---

[elpa] externals/setup f764229 15/25: Explain how :with-feature sets an implicit mode

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit f764229a02526179bad6bc49c468c523f9cd7be5 Author: Philip K Commit: Philip K Explain how :with-feature sets an implicit mode --- setup.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.el b/setup.el index 175c45c..16b2d27 100644 ---

[elpa] externals/setup 439b4a8 02/25: Raise an error if lexical binding is not enabled

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 439b4a89c76c01d0127ee1cdcad9f9493804a525 Author: Philip K Commit: Philip K Raise an error if lexical binding is not enabled --- setup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.el b/setup.el index 7c67546..20b3c7c 100644 --- a/setup.el +++

[elpa] externals/setup 7562f2f 12/25: Prevent :option values from being saved in the user theme

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 7562f2fa38c64e0c22693de0edd8bf30631f13dc Author: Philip K Commit: Philip K Prevent :option values from being saved in the user theme This tells customize not to create a duplicate custom-set-variables block with the customized value. --- setup.el

[elpa] externals/setup updated (7a78f66 -> 2503ad0)

2021-04-14 Thread Stefan Monnier
monnier pushed a change to branch externals/setup. from 7a78f66 Consistently use symbol-value instead of eval new 669f0fb Drop (remove ...) form for user options new 439b4a8 Raise an error if lexical binding is not enabled new a77d9f2 Don't apply kbd to symbo

[elpa] externals/setup 669f0fb 01/25: Drop (remove ...) form for user options

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 669f0fb0aa73b1ed39108564bfefd6708cda7325 Author: Philip K Commit: Philip K Drop (remove ...) form for user options --- setup.el | 6 -- 1 file changed, 6 deletions(-) diff --git a/setup.el b/setup.el index 9ffb1f5..7c67546 100644 --- a/setup.el +++ b/setu

[elpa] externals/setup 43092c2 11/25: Mention if no local macros are defined in setup docstring

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 43092c20223605b0ef5b745f19e90e574f72f216 Author: Philip K Commit: Philip K Mention if no local macros are defined in setup docstring --- setup.el | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/setup.el b/setu

[elpa] externals/setup ec23802 04/25: Check for duplicate elements with append/remove

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit ec23802d4c88a3f02ddf5660ee45a5db3e2c6b19 Author: Philip K Commit: Philip K Check for duplicate elements with append/remove --- setup.el | 36 ++-- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/setup.el b/setup.

[elpa] externals/setup 7e3d025 05/25: Update documentation for :option and :local-set

2021-04-14 Thread Stefan Monnier
branch: externals/setup commit 7e3d025823ae3c32ed39d06bb74462d3aed4158e Author: Philip K Commit: Philip K Update documentation for :option and :local-set --- setup.el | 29 + 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/setup.el b/setup.el index

[elpa] externals/ergoemacs-mode f9d6e3f 87/87: Bring over some more emacs mainatiner fixes

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit f9d6e3f7d99b877a63fa6f5ab61e6ba05a7075c8 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Bring over some more emacs mainatiner fixes --- ergoemacs-macros.el

[elpa] externals/ergoemacs-mode 78e8d55 85/87: Fix regression with #503

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 78e8d55cf9c1e7287b869a66c500ff403199e92a Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Fix regression with #503 --- ergoemacs-command-loop.el | 4 ++-- ergoemacs-t

[elpa] externals/ergoemacs-mode f3f4bf0 75/87: Revert "Merge remote-tracking branch 'elpa/externals/ergoemacs-mode'"

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit f3f4bf066d7453efa7b55b85fb46bd3aa4bab848 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Revert "Merge remote-tracking branch 'elpa/externals/ergoemacs-mode'"

[elpa] externals/ergoemacs-mode c7907aa 69/87: In term-mode, modify both term-raw-map and current-local-map

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit c79075450a9453ab4149305b156412822ab2 Author: Walter Landry Commit: Walter Landry In term-mode, modify both term-raw-map and current-local-map Fixes #499 --- ergoemacs-map.el | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-

[elpa] externals/ergoemacs-mode dde41b4 81/87: Fix some more warnings and test icy stuff only when icy is there

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit dde41b4262296ca8892fed1a0c8488128de282f7 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Fix some more warnings and test icy stuff only when icy is there --- ergoema

[elpa] externals/ergoemacs-mode 72b0292 72/87: Make ergoemacs-handle-ctl-c-or-ctl-x==only-C-c-and-C-x work

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 72b0292e860b15ff2f8df367d9ed2114ebb60a6b Author: Walter Landry Commit: Walter Landry Make ergoemacs-handle-ctl-c-or-ctl-x==only-C-c-and-C-x work --- ergoemacs-themes.el | 33 + 1 file changed, 25 insertions(+), 8 deleti

[elpa] externals/ergoemacs-mode ea9b60f 71/87: Make the bash bindings work

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit ea9b60fafd19fb1917116acc9c1c5c96d25c5508 Author: Walter Landry Commit: Walter Landry Make the bash bindings work --- ergoemacs-theme-engine.el | 39 +++ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git

[elpa] externals/ergoemacs-mode e6edcbe 15/87: Remove prefix switching to command loop.

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit e6edcbeb2d97ed705da3e074c0be40a06b87ebbd Author: Fidler Commit: Fidler Remove prefix switching to command loop. --- ergoemacs-advice.el | 31 ++-- ergoemacs-command-loop.el | 194 +- ergoemacs-mod

[elpa] externals/ergoemacs-mode 26c2150 68/87: Merge pull request #498 from wlandry/calc_yank

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 26c21505103f2fdb6af2544da1f7ba6400b2ec14 Merge: 730306e ade132c Author: Matthew Fidler Commit: GitHub Merge pull request #498 from wlandry/calc_yank Remap ergoemacs-paste to calc-yank in calc-mode --- ergoemacs-themes.el | 1 + 1 file changed

[elpa] externals/ergoemacs-mode fc097bd 82/87: Update copyright year

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit fc097bd8bcd313beb9563b5d48a60bc1f4b621c7 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Update copyright year --- ergoemacs-advice.el | 2 +- ergoemacs-com

[elpa] externals/ergoemacs-mode b61ece8 74/87: Merge remote-tracking branch 'elpa/externals/ergoemacs-mode'

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit b61ece84cfbbe4f47de2e57ae42c0511068b8df3 Merge: ad3ec45 5450f4d Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Merge remote-tracking branch 'elpa/externals/ergoemacs

[elpa] externals/ergoemacs-mode 7df155e 40/87: Don't refresh the package contents. See #452

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 7df155e52c86e1db5e69c16830643adfdf7cd1a8 Author: Fidler Commit: Fidler Don't refresh the package contents. See #452 --- ergoemacs-component.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ergoemacs-component.el b/ergoemacs-comp

[elpa] externals/ergoemacs-mode 6ec72c0 86/87: Go back to ergoemacs-display-key-use-face (suggestion from emacs devs)

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 6ec72c02e241b8369c5958337c9560f420911a62 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Go back to ergoemacs-display-key-use-face (suggestion from emacs devs) --- e

[elpa] externals/ergoemacs-mode 8b437ad 70/87: Merge pull request #500 from wlandry/term_fixes

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 8b437adbd7f3e7794b2fdd6ec08b14a9184b8b07 Merge: 26c2150 c7907aa Author: Matthew Fidler Commit: GitHub Merge pull request #500 from wlandry/term_fixes In term-mode, modify both term-raw-map and current-local-map --- ergoemacs-map.el | 11 +

[elpa] externals/ergoemacs-mode 9a5b97f 57/87: Removed commented out code

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 9a5b97f6b77404a0a24550a37cf1d349469bb6d4 Author: Sławomir Wójcik Commit: Sławomir Wójcik Removed commented out code --- ergoemacs-functions.el | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs

[elpa] externals/ergoemacs-mode ade132c 67/87: Remap ergoemacs-paste to calc-yank in calc-mode

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit ade132c5fd3221a9413964c9970f73ee0ab8ffc9 Author: Walter Landry Commit: Walter Landry Remap ergoemacs-paste to calc-yank in calc-mode --- ergoemacs-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el

[elpa] externals/ergoemacs-mode 823b73a 32/87: Added Portuguese QWERTY keyboard layout.

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 823b73a16b6a13cfcc09f5a03500633bae2071cc Author: Anibal Mendonça Commit: Anibal Mendonça Added Portuguese QWERTY keyboard layout. --- ergoemacs-layouts.el | 13 + 1 file changed, 13 insertions(+) diff --git a/ergoemacs-layouts.el b/ergoem

[elpa] externals/ergoemacs-mode a5d4665 50/87: Remove emojify-emojify-mode-line mu4e-update-mail-and-index from modify

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit a5d46653fd3a521276630c81bf75d3e8d224e5cb Author: Fidler Commit: Fidler Remove emojify-emojify-mode-line mu4e-update-mail-and-index from modify --- ergoemacs-map-properties.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ergoemac

[elpa] externals/ergoemacs-mode cac7b56 51/87: Fix (string-match-p error)

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit cac7b5628d54fbce1b4e564fdfd36dc6b989c228 Author: Matthew L. Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew L. Fidler <514778+mattfid...@users.noreply.github.com> Fix (string-match-p error) --- ergoemacs-advice.el | 7 --

[elpa] externals/ergoemacs-mode aa649b2 52/87: Add hooks to ergoemacs-map-properties--modify-run-mode-hooks-excluded

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit aa649b231a39e21875668aa72eaba3c375591a77 Author: Tina Russell Commit: Tina Russell Add hooks to ergoemacs-map-properties--modify-run-mode-hooks-excluded Specifically, change-major-mode-hook after-change-major-mode-hook --- ergoemacs-map-prope

[elpa] externals/ergoemacs-mode 10007d2 64/87: Preserve the behavior of 'space' when rebinding inside a minibuffer

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 10007d278575e7156b6d74f5578170c8432166f2 Author: Walter Landry Commit: Walter Landry Preserve the behavior of 'space' when rebinding inside a minibuffer In minibuffers, the usual binding for 'space' is 'complete-word. When completing file

[elpa] externals/ergoemacs-mode 19fea7e 77/87: Fix byte compile of ergoemacs-command-loop

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 19fea7ee63683ef9dd9ffb1b70221f187c38d994 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Fix byte compile of ergoemacs-command-loop --- ergoemacs-command-loop.el | 1

[elpa] externals/ergoemacs-mode a87fae7 45/87: Fix passing of multiple forms for evaluation on new emacs process

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit a87fae7a2c413a6fd6b7d23dc8e159e400b10e8a Author: Andrey Kotlarski Commit: Andrey Kotlarski Fix passing of multiple forms for evaluation on new emacs process launch in ergoemacs-map-properties--get-original-global-map. --- ergoemacs-map-properties.

[elpa] externals/ergoemacs-mode 081fcbd 84/87: Fix #503

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 081fcbd911ca3e360fdca492736892c041867c51 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Fix #503 --- ergoemacs-command-loop.el | 4 ++-- ergoemacs-mode.el

[elpa] externals/ergoemacs-mode ad3ec45 73/87: Fix describe-ergoemacs-theme and consolidate menu items

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit ad3ec45ebbfdfaca052253c550102fd665b3bd1b Author: Walter Landry Commit: Walter Landry Fix describe-ergoemacs-theme and consolidate menu items --- ergoemacs-functions.el | 7 --- ergoemacs-key-description.el | 6 +- ergoemacs-theme-engin

[elpa] externals/ergoemacs-mode 3ea0220 31/87: Add Qwidget for nomachine

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 3ea0220a9a98b55ab2e706a428018666d39dfe1e Author: Fidler Commit: Fidler Add Qwidget for nomachine --- ahk-us.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ahk-us.ahk b/ahk-us.ahk index 30c042b..b6085f7 100644 --- a/ahk-us.ahk +++ b/ahk-us.a

[elpa] externals/ergoemacs-mode 4769abe 61/87: Update Mac instructions to swap Command and Alt

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 4769abe4f20a677977cc40adef943c2174cf746b Author: Walter Landry Commit: Walter Landry Update Mac instructions to swap Command and Alt --- web.org | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/web.org b/web.or

[elpa] externals/ergoemacs-mode 4e188fd 46/87: Escape quotes on use as characters in

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 4e188fdef55f62ee27521028613bac00c0d712ea Author: Andrey Kotlarski Commit: Andrey Kotlarski Escape quotes on use as characters in ergoemacs-reverse-iso-chars-alist. --- ergoemacs-functions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[elpa] externals/ergoemacs-mode 2091646 65/87: Merge pull request #497 from wlandry/space_in_filenames

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 2091646676a31043512e4924f08aa68015190a70 Merge: f5aa0f7 10007d2 Author: Matthew Fidler Commit: GitHub Merge pull request #497 from wlandry/space_in_filenames Preserve the behavior of 'space' when rebinding inside a minibuffer --- ergoemacs-ma

[elpa] externals/ergoemacs-mode 7d36565 53/87: Merge pull request #481 from TinaRussell/exclude-more-hooks

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 7d3656541a00cc04ba4cefa31c0d127adb5a260a Merge: cac7b56 aa649b2 Author: Matthew Fidler Commit: GitHub Merge pull request #481 from TinaRussell/exclude-more-hooks Add hooks to ergoemacs-map-properties--modify-run-mode-hooks-excluded --- ergoem

[elpa] externals/ergoemacs-mode d51ae7e 35/87: Merge remote-tracking branch 'origin/master'

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit d51ae7e19218ed5a2e48be75eeb0bf85ffb8d7a9 Merge: 9acd205 7e31354 Author: Fidler Commit: Fidler Merge remote-tracking branch 'origin/master' --- ergoemacs-layouts.el | 13 + 1 file changed, 13 insertions(+) diff --git a/ergoemacs-layouts.el

[elpa] externals/ergoemacs-mode dc2f666 54/87: Add info on how to get system-wide Ergoemacs bindings in macOS

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit dc2f666db5ae9f7a65a7cb8ca0f36ce5a82f4338 Author: Marlon Richert Commit: Marlon Richert Add info on how to get system-wide Ergoemacs bindings in macOS Also clean up and correctly renumber the section headings in ergoemacs-mode.info --- erg

[elpa] externals/ergoemacs-mode 6231ee0 47/87: Merge pull request #468 from m00natic/emacs26-fixes

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit 6231ee0ae7014bd8f8ef2a3adc13b4d3d403bf71 Merge: 7b06006 4e188fd Author: Matthew Fidler Commit: GitHub Merge pull request #468 from m00natic/emacs26-fixes Emacs26 fixes --- ergoemacs-functions.el | 2 +- ergoemacs-map-properties.el | 2 +-

[elpa] externals/ergoemacs-mode daec6a1 38/87: May Fix Issue #453

2021-04-14 Thread Stefan Monnier
branch: externals/ergoemacs-mode commit daec6a1c4b261552b9678d5a1a021f3d49e28858 Author: Fidler Commit: Fidler May Fix Issue #453 --- ergoemacs-map.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ergoemacs-map.el b/ergoemacs-map.el index c2a77a7..15a1040 100644

  1   2   >