[elpa] externals/org 99b65bb212 2/4: org-babel-map-inline-src-blocks: Avoid using `save-match-data'

2023-08-27 Thread ELPA Syncer
branch: externals/org commit 99b65bb2127d739f30b144bbca0b0e409bae222d Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-map-inline-src-blocks: Avoid using `save-match-data' * lisp/ob-core.el (org-babel-map-inline-src-blocks): Drop `save-match-data' as it may be costly. ---

[elpa] externals/org 9f12a1b9e4 4/4: org-babel-map-executables: Avoid using `save-match-data'

2023-08-27 Thread ELPA Syncer
branch: externals/org commit 9f12a1b9e496d1fcf506a92d07aebc82632b7b78 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-map-executables: Avoid using `save-match-data' * lisp/ob-core.el (org-babel-map-executables): Drop `save-match-data' as it may be costly. --- lisp/ob-co

[elpa] externals-release/org 21171d1366: * testing/lisp/test-org.el (test-org/insert-heading): Fix test

2023-08-27 Thread ELPA Syncer
branch: externals-release/org commit 21171d13664d13fdbf051e6996eb6889c2a1f528 Author: Ihor Radchenko Commit: Ihor Radchenko * testing/lisp/test-org.el (test-org/insert-heading): Fix test The test itself is wrong - `org-insert-heading' was correctly obeying blank before the entry

[elpa] externals/org b22ebf8c78 1/4: Merge branch 'bugfix'

2023-08-27 Thread ELPA Syncer
branch: externals/org commit b22ebf8c78fa938dba3a119050dacf7fad719ed8 Merge: 1dcde9889b 21171d1366 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix'

[elpa] externals/org 05064052ad 3/4: org-babel-map-call-lines: Avoid using `save-match-data'

2023-08-27 Thread ELPA Syncer
branch: externals/org commit 05064052ad0dfec93536dfcc17b460a9b2570e34 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-map-call-lines: Avoid using `save-match-data' * lisp/ob-core.el (org-babel-map-call-lines): Drop `save-match-data' as it may be costly. --- lisp/ob-core

[elpa] externals/org updated (1dcde9889b -> 9f12a1b9e4)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 1dcde9889b Merge branch 'bugfix' new 21171d1366 * testing/lisp/test-org.el (test-org/insert-heading): Fix test new b22ebf8c78 Merge branch 'bugfix' new 99b65bb212 org-babel-map-inline-src-blocks: Avoid using `s

[nongnu] elpa/with-editor 10ecb9e75c: Use emacsclient-program-name if that is bound

2023-08-27 Thread ELPA Syncer
branch: elpa/with-editor commit 10ecb9e75c5944d4b4a08e063f00736aa6345bfb Author: Jonas Bernoulli Commit: Jonas Bernoulli Use emacsclient-program-name if that is bound This should make it possible to use `with-editor' on Android. For Remacs continue to hardcode "remacsclient

[elpa] externals/do-at-point 32a256c124: Add a highlight action

2023-08-27 Thread ELPA Syncer
branch: externals/do-at-point commit 32a256c124c7eb68e2ec654aca7a2dae36c81a06 Author: Philip Kaludercic Commit: Philip Kaludercic Add a highlight action --- do-at-point.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el index b3493

[elpa] externals/org f02b4c8b4d 2/2: org-refile-get-targets: Improve malformed target handling

2023-08-27 Thread ELPA Syncer
branch: externals/org commit f02b4c8b4d1dd4305bddfeebddaf8c545b63482d Author: Ihor Radchenko Commit: Ihor Radchenko org-refile-get-targets: Improve malformed target handling * lisp/org-refile.el (org-refile-get-targets): Throw better errors when `org-refile-targets' value is mal

[elpa] externals/org updated (9f12a1b9e4 -> f02b4c8b4d)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 9f12a1b9e4 org-babel-map-executables: Avoid using `save-match-data' new 320c29c021 * lisp/ob-core.el (org-babel-remove-inline-result): Document DATUM argument new f02b4c8b4d org-refile-get-targets: Improve malformed tar

[elpa] externals/org 320c29c021 1/2: * lisp/ob-core.el (org-babel-remove-inline-result): Document DATUM argument

2023-08-27 Thread ELPA Syncer
branch: externals/org commit 320c29c021f479bc1a64f5693db4d50c7d025fc2 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ob-core.el (org-babel-remove-inline-result): Document DATUM argument --- lisp/ob-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-cor

[nongnu] elpa/camera 65dcda9d3f 1/3: Fix 'camera--update-frame'

2023-08-27 Thread ELPA Syncer
branch: elpa/camera commit 65dcda9d3f9725a07e7778e443c8775718131b8f Author: Akib Azmain Turja Commit: Akib Azmain Turja Fix 'camera--update-frame' --- camera.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/camera.el b/camera.el index c897a3c7b4..7330a8c33

[nongnu] elpa/camera updated (99ced5db8d -> b8aa62a8cb)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/camera. from 99ced5db8d Bump version to 0.2 new 65dcda9d3f Fix 'camera--update-frame' new 63c41548d7 Rewrite ffmpeg part to fix flickering new b8aa62a8cb Bump version to 0.3 Summary of changes: camera.el | 103 ++

[nongnu] elpa/camera 63c41548d7 2/3: Rewrite ffmpeg part to fix flickering

2023-08-27 Thread ELPA Syncer
branch: elpa/camera commit 63c41548d77f271b14b8333e4f91cfdf786f1ce8 Author: Akib Azmain Turja Commit: Akib Azmain Turja Rewrite ffmpeg part to fix flickering --- camera.el | 89 +++ 1 file changed, 67 insertions(+), 22 deletions(-)

[nongnu] elpa/camera b8aa62a8cb 3/3: Bump version to 0.3

2023-08-27 Thread ELPA Syncer
branch: elpa/camera commit b8aa62a8cb20006fe8545f88327cf15a1e9c03d7 Author: Akib Azmain Turja Commit: Akib Azmain Turja Bump version to 0.3 --- camera.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera.el b/camera.el index d5a20ffe50..39ccc66f2a 100644 --- a/camer

[nongnu] elpa/evil a09fdca0b3 3/4: Reselect minibuffer when quitting command-line win

2023-08-27 Thread ELPA Syncer
branch: elpa/evil commit a09fdca0b35ef4289cf55d7b0ffadf4cf3a5c9fc Author: Axel Forsman Commit: Axel Forsman Reselect minibuffer when quitting command-line win Pressing C-f while editing an Ex command to open the command-line window and later quitting that window used to not rese

[nongnu] elpa/evil updated (a667d8857f -> 657af37c55)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/evil. from a667d8857f Fix Vim URL in docs (#1825) new 2d8918e827 Do not silence unused evil-define-command argument new a8663a22b6 Add evil-command-line-map new a09fdca0b3 Reselect minibuffer when quitting command-line win

[nongnu] elpa/evil a8663a22b6 2/4: Add evil-command-line-map

2023-08-27 Thread ELPA Syncer
branch: elpa/evil commit a8663a22b6f65513d9f1f610ed19941b14161490 Author: Axel Forsman Commit: Axel Forsman Add evil-command-line-map There was a lot of duplication between evil-ex-completion-map and evil-ex-search-keymap, which meant that any rebinds had to be done twice. T

[nongnu] elpa/evil 657af37c55 4/4: Support command-line window for any minibuffer arg

2023-08-27 Thread ELPA Syncer
branch: elpa/evil commit 657af37c5570caab487e9e73d7b95696437e664d Author: Axel Forsman Commit: Axel Forsman Support command-line window for any minibuffer arg Introspection of the current minibuffer argument history and prompt is possible, hence there is no need for the speciali

[nongnu] elpa/git-commit updated (cb41d8a4bb -> 7d4092f00b)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from cb41d8a4bb Revert "magit-stash-{apply,pop}: Fix case when there are staged changes" new 02144f9bc2 magit-confirm: Add prompt-suffix argument new 9699c70e1e magit-confirm-files: Add prompt-suffix and noabort arguments

[nongnu] elpa/git-commit 02144f9bc2 1/4: magit-confirm: Add prompt-suffix argument

2023-08-27 Thread ELPA Syncer
branch: elpa/git-commit commit 02144f9bc2a484bccb4a89953a0f4264fe2d3ae4 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-confirm: Add prompt-suffix argument --- lisp/magit-base.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/magit-base.el b/lisp/magit-bas

[nongnu] elpa/evil 2d8918e827 1/4: Do not silence unused evil-define-command argument

2023-08-27 Thread ELPA Syncer
branch: elpa/evil commit 2d8918e827b970623cf1ab5ef073412c33196d04 Author: Axel Forsman Commit: Axel Forsman Do not silence unused evil-define-command argument --- evil-commands.el| 78 ++--- evil-common.el | 1 - evil-integration.el

[nongnu] elpa/git-commit 37a3e5b390 3/4: magit-confirm-files: Quote file name

2023-08-27 Thread ELPA Syncer
branch: elpa/git-commit commit 37a3e5b3906645689609ac888b1f3ba5c0811d8b Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-confirm-files: Quote file name --- lisp/magit-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-base.el b/lisp/magit-base.el ind

[nongnu] elpa/git-commit 9699c70e1e 2/4: magit-confirm-files: Add prompt-suffix and noabort arguments

2023-08-27 Thread ELPA Syncer
branch: elpa/git-commit commit 9699c70e1e40d042391cf9ef93ca405ad6929228 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-confirm-files: Add prompt-suffix and noabort arguments --- lisp/magit-base.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-base

[nongnu] elpa/git-commit 7d4092f00b 4/4: Apply stash even if "git stash apply" cannot do it

2023-08-27 Thread ELPA Syncer
branch: elpa/git-commit commit 7d4092f00bab34d46c4e07d6d6c55658e413b3b6 Author: Jonas Bernoulli Commit: Jonas Bernoulli Apply stash even if "git stash apply" cannot do it --- docs/magit.org | 56 +++-- docs/magit.texi | 57 +++

[nongnu] elpa/magit updated (cb41d8a4bb -> 7d4092f00b)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from cb41d8a4bb Revert "magit-stash-{apply,pop}: Fix case when there are staged changes" adds 02144f9bc2 magit-confirm: Add prompt-suffix argument adds 9699c70e1e magit-confirm-files: Add prompt-suffix and noabort arguments

[nongnu] elpa/magit-section updated (cb41d8a4bb -> 7d4092f00b)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from cb41d8a4bb Revert "magit-stash-{apply,pop}: Fix case when there are staged changes" adds 02144f9bc2 magit-confirm: Add prompt-suffix argument adds 9699c70e1e magit-confirm-files: Add prompt-suffix and noabort argume

[nongnu] elpa/cider 09a426ac67: Don't pass a nil callback when calling `cider/get-state` (#3439)

2023-08-27 Thread ELPA Syncer
branch: elpa/cider commit 09a426ac673fd53fd814d18b277e1c50984b2a7e Author: vemv Commit: GitHub Don't pass a nil callback when calling `cider/get-state` (#3439) --- cider-repl.el | 6 +- nrepl-client.el | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cider-repl.e

[nongnu] main 673ca5b983: * elpa-packages (spacemacs-theme): `spacemacs-common.el` was removed

2023-08-27 Thread Stefan Monnier via
branch: main commit 673ca5b98342b36198e3b8e1c8e578411518f952 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (spacemacs-theme): `spacemacs-common.el` was removed --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages

[elpa] externals/ement updated (2435d03c03 -> f2b5831c4c)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from 2435d03c03 Fix: (ement-room--format-m.file) Don't assume size is present new fbf40d66ed Add/Change: Use separate history lists for reading from minibuffer new f2b5831c4c Add/Change: History lists for user IDs in emen

[elpa] externals/ement fbf40d66ed 1/2: Add/Change: Use separate history lists for reading from minibuffer

2023-08-27 Thread ELPA Syncer
branch: externals/ement commit fbf40d66edc2a8f09a2793d9cbc89cf07e792c86 Author: Adam Porter Commit: Adam Porter Add/Change: Use separate history lists for reading from minibuffer --- README.org| 1 + ement-room.el | 38 +- 2 files changed, 26 inserti

[elpa] externals/ement f2b5831c4c 2/2: Add/Change: History lists for user IDs in ement-connect

2023-08-27 Thread ELPA Syncer
branch: externals/ement commit f2b5831c4c6ab77a7078b0327194a856900314ae Author: Adam Porter Commit: Adam Porter Add/Change: History lists for user IDs in ement-connect Fixes #122. --- README.org | 2 +- ement.el | 9 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) dif

[nongnu] elpa/d-mode 0c8c9e3a5e 2/2: Merge pull request #117 from dylangleason/dylangleason/emacs-29-fix-cc-engine-forward-decl-or-cast-1-signature

2023-08-27 Thread ELPA Syncer
branch: elpa/d-mode commit 0c8c9e3a5ebb7bfd55bea138a8ad4390abf6b383 Merge: 024aca97d0 9443ceae65 Author: Vladimir Panteleev Commit: GitHub Merge pull request #117 from dylangleason/dylangleason/emacs-29-fix-cc-engine-forward-decl-or-cast-1-signature fix: add `d-forward-decl-or-cast

[nongnu] elpa/d-mode 9443ceae65 1/2: fix: add `d-forward-decl-or-cast-1` function optional param

2023-08-27 Thread ELPA Syncer
branch: elpa/d-mode commit 9443ceae65ba59e5fda2b8c6b3a1607edd75f41e Author: Dylan Gleason Commit: Dylan Gleason fix: add `d-forward-decl-or-cast-1` function optional param Fix broken (as of Emacs 29) call to `d-forward-decl-or-cast-1` advice function due to apparent change in `c

[nongnu] branch scratch/mastodon created (now 5640de5f2e)

2023-08-27 Thread Stefan Monnier via
monnier pushed a change to branch scratch/mastodon. at 5640de5f2e Misc minor cosmetic changes This branch includes the following new commits: new b3563c416b Authentication via OAuth2 new e91facdb64 Add optional headers to POST method new 54263c5384 Restructure un

[elpa] externals/embark dfd1b6f4cc: New Related Packages section of the manual

2023-08-27 Thread ELPA Syncer
branch: externals/embark commit dfd1b6f4cc5858c34d92fd9a447c888cca29f002 Author: Omar Antolín Commit: Omar Antolín New Related Packages section of the manual --- README.org | 21 - embark.texi | 58 +++--- 2 files chan

[elpa] externals/embark-consult updated (4215d79df5 -> dfd1b6f4cc)

2023-08-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 4215d79df5 embark-eval-replace: with prefix, don't quote strings adds dfd1b6f4cc New Related Packages section of the manual No new revisions were added by this update. Summary of changes: README.org | 21 ++