[nongnu] branch elpa/meow created (now 2a736d9b98)

2022-12-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/meow. at 2a736d9b98 Grammar corrections for EXPLANATION.org This branch includes the following new commits: new f7ec4cd996 Initial commit new e0e678162b Initial commit new 114676c071 meow-flip, meow-reverse new 8007

[elpa] externals/tempel 4ef1d29e9f: Avoid the trigger word "modern"

2022-12-29 Thread ELPA Syncer
branch: externals/tempel commit 4ef1d29e9f962fcc59a3569d7d6593dc075c86e6 Author: Daniel Mendler Commit: Daniel Mendler Avoid the trigger word "modern" My only modern package is org-modern ;) --- README.org | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/R

[nongnu] main 20dc70a038: * elpa-packages (meow): New package

2022-12-29 Thread Stefan Monnier via
branch: main commit 20dc70a0380f3c716bc4fd551a54778a3e5fb196 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (meow): New package --- elpa-packages | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/elpa-packages b/elpa-packages index bbeefa7

[nongnu] elpa/subed 28a75a6f68: Don't immediately toggle syncing point when looping; loop +/- 0s

2022-12-29 Thread ELPA Syncer
branch: elpa/subed commit 28a75a6f6803e5c5d121c4d36ef403e8832fbf1f Author: Sacha Chua Commit: Sacha Chua Don't immediately toggle syncing point when looping; loop +/- 0s * subed/subed-common.el (subed-enable-sync-point-to-player): If looping over a subtitle, don't immediately en

[elpa] externals/corfu 391a4870fe: Extract corfu--gtk-resize-child-frames (Fix #282)

2022-12-29 Thread ELPA Syncer
branch: externals/corfu commit 391a4870fee9cdcd0fdecfa468e2726fd670e5e1 Author: Daniel Mendler Commit: Daniel Mendler Extract corfu--gtk-resize-child-frames (Fix #282) --- corfu.el | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/corfu.el

[elpa] externals/org 29103fc602: oc-csl: Improve LaTeX bibliography formatting

2022-12-29 Thread ELPA Syncer
branch: externals/org commit 29103fc6028e99c251ec8ea05981c553bd74eac0 Author: András Simonyi Commit: András Simonyi oc-csl: Improve LaTeX bibliography formatting * lisp/oc-csl.el (org-cite-csl--output-format): Use the dedicated 'org-latex' citeproc formatter to export references

[nongnu] elpa/kotlin-mode 0b4291625e 2/3: Merge remote-tracking branch 'upstream/master'

2022-12-29 Thread ELPA Syncer
branch: elpa/kotlin-mode commit 0b4291625e707527ee1b0c865326edbf9332d16b Merge: 337332287b 55eed95033 Author: Jean-Christophe Petkovich Commit: Jean-Christophe Petkovich Merge remote-tracking branch 'upstream/master' --- .gitignore| 2 + .travis.yml | 11 +-

[nongnu] elpa/kotlin-mode ff4637c4ea 3/3: Merge pull request #38 from jcpetkovich/master

2022-12-29 Thread ELPA Syncer
branch: elpa/kotlin-mode commit ff4637c4eaaa6874cebb7de3e2cf5d674fa9c33c Merge: 55eed95033 0b4291625e Author: Gregg Hernandez Commit: GitHub Merge pull request #38 from jcpetkovich/master More emacs-like indentation. --- kotlin-mode.el | 84 +

[nongnu] elpa/kotlin-mode 337332287b 1/3: More emacs-like indentation.

2022-12-29 Thread ELPA Syncer
branch: elpa/kotlin-mode commit 337332287b65d1b5f1173502864cfce4504f79e4 Author: Jean-Christophe Petkovich Commit: Jean-Christophe Petkovich More emacs-like indentation. --- kotlin-mode.el | 137 ++--- 1 file changed, 73 insertions(+), 64

[nongnu] elpa/kotlin-mode updated (55eed95033 -> ff4637c4ea)

2022-12-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/kotlin-mode. from 55eed95033 Merge pull request #73 from bricka/improve-indentation new 337332287b More emacs-like indentation. new 0b4291625e Merge remote-tracking branch 'upstream/master' new ff4637c4ea Merge pull request #38

[nongnu] elpa/evil be6b09bcec 2/6: Make visual block selection after j/k match Vim

2022-12-29 Thread ELPA Syncer
branch: elpa/evil commit be6b09bcecf3bfdbaadecb21f31c57ce18abac05 Author: Axel Forsman Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Make visual block selection after j/k match Vim Vim only extends the visual block selection to the temporary goal column if track

[nongnu] elpa/evil 0c535d6dab 1/6: Simplify temporary-goal-column logic

2022-12-29 Thread ELPA Syncer
branch: elpa/evil commit 0c535d6dabb9f30ab16ab428c9a123dba9d6ef75 Author: Axel Forsman Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Simplify temporary-goal-column logic In `evil-ensure-column` there is no point in normalizing `temporary-goal-column` a second ti

[nongnu] elpa/evil a87d5fd1ad 5/6: evil-core: don't change match data in the advice of set-window-buffer

2022-12-29 Thread ELPA Syncer
branch: elpa/evil commit a87d5fd1ad5125269e43727627a3e26a53fc2fc8 Author: Lin Sun Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> evil-core: don't change match data in the advice of set-window-buffer --- evil-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[nongnu] elpa/evil e2ec733b05 3/6: Remove str-conversions in evil-visual-block-corner

2022-12-29 Thread ELPA Syncer
branch: elpa/evil commit e2ec733b056c27f0d6c819e6bf6adbbdc0ef8316 Author: Axel Forsman Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Remove str-conversions in evil-visual-block-corner --- evil-states.el | 44 ++-- evil-types.el | 6

[nongnu] elpa/evil updated (2e8576188b -> 13f01f6245)

2022-12-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/evil. from 2e8576188b Only restrict objects when current line is not empty (#1721) new 0c535d6dab Simplify temporary-goal-column logic new be6b09bcec Make visual block selection after j/k match Vim new e2ec733b05 Remove str-co

[nongnu] elpa/evil 13f01f6245 6/6: Make evil-mode-line-format recognise nil value

2022-12-29 Thread ELPA Syncer
branch: elpa/evil commit 13f01f6245629a8a5c402ca51a4738c96e4b2315 Author: Protesilaos Stavrou Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Make evil-mode-line-format recognise nil value --- evil-vars.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-vars.el b/evi

[nongnu] elpa/evil 1226944a5d 4/6: Remove some unnecessary evil-normalize-position:s

2022-12-29 Thread ELPA Syncer
branch: elpa/evil commit 1226944a5d7a409400394e34b673e57544bb8abb Author: Axel Forsman Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Remove some unnecessary evil-normalize-position:s All Emacs functions that take positions as arguments such as goto-char already

[elpa] externals/org e5a3a07cac: lisp/ob-scheme.el: Add Rudolf Adamkovič as the maintainer

2022-12-29 Thread ELPA Syncer
branch: externals/org commit e5a3a07cac037a44ae914fdf41698ddc709b4cf7 Author: Bastien Commit: Bastien lisp/ob-scheme.el: Add Rudolf Adamkovič as the maintainer --- lisp/ob-scheme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-scheme.el b/lisp/ob-scheme.el index cfeb1a0adc..5

[elpa] elpa-admin 378d1ccb74: * elpa-admin.el (elpaa--report-failure): Fallback on email-bcc

2022-12-29 Thread Stefan Monnier via
branch: elpa-admin commit 378d1ccb7462344890ed007f431f86f07ae5aa17 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--report-failure): Fallback on email-bcc --- elpa-admin.el | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/elpa

[elpa] externals/org updated (21741a4696 -> 5bc5add326)

2022-12-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 21741a4696 * lisp/ob-python.el: Mark python-mode support for removal new b2adb68afa * doc/org-manual.org: Clarify :results file link with no :file new fbd08a0d9b oc-basic: Display ?? in place of missing citations on ex

[elpa] externals/org 5bc5add326 3/3: lisp/org-keys.el: Provide terminal binding for `org-insert-structure-template'

2022-12-29 Thread ELPA Syncer
branch: externals/org commit 5bc5add3262c1d0aea8f42f6cb57aab2010694cd Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org-keys.el: Provide terminal binding for `org-insert-structure-template' * lisp/org-keys.el (or): Add alternative terminal binding for `org-insert-structure

[elpa] externals/org b2adb68afa 1/3: * doc/org-manual.org: Clarify :results file link with no :file

2022-12-29 Thread ELPA Syncer
branch: externals/org commit b2adb68afa63d0564a8fb5e7383eeb1a382a7c2f Author: Ihor Radchenko Commit: Ihor Radchenko * doc/org-manual.org: Clarify :results file link with no :file (Type): (Format): Document that :results file link is using the source block result as file path

[elpa] externals/org fbd08a0d9b 2/3: oc-basic: Display ?? in place of missing citations on export

2022-12-29 Thread ELPA Syncer
branch: externals/org commit fbd08a0d9bcd606867cfb5e5beaea9a524565312 Author: Ihor Radchenko Commit: Ihor Radchenko oc-basic: Display ?? in place of missing citations on export * lisp/oc-basic.el (org-cite-basic--format-author-year): (org-cite-basic-export-citation): Display "??

[nongnu] elpa/helm 57332b4bda: Notify `helm-resume' we are completing filenames

2022-12-29 Thread ELPA Syncer
branch: elpa/helm commit 57332b4bdad1d771f7d103157c45d77f6007e02b Author: Thierry Volpiatto Commit: Thierry Volpiatto Notify `helm-resume' we are completing filenames As `minibuffer-completing-file-name` is let-bounded, there is no way to pass it later to helm-resume, so use a n

[nongnu] elpa/helm-core updated (796b84970d -> 57332b4bda)

2022-12-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 796b84970d Update help string adds 57332b4bda Notify `helm-resume' we are completing filenames No new revisions were added by this update. Summary of changes: helm-core.el | 1 + helm-files.el | 3 +++ 2 files changed, 4 ins

[elpa] externals/org 21741a4696: * lisp/ob-python.el: Mark python-mode support for removal

2022-12-29 Thread ELPA Syncer
branch: externals/org commit 21741a4696a44fefc747cd86155ad3f622b23701 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ob-python.el: Mark python-mode support for removal Add FIXME record to remove python-mode.el support in the next release. See the annoucement in https://org

[elpa] externals/org ffec2db731 3/9: org-persist-write:elisp: Allow buffer-local/global elisp container scope

2022-12-29 Thread ELPA Syncer
branch: externals/org commit ffec2db731ff71a9a2b84ad3eaa06b62c66d70e3 Author: Ihor Radchenko Commit: Ihor Radchenko org-persist-write:elisp: Allow buffer-local/global elisp container scope * lisp/org-persist.el (org-persist-read:index): Allow setting where the elisp container va

[elpa] externals/org updated (5549357bf2 -> a9c0d4cde2)

2022-12-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 5549357bf2 Merge branch 'bugfix' new e8cb52bd3e org-persist-read: Attempt to write newly register data before reading new f8428d0f3e org-fold-core--isearch-show: Small refactoring new ffec2db731 org-persist-writ

[elpa] externals/org b86989c8df 8/9: Merge branch 'bugfix'

2022-12-29 Thread ELPA Syncer
branch: externals/org commit b86989c8df8c7a3afe23bf9d349f53d39ec3a053 Merge: dedf1cc21f e5c45358ae Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- testing/lisp/test-ob-octave.el | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --g

[elpa] externals/org 14bfe2841c 5/9: org-persist: Use `list-data-mode' for stored data

2022-12-29 Thread ELPA Syncer
branch: externals/org commit 14bfe2841c164874d90a9485f459228366098682 Author: Ihor Radchenko Commit: Ihor Radchenko org-persist: Use `list-data-mode' for stored data * lisp/org-persist.el (org-persist-version): Bump version. (org-persist-index-file): Use .eld extension by defaul

[elpa] externals/org dedf1cc21f 7/9: org-persist: Add more normalizations and new `elisp-data' container

2022-12-29 Thread ELPA Syncer
branch: externals/org commit dedf1cc21fb7da4c2b0da49c1069351f3de23fbc Author: Ihor Radchenko Commit: Ihor Radchenko org-persist: Add more normalizations and new `elisp-data' container * lisp/org-persist.el (org-persist--normalize-container): Recognize new `elisp-data' container.

[elpa] externals/org e8cb52bd3e 1/9: org-persist-read: Attempt to write newly register data before reading

2022-12-29 Thread ELPA Syncer
branch: externals/org commit e8cb52bd3e6ca6258f27cf81586c2c4f4a4de09b Author: Ihor Radchenko Commit: Ihor Radchenko org-persist-read: Attempt to write newly register data before reading * lisp/org-persist.el (org-persist-read): If data is not yet written, try to write it before

[elpa] externals/org a97b378ee5 4/9: org-persist-read: Do not return related containers by default

2022-12-29 Thread ELPA Syncer
branch: externals/org commit a97b378ee50fa2b38069f05da2a27f0439aae76b Author: Ihor Radchenko Commit: Ihor Radchenko org-persist-read: Do not return related containers by default * lisp/org-persist.el (org-persist-read): Only return the requested containers. Add new optional key

[elpa] externals/org 13e78df46a 6/9: * lisp/org-persist.el: Update commentary

2022-12-29 Thread ELPA Syncer
branch: externals/org commit 13e78df46a0829dd7e984665a13a0556a24590f7 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-persist.el: Update commentary Add more examples and document recent additions. --- lisp/org-persist.el | 97 +++

[elpa] externals/org a9c0d4cde2 9/9: org-occur-in-agenda-files: Respect agenda restriction

2022-12-29 Thread ELPA Syncer
branch: externals/org commit a9c0d4cde2ce039d00c0168a31868b9bb74b2814 Author: Ihor Radchenko Commit: Ihor Radchenko org-occur-in-agenda-files: Respect agenda restriction * lisp/org.el (org-occur-in-agenda-files): Respect agenda restriction when searching. Reported-by: a

[elpa] externals/org f8428d0f3e 2/9: org-fold-core--isearch-show: Small refactoring

2022-12-29 Thread ELPA Syncer
branch: externals/org commit f8428d0f3e4605c49b10a6d92fab95617594c4cf Author: Ihor Radchenko Commit: Ihor Radchenko org-fold-core--isearch-show: Small refactoring * lisp/org-fold-core.el (org-fold-core--isearch-show): Do not move point unnecessarily. --- lisp/org-fold-core.el |

[elpa] externals-release/org e5c45358ae: test-ob-octave.el: Avoid race condition on slow machines

2022-12-29 Thread ELPA Syncer
branch: externals-release/org commit e5c45358ae7af3aea91ec6325fb03cc458e1d158 Author: Ihor Radchenko Commit: Ihor Radchenko test-ob-octave.el: Avoid race condition on slow machines * testing/lisp/test-ob-octave.el (ob-octave/graphics-file): (ob-octave/graphics-file-session):

[elpa] externals/eev cf99d5ef23: Indicate that I added subtitles to four other videos.

2022-12-29 Thread ELPA Syncer
e... +;; +;; So: the best way to understand what the `find-*-links' functions do +;; is by looking at their source code, and by executing the sexps in +;; comments - both the "See:"s and the "Test:"s. + diff --git a/eev-videolinks.el b/eev-videolinks.el index 78f39d