[nongnu] elpa/geiser-guile 040b718: Tell geiser we've entered the debugger: newest version will listen

2021-11-19 Thread ELPA Syncer
branch: elpa/geiser-guile commit 040b7184e277ff3b3571690f73a13e934477b2c8 Author: jao Commit: jao Tell geiser we've entered the debugger: newest version will listen --- geiser-guile.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/geiser-guile.el b/geiser-guile.el

[nongnu] elpa/geiser 68e0991: Fix: allow implementations to tell us if they entered their debugger

2021-11-19 Thread ELPA Syncer
branch: elpa/geiser commit 68e0991c96b1e5bc9a1d748a05a96127c6204987 Author: jao Commit: jao Fix: allow implementations to tell us if they entered their debugger We were always displaying the debug buffer, regardless, which is not what we want: upon entering a debugger, we switch

[elpa] externals/consult b70bd86: README Updates

2021-11-19 Thread ELPA Syncer
branch: externals/consult commit b70bd86747ca4d0d7aaba980f9995766c1bfc84e Author: Daniel Mendler Commit: Daniel Mendler README Updates --- README.org | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org index 2d81130..a55757b 10

[nongnu] elpa/clojure-mode 7d3c0c1: Add refactoring command for converting #() shorthand to (fn ...) (#601)

2021-11-19 Thread ELPA Syncer
branch: elpa/clojure-mode commit 7d3c0c16e4aa14a051b393c249f0f4d307a2c74d Author: yuhan0 Commit: GitHub Add refactoring command for converting #() shorthand to (fn ...) (#601) --- CHANGELOG.md | 1 + clojure-mode.el | 64

[elpa] externals/javaimp df6ad62: * javaimp.el (javaimp-help-show-scopes): Add show-all arg

2021-11-19 Thread Filipp Gunbin
branch: externals/javaimp commit df6ad62197bc863227c7c74ba6817312de9ba681 Author: Filipp Gunbin Commit: Filipp Gunbin * javaimp.el (javaimp-help-show-scopes): Add show-all arg --- javaimp.el | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/javaimp

[elpa] externals/mct 7428880 4/5: Add links to official MCT sources in the manual

2021-11-19 Thread ELPA Syncer
branch: externals/mct commit 742888066af8d93c84ab3c7587d54c479196592a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add links to official MCT sources in the manual --- README.org | 9 + 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index e185c69..b0

[elpa] externals/embark 552dc4f 3/4: Fix warnings

2021-11-19 Thread ELPA Syncer
branch: externals/embark commit 552dc4f8bf2eca8e9e32cca2ab43b2e77abb8fe8 Author: Daniel Mendler Commit: Daniel Mendler Fix warnings --- embark.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/embark.el b/embark.el index e148308..fc59008 100644 --- a/embark.el +++

[elpa] externals/embark updated (6e064fc -> fb09ff8)

2021-11-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark. from 6e064fc Merge pull request #411 from minad/fix-var-export2 new 388201d Add `embark-kill-ring-map` and `embark-kill-ring-remove` new aa9f0d7 Introduce embark--read-from-history new 552dc4f Fix warnings

[elpa] externals/mct 7a4c9e0 5/5: Update to version 0.3.0; add changelog file

2021-11-19 Thread ELPA Syncer
branch: externals/mct commit 7a4c9e086b7806cce84a05caaf9d7a83af2ffc65 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to version 0.3.0; add changelog file --- CHANGELOG.org | 286 ++ README.org| 6 +- mct.el

[elpa] externals/mct 02049c5 3/5: Update Acknowledgements in the manual

2021-11-19 Thread ELPA Syncer
branch: externals/mct commit 02049c53d48ad5e1baf830e9094d4364293b2aa1 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update Acknowledgements in the manual --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 1d729e9..

[elpa] externals/mct d4362de 1/5: Minor rewording of doc string

2021-11-19 Thread ELPA Syncer
branch: externals/mct commit d4362de4d7a1fd9b646d0886811064dea70ece2e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Minor rewording of doc string --- mct.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mct.el b/mct.el index fc1a5a7..7e657b5 100644 --- a/mct.

[elpa] externals/mct 54b325b 2/5: Document how to install the GNU ELPA package

2021-11-19 Thread ELPA Syncer
branch: externals/mct commit 54b325b313392917cb3aa44a6fdff28d318f0375 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document how to install the GNU ELPA package --- README.org | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.org b

[elpa] externals/embark-consult updated (6e064fc -> fb09ff8)

2021-11-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 6e064fc Merge pull request #411 from minad/fix-var-export2 adds 388201d Add `embark-kill-ring-map` and `embark-kill-ring-remove` adds aa9f0d7 Introduce embark--read-from-history adds 552dc4f Fix w

[elpa] externals/embark fb09ff8 4/4: Merge pull request #413 from minad/kill-ring

2021-11-19 Thread ELPA Syncer
branch: externals/embark commit fb09ff86b943f1d8107b646fdcb3a3a48437a24a Merge: 6e064fc 552dc4f Author: Omar AntolĂ­n Camarena Commit: GitHub Merge pull request #413 from minad/kill-ring Add `embark-kill-ring-map` and `embark-kill-ring-remove` --- embark-consult.el | 5 - embar

[elpa] externals/embark aa9f0d7 2/4: Introduce embark--read-from-history

2021-11-19 Thread ELPA Syncer
branch: externals/embark commit aa9f0d7c70ae5e939667b3d896aba0259cd0b2ed Author: Daniel Mendler Commit: Daniel Mendler Introduce embark--read-from-history One could argue that the remove from history commands should rather live in Consult, since they are based on completion. How

[elpa] externals/embark 388201d 1/4: Add `embark-kill-ring-map` and `embark-kill-ring-remove`

2021-11-19 Thread ELPA Syncer
branch: externals/embark commit 388201dbb08a83dbd5d07a7c6f1672e3cf8b0222 Author: Daniel Mendler Commit: Daniel Mendler Add `embark-kill-ring-map` and `embark-kill-ring-remove` See also: * https://github.com/minad/marginalia/commit/440e2b969ba8c33509c1e78b76ecf652c61a01d1

[elpa] externals/mct updated (7e9069a -> 7a4c9e0)

2021-11-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/mct. from 7e9069a Fix check for emacs-major-version new d4362de Minor rewording of doc string new 54b325b Document how to install the GNU ELPA package new 02049c5 Update Acknowledgements in the manual new 7

[elpa] externals/csharp-mode a28999c: Tweak multiline strings regexes

2021-11-19 Thread ELPA Syncer
branch: externals/csharp-mode commit a28999cde0990ff438c24df4854c64edc7a6a193 Author: Theodor Thornhill Commit: Theodor Thornhill Tweak multiline strings regexes --- csharp-mode-tests.el| 34 ++ csharp-mode.el | 20 ---

[elpa] externals/javaimp f20e36e: * javaimp-parse.el (javaimp--directive-regexp): Move above defconsts

2021-11-19 Thread Filipp Gunbin
branch: externals/javaimp commit f20e36e8bb067ba7e3579ebf56e002674652dc4b Author: Filipp Gunbin Commit: Filipp Gunbin * javaimp-parse.el (javaimp--directive-regexp): Move above defconsts --- javaimp-parse.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/java

[elpa] externals/marginalia 440e2b9: Add kill-ring category

2021-11-19 Thread ELPA Syncer
branch: externals/marginalia commit 440e2b969ba8c33509c1e78b76ecf652c61a01d1 Author: Daniel Mendler Commit: Daniel Mendler Add kill-ring category --- marginalia.el | 1 + 1 file changed, 1 insertion(+) diff --git a/marginalia.el b/marginalia.el index 6e47d06..d724d32 100644 --- a/marginali

[elpa] externals/consult 378365f: consult--read-from-kill-ring: Use kill-ring category

2021-11-19 Thread ELPA Syncer
branch: externals/consult commit 378365f13d600b31ec23b1440bb7b239e7e18d7c Author: Daniel Mendler Commit: Daniel Mendler consult--read-from-kill-ring: Use kill-ring category --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index a8427

[elpa] externals/org 652e8db: Merge branch 'bugfix'

2021-11-19 Thread ELPA Syncer
branch: externals/org commit 652e8db8217fc69e08daaba5a59e24137d2515bc Merge: 58db28d a51e4dc Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'bugfix' --- lisp/ox-icalendar.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el i

[elpa] externals-release/org a51e4dc: ox-icalendar: Fix error dangling footnotes

2021-11-19 Thread ELPA Syncer
branch: externals-release/org commit a51e4dc710d91678126d4cca3970f4b5992474e4 Author: Nicolas Goaziou Commit: Nicolas Goaziou ox-icalendar: Fix error dangling footnotes * lisp/ox-icalendar.el (icalendar): Add an inner-template function so as to not use "ox-ascii"'s. (org-ica

[elpa] externals/org updated (58db28d -> 652e8db)

2021-11-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 58db28d ob-R: Tidy up bits of the async implementation adds 35e21b6 org-goto: Fix UI new a51e4dc ox-icalendar: Fix error dangling footnotes new 652e8db Merge branch 'bugfix' Summary of changes: lisp/ox-