[elpa] externals/pyim updated (9695dc5b0c -> d1cf45f979)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 9695dc5b0c v4.0.0 new 2330f3fd4e 简化 page popup 功能。 new d1cf45f979 v4.0.1 Summary of changes: pyim-page.el| 76 +++-- pyim-process.el | 3 +-- pyim.el |

[elpa] externals/pyim 2330f3fd4e 1/2: 简化 page popup 功能。

2021-12-27 Thread ELPA Syncer
branch: externals/pyim commit 2330f3fd4e167eb6d99f62ba3d7b5892df3d4d9b Author: Feng Shu Commit: Feng Shu 简化 page popup 功能。 * pyim-process.el (pyim-process-run-async): Remove pyim-page-refresh-run-async-p. * pyim-page.el (pyim-page-refresh-run-async-p): remo

[elpa] externals/pyim d1cf45f979 2/2: v4.0.1

2021-12-27 Thread ELPA Syncer
branch: externals/pyim commit d1cf45f979f7795b9e8f8774914f269d5d3cc628 Author: Feng Shu Commit: Feng Shu v4.0.1 --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index c7a009c3f0..6d341ea23d 100644 --- a/pyim.el +++ b/pyim.el @@ -7,7 +7,7 @@

[elpa] externals/org-transclusion 8b8da37aff: intrnl: edit for ELPA

2021-12-27 Thread ELPA Syncer
branch: externals/org-transclusion commit 8b8da37aff5afa9b6b338908f7a6b6b8172e3676 Author: Noboru Ota Commit: Noboru Ota intrnl: edit for ELPA --- .elpaignore | 3 +-- .gitignore | 4 Makefile| 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.elpaignore b/.elp

[nongnu] elpa/mpv 6cf13615a7 49/50: Add commands to go to next/prev entry on the playlist (#20)

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 6cf13615a7e1d12ee138d28340e1832cc85213ee Author: Hitoshi Uchida Commit: GitHub Add commands to go to next/prev entry on the playlist (#20) --- README.md | 1 + mpv.el| 12 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index c

[nongnu] elpa/mpv a5c6eed9ac 44/50: Add volume control commands

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit a5c6eed9acf2faf31e56b3ebe86b1b0405636d45 Author: c1-g Commit: Johann Klähn Add volume control commands --- README.md | 1 + mpv.el| 27 +++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index e9f581df94..cecebce604

[nongnu] elpa/mpv 705e81b8a6 42/50: Make mpv-version more verbose and update its docstring as suggested

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 705e81b8a62a5994cb0e8bd369c99cdc8378f220 Author: firmart Commit: firmart Make mpv-version more verbose and update its docstring as suggested --- mpv.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mpv.el b/mpv.el index 6ac73e5271..5348c

[nongnu] elpa/mpv 79e01bf89b 35/50: Remove stale socket files when mpv process is gone

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 79e01bf89b606cad470575cc4a5c77f0c6e4612f Author: Johann Klähn Commit: Johann Klähn Remove stale socket files when mpv process is gone --- mpv.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mpv.el b/mpv.el index d2fc082b7d..db6375552c 100644 --- a/mpv.el ++

[nongnu] elpa/mpv 9e1781249f 27/50: convert numbers to strings before encoding as JSON

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9e1781249fc362e1f095e4773dca25a840e4b7e2 Author: Johann Klähn Commit: Johann Klähn convert numbers to strings before encoding as JSON Seems like mpv wants "command" to be a list of strings. --- mpv.el | 10 +- 1 file changed, 9 insertions(+), 1 delet

[nongnu] elpa/mpv 338af25d20 23/50: add mpv-on-event-hook

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 338af25d2039297369e3f17e538e8654bf4c4040 Author: Johann Klähn Commit: Johann Klähn add mpv-on-event-hook --- mpv.el | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/mpv.el b/mpv.el index 908fc4c951..80e4df89c5 100644 --- a/mpv.e

[nongnu] elpa/mpv ed9c7b0028 21/50: move functions to public interface

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ed9c7b0028dce0596d68cb1ecd0d87349e3a9366 Author: Johann Klähn Commit: Johann Klähn move functions to public interface • mpv--alive-p → mpv-live-p • mpv--start → mpv-start --- README.md | 2 +- mpv.el| 17 ++--- 2 files changed, 11 insert

[nongnu] elpa/mpv 0579b5c707 09/50: support inserting org timer list items

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 0579b5c707c506cb6186c92cef3f52ea16a60235 Author: Johann Klähn Commit: Johann Klähn support inserting org timer list items --- mpv-mode.el | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/mpv-mode.el b/mpv-mo

[nongnu] elpa/mpv 2d24187f7b 43/50: Merge pull request #9 from firmart/patch-mpv-version

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 2d24187f7bdb0495c90d5109a730742e735636ba Merge: d7bb3a7082 705e81b8a6 Author: Johann Klähn Commit: GitHub Merge pull request #9 from firmart/patch-mpv-version --- mpv.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/mpv.el b/mpv.el index 54d696c34d

[nongnu] elpa/mpv 3a43c9e60a 14/50: reorder function definitions

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 3a43c9e60abec315da803d645869e835eb8be1a8 Author: Johann Klähn Commit: Johann Klähn reorder function definitions --- mpv.el | 44 +++- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/mpv.el b/mpv.el index 514843d

[nongnu] elpa/mpv 9bd6d36cc7 50/50: Fix #16

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9bd6d36cc77d3123b5ab11f11c47a0eff8cbf968 Author: Johann Klähn Commit: GitHub Fix #16 `alist-get` needs emacs ≥ 25.1 --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index 4dabe16230..d3e6beb188 100644 --- a/mpv.e

[nongnu] elpa/mpv 2d40c45505 38/50: Add mpv-seek and mpv-revert-seek commands

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 2d40c4550558eb1bf35a69446777c4e9cae7a623 Author: Johann Klähn Commit: Johann Klähn Add mpv-seek and mpv-revert-seek commands --- mpv.el | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index d72ed29ee4..a07887ef7f 10

[nongnu] elpa/mpv 4774d52c8c 48/50: Merge pull request #21 from sachac/master

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 4774d52c8c8aee096d900304dd81ee7cbb4338d6 Merge: b026ae5bb6 f0f61db3af Author: Johann Klähn Commit: GitHub Merge pull request #21 from sachac/master Add COPYING file following GPL --- COPYING | 674 +

[nongnu] elpa/mpv 4dddd55c5e 41/50: Add mpv-version.

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 455c5ea805ae19b2e7694dec2ae1ab4f683e Author: firmart Commit: firmart Add mpv-version. --- mpv.el | 9 + 1 file changed, 9 insertions(+) diff --git a/mpv.el b/mpv.el index 54d696c34d..6ac73e5271 100644 --- a/mpv.el +++ b/mpv.el @@ -362,5 +362,14 @@ of \\[

[nongnu] elpa/mpv ec4929ad5d 19/50: fix package header for melpa

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ec4929ad5df1c7421d67b5cff3b21259597eb795 Author: Johann Klähn Commit: Johann Klähn fix package header for melpa --- mpv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.el b/mpv.el index 9a86d9a2c6..30112f91ea 100644 --- a/mpv.el +++ b/m

[nongnu] elpa/mpv 32f1478ed2 33/50: Remove dependency on names package

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 32f1478ed2a89c3384df5cbc36ad5adba5cbee6b Author: Johann Klähn Commit: Johann Klähn Remove dependency on names package --- mpv.el | 182 + 1 file changed, 93 insertions(+), 89 deletions(-) diff --git a/m

[nongnu] elpa/mpv 174cd4b68b 31/50: call expand-file-name on files passed to mpv-play

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 174cd4b68b590da5ceb81675fb7c9afe5917716e Author: magnus stahre Commit: magnus stahre call expand-file-name on files passed to mpv-play --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index 4d6a270705..03935912a6 100644 -

[nongnu] elpa/mpv ed83369372 39/50: Fix mpv-seek-to-position-at-point for start-of-playback position

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ed83369372ea3ba738ef17c06ef6d15b05f7095d Author: Johann Klähn Commit: Johann Klähn Fix mpv-seek-to-position-at-point for start-of-playback position Thanks to @snowman for reporting this in issue #8. --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[nongnu] elpa/mpv ce3bbfac36 22/50: add mpv-default-options

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ce3bbfac3630efb37bd4aa00a5312267ed3afa46 Author: Johann Klähn Commit: Johann Klähn add mpv-default-options --- mpv.el | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/mpv.el b/mpv.el index 7490921bff..908fc4c951 100644 --- a/mpv.el

[nongnu] elpa/mpv 059135de39 28/50: version 0.1.0

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 059135de3979e044f14503806047476d9be9f0e8 Author: Johann Klähn Commit: Johann Klähn version 0.1.0 --- README.md | 47 ++- mpv.el| 2 ++ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/README.md b/README

[nongnu] elpa/mpv 9ef359d712 20/50: fix generation of autoloads

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9ef359d712664dff558f8bdc823bad8d442426f2 Author: Johann Klähn Commit: Johann Klähn fix generation of autoloads --- mpv.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mpv.el b/mpv.el index 30112f91ea..5c4a327b2b 100644 --- a/mpv.el +++ b/mpv.el @@ -43,6 +43,7

[nongnu] elpa/mpv f31cbdb94a 37/50: Add convenience functions to get and set properties

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit f31cbdb94a928540069221eb2f7f5847ccab96dc Author: Johann Klähn Commit: Johann Klähn Add convenience functions to get and set properties Closes #2. --- mpv.el | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/mpv.el b/m

[nongnu] elpa/mpv 15c51ddc5e 10/50: remove dependency on dash library

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 15c51ddc5ec66270df2fbe9b5fbac32b54d21f03 Author: Johann Klähn Commit: Johann Klähn remove dependency on dash library --- mpv-mode.el | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index

[nongnu] elpa/mpv 0e4318b45f 13/50: improve docstrings

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 0e4318b45f42cd72613532b1121d8a28eaba8de4 Author: Johann Klähn Commit: Johann Klähn improve docstrings --- mpv.el | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/mpv.el b/mpv.el index 159d2743c6..514843d5d8 100644 --- a/mpv.e

[nongnu] elpa/mpv 3021c55fa5 32/50: Merge pull request #1 from magnusstahre/expand-tilde

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 3021c55fa5723a806dde5fb2a630b115e2c53d06 Merge: 0a02225f4e 174cd4b68b Author: Johann Klähn Commit: Johann Klähn Merge pull request #1 from magnusstahre/expand-tilde call expand-file-name on files passed to mpv-play --- mpv.el | 2 +- 1 file changed, 1 insert

[nongnu] elpa/mpv 9ff4d5d80b 25/50: fix mpv-insert-playback-position

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9ff4d5d80b762dabbea3c29a378147f7e8156437 Author: Johann Klähn Commit: Johann Klähn fix mpv-insert-playback-position Turns out I've been using lexical-binding after all. --- mpv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.el

[nongnu] elpa/mpv 604b32d7e6 11/50: add play command

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 604b32d7e652070206d00d7569f4da302c110bfa Author: Johann Klähn Commit: Johann Klähn add play command --- mpv-mode.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 898ab6cca7..437094876e 100644 --- a/mpv

[nongnu] elpa/mpv f0f61db3af 47/50: Add COPYING file following GPL

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit f0f61db3af375502e53f8fd9909d393d56c632b1 Author: Sacha Chua Commit: Sacha Chua Add COPYING file following GPL --- COPYING | 674 1 file changed, 674 insertions(+) diff --git a/COPYING b/COPYING new fil

[nongnu] elpa/mpv 937bdf522a 17/50: implement seeking and changing of playback speed

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 937bdf522a48951d9de0654498a05f9d41c2fc3e Author: Johann Klähn Commit: Johann Klähn implement seeking and changing of playback speed --- mpv.el | 56 ++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git

[nongnu] elpa/mpv d7bb3a7082 40/50: Add sleep and timeout to mpv-kill and mpv-play

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit d7bb3a70829203be827505c40f761d197494817b Author: Johann Klähn Commit: Johann Klähn Add sleep and timeout to mpv-kill and mpv-play Fixes #4 --- mpv.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mpv.el b/mpv.el index b05744

[nongnu] elpa/mpv 9dedf3b7c1 34/50: Monkey-patch org-timer-item instead of reimplementing

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9dedf3b7c1bfd778284df7f394207ce0447ea7aa Author: Johann Klähn Commit: Johann Klähn Monkey-patch org-timer-item instead of reimplementing --- mpv.el | 25 ++--- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/mpv.el b/mpv.el index de

[nongnu] elpa/mpv 27b98410e5 45/50: Fix decreasing volume or speed by multiple steps

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 27b98410e5b53eae62c5fe567e29dbf665fc77f8 Author: c1-g Commit: Johann Klähn Fix decreasing volume or speed by multiple steps --- mpv.el | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/mpv.el b/mpv.el index d99d9ff206..5b9847538e 1006

[nongnu] elpa/mpv b026ae5bb6 46/50: Merge pull request #19 from c1-g/volume

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit b026ae5bb6139b8bbbc572d24974dcd295c1465c Merge: 2d24187f7b 27b98410e5 Author: Johann Klähn Commit: GitHub Merge pull request #19 from c1-g/volume Add volume control commands --- README.md | 1 + mpv.el| 33 + 2 files chan

[nongnu] elpa/mpv fcdca618df 29/50: add badge for MELPA stable

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit fcdca618df6e1c90ff5d6300fa23afdce84e6d24 Author: Johann Klähn Commit: Johann Klähn add badge for MELPA stable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 631f5f9d29..e9f581df94 100644 --- a/README.md +

[nongnu] elpa/mpv c6b3fa013c 36/50: Add mpv-run-command function to synchronously run commands

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit c6b3fa013caa6848e564a5502e2e072584103cb9 Author: Johann Klähn Commit: Johann Klähn Add mpv-run-command function to synchronously run commands Closes #3. --- mpv.el | 34 -- 1 file changed, 24 insertions(+), 10 deletions(-) di

[nongnu] elpa/mpv e3fad297cd 18/50: add README.md

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit e3fad297cd68719b8573bd326b01bbdf20ef4a87 Author: Johann Klähn Commit: Johann Klähn add README.md --- README.md | 31 +++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 00..2bf926a46c

[nongnu] elpa/mpv ee505feff0 16/50: add .gitignore

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ee505feff0b28d335812c175fa6042f88f371a77 Author: Johann Klähn Commit: Johann Klähn add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00..c531d9867f --- /dev/null +++ b/.gitigno

[nongnu] elpa/mpv 03fe7a536a 24/50: add mpv-on-start-hook and mpv-on-exit-hook

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 03fe7a536ab14a2a56b4d2c65e3d2cf0b70a7166 Author: Johann Klähn Commit: Johann Klähn add mpv-on-start-hook and mpv-on-exit-hook --- mpv.el | 13 + 1 file changed, 13 insertions(+) diff --git a/mpv.el b/mpv.el index 80e4df89c5..a37f5106f9 100644 --- a/mpv.e

[nongnu] elpa/mpv f0da905fd3 06/50: implement pausing and inserting playback position

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit f0da905fd3fb66dd0c16a36e42072fd21dc682d1 Author: Johann Klähn Commit: Johann Klähn implement pausing and inserting playback position --- mpv-mode.el | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/mpv-mode.el b/mpv-mod

[nongnu] elpa/mpv 1e666079b8 05/50: skip junk at beginning of buffer

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 1e666079b806f6defadec6507cc72f2b62442d6d Author: Johann Klähn Commit: Johann Klähn skip junk at beginning of buffer --- mpv-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpv-mode.el b/mpv-mode.el index 02ce91de57..1da08ed794 100644 --- a/mpv-mode.el +

[nongnu] elpa/mpv 8c0933630b 08/50: add seek-to-position-at-point

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 8c0933630bd52532169d6e6b34143d0697101d6c Author: Johann Klähn Commit: Johann Klähn add seek-to-position-at-point --- mpv-mode.el | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 5cfba03ce8..0

[nongnu] branch elpa/mpv created (now 9bd6d36cc7)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/mpv. at 9bd6d36cc7 Fix #16 This branch includes the following new commits: new 3849da1e45 root commit new 91b094c966 initial import new 33ca8987ed work around spurious event messages new 899559ae77 some fixes

[nongnu] elpa/mpv 3849da1e45 01/50: root commit

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 3849da1e45fdfd4829b23bcef90a4a6b00107b72 Author: Johann Klähn Commit: Johann Klähn root commit

[nongnu] elpa/mpv 91b094c966 02/50: initial import

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 91b094c966fe9a721fb05cfba8880f0bc9e7bb09 Author: Johann Klähn Commit: Johann Klähn initial import --- mpv-mode.el | 63 + 1 file changed, 63 insertions(+) diff --git a/mpv-mode.el b/mpv-mode.el new file mod

[nongnu] elpa/mpv 6fe510798a 26/50: fix mpv-speed-set

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 6fe510798a43b3f93ec00a098d65020ab9f31439 Author: Johann Klähn Commit: Johann Klähn fix mpv-speed-set --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index d829faf894..6b2c972db3 100644 --- a/mpv.el +++ b/mpv.el @@ -254,7

[nongnu] elpa/mpv 33ca8987ed 03/50: work around spurious event messages

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 33ca8987ed267eadfe21977480839a38c88d3988 Author: Johann Klähn Commit: Johann Klähn work around spurious event messages --- mpv-mode.el | 66 + 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/m

[nongnu] elpa/mpv 6338f0d6b5 12/50: rename to mpv.el

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 6338f0d6b5b345e4a41ea96c7eeecec0abe713de Author: Johann Klähn Commit: Johann Klähn rename to mpv.el --- mpv-mode.el => mpv.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mpv-mode.el b/mpv.el similarity index 96% rename from mpv-mo

[nongnu] elpa/mpv 8da5b19f3d 07/50: cleanup

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 8da5b19f3d9195a863429be30b71cb82b492a01f Author: Johann Klähn Commit: Johann Klähn cleanup --- mpv-mode.el | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 075a73ef05..5cfba03ce8 100644 --- a/mpv-mode.el +++

[nongnu] elpa/mpv 899559ae77 04/50: some fixes

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 899559ae77a4ead96358b5845cb39f1c471566f5 Author: Johann Klähn Commit: Johann Klähn some fixes --- mpv-mode.el | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 9e9276af88..02ce91de57 100644

[nongnu] elpa/mpv bc89524528 15/50: use timer formatting from org-timer.el

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit bc89524528bf91d608ad8416c0fb9ae534a311c8 Author: Johann Klähn Commit: Johann Klähn use timer formatting from org-timer.el --- mpv.el | 47 ++- 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/mpv.el b/mpv.el

[nongnu] elpa/mpv 0a02225f4e 30/50: autoload all interactive functions

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 0a02225f4ef23eea3af8ccf251d740b5d0fb8bb7 Author: Johann Klähn Commit: Johann Klähn autoload all interactive functions --- mpv.el | 9 + 1 file changed, 9 insertions(+) diff --git a/mpv.el b/mpv.el index 7b91bb4f16..4d6a270705 100644 --- a/mpv.el +++ b/mpv.el

[nongnu] main 9943a5b3b8: * elpa-packages (mpv): New package

2021-12-27 Thread Stefan Monnier via
branch: main commit 9943a5b3b8529d3bdf45a74ab677c3d674eeef91 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (mpv): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index 23545f783b..b56e7cff0c 100644 --- a/elpa-

[elpa] externals/embark 2e3ce23d19: Have embark-bindings-at-point also check overlays

2021-12-27 Thread ELPA Syncer
branch: externals/embark commit 2e3ce23d19da042c4d5b5aa98b5a4345a8a5fcc9 Author: Omar Antolín Commit: Omar Antolín Have embark-bindings-at-point also check overlays The get-text-property function ignores overlays while get-char-property doesn't. Not the best naming scheme, but a

[elpa] externals/embark-consult updated (c672dcf1eb -> 2e3ce23d19)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from c672dcf1eb Don't inject target into pre-action hook minibuffers! adds 2e3ce23d19 Have embark-bindings-at-point also check overlays No new revisions were added by this update. Summary of changes: embark.el | 4 ++--

[elpa] externals/embark c672dcf1eb: Don't inject target into pre-action hook minibuffers!

2021-12-27 Thread ELPA Syncer
branch: externals/embark commit c672dcf1eb8c1be0462778b2ab5a115150568c83 Author: Omar Antolín Commit: Omar Antolín Don't inject target into pre-action hook minibuffers! I can't believe this bug was undiscovered for so long. The minibuffer injection applied to the pre-action hook

[elpa] externals/embark-consult updated (ab1ee58dcc -> c672dcf1eb)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from ab1ee58dcc Missed a spot in the documentation clean up adds c672dcf1eb Don't inject target into pre-action hook minibuffers! No new revisions were added by this update. Summary of changes: embark.el | 42 +++

[elpa] externals/coterm 376b819ec0 2/2: Support sequence \e[f (apt uses it as an equivalent to \e[H)

2021-12-27 Thread ELPA Syncer
branch: externals/coterm commit 376b819ec01077a623556d557c86cf9438975881 Author: Miha Rihtaršič Commit: Miha Rihtaršič Support sequence \e[f (apt uses it as an equivalent to \e[H) --- coterm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coterm.el b/coterm.el index a

[elpa] externals/coterm updated (8e24e4eb07 -> 376b819ec0)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/coterm. from 8e24e4eb07 Improve mpv prompt detection new 710e7d3087 Fix cursor restoration escape code new 376b819ec0 Support sequence \e[f (apt uses it as an equivalent to \e[H) Summary of changes: coterm.el | 7 --- 1 fi

[elpa] externals/coterm 710e7d3087 1/2: Fix cursor restoration escape code

2021-12-27 Thread ELPA Syncer
branch: externals/coterm commit 710e7d3087cc21cebeacf7168b6043d4930cf019 Author: Miha Rihtaršič Commit: Miha Rihtaršič Fix cursor restoration escape code --- coterm.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/coterm.el b/coterm.el index 5806f3c616..ad06ce5c69

[elpa] externals/svg-tag-mode e2481ae15a 63/63: Modified example to highlight real org tags.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit e2481ae15adb979333b51fc83cab982e4a095152 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Modified example to highlight real org tags. --- examples/example-2.el | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/e

[elpa] externals/svg-tag-mode 7266de9f9c 61/63: Simplified advice on org fontify blocks.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 7266de9f9c59df3dc79118bd3c3fbed7f7116f8d Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Simplified advice on org fontify blocks. --- svg-tag-mode.el | 52 +--- 1 file changed, 25 insertions(+), 27 d

[elpa] externals/svg-tag-mode 3dd9bef838 59/63: Removed `org-plist-delete` dependency.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 3dd9bef8387752bb170186e09da6e1f18332d8b3 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Removed `org-plist-delete` dependency. --- svg-tag-mode.el | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/svg-tag-mo

[elpa] externals/svg-tag-mode 558ac3d3bd 54/63: Added edit mode (tag is hidden) when pointer is over a tag.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 558ac3d3bd286a26eb01907f0109fd6728227852 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added edit mode (tag is hidden) when pointer is over a tag. --- svg-tag-mode.el | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-)

[elpa] externals/svg-tag-mode 4fb494db21 43/63: Changed style of date

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 4fb494db21478354ed0599444e9add455d60745f Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Changed style of date --- examples/example-2.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/example-2.el b/examples/e

[elpa] externals/svg-tag-mode b865793671 53/63: Updated copyright notices.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit b865793671c1de132c82e944527b34d79c6ef86a Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Updated copyright notices. --- examples/example-1.el | 2 +- examples/example-2.el | 2 +- examples/example-3.el | 15 +++ 3 files changed, 17 i

[elpa] externals/svg-tag-mode 85aed73bc6 58/63: Added custom option to let user decide on action at point.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 85aed73bc6d96d0d198860f41772b1f12a03e0e5 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added custom option to let user decide on action at point. --- svg-tag-mode.el | 33 ++--- 1 file changed, 22 insertions(+), 11 de

[elpa] externals/svg-tag-mode c78500db2c 60/63: Fix bugs (typos).

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit c78500db2c4b360f79919a8518c7b62003921a30 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fix bugs (typos). --- svg-tag-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index d65d68a

[elpa] externals/svg-tag-mode a5098267c9 41/63: Updated example 2 to new tags format.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit a5098267c9216ea06cfb665e1393450334ac93dd Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Updated example 2 to new tags format. --- examples/example-2.el | 161 +- 1 file changed, 41 insertions(+), 12

[elpa] externals/svg-tag-mode f6adc4b772 39/63: Make sure to remove space from tag.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit f6adc4b77279e71c8e56d51d8b6643a258925516 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Make sure to remove space from tag. --- svg-tag-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index dd49c7d81b

[elpa] externals/svg-tag-mode 60140b7526 62/63: Remove ununsed local variables.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 60140b7526a5d4cbb874e96d97ba1f976ef3a3fa Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Remove ununsed local variables. --- svg-tag-mode.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index 8607c8d48f..

[elpa] externals/svg-tag-mode 02d60e0a86 55/63: Fixed cursor selection.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 02d60e0a86f16c4ff3ce114aae2a205a022880ec Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed cursor selection. --- svg-tag-mode.el | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/svg-tag-mode.el b/s

[elpa] externals/svg-tag-mode b5a00a5746 56/63: Bumped version number and fixed some documentation.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit b5a00a57464a5f4a8e0692aa075a61e92845bffc Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Bumped version number and fixed some documentation. --- svg-tag-mode.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/svg-t

[elpa] externals/svg-tag-mode 1d0d91bb00 46/63: Fixed layout

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 1d0d91bb00211db32cc7a8bc0c81db0c38419c61 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed layout --- examples/example-1.el | 12 ++-- examples/example-2.el | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/examp

[elpa] externals/svg-tag-mode ee16277655 42/63: Added examples from documentation

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit ee162776552c6a5441b03c50621065522e34485f Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added examples from documentation --- examples/example-3.el | 55 +++ 1 file changed, 55 insertions(+) diff -

[elpa] externals/svg-tag-mode 861c68af89 40/63: Updated example 1 to new tags format.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 861c68af89351ee87fc2085fca3c5151d26db17f Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Updated example 1 to new tags format. --- examples/example-1.el | 52 ++- 1 file changed, 10 insertions(+), 42

[elpa] externals/svg-tag-mode d9a803a92e 49/63: Added date without time format example.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit d9a803a92eae68af4cbcaf18001b36aed1442803 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added date without time format example. --- examples/example-2.el | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/examples/e

[elpa] externals/svg-tag-mode 60d56f3f41 29/63: Fixed terminal mode error

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 60d56f3f41cd9a9e86d80e704feb2407e31f573a Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed terminal mode error --- svg-tag-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index d

[elpa] externals/svg-tag-mode 8533c6c174 50/63: Added progress bar example.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 8533c6c174d6ff97065fec6bce15292c041c5be1 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added progress bar example. --- examples/example-2.el | 34 ++ 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/

[elpa] externals/svg-tag-mode 3e49ddcee2 57/63: Cancel tag editing in read-only or view mode.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 3e49ddcee288750cf1403a90308f4bb25a94bc3d Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Cancel tag editing in read-only or view mode. --- examples/example-1.el | 11 +++ svg-tag-mode.el | 8 ++-- 2 files changed, 13 insertions(

[elpa] externals/svg-tag-mode 9ddf0e4f13 38/63: Rename screenshot

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 9ddf0e4f13a421af60a662efb3aba685a1e947e2 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Rename screenshot --- images/{svg-minor-mode.png => svg-tag-mode.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/images/svg-minor-mo

[elpa] externals/svg-tag-mode 8d9dd283fb 45/63: Updated screenshot

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 8d9dd283fb4d5a4d42a5f610b2541b6ec7384a66 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Updated screenshot --- images/svg-tag-mode.png | Bin 311424 -> 19 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/images/svg-tag-mode

[elpa] externals/svg-tag-mode cec780a16f 21/63: Added version

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit cec780a16fbafea3870f100225294d4387b9dd14 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added version --- svg-tag-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index 655a90c4fc..a15a1aeefd 100644 --

[elpa] externals/svg-tag-mode ede0edb5c3 25/63: Lint correction

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit ede0edb5c38803b2899358db544be659aa450f68 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Lint correction --- svg-tag-mode.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index 26d1ba

[elpa] externals/svg-tag-mode 78a343f0f3 34/63: Cleanup whitespace

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 78a343f0f3c08b6fd17db0a43591a6ae2aa383a0 Author: Jonas Bernoulli Commit: Jonas Bernoulli Cleanup whitespace --- svg-tag-mode.el | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el inde

[elpa] externals/svg-tag-mode 607d05d972 37/63: Fix conflict

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 607d05d972e0f308a4c88db95c1b3abc670c6c5f Merge: 29ca63cdbb 95b5404997 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fix conflict --- svg-tag-mode.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/svg-tag-mode.el b/svg-ta

[elpa] externals/svg-tag-mode 525901723f 47/63: Fixed requirements.

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 525901723fb6c98715677b3c49e86dab263890fa Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed requirements. --- svg-tag-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index 3336

[elpa] externals/svg-tag-mode a34a2e1128 32/63: Added scale of 1 just in case

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit a34a2e1128fa99f999c34c3bc6642fb62b887f34 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added scale of 1 just in case --- svg-tag-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index

[elpa] externals/svg-tag-mode e9a6256dee 44/63: Added org-mode screenshot

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit e9a6256deefa94d5c0947e68635b99b6aaad96b7 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added org-mode screenshot --- README.md | 2 ++ images/org-mode.png | Bin 0 -> 67030 bytes 2 files changed, 2 insertions(+) diff --git a/README.

[elpa] externals/svg-tag-mode 29ca63cdbb 36/63: Rewrote the mode using svg-lib

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 29ca63cdbb82fed55830b40f8866de123a5bef5e Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Rewrote the mode using svg-lib --- README.md | 95 README.org | 23 -- svg-tag-o

[elpa] externals/svg-tag-mode 2c4a3a02a1 33/63: Enforce use of spaces for indentation

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 2c4a3a02a11aa417d352a8ace2202b5a457171b6 Author: Jonas Bernoulli Commit: Jonas Bernoulli Enforce use of spaces for indentation --- svg-tag-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el i

[elpa] externals/svg-tag-mode 40d7820143 28/63: Moved examples into a directory

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 40d78201436ee304499e6b968edf3c8e09a4f1aa Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Moved examples into a directory --- example-2.el | 80 --- example-1.el => examples/example-1.el | 0 examples/exa

[elpa] externals/svg-tag-mode 72068052ff 19/63: Fixed default height

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 72068052ffd304d80ce02c7cfcd67ed04dac25ff Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed default height --- svg-tag-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index 07f13857e

[elpa] externals/svg-tag-mode 95b5404997 35/63: Merge pull request #13 from tarsiiformes/cleanup

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 95b5404997d7194b4946df0a475fd93203a36cb9 Merge: a34a2e1128 78a343f0f3 Author: Nicolas P. Rougier Commit: GitHub Merge pull request #13 from tarsiiformes/cleanup Cleanup whitespace and enforce use of spaces for indentation --- svg-tag-mode.el |

[elpa] externals/svg-tag-mode 609ed7cc32 24/63: Removed free variable

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 609ed7cc32e7b6dcbb5ce4017ee8b112e6929b03 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Removed free variable --- svg-tag-mode.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/svg-tag-mode.el b/svg-tag-mod

[elpa] externals/svg-tag-mode c0492f9046 30/63: Fixed links

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit c0492f90465c163bbd0feccd8da4fba529f63df9 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed links --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 84c6abd715..ff7e449e7d 100644

[elpa] externals/svg-tag-mode 4fdc7ffbb3 23/63: Fixed font weights

2021-12-27 Thread ELPA Syncer
branch: externals/svg-tag-mode commit 4fdc7ffbb30175fc483dc4078664b95a5299e150 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed font weights --- example-2.el| 18 +++--- svg-tag-mode.el | 14 +- 2 files changed, 20 insertions(+), 12 deletions(-) diff

  1   2   >