[elpa] externals/async df6120a9a9 1/2: fix: replace incorrect function to test for process liveness

2023-03-22 Thread ELPA Syncer
branch: externals/async commit df6120a9a905a5aa922b817dc84fe48205330ee5 Author: Matus Goljer Commit: Matus Goljer fix: replace incorrect function to test for process liveness --- async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.el b/async.el index aa0ccaba0

[elpa] externals/async 34feabe114 2/2: Merge pull request #175 from Fuco1/bugfix/err-buffer

2023-03-22 Thread ELPA Syncer
branch: externals/async commit 34feabe1142863a2c96f75afda1a2ae4aa0813f6 Merge: 3f91ce8b96 df6120a9a9 Author: Thierry Volpiatto Commit: GitHub Merge pull request #175 from Fuco1/bugfix/err-buffer fix: replace incorrect function to test for process liveness --- async.el | 2 +- 1 fil

[elpa] externals/denote ffbe225e7a 1/2: Fix denote-rename-file-using-front-matter failing when no keywords

2023-03-22 Thread ELPA Syncer
branch: externals/denote commit ffbe225e7a532947f293780d6710e537cbfa58da Author: Eduardo Grajeda Commit: Protesilaos Stavrou Fix denote-rename-file-using-front-matter failing when no keywords Keywords are optional, and the filename is computed properly when they are nil. --- de

[elpa] externals/denote e5ec2095b7 2/2: Acknowledge Eduardo Grajeda for commit ffbe225

2023-03-22 Thread ELPA Syncer
branch: externals/denote commit e5ec2095b754acdc5d4a80405a9f9b9fd961883a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Eduardo Grajeda for commit ffbe225 This is within the ~15 line limit and does not require copyright assignment to the Free Software Founda

[elpa] externals/denote updated (2021999f82 -> e5ec2095b7)

2023-03-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 2021999f82 Fix case where denote-rename-file-using-front-matter finds no signature new ffbe225e7a Fix denote-rename-file-using-front-matter failing when no keywords new e5ec2095b7 Acknowledge Eduardo Grajeda for com

[elpa] externals/xeft 1a96d33485 1/2: ; * README.md: Add a Q & A section.

2023-03-22 Thread ELPA Syncer
branch: externals/xeft commit 1a96d334851291d3fac06c59db58fbe44a62086d Author: Yuan Fu Commit: Yuan Fu ; * README.md: Add a Q & A section. --- README.md | 49 + 1 file changed, 49 insertions(+) diff --git a/README.md b/README.md index f2d2e31

[elpa] externals/xeft e88f73979d 2/2: ; * README.md: Minor edit.

2023-03-22 Thread ELPA Syncer
branch: externals/xeft commit e88f73979d50247d9fc1ba730022caaffb5bc317 Author: Yuan Fu Commit: Yuan Fu ; * README.md: Minor edit. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 206db6c21a..029dbd61c3 100644 --- a/README.md

[elpa] externals/xeft updated (24ddfefc30 -> e88f73979d)

2023-03-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/xeft. from 24ddfefc30 Allow following symlinks when recursively listing files (issue#6) new 1a96d33485 ; * README.md: Add a Q & A section. new e88f73979d ; * README.md: Minor edit. Summary of changes: README.md | 50 ++

[elpa] externals/realgud-pdbpp bc38792cac: Get ready for release 1.0.0

2023-03-22 Thread Rocky Bernstein
branch: externals/realgud-pdbpp commit bc38792cac80029e7a2d8366181fdc54705ec098 Author: rocky Commit: rocky Get ready for release 1.0.0 --- .gitignore | 2 ++ Makefile.am | 2 +- README.md| 19 +++ THANKS | 0 configure.ac | 5 ++--- 5 files changed, 24 inse

[elpa] externals/realgud-trepan-xpy f726f8ec97: Add badges and ELPA information

2023-03-22 Thread ELPA Syncer
branch: externals/realgud-trepan-xpy commit f726f8ec973eb0fb2efb7e2a8efb24bc576e2627 Author: rocky Commit: rocky Add badges and ELPA information --- README.md | 15 +++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6de99a9e44..6efdbd0193 100644 --- a

[elpa] externals/org 180c1c37a9 3/4: ob-comint.el: Fix off-by-one error in async result

2023-03-22 Thread ELPA Syncer
branch: externals/org commit 180c1c37a9f3a6a955a023223dfe7246f3384aa2 Author: Matthew Trzcinski Commit: Matthew Trzcinski ob-comint.el: Fix off-by-one error in async result * ob-comint.el (org-babel-comint-async-filter): Fix region returned after async calculation completes so t

[elpa] externals/org 5a52ee57d4 1/4: org-macs.el: Move UUID related code

2023-03-22 Thread ELPA Syncer
branch: externals/org commit 5a52ee57d4a04334ce39162119fa271e6d579d9a Author: Matthew Trzcinski Commit: Matthew Trzcinski org-macs.el: Move UUID related code * org-id.el (org-id-uuid): Move to org-macs.el. * org.el (org-uuidgen-p): Move to org-macs.el. Expose regexp used t

[elpa] externals/org cb95d88936 2/4: ob-R.el/ob-python: Update `md5' calls to `org-id-uuid'

2023-03-22 Thread ELPA Syncer
branch: externals/org commit cb95d88936b480e15c0b3163e9bc3e38eb0e29b4 Author: Matthew Trzcinski Commit: Matthew Trzcinski ob-R.el/ob-python: Update `md5' calls to `org-id-uuid' * ob-R.el (ob-session-async-org-babel-R-evaluate-session): Use `org-id-uuid' instead of `md5' as resul

[elpa] externals/org f7aa8c19f5 4/4: ob-shell.el: Add async evaluation

2023-03-22 Thread ELPA Syncer
branch: externals/org commit f7aa8c19f5170dbf09538686fb569f9b60acbd6c Author: Matthew Trzcinski Commit: Matthew Trzcinski ob-shell.el: Add async evaluation * ob-shell.el (org-babel-sh-evaluate): Add condition for async within session. Allow :async header argument to be either t

[elpa] externals/org updated (20b33106cd -> f7aa8c19f5)

2023-03-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 20b33106cd org-element-headline-parser: Fix empty headings with tags new 5a52ee57d4 org-macs.el: Move UUID related code new cb95d88936 ob-R.el/ob-python: Update `md5' calls to `org-id-uuid' new 180c1c37a9 ob-comi

[nongnu] elpa/xah-fly-keys e7408e5b60: added an optimot layout, removed beopy layout. optimot shouldn't be added because it's used by maybe just a hundred people in the world. however, cletip really a

2023-03-22 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit e7408e5b607d9214e83b2d408fe0833a01914ba2 Author: Xah Lee Commit: Xah Lee added an optimot layout, removed beopy layout. optimot shouldn't be added because it's used by maybe just a hundred people in the world. however, cletip really ask for it. Also, he add

[nongnu] elpa/evil c61bc34b40: Defer loading of calc.el

2023-03-22 Thread ELPA Syncer
branch: elpa/evil commit c61bc34b40f1f0605a999e874e837d1e8bda85af Author: Axel Forsman Commit: Axel Forsman Defer loading of calc.el The function calc-eval is autoloaded so there is no need to eagerly require it. --- evil-common.el | 34 +- 1 fil

[elpa] externals/jit-spell updated (e93e833722 -> 2a34f68726)

2023-03-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/jit-spell. from e93e833722 Refactor jit-spell-correct-word, keep sorting from spellchecker new 03f8050481 Refinement to Hunspell apostrophe hack new 2a34f68726 Reorganization and small refactorings Summary of changes: jit-spel

[elpa] externals/jit-spell 2a34f68726 2/2: Reorganization and small refactorings

2023-03-22 Thread ELPA Syncer
branch: externals/jit-spell commit 2a34f68726807d17292da906be5943bbd6d2e496 Author: Augusto Stoffel Commit: Augusto Stoffel Reorganization and small refactorings --- jit-spell.el | 86 +++- 1 file changed, 38 insertions(+), 48 deletion

[elpa] externals/jit-spell 03f8050481 1/2: Refinement to Hunspell apostrophe hack

2023-03-22 Thread ELPA Syncer
branch: externals/jit-spell commit 03f80504816d9f9a65f5a2ed45ea619f987beb40 Author: Augusto Stoffel Commit: Augusto Stoffel Refinement to Hunspell apostrophe hack Now hide the problematic apostrophes entirely from the Hunspell subprocess. --- jit-spell.el | 16 ++--

[nongnu] elpa/haml-mode 45a0b23db0: Bump version

2023-03-22 Thread ELPA Syncer
branch: elpa/haml-mode commit 45a0b23db0b8f827c78f7749457f3427263e6ffd Author: Steve Purcell Commit: Steve Purcell Bump version --- haml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haml-mode.el b/haml-mode.el index 690998feaa..f70dde5bdc 100644 --- a/haml-mod

[nongnu] elpa/pdf-tools dea468796d: Add `cairo-devel` to Void Linux package list

2023-03-22 Thread ELPA Syncer
branch: elpa/pdf-tools commit dea468796d7a20c7b28bc4360d0663cb1dc010fd Author: João Paulo da Cruz Commit: Vedang Manerikar Add `cairo-devel` to Void Linux package list In Void Linux most heading/development files are separated from the "main" packages and are stored on `${package-n

[elpa] externals/org 20b33106cd 2/2: org-element-headline-parser: Fix empty headings with tags

2023-03-22 Thread ELPA Syncer
branch: externals/org commit 20b33106cdd108fd3212e5fef135a55e25ede4a4 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-headline-parser: Fix empty headings with tags * lisp/org-element.el (org-element-headline-parser): Allow empty title with tags. Do not consider space

[elpa] externals/org 93bf820384 1/2: org-element-headline-parser: Treat "* TODO" as empty title + TODO keyword

2023-03-22 Thread ELPA Syncer
branch: externals/org commit 93bf820384e8b275ff500ab62ec85901d2490ab2 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-headline-parser: Treat "* TODO" as empty title + TODO keyword * lisp/org-element.el (org-element-headline-parser): Allow end of line instead of space a

[elpa] externals/org updated (cd2355a204 -> 20b33106cd)

2023-03-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from cd2355a204 ob-clojure.el: Fix compiler warning new 93bf820384 org-element-headline-parser: Treat "* TODO" as empty title + TODO keyword new 20b33106cd org-element-headline-parser: Fix empty headings with tags Summary

[elpa] externals/ement 64049a21fa: Fix: (ement-leave/forget-room) Interactive prompts

2023-03-22 Thread ELPA Syncer
branch: externals/ement commit 64049a21fac391bace1758e8ee65a74bc54c6219 Author: Adam Porter Commit: Adam Porter Fix: (ement-leave/forget-room) Interactive prompts --- README.org | 1 + ement-lib.el | 13 - 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.

[elpa] externals/compat 19ded46eca: Improve defvar-keymap docstring.

2023-03-22 Thread ELPA Syncer
branch: externals/compat commit 19ded46eca3addc953e88f08193d1e6611c69526 Author: Daniel Mendler Commit: Daniel Mendler Improve defvar-keymap docstring. emacs-29 commit eed240bc022cef4ef0f2b12bd2ff116eb6b9581d --- compat-29.el | 19 +++ 1 file changed, 11 insertions(

[elpa] externals/consult 66a8e46467 1/3: Minor simplification

2023-03-22 Thread ELPA Syncer
branch: externals/consult commit 66a8e4646757864c9f9a25275f6d98f3bdafd44a Author: Daniel Mendler Commit: Daniel Mendler Minor simplification --- consult.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/consult.el b/consult.el index 1ad305e8ef..31647cddb9 100644 --- a

[elpa] externals/consult 54e2f1845d 2/3: Fix consult--join-regexps-permutations

2023-03-22 Thread ELPA Syncer
branch: externals/consult commit 54e2f1845d8ae129c0c4b0efd6832fc53ec12fca Author: Daniel Mendler Commit: Daniel Mendler Fix consult--join-regexps-permutations --- consult.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/consult.el b/consult.el index 31647cddb9

[elpa] externals/consult updated (28b7470311 -> c37548d1f4)

2023-03-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 28b7470311 consult-man: fix regexp type (#771) new 66a8e46467 Minor simplification new 54e2f1845d Fix consult--join-regexps-permutations new c37548d1f4 Update changelog Summary of changes: CHANGELOG.org |

[elpa] externals/consult c37548d1f4 3/3: Update changelog

2023-03-22 Thread ELPA Syncer
branch: externals/consult commit c37548d1f44b82b3ef049a9156a2a70158c42bba Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index ee5cfd8a22..3372501c81 100644 --- a/CHANGELOG.or

[elpa] externals/svg-lib 712e863f59 1/3: Bootstrap icon url has changed

2023-03-22 Thread ELPA Syncer
branch: externals/svg-lib commit 712e863f59bd2a88a2bda41439228ad1bd599fee Author: John Trengrove Commit: GitHub Bootstrap icon url has changed --- svg-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-lib.el b/svg-lib.el index 204ad0270d..c12f3b1b95 100644 --- a

[elpa] externals/svg-lib 5ba4e4ea2b 3/3: Tagged v 0.2.6

2023-03-22 Thread ELPA Syncer
branch: externals/svg-lib commit 5ba4e4ea2b5c66e8811beb53251dee13685b2cb2 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Tagged v 0.2.6 --- svg-lib.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/svg-lib.el b/svg-lib.el index c12f3b1b95..0d93e9973c 10064

[elpa] externals/svg-lib updated (19db7378ce -> 5ba4e4ea2b)

2023-03-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/svg-lib. from 19db7378ce Merge pull request #28 from grolongo/master new 712e863f59 Bootstrap icon url has changed new d4273aa782 Merge pull request #29 from trengrj/bootstrap-fix-url new 5ba4e4ea2b Tagged v 0.2.6 Summar

[elpa] externals/svg-lib d4273aa782 2/3: Merge pull request #29 from trengrj/bootstrap-fix-url

2023-03-22 Thread ELPA Syncer
branch: externals/svg-lib commit d4273aa782768994bc8136719a0e46f95dfff761 Merge: 19db7378ce 712e863f59 Author: Nicolas P. Rougier Commit: GitHub Merge pull request #29 from trengrj/bootstrap-fix-url Bootstrap icon url has changed, fixes #24 --- svg-lib.el | 2 +- 1 file changed, 1

[elpa] externals/consult 28b7470311: consult-man: fix regexp type (#771)

2023-03-22 Thread ELPA Syncer
branch: externals/consult commit 28b74703113765137cc4639285e511bd73fd99e6 Author: Zhengyi <10750252+fuzy...@users.noreply.github.com> Commit: GitHub consult-man: fix regexp type (#771) `man -k` is equivalent to `apropos`. According to the manpage `apropos (1)` defaults to interp

[nongnu] elpa/xah-fly-keys e573256860: xah-save-close-current-buffer now support xah-open-last-closed for non-file buffer

2023-03-22 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit e5732568605adeabc7216811e59dfcfbd8e4134a Author: Xah Lee Commit: Xah Lee xah-save-close-current-buffer now support xah-open-last-closed for non-file buffer --- xah-fly-keys.el | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-)