[nongnu] elpa/cider cfea755de6: Remove a redundant eval

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit cfea755de682bb91dd59ef7e789d4d2bb170efe1 Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove a redundant eval --- cider-util.el | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cider-util.el b/cider-util.el index ece55fc3da..7a0e08f3ac 1

[nongnu] elpa/cider 33271f1342 5/9: Handle streaming of results in eval handlers

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 33271f1342747017edb1c9f7bc940e0c0254df07 Author: yuhan0 Commit: Bozhidar Batsov Handle streaming of results in eval handlers --- cider-eval.el | 116 ++ 1 file changed, 68 insertions(+), 48 deletions(-) diff

[nongnu] elpa/cider 5b4dbcb3a1 3/9: Add keybinding

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 5b4dbcb3a1a91719e314fbd585e9984620a07c0c Author: yuhan0 Commit: Bozhidar Batsov Add keybinding --- cider-eval.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cider-eval.el b/cider-eval.el index fdc58fbc2f..76791d48bf 100644 --- a/cider-eval.el +++ b/cider-

[nongnu] elpa/cider 2d3b18377a 9/9: [Docs] Document the connection hooks

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 2d3b18377a9927fd0e70d77263576bc7e11a5904 Author: Bozhidar Batsov Commit: Bozhidar Batsov [Docs] Document the connection hooks --- doc/modules/ROOT/pages/config/basic_config.adoc | 21 + 1 file changed, 21 insertions(+) diff --git a/doc/modules/

[nongnu] elpa/cider 1d7916bfb5 4/9: Fix typo in pr-request-map

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 1d7916bfb5128f0a24565f2616d24ff82b7685f5 Author: yuhan0 Commit: Bozhidar Batsov Fix typo in pr-request-map It currently treats the 4-element list as a 2-element pair and ignores the intended setting of stream?, but this does not affect functionality

[nongnu] elpa/cider a9679d33f1 7/9: Update changelog

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit a9679d33f18c03b99583d44dfe5fdd0f5737548b Author: yuhan0 Commit: Bozhidar Batsov Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7b03af71..1b0f518497 100644 --- a/CHANGELOG.md +++ b/CHANGEL

[nongnu] elpa/cider 1580f11941 6/9: Remove eval-register from printing handlers

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 1580f119412c5c113d6394a6c7b3a27c6a0a8789 Author: yuhan0 Commit: Bozhidar Batsov Remove eval-register from printing handlers Results are already output to a buffer where they can be easily copied. Avoids storing huge results in memory and triggering the

[nongnu] elpa/cider 3e238465a0 2/9: Add command for saving last eval to kill ring

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 3e238465a0bb85082bec8db57d7c4d95cc9b0a77 Author: yuhan0 Commit: Bozhidar Batsov Add command for saving last eval to kill ring --- cider-eval.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/cider-eval.el b/cider-eval.el index 7c86321625..fdc58fbc2f 1006

[nongnu] elpa/cider 993a84041c 8/9: Add docs for eval registers

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 993a84041c03df8faff8426162073df9c7112e90 Author: yuhan0 Commit: Bozhidar Batsov Add docs for eval registers --- doc/modules/ROOT/pages/usage/code_evaluation.adoc | 32 +++ 1 file changed, 32 insertions(+) diff --git a/doc/modules/ROOT/pages/usa

[nongnu] elpa/cider updated (7506cc4613 -> 2d3b18377a)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from 7506cc4613 [Fix #3183] Fix time subtraction bug in nrepl-client (#3184) new 201811ecd9 Save eval results into custom register new 3e238465a0 Add command for saving last eval to kill ring new 5b4dbcb3a1 Add keybindi

[nongnu] elpa/cider 201811ecd9 1/9: Save eval results into custom register

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 201811ecd905d97e08d33e7d845336844410aa2a Author: yuhan0 Commit: Bozhidar Batsov Save eval results into custom register --- cider-eval.el | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/cider-eval.el b/cider-eval.el ind

[nongnu] elpa/pdf-tools 3ae9ba9ab9: Add pkgconf to opensuse build

2022-04-26 Thread ELPA Syncer
branch: elpa/pdf-tools commit 3ae9ba9ab9aaa03d1193667cb025a786bef9fe9a Author: Pi-Cla Commit: Vedang Manerikar Add pkgconf to opensuse build Nearly forgot to add pkgconf. --- server/autobuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/autobuild b/s

[nongnu] elpa/visual-fill-column cdfe574a51: Update copyright statement to 2022.

2022-04-26 Thread ELPA Syncer
branch: elpa/visual-fill-column commit cdfe574a51c4fc3519536fa3b169b01d5482d5df Author: Joost Kremers Commit: Joost Kremers Update copyright statement to 2022. --- visual-fill-column.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual-fill-column.el b/visual-fill-c

[nongnu] elpa/git-commit 713bebef9e: magit--rev-dereference: Handle nil REV

2022-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit 713bebef9e7ff2a730282a934463d332147b6816 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit--rev-dereference: Handle nil REV REV can also be nil, which we didn't take into account when adding this function in [1: 3cb7f5ba43]. Closes #46

[nongnu] elpa/magit updated (fa8552d1d9 -> 713bebef9e)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from fa8552d1d9 magit-visit-ref: Fix inverted condition adds 713bebef9e magit--rev-dereference: Handle nil REV No new revisions were added by this update. Summary of changes: lisp/magit-git.el | 8 1 file changed, 4 insertion

[nongnu] elpa/magit-section updated (fa8552d1d9 -> 713bebef9e)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from fa8552d1d9 magit-visit-ref: Fix inverted condition adds 713bebef9e magit--rev-dereference: Handle nil REV No new revisions were added by this update. Summary of changes: lisp/magit-git.el | 8 1 file changed, 4 i

[elpa] externals/hyperbole 8bd09a3e7b 2/4: Merge branch 'master' of hyperbole

2022-04-26 Thread ELPA Syncer
branch: externals/hyperbole commit 8bd09a3e7bc297deb5d2c4d00fa1ba7561a46bdb Merge: cff90c4a9a c7b5f2473f Author: Bob Weiner Commit: Bob Weiner Merge branch 'master' of hyperbole --- ChangeLog | 10 +++ test/hui-tests.el | 81 ++

[elpa] externals/hyperbole 70cabbdea2 3/4: hkey-set-key: Turn into a command with interactive calling support

2022-04-26 Thread ELPA Syncer
branch: externals/hyperbole commit 70cabbdea2e1280a5e096191c25ee9108b51c097 Author: Bob Weiner Commit: Bob Weiner hkey-set-key: Turn into a command with interactive calling support --- ChangeLog| 5 + hyperbole.el | 15 +-- 2 files changed, 18 insertions(+), 2 deletions

[elpa] externals/hyperbole dc6c8dcfcd 4/4: hyperbole-set-key: Change to bind cmds or Hypb minibuffer menu items in any keymap

2022-04-26 Thread ELPA Syncer
branch: externals/hyperbole commit dc6c8dcfcd0cbc58e6c8811a50e7b4b6e21f935c Author: Bob Weiner Commit: Bob Weiner hyperbole-set-key: Change to bind cmds or Hypb minibuffer menu items in any keymap --- ChangeLog | 7 +++ HY-NEWS | 4 ++-- hib-kbd.el | 17 ++--- hui-

[nongnu] elpa/cider 7506cc4613: [Fix #3183] Fix time subtraction bug in nrepl-client (#3184)

2022-04-26 Thread ELPA Syncer
branch: elpa/cider commit 7506cc4613a5b71e5246fd83de347185b5d49c42 Author: Paul Eggert Commit: GitHub [Fix #3183] Fix time subtraction bug in nrepl-client (#3184) Port to future Emacs, and fix bug on current and older Emacs when the clock modulo 2**16 wraps around. --- nrepl-clien

[elpa] externals/hyperbole cff90c4a9a 1/4: hyperbole-web-search: Handle functions as 'hyperbole-web-search-alist' values

2022-04-26 Thread ELPA Syncer
branch: externals/hyperbole commit cff90c4a9a7a7dc00a1b6e1e92893fc7e5e42270 Author: Bob Weiner Commit: Bob Weiner hyperbole-web-search: Handle functions as 'hyperbole-web-search-alist' values --- ChangeLog| 3 +++ hsettings.el | 27 +++ 2 files changed, 18 inse

[elpa] externals/hyperbole updated (c7b5f2473f -> dc6c8dcfcd)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from c7b5f2473f Add hui:delimited-selectable-thing tests (#190) new cff90c4a9a hyperbole-web-search: Handle functions as 'hyperbole-web-search-alist' values new 8bd09a3e7b Merge branch 'master' of hyperbole new

[elpa] externals/dtache b762fe472f: Announce development migration

2022-04-26 Thread ELPA Syncer
branch: externals/dtache commit b762fe472f1a47d0f1808620d4468aee645654ee Author: Niklas Eklund Commit: Niklas Eklund Announce development migration --- README.org | 4 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index ee80be794e..01fc095f34 100644 --- a/README

[nongnu] elpa/pdf-tools 7a8d5c24f7: Add support for openSUSE except Micro

2022-04-26 Thread ELPA Syncer
branch: elpa/pdf-tools commit 7a8d5c24f7ac0632afdfc9924bdf17bcf52065a4 Author: Pi-Cla Commit: Vedang Manerikar Add support for openSUSE except Micro I am not qualified to add support for the Micros versions of openSUSE, but this supports the most commonly used versions. --- server

[nongnu] elpa/helm-core updated (2569c427f7 -> 45ab83ee6e)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 2569c427f7 Fix org table in doc adds 45ab83ee6e Fix emacs-29 incompatible change with current-time No new revisions were added by this update. Summary of changes: helm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[nongnu] elpa/pdf-tools updated (b867ea782b -> 48cf7b89ae)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/pdf-tools. from b867ea782b Install automake on Mingw systems new ffba5f7208 Guard against dead buffers in pdf-tools-install-noverify new 48cf7b89ae Add to PKG_CONFIG_PATH, instead of replacing it. Summary of changes: README.org

[nongnu] elpa/helm 45ab83ee6e: Fix emacs-29 incompatible change with current-time

2022-04-26 Thread ELPA Syncer
branch: elpa/helm commit 45ab83ee6ed4b1abb6542d963495745a3069045a Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix emacs-29 incompatible change with current-time --- helm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el index 962

[nongnu] elpa/pdf-tools ffba5f7208 1/2: Guard against dead buffers in pdf-tools-install-noverify

2022-04-26 Thread ELPA Syncer
branch: elpa/pdf-tools commit ffba5f7208a2cf36df80fac9a17731f514f40060 Author: Daniel Nicolai Commit: Vedang Manerikar Guard against dead buffers in pdf-tools-install-noverify I am not sure how to 'consistently' reproduce the issue that this commit fixes. But I was experiencing

[nongnu] elpa/pdf-tools 48cf7b89ae 2/2: Add to PKG_CONFIG_PATH, instead of replacing it.

2022-04-26 Thread ELPA Syncer
branch: elpa/pdf-tools commit 48cf7b89ae752eb57f28d09fc14386e733cbb2f7 Author: Vedang Manerikar Commit: Vedang Manerikar Add to PKG_CONFIG_PATH, instead of replacing it. This is a better solution as it takes into account paths that have already been set up by users. Pot

[elpa] externals/tmr 2ecee44804 1/5: Define tmr-notify-function and tmr-notifications-notify implementation

2022-04-26 Thread ELPA Syncer
branch: externals/tmr commit 2ecee44804cfc4fd1347fcca0679504e7f6d08c0 Author: Christian Tietze Commit: Protesilaos Stavrou Define tmr-notify-function and tmr-notifications-notify implementation Signed-off-by: Christian Tietze --- tmr.el | 17 + 1 file changed, 17 i

[elpa] externals/tmr 12ac2b080f 2/5: Rename tmr--notify-send to tmr--notify

2022-04-26 Thread ELPA Syncer
branch: externals/tmr commit 12ac2b080f2eb884e8a5bf11ccdf9d8156fd1894 Author: Christian Tietze Commit: Protesilaos Stavrou Rename tmr--notify-send to tmr--notify tmr--notify itself will not send, but delegate sending to another function. So the "send" verb should be freed.

[elpa] externals/tmr 06cba12d4a 5/5: Add "Acknowledgements" section in the manual

2022-04-26 Thread ELPA Syncer
branch: externals/tmr commit 06cba12d4a229dde704434a7e1840ac948cbc5f2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add "Acknowledgements" section in the manual In reference to commits e4fb57f, 12ac2b0, 2ecee44. Christian's patches probably don't pass the ~15 line thr

[elpa] externals/tmr e4fb57fc5b 3/5: Extract tmr--notify-send-notification

2022-04-26 Thread ELPA Syncer
branch: externals/tmr commit e4fb57fc5b91d5e80fb9bdc21489cac3d7e73b03 Author: Christian Tietze Commit: Protesilaos Stavrou Extract tmr--notify-send-notification Signed-off-by: Christian Tietze --- tmr.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) dif

[elpa] externals/tmr 84f0e35e1b 4/5: Log when a timer is completed

2022-04-26 Thread ELPA Syncer
branch: externals/tmr commit 84f0e35e1bf5c5156f702690314716d98703a38c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Log when a timer is completed --- tmr.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tmr.el b/tmr.el index cd2b8dd306..5720f33c63 100644 --- a/tmr.el +++ b/t

[elpa] externals/tmr updated (bf13ea9731 -> 06cba12d4a)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/tmr. from bf13ea9731 Update one-line description and add keywords new 2ecee44804 Define tmr-notify-function and tmr-notifications-notify implementation new 12ac2b080f Rename tmr--notify-send to tmr--notify new e4fb57fc5b

[nongnu] elpa/magit-section updated (3cb7f5ba43 -> fa8552d1d9)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 3cb7f5ba43 Support revisions that match commit message adds fa8552d1d9 magit-visit-ref: Fix inverted condition No new revisions were added by this update. Summary of changes: lisp/magit-refs.el | 2 +- 1 file changed, 1 i

[nongnu] elpa/magit updated (3cb7f5ba43 -> fa8552d1d9)

2022-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 3cb7f5ba43 Support revisions that match commit message adds fa8552d1d9 magit-visit-ref: Fix inverted condition No new revisions were added by this update. Summary of changes: lisp/magit-refs.el | 2 +- 1 file changed, 1 insertion

[elpa] externals/org 4280762e4c: org-refile: Restore previous behaviour of not revealing the refiled headline

2022-04-26 Thread ELPA Syncer
branch: externals/org commit 4280762e4ca13c65e9189d13fab40543759eb68a Author: Ihor Radchenko Commit: Ihor Radchenko org-refile: Restore previous behaviour of not revealing the refiled headline * lisp/org-refile.el (org-refile): Do not reveal the refiled headline. This reverts th

[nongnu] elpa/git-commit fa8552d1d9: magit-visit-ref: Fix inverted condition

2022-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit fa8552d1d94a24f843ae3985d04657bcef45425d Author: Jell Commit: Jonas Bernoulli magit-visit-ref: Fix inverted condition Recent [1: 38cb9372dc] got the condition wrong. 1: 2022-03-25 38cb9372dc51df4767b30181db93f51f7ac856ab Add section-spe

[nongnu] elpa/xah-fly-keys 437da97c5e: xah-show-in-desktop, when on windows, now just open file explorer, but not highlight the file. because highlight the file has problems. it flash the taskbar but

2022-04-26 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 437da97c5eea9bf9f81c2280a26a8818e99a0efa Author: Xah Lee Commit: Xah Lee xah-show-in-desktop, when on windows, now just open file explorer, but not highlight the file. because highlight the file has problems. it flash the taskbar but doesn't bring the folde