[elpa] externals/phps-mode 35870e4cb1: Updated README

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 35870e4cb149f2adc682e71d10e853e6f05462a3 Author: Christian Johansson Commit: Christian Johansson Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7f5b85b67..ddd7b2e09b 10064

[elpa] externals/phps-mode be18349ec9 15/15: Updated version, date and TODO

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit be18349ec97c76919bba2f7ac467385daf1c5626 Author: Christian Johansson Commit: Christian Johansson Updated version, date and TODO --- TODO.md | 9 - phps-mode.el | 6 +++--- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/TODO.md

[elpa] externals/phps-mode d7ae56f698 10/15: Passing imenu-tests for PHP 8.1

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit d7ae56f6981927c8540702f0e14c54af940f94ae Author: Christian Johansson Commit: Christian Johansson Passing imenu-tests for PHP 8.1 --- phps-mode-ast.el | 1 + phps-mode-parser-sdt.el | 884 +- test

[elpa] externals/phps-mode 3e1142c30c 14/15: Passing bookkeeping tests with PHP 8.1 parser and AST

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 3e1142c30c8fa07cdffbd99fbc16aecf3e0fef71 Author: Christian Johansson Commit: Christian Johansson Passing bookkeeping tests with PHP 8.1 parser and AST --- phps-mode-ast.el | 4 ++-- phps-mode-parser-sdt.el | 2 +- test/phps-mode-test-a

[elpa] externals/phps-mode b5fcf0e7b7 02/15: Updated automation for PHP 8.1

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit b5fcf0e7b7ded97931e265ce8bc6a245a0e6d307 Author: Christian Johansson Commit: Christian Johansson Updated automation for PHP 8.1 --- phps-mode-automation-parser-generator.el | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff -

[elpa] externals/phps-mode b82471b38a 09/15: Removed TODO item

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit b82471b38ad241b1bfd090377572c352b1802a91 Author: Christian Johansson Commit: Christian Johansson Removed TODO item --- test/phps-mode-test-parser.el | 1 - 1 file changed, 1 deletion(-) diff --git a/test/phps-mode-test-parser.el b/test/phps-mode-test-pars

[elpa] externals/phps-mode 10336eed90 08/15: Parser now handles multiple alternative cases switch case statement

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 10336eed906dfeff92ee0206888f9ee67e8cc9ff Author: Christian Johansson Commit: Christian Johansson Parser now handles multiple alternative cases switch case statement --- test/phps-mode-test-parser.el | 50 +-- 1 file

[elpa] externals/phps-mode fe89129aaa 03/15: More work on PHP 8.1 automation

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit fe89129aaadfa37b7883c12b9fdb7141375cecf0 Author: Christian Johansson Commit: Christian Johansson More work on PHP 8.1 automation --- Makefile | 2 +- phps-mode-automation-parser-generator.el | 11 --- 2 files change

[elpa] externals/phps-mode 16ec02520a 12/15: Fixed ampersand in lexer

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 16ec02520a24e88ceb1585c807354bfeb79eb734 Author: Christian Johansson Commit: Christian Johansson Fixed ampersand in lexer --- phps-mode-lexer.el | 7 +-- test/phps-mode-test-ast.el | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) dif

[elpa] externals/phps-mode ccbb452889 04/15: Fixed automatic grammar translation from PHP 8.1 YACC

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit ccbb4528894ce4cc090a08d9fe16c9e66722821f Author: Christian Johansson Commit: Christian Johansson Fixed automatic grammar translation from PHP 8.1 YACC --- phps-mode-automation-parser-generator.el | 62 1 file changed, 30 in

[elpa] externals/phps-mode 85eed0d30e 07/15: Updated parser to PHP 8.1

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 85eed0d30e2d11b95046f576f64ddf4c9ac17b81 Author: Christian Johansson Commit: Christian Johansson Updated parser to PHP 8.1 --- phps-mode-parser.el | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/phps-mode-parser.el b

[elpa] externals/phps-mode 924fb345ec 06/15: Minor tweaks in parser generation automation

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 924fb345ec2c973b9a15b7a7011c45a115d311f0 Author: Christian Johansson Commit: Christian Johansson Minor tweaks in parser generation automation --- Makefile | 7 ++- admin/phps-mode-automation.el | 42 +++

[elpa] externals/phps-mode faf6632911 13/15: Improved SDT for more infix operators

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit faf6632911fd72b84a83e388aba61434c36b441b Author: Christian Johansson Commit: Christian Johansson Improved SDT for more infix operators --- phps-mode-ast-bookkeeping.el | 18 +++-- phps-mode-parser-sdt.el | 156

[elpa] externals/phps-mode bc2ecad56a 11/15: More work on PHP 8.1

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit bc2ecad56a11c27a8719687f5d1cca50c6b14096 Author: Christian Johansson Commit: Christian Johansson More work on PHP 8.1 --- phps-mode-ast-bookkeeping.el | 90 phps-mode-ast.el | 4 +- phps-mode-lexer.

[elpa] externals/phps-mode 0f355f6f4d 05/15: Formatted automation output as elisp comments

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 0f355f6f4d9ec8e22a723daaa73bbd0c8ed5c5c0 Author: Christian Johansson Commit: Christian Johansson Formatted automation output as elisp comments --- admin/phps-mode-automation.el| 22 +++--- phps-mode-automation-parser-generator.e

[elpa] externals/phps-mode updated (a42188a24f -> be18349ec9)

2022-02-25 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from a42188a24f Updated version and date new 2122f23ad1 Added failing indentation case new b5fcf0e7b7 Updated automation for PHP 8.1 new fe89129aaa More work on PHP 8.1 automation new ccbb452889 Fixed

[elpa] externals/phps-mode 2122f23ad1 01/15: Added failing indentation case

2022-02-25 Thread Christian Johansson
branch: externals/phps-mode commit 2122f23ad111ba3fcdc9c7423f5663ee3725b69e Author: Christian Johansson Commit: Christian Johansson Added failing indentation case --- TODO.md | 9 + 1 file changed, 9 insertions(+) diff --git a/TODO.md b/TODO.md index bc46248af3..46bdddef59 100644 -

[elpa] externals/embark 8cb3f7655a: Recognize interned Emacs Lisp symbols in all non-prog modes

2022-02-25 Thread ELPA Syncer
branch: externals/embark commit 8cb3f7655a7868cebe756c1f6c9f2d07ca4da5d4 Author: Omar Antolín Commit: Omar Antolín Recognize interned Emacs Lisp symbols in all non-prog modes --- embark.el | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/embark.el b/embark.el

[elpa] externals/embark-consult updated (f741dab05b -> 8cb3f7655a)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from f741dab05b For repeatable actions, make start of next cycle configurable adds 8cb3f7655a Recognize interned Emacs Lisp symbols in all non-prog modes No new revisions were added by this update. Summary of changes:

[elpa] externals/cape 4f52903663: Fix Stefan's docstring parsing ambiguity issue

2022-02-25 Thread ELPA Syncer
branch: externals/cape commit 4f52903663370dfb674fed0ff75659b78e8b81cf Author: Daniel Mendler Commit: Daniel Mendler Fix Stefan's docstring parsing ambiguity issue cc @monnier ;) --- cape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cape.el b/cape.el index

[nongnu] elpa/annotate 5bf59f8038 17/17: Merge pull request #122 from cage2/feedback-nonGNU

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 5bf59f80389d03f11bc0daa7b9cb24a0bc29f6c5 Merge: 0cfad246ee aa3c0540ee Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #122 from cage2/feedback-nonGNU Patched code as suggested from emacs maintainer. --- Changelog

[nongnu] elpa/annotate aa3c0540ee 16/17: - updated version number;

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit aa3c0540ee644e0e205644545d659a6ba16d76ac Author: cage Commit: cage - updated version number; - updated NEWS and Changelog. --- Changelog | 47 +++ NEWS.org| 6 ++ annotate.el | 2 +- 3 files change

[nongnu] elpa/annotate 1095c49530 12/17: - added NonGNU ELPA badge.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 1095c49530516692c38461ed13a72e64c8887740 Author: cage Commit: cage - added NonGNU ELPA badge. --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index ac98b7fbe6..254bc9f4a0 100644 --- a/README.org +++ b/README.org @@ -2

[nongnu] elpa/annotate f7c4fc47ab 09/17: - removed reference in a comment for a non existent argument function.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit f7c4fc47abed29a3abeb803ed93d2b98048b5c39 Author: cage Commit: cage - removed reference in a comment for a non existent argument function. --- annotate.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/annotate.el b/annotate.el index f8c47

[nongnu] elpa/annotate 3ea6b0c03f 01/17: - patched code as suggested from emacs maintainer.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 3ea6b0c03f9f528d2af97c96c3ac9f757fdd9e5d Author: cage Commit: cage - patched code as suggested from emacs maintainer. --- annotate.el | 344 1 file changed, 162 insertions(+), 182 deletions(-) diff --

[nongnu] elpa/annotate f2b92a9451 15/17: - removed more commented code.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit f2b92a9451c760b0c398db4e4bcd6a5e664f2df7 Author: cage Commit: cage - removed more commented code. --- annotate.el | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/annotate.el b/annotate.el index dbc9b1475d..bd9bede20c 100644 --- a/anno

[nongnu] elpa/annotate 87a96e186c 08/17: - explained why we need to use 'after-hook'.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 87a96e186c859d37e960dd229dfd21505670e91e Author: cage Commit: cage - explained why we need to use 'after-hook'. --- annotate.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index 608a4212e2..f8c47993e7 1006

[nongnu] elpa/annotate 7bc6cb2e0b 14/17: - removed commented code.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 7bc6cb2e0b309a29b5c3d2aeb6a47f14b863947e Author: cage Commit: cage - removed commented code. --- annotate.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/annotate.el b/annotate.el index 5d0ceeea39..dbc9b1475d 100644 --- a/annotate.el +++ b/annotate.el @@

[nongnu] elpa/annotate 11de81414b 11/17: - flipped order of entries in the news file, now is from more recent to older.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 11de81414b5bcecaf59be6fbdb701cc4f7f03eeb Author: cage Commit: cage - flipped order of entries in the news file, now is from more recent to older. --- NEWS.org | 381 --- 1 file changed, 192 insertions(

[nongnu] elpa/annotate acca7ab1f5 03/17: - substituted custom prompt with a call to 'y-or-no-p'.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit acca7ab1f503c749f23ecdd5d4504b1ca6d55619 Author: cage Commit: cage - substituted custom prompt with a call to 'y-or-no-p'. --- annotate.el | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/annotate.el b/annotate.el ind

[nongnu] elpa/annotate 50ac6fb2fe 06/17: - explained why we need too hook into 'window-configuration-change-hook'

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 50ac6fb2fe1f055a57362cefd449f03493217d9d Author: cage Commit: cage - explained why we need too hook into 'window-configuration-change-hook' and 'annotate-blacklist-major-mode'. --- annotate.el | 12 1 file changed, 8 insertions(+), 4 deletions

[nongnu] elpa/annotate f2dd24802e 13/17: - removed nested 'if' inside a call to 'list'.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit f2dd24802efb918c0a1f760c4009d84c077cee94 Author: cage Commit: cage - removed nested 'if' inside a call to 'list'. --- annotate.el | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/annotate.el b/annotate.el index 5b658cbfb4..5d0ceeea

[nongnu] elpa/annotate 1507291640 10/17: - fixed comment.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 15072916404443fc4d462c65081faadcb38bb362 Author: cage Commit: cage - fixed comment. --- annotate.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/annotate.el b/annotate.el index ac86378483..5b658cbfb4 100644 --- a/annotate.el +++ b/ann

[nongnu] elpa/annotate 1f159c36e3 07/17: - commenting call to 'font-lock-flush' when removing annotation

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 1f159c36e350d6a3508948c79c0d29fd51de2085 Author: cage Commit: cage - commenting call to 'font-lock-flush' when removing annotation because there is no more annotated text lef after a deletion. --- annotate.el | 5 ++--- 1 file changed, 2 insertions(

[nongnu] elpa/annotate f717cb2514 05/17: - improved comment.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit f717cb251422423cf95a23e8caf50243ff135b51 Author: cage Commit: cage - improved comment. --- annotate.el | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/annotate.el b/annotate.el index b899bdf523..8d4ab6a3f1 100644

[nongnu] elpa/annotate updated (0cfad246ee -> 5bf59f8038)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/annotate. from 0cfad246ee Merge pull request #120 from cage2/add-merge-db new 3ea6b0c03f - patched code as suggested from emacs maintainer. new 58bbb16e07 - fixed typo in docstring. new acca7ab1f5 - substituted custom prompt wi

[nongnu] elpa/annotate 58bbb16e07 02/17: - fixed typo in docstring.

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 58bbb16e07ef7d05eef6834dd33a2cd19b5271ef Author: cage Commit: cage - fixed typo in docstring. --- annotate.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/annotate.el b/annotate.el index a9b2e7a02b..e230e617bf 100644 --- a/annotate.el

[nongnu] elpa/annotate 683ebed03a 04/17: -removed macros 'annotate-with-inhibit-modification-hooks' and

2022-02-25 Thread ELPA Syncer
branch: elpa/annotate commit 683ebed03aa1b600dc4867348ec1fd90b66b4a4f Author: cage Commit: cage -removed macros'annotate-with-inhibit-modification-hooks' and 'annotate-with-restore-modified-bit', both canbe replacedwith 'with-silent-modification'. --- annotat

[elpa] externals/cape 2c60d904f4: Improve docstrings

2022-02-25 Thread ELPA Syncer
branch: externals/cape commit 2c60d904f452d62137821e289404b3c16daa9673 Author: Daniel Mendler Commit: Daniel Mendler Improve docstrings --- cape.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cape.el b/cape.el index 3d212529c4..ef0733dde6 100644 --- a/cape.el ++

[nongnu] elpa/rust-mode c8ae5dedb3: mention optional features

2022-02-25 Thread ELPA Syncer
branch: elpa/rust-mode commit c8ae5dedb3deddaf35f6345da894ae26d156bf27 Author: brotzeit Commit: brotzeit mention optional features --- README.md | 13 + 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 40f7037404..85d3ae9f52 100644 --- a/README.md +++ b

[elpa] main d13dbaa72e: * elpa-packages (pq): Ignore `test.el`

2022-02-25 Thread Stefan Monnier via
branch: main commit d13dbaa72ec65eec3bf23c0c6ca3aad168e5ed33 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (pq): Ignore `test.el` --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index b7559ff887..3a9b8bc6e8 100644 --- a/e

[elpa] externals/mct 6e1d5dc834: Fix passlist setup

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 6e1d5dc83455460bcd525535e09f925f1eac451d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix passlist setup Thanks to Morgan Willcock for the feedback in issue 24: . --- README.org | 5 +++--

[elpa] externals/cape 595b42dbc9 1/4: README: Correct description of cape-line

2022-02-25 Thread ELPA Syncer
branch: externals/cape commit 595b42dbc9c33aacf32850276c5da815669ea71c Author: Daniel Mendler Commit: Daniel Mendler README: Correct description of cape-line --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 9a7f7e22dc..c5b8a280

[elpa] externals/cape 2d654e1844 3/4: cape-dabbrev: Improve docstring

2022-02-25 Thread ELPA Syncer
branch: externals/cape commit 2d654e18449e87b118d72df1bc6aa8e9aeecef43 Author: Daniel Mendler Commit: Daniel Mendler cape-dabbrev: Improve docstring --- cape.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cape.el b/cape.el index 0a7214f47a..3377a21132 100644 --

[elpa] externals/cape updated (e5e11f30f0 -> 5d836c045e)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/cape. from e5e11f30f0 cape-file: Mark completion table as non-essential new 595b42dbc9 README: Correct description of cape-line new 2ad8edf9d9 cape-keyword: Improve docstring new 2d654e1844 cape-dabbrev: Improve docstring

[elpa] externals/cape 2ad8edf9d9 2/4: cape-keyword: Improve docstring

2022-02-25 Thread ELPA Syncer
branch: externals/cape commit 2ad8edf9d992034b6e1e46315d72801b9e3aa1e5 Author: Daniel Mendler Commit: Daniel Mendler cape-keyword: Improve docstring --- cape.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cape.el b/cape.el index b91d5813d3..0a7214f47a 100644 --- a/

[elpa] externals/cape 5d836c045e 4/4: cape-dict: Improve docstring

2022-02-25 Thread ELPA Syncer
branch: externals/cape commit 5d836c045e40705f9211821f6d5d8ecfb9994b6e Author: Daniel Mendler Commit: Daniel Mendler cape-dict: Improve docstring --- cape.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cape.el b/cape.el index 3377a21132..3d212529c4 100644 --- a/cap

[elpa] externals/corfu 58459b6143: Ensure that annotations don't fall off the popup (Fix #135)

2022-02-25 Thread ELPA Syncer
branch: externals/corfu commit 58459b614372a39e2cf80f4ffd959a5d2272fa8a Author: Daniel Mendler Commit: Daniel Mendler Ensure that annotations don't fall off the popup (Fix #135) --- corfu.el | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/corfu.el b/

[elpa] externals/mct dea21e4701 23/23: Warn about mct extensions directory

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit dea21e47016177ccd035f70596e78258b469ce05 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Warn about mct extensions directory --- README.org | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index a

[elpa] externals/mct 79416f1ca8 08/23: Fix indentation

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 79416f1ca89efdceac7b26132c2249c67c06e39d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix indentation --- mct-tcm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mct-tcm.el b/mct-tcm.el index b768105d0d..aecf7d5f82 100644 --- a/

[elpa] externals/mct 038ff66a54 06/23: Refine mct-tcm interaction model

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 038ff66a548e99b084af1ea24a85bc5ebf27987d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine mct-tcm interaction model 1. Always insert characters at the end of the minibuffer's input. 2. Make mct-live-completion 'visible' so that if the u

[elpa] externals/mct 8ac051b52d 04/23: Reorganise mct-tcm.el; read shifted keys

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 8ac051b52d1d98ec7a3ef31e58a62069abac9040 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reorganise mct-tcm.el; read shifted keys For a discussion, see issue 25: . --- mct-tcm.el | 37

[elpa] externals/mct e50b222fdf 22/23: Merge branch 'experiment-continuous-input'

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit e50b222fdfe17caee3ef56357cf25b468401db38 Merge: 3c64d4e17f b37bdeb0bf Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Merge branch 'experiment-continuous-input' --- extensions/mct-tcm.el | 118 ++ 1 file ch

[elpa] externals/mct 9e11607409 14/23: Minor rewording

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 9e116074094ff0f18bf4e2a5ca3fca1bbbe5f1ac Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Minor rewording --- mct-tcm.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mct-tcm.el b/mct-tcm.el index 4f6915420d..227d9a8201 10064

[elpa] externals/mct 6b6b9c3a9f 18/23: Require subr-x only at compile time

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 6b6b9c3a9fbb265ae04cff87f374958ddf38f49d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Require subr-x only at compile time --- mct-tcm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mct-tcm.el b/mct-tcm.el index 119770c290..475735ec87 100644 --

[elpa] externals/mct 1d254a0bb7 16/23: Handle backspace or DEL in mct-tcm

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 1d254a0bb7e8596dc2c17351cc9ec2bffa4de014 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Handle backspace or DEL in mct-tcm For a discussion, see issue 25: . --- mct-tcm.el | 6 -- 1 file chan

[elpa] externals/mct 3193a95c30 11/23: Simplify &rest in private function

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 3193a95c308e3de0dbfa77bcd07fb0838b79de22 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Simplify &rest in private function --- mct-tcm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mct-tcm.el b/mct-tcm.el index 1b60556b2b..3b6c2

[elpa] externals/mct 4e425dfaef 15/23: Avoid mct-tcm interaction with completion-at-point

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 4e425dfaef01910967e65318e87191ce4a9ecfd9 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Avoid mct-tcm interaction with completion-at-point I am not sure about whether this is the right approach, but it seems we need it to avoid any potential

[elpa] externals/mct a551ab0fdb 05/23: Require mct library

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit a551ab0fdb7500bb50c35edaf7ac7284ee6b2f75 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Require mct library --- mct-tcm.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mct-tcm.el b/mct-tcm.el index 123427d448..9508aac76b 100644 --- a/mct-tcm.el

[elpa] externals/mct bd105cc7b4 17/23: Handle C-DEL and M-DEL in mct-tcm

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit bd105cc7b44fc18a365b3ca8baa117e4f72b1de8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Handle C-DEL and M-DEL in mct-tcm For a discussion, see issue 25: . --- mct-tcm.el | 49 +++

[elpa] externals/mct cf9af9118a 12/23: Remove superfluous 'declare-function'

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit cf9af9118a143d7e5710205fa65563b3760dfdf5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove superfluous 'declare-function' --- mct-tcm.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/mct-tcm.el b/mct-tcm.el index 3b6c213f53..757126ec7c 100644

[elpa] externals/mct 35384917af 01/23: Add prototype for continuous input

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 35384917afe410d9ce1f6a4955957c598ed677a9 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add prototype for continuous input Based on the idea that is discussed in issue 25: . THIS IS HI

[elpa] externals/mct 8ee4e6d799 09/23: Set mct-live-completion to non-nil, not visible

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 8ee4e6d799b81bb5688bc248344dd0627b110ef2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Set mct-live-completion to non-nil, not visible It works better, as if the user mistypes something, they won't have to manually bring the Completions bac

[elpa] externals/mct b37bdeb0bf 21/23: Move mct-tcm.el to "extensions" directory

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit b37bdeb0bfabced047a42b6148870d3b2f3f23b6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Move mct-tcm.el to "extensions" directory --- mct-tcm.el => extensions/mct-tcm.el | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/mct-tcm.el b/ext

[elpa] externals/mct 2028e464b6 07/23: Reword mct-tcm Commentary

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 2028e464b69ec2e97d36efdc7e7fabc1d0393a9d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword mct-tcm Commentary For a discussion, see issue 25: . --- mct-tcm.el | 6 +- 1 file changed, 5 in

[elpa] externals/mct 973ab321a8 20/23: Add FIXME for Emacs 27

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 973ab321a82b54faa6d9cf9b5b413581beac5d2f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add FIXME for Emacs 27 --- mct-tcm.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mct-tcm.el b/mct-tcm.el index 0356b88e22..3e6615d015 100644 --- a/mct-tcm

[elpa] externals/mct d55400b6b1 13/23: Improve mct-tcm documentation

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit d55400b6b19bcf42bc1c7c161b57e44c448dd873 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Improve mct-tcm documentation For a discussion, see issue 25: . --- mct-tcm.el | 37 +++

[elpa] externals/mct 894a6ccc84 19/23: Require seq library in mct-tcm

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 894a6ccc84ecfccf693a039e2fcec689755d195c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Require seq library in mct-tcm --- mct-tcm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mct-tcm.el b/mct-tcm.el index 475735ec87..0356b88e22 100644 --- a/m

[elpa] externals/mct f9394ede61 10/23: Add FIXME for weird Emacs 27 bug

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit f9394ede61cf58f047efa35d5ee5ae544deb51b2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add FIXME for weird Emacs 27 bug --- mct-tcm.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mct-tcm.el b/mct-tcm.el index b3e211ce7d..1b

[elpa] externals/mct b97eb2a2e6 03/23: Update mct-tcm doc strings

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit b97eb2a2e64d9917fee65cb2f7c39b0ad9870adf Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update mct-tcm doc strings --- mct-tcm.el | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/mct-tcm.el b/mct-tcm.el index be82165a7a..5

[elpa] externals/mct updated (3c64d4e17f -> dea21e4701)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/mct. from 3c64d4e17f Fix symbol in manual's sample Avy code new 35384917af Add prototype for continuous input new 7ebf1826b5 Put "continuous input" code in its own file new b97eb2a2e6 Update mct-tcm doc strings new

[elpa] externals/mct 7ebf1826b5 02/23: Put "continuous input" code in its own file

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 7ebf1826b511230babd9e6b661ae273bb0fae25d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Put "continuous input" code in its own file For a discussion about the ongoing development, see issue 25:

[elpa] externals/pq cb47fcf769 2/2: pq-core.c, pq.el: update copyright headers

2022-02-25 Thread ELPA Syncer
branch: externals/pq commit cb47fcf76967d73d635560911131de5a944930b6 Author: Tom Gillespie Commit: Tom Gillespie pq-core.c, pq.el: update copyright headers --- pq-core.c | 17 + pq.el | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/pq-core.c b/pq-

[elpa] externals/pq updated (04c91e8374 -> cb47fcf769)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/pq. from 04c91e8374 add pq.el and move pq.c -> pq-core.c new ab9de6e045 pq.el: improvements for packaging new cb47fcf769 pq-core.c, pq.el: update copyright headers Summary of changes: pq-core.c | 17 + pq.el

[elpa] externals/pq ab9de6e045 1/2: pq.el: improvements for packaging

2022-02-25 Thread ELPA Syncer
branch: externals/pq commit ab9de6e045285df297ef35f6334304595ac35699 Author: Tom Gillespie Commit: Tom Gillespie pq.el: improvements for packaging make the repository of record clear add package requires for emacs 25 wrap require 'pq-core in (if t ...) to keep the

[nongnu] elpa/git-commit 1bac69d91d 2/3: magit-blame--line-beginning-position: New function

2022-02-25 Thread ELPA Syncer
branch: elpa/git-commit commit 1bac69d91defb86e2e992a13a1c5b4e14a7e24a2 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-blame--line-beginning-position: New function --- lisp/magit-blame.el | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lisp/magit

[nongnu] elpa/magit-section updated (9d4997c067 -> 44c58868c9)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 9d4997c067 manual: Improve notes about rebase colors once more adds 608242086e magit-blame-styles: Remove margin style to improve performance adds 1bac69d91d magit-blame--line-beginning-position: New function a

[nongnu] elpa/magit updated (9d4997c067 -> 44c58868c9)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 9d4997c067 manual: Improve notes about rebase colors once more adds 608242086e magit-blame-styles: Remove margin style to improve performance adds 1bac69d91d magit-blame--line-beginning-position: New function adds 44c

[nongnu] elpa/git-commit updated (9d4997c067 -> 44c58868c9)

2022-02-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 9d4997c067 manual: Improve notes about rebase colors once more new 608242086e magit-blame-styles: Remove margin style to improve performance new 1bac69d91d magit-blame--line-beginning-position: New function new

[nongnu] elpa/git-commit 44c58868c9 3/3: Combine neighboring chunks about the same commit

2022-02-25 Thread ELPA Syncer
branch: elpa/git-commit commit 44c58868c997f0b86d66faeed2f0b29064f8d0b9 Author: Jonas Bernoulli Commit: Jonas Bernoulli Combine neighboring chunks about the same commit When using, e.g., "--ignore-revs" together with "--incremental", it can happen that neighboring chunks are act

[nongnu] elpa/git-commit 608242086e 1/3: magit-blame-styles: Remove margin style to improve performance

2022-02-25 Thread ELPA Syncer
branch: elpa/git-commit commit 608242086e300466d04536cbe3a4d70b081ea159 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-blame-styles: Remove margin style to improve performance For some files this can make the difference between having to kill emacs and things actually rem

[elpa] externals/mct 3c64d4e17f: Fix symbol in manual's sample Avy code

2022-02-25 Thread ELPA Syncer
branch: externals/mct commit 3c64d4e17f7bd6f2b4e3515739554f10c90dac83 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix symbol in manual's sample Avy code --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 32d1e59b0a..a