[nongnu] elpa/rust-mode db7d086233 1/2: Fix rust-mode lazy loading

2024-03-11 Thread ELPA Syncer
branch: elpa/rust-mode commit db7d086233d7c37105ef39944f1b075e3a3dbe21 Author: Roi Martin Commit: Roi Martin Fix rust-mode lazy loading This PR fixes the following error that happends when opening a .rs file: File mode specification error: (void-function

[nongnu] elpa/rust-mode 825a37dbf7 2/2: Merge pull request #530 from jroimartin/fix-rust-mode-autoload

2024-03-11 Thread ELPA Syncer
branch: elpa/rust-mode commit 825a37dbf7b3a5c2ee44e3707c4ad081fdf7dd15 Merge: d8a09f218e db7d086233 Author: Sibi Prabakaran Commit: GitHub Merge pull request #530 from jroimartin/fix-rust-mode-autoload Fix rust-mode lazy loading --- rust-mode.el | 3 +++ 1 file changed, 3

[elpa] externals/listen f854502091 3/7: Fix: (listen-queue) for bookmark handler

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit f854502091ac6d840ad9108ea55eb6e0975a9541 Author: Adam Porter Commit: Adam Porter Fix: (listen-queue) for bookmark handler No, really, this time. --- listen-queue.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listen-queue.el

[elpa] externals/listen updated (e9ea67350c -> 2d4e2d3b98)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/listen. from e9ea67350c Fix: (listen-queue-revert) Update current track by filename new 879e381070 Fix: (listen-queue) for bookmark handler new 54f8764ff1 Fix: (listen-queue) oops new f854502091 Fix: (listen-queue) for

[elpa] externals/listen 879e381070 1/7: Fix: (listen-queue) for bookmark handler

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit 879e381070572a7ff5d735ffa99c519278fe4b1f Author: Adam Porter Commit: Adam Porter Fix: (listen-queue) for bookmark handler When the function returns, the current buffer must be the queue buffer. --- README.org | 1 + listen-queue.el | 10

[elpa] externals/listen d146e75db6 5/7: Change: (listen-library) Use path as default name

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit d146e75db6464112e5bf77b2e5fac0227eb0dec8 Author: Adam Porter Commit: Adam Porter Change: (listen-library) Use path as default name --- README.org| 1 + listen-library.el | 10 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git

[elpa] externals/listen 2d4e2d3b98 7/7: Fix: (listen-library) Start with point at beginning

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit 2d4e2d3b98ac927c34b03fb0b3b779163370ed93 Author: Adam Porter Commit: Adam Porter Fix: (listen-library) Start with point at beginning --- README.org| 1 + listen-library.el | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

[elpa] externals/listen e34ad6221c 4/7: Fix: (listen-library) Reading paths interactively

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit e34ad6221c34fdaf5862e315fa84082c2c5688b5 Author: Adam Porter Commit: Adam Porter Fix: (listen-library) Reading paths interactively --- listen-library.el | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/listen-library.el

[elpa] externals/listen 355eebfaec 6/7: Fix: (listen-library) TRACKS argument/variable

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit 355eebfaec70d7f52e16b51e559614f6cc499bbf Author: Adam Porter Commit: Adam Porter Fix: (listen-library) TRACKS argument/variable Set the local variable to the original TRACKS value so it can be bookmarked and restored properly (e.g. rebuilding the

[elpa] externals/listen 54f8764ff1 2/7: Fix: (listen-queue) oops

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit 54f8764ff14d97c281214d70a97f465e3af07720 Author: Adam Porter Commit: Adam Porter Fix: (listen-queue) oops That's not an accessor. --- listen-queue.el | 1 - 1 file changed, 1 deletion(-) diff --git a/listen-queue.el b/listen-queue.el index

[elpa] externals/activities 7bfc8c114d 1/2: Comment: Add TODO

2024-03-11 Thread ELPA Syncer
branch: externals/activities commit 7bfc8c114d4dd1ec46eba738acce2de4c7b34c04 Author: Adam Porter Commit: Adam Porter Comment: Add TODO --- activities.el | 4 1 file changed, 4 insertions(+) diff --git a/activities.el b/activities.el index ddaa0f9c07..34443a2334 100644 ---

[elpa] externals/activities updated (3c19abbf44 -> 2353877456)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/activities. from 3c19abbf44 Docs: Update workflow new 7bfc8c114d Comment: Add TODO new 2353877456 Change: (activities--bookmark-buffer) Improve error Summary of changes: README.org| 1 + activities.el | 9 +++-- 2

[elpa] externals/activities 2353877456 2/2: Change: (activities--bookmark-buffer) Improve error

2024-03-11 Thread ELPA Syncer
branch: externals/activities commit 235387745673bbcd8a1b9eccd9d211fdc53cc548 Author: Adam Porter Commit: Adam Porter Change: (activities--bookmark-buffer) Improve error This is much better. --- README.org| 1 + activities.el | 5 +++-- 2 files changed, 4 insertions(+), 2

[elpa] externals/gtags-mode 7d7ade72b7: Fix project-switch-project

2024-03-11 Thread ELPA Syncer
branch: externals/gtags-mode commit 7d7ade72b7f57082849fec9e10f7b7cafd768ddb Author: Jimmy Aguilar Mena Commit: Jimmy Aguilar Mena Fix project-switch-project This fixes #5 --- gtags-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gtags-mode.el b/gtags-mode.el index

[elpa] externals/company 311442d58c 1/4: company: replace `string-match` with `string-match-p` if match data unused

2024-03-11 Thread ELPA Syncer
branch: externals/company commit 311442d58c8657d1a7915d4b52a886321d0ac89d Author: Konstantin Kharlamov Commit: Konstantin Kharlamov company: replace `string-match` with `string-match-p` if match data unused --- company.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[elpa] externals/company b0a522ac5b 4/4: Merge pull request #1462 from Hi-Angel/dont-change-match-data

2024-03-11 Thread ELPA Syncer
branch: externals/company commit b0a522ac5bf8ba3d2f4f22e3aa846a4f82978a16 Merge: 42c2aa60b8 06e9a9782a Author: Dmitry Gutov Commit: GitHub Merge pull request #1462 from Hi-Angel/dont-change-match-data Replace `string-match` with `string-match-p` when appropriate and use

[elpa] externals/company 06e9a9782a 3/4: treewide: replace (equal= … "") comparisons with (string-empty-p …)

2024-03-11 Thread ELPA Syncer
branch: externals/company commit 06e9a9782a5ab0d3ea15fcf07d8330594b8bbd64 Author: Konstantin Kharlamov Commit: Konstantin Kharlamov treewide: replace (equal= … "") comparisons with (string-empty-p …) Due to `equal` accepting an arg of different type than a string, each

[elpa] externals/company eae259bbcb 2/4: treewide: replace (string= … "") comparisons with (string-empty-p …)

2024-03-11 Thread ELPA Syncer
branch: externals/company commit eae259bbcb2aa59859cd0b7ad44cb619e77c0691 Author: Konstantin Kharlamov Commit: Konstantin Kharlamov treewide: replace (string= … "") comparisons with (string-empty-p …) --- company-ispell.el | 2 +- company.el| 8 2 files changed, 5

[elpa] externals/company updated (42c2aa60b8 -> b0a522ac5b)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/company. from 42c2aa60b8 Merge pull request #1459 from whatacold/master new 311442d58c company: replace `string-match` with `string-match-p` if match data unused new eae259bbcb treewide: replace (string= … "") comparisons with

[nongnu] elpa/git-commit 4e5bd4fa58 2/3: magit--with-connection-local-variables: Use suitable indentation

2024-03-11 Thread ELPA Syncer
branch: elpa/git-commit commit 4e5bd4fa583e2f4a3b5a917832e58ba5a3477788 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit--with-connection-local-variables: Use suitable indentation It's a "with-something" macro, so indent the body accordingly. --- lisp/magit-base.el | 2 ++

[nongnu] elpa/magit-section updated (eca60f310d -> 28bcd29db5)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from eca60f310d Move imenu functionality from magit-mode to magit-section adds 8a3c1ccdda magit-section-cycle: Pivot to tab-next if there is a binding conflict adds 4e5bd4fa58 magit--with-connection-local-variables: Use

[nongnu] elpa/magit updated (eca60f310d -> 28bcd29db5)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from eca60f310d Move imenu functionality from magit-mode to magit-section adds 8a3c1ccdda magit-section-cycle: Pivot to tab-next if there is a binding conflict adds 4e5bd4fa58 magit--with-connection-local-variables: Use suitable

[nongnu] elpa/git-commit 28bcd29db5 3/3: magit--shell-command: Use magit-with-editor

2024-03-11 Thread ELPA Syncer
branch: elpa/git-commit commit 28bcd29db547ab73002fb81b05579e4a2e90f048 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit--shell-command: Use magit-with-editor Closes #5107. --- lisp/magit.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[nongnu] elpa/git-commit 8a3c1ccdda 1/3: magit-section-cycle: Pivot to tab-next if there is a binding conflict

2024-03-11 Thread ELPA Syncer
branch: elpa/git-commit commit 8a3c1ccdda8185255ce76adc2ba41b9a43f18b8c Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-section-cycle: Pivot to tab-next if there is a binding conflict If `tab-bar-mode' is enable, then "C-" is bound to `tab-next' in the global map. That

[nongnu] elpa/git-commit updated (eca60f310d -> 28bcd29db5)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from eca60f310d Move imenu functionality from magit-mode to magit-section new 8a3c1ccdda magit-section-cycle: Pivot to tab-next if there is a binding conflict new 4e5bd4fa58 magit--with-connection-local-variables: Use

[elpa] externals/window-commander 3a583b740c 4/5: ; Avoid checkdoc warning and slightly improve docstring

2024-03-11 Thread ELPA Syncer
branch: externals/window-commander commit 3a583b740ce2a49b3ae51011beab4809086eb47a Author: Daniel Semyonov Commit: Daniel Semyonov ; Avoid checkdoc warning and slightly improve docstring --- window-commander.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[elpa] externals/window-commander 6e668c186c 5/5: ; Update and improve documentation

2024-03-11 Thread ELPA Syncer
branch: externals/window-commander commit 6e668c186c34d1aa084c24fee1d662b11383f425 Author: Daniel Semyonov Commit: Daniel Semyonov ; Update and improve documentation --- NEWS | 9 + README| 40 +++-

[elpa] externals/window-commander updated (617903f9ac -> 6e668c186c)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/window-commander. from 617903f9ac Add a command for selecting the most recently used window new 35a9a6a9bd Remove interactive mode tag for commands which are useful on their own new f2c883306b ; Define

[elpa] externals/window-commander f2c883306b 2/5: ; Define `overriding-text-conversion-style' to avoid warning

2024-03-11 Thread ELPA Syncer
branch: externals/window-commander commit f2c883306b9deadde6fd0b2b8698f62c81dedb34 Author: Daniel Semyonov Commit: Daniel Semyonov ; Define `overriding-text-conversion-style' to avoid warning --- window-commander.el | 1 + 1 file changed, 1 insertion(+) diff --git a/window-commander.el

[elpa] externals/window-commander 35a9a6a9bd 1/5: Remove interactive mode tag for commands which are useful on their own

2024-03-11 Thread ELPA Syncer
branch: externals/window-commander commit 35a9a6a9bde3d040822db41e8e5465e517d8b937 Author: Daniel Semyonov Commit: Daniel Semyonov Remove interactive mode tag for commands which are useful on their own * window-commander.el (wincom-select-minibuffer)

[elpa] externals/window-commander 04d2ebaf4b 3/5: ; Improve? menu bar command labels

2024-03-11 Thread ELPA Syncer
branch: externals/window-commander commit 04d2ebaf4bfb94592e91780a7a599f4c3f76d10b Author: Daniel Semyonov Commit: Daniel Semyonov ; Improve? menu bar command labels --- window-commander.el | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git

[elpa] externals/mpdired 3ac080839f 4/5: use `eobp'

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit 3ac080839fdce66f1aefd4c92a16e08bd21da8a6 Author: Manuel Giraud Commit: Manuel Giraud use `eobp' Convert "(< (point) (point-max))" to "(not (eobp))". --- mpdired.el | 85 -- 1 file changed,

[elpa] externals/mpdired c2fb656038 5/5: release version 1

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit c2fb656038e779c010353ecce1623c4b935dbf69 Author: Manuel Giraud Commit: Manuel Giraud release version 1 --- mpdired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpdired.el b/mpdired.el index 9a68138d83..710d33ecce 100644 ---

[elpa] externals/mpdired ea22c6797f 2/5: tweak some comments

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit ea22c6797f06d7c616ff1b67f512850327c006c9 Author: Manuel Giraud Commit: Manuel Giraud tweak some comments --- mpdired.el | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/mpdired.el b/mpdired.el index

[elpa] externals/ess 5a3667ad27 1/2: upload: ensure tarballs are world readable on webpage

2024-03-11 Thread ELPA Syncer
branch: externals/ess commit 5a3667ad272252f900d7e41cc9f11a1353d122c8 Author: Martin Maechler Commit: Martin Maechler upload: ensure tarballs are world readable on webpage --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index

[elpa] externals/ess e7b25b6119 2/2: tweak

2024-03-11 Thread ELPA Syncer
branch: externals/ess commit e7b25b6119626101b933bd6e8fc12d6033a33741 Author: Martin Maechler Commit: Martin Maechler tweak --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a01ed3b5e..c851f3ba6b 100644 --- a/Makefile +++

[elpa] externals/mpdired 558206b2a1 1/5: create main buffer in one place only

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit 558206b2a13031c20e85c0b949d5b10cc15edaf5 Author: Manuel Giraud Commit: Manuel Giraud create main buffer in one place only Also, do not reset its mode if the buffer already exists. --- mpdired.el | 13 +++-- 1 file changed, 7 insertions(+),

[elpa] externals/mpdired c1a4f1b883 3/5: remove ideas.org as it is obsolete now

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit c1a4f1b8832da08478c6254554b153b504927d44 Author: Manuel Giraud Commit: Manuel Giraud remove ideas.org as it is obsolete now --- ideas.org | 16 1 file changed, 16 deletions(-) diff --git a/ideas.org b/ideas.org deleted file mode 100644

[elpa] externals/ess updated (cf23725304 -> e7b25b6119)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/ess. from cf23725304 + \dontdiff{.} (#1281) new 5a3667ad27 upload: ensure tarballs are world readable on webpage new e7b25b6119 tweak Summary of changes: Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[elpa] externals/mpdired updated (d138bc81ac -> c2fb656038)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/mpdired. from d138bc81ac split a long line new 558206b2a1 create main buffer in one place only new ea22c6797f tweak some comments new c1a4f1b883 remove ideas.org as it is obsolete now new 3ac080839f use `eobp'

[elpa] externals/dape 990f86f7ce: Add fixme for moving buffer point in timer context

2024-03-11 Thread ELPA Syncer
branch: externals/dape commit 990f86f7cef95841eedafb35884f5d16793219de Author: Daniel Pettersson Commit: Daniel Pettersson Add fixme for moving buffer point in timer context --- dape.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dape.el b/dape.el index 4d71388085..05fafee5a8

[elpa] externals/transient 3e30f5bff6: Revert "transient--show: Fix only window height"

2024-03-11 Thread Jonas Bernoulli via
branch: externals/transient commit 3e30f5bff633a1d0d720305f6c8b5758b8ff1997 Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "transient--show: Fix only window height" This reverts commit 03997dcba8d5301b6eb26754773297f23ba3eca2. This avoids an issue for the

[nongnu] elpa/symbol-overlay de215fff39 3/3: Merge pull request #108 from roife/wolray

2024-03-11 Thread ELPA Syncer
branch: elpa/symbol-overlay commit de215fff392c916ffab01950fcb6daf6fd18be4f Merge: a505a10bb1 a892fdbc47 Author: Steve Purcell Commit: GitHub Merge pull request #108 from roife/wolray Fix incorrect behavior of symbol-overlay-switch-backward --- symbol-overlay.el | 2 +- 1 file

[nongnu] elpa/symbol-overlay a892fdbc47 2/3: Fix incorrect behavior of symbol-overlay-switch-backward

2024-03-11 Thread ELPA Syncer
branch: elpa/symbol-overlay commit a892fdbc478addf4c0662e08c56eaee92dd0e04b Author: roife Commit: roife Fix incorrect behavior of symbol-overlay-switch-backward --- symbol-overlay.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbol-overlay.el b/symbol-overlay.el

[nongnu] elpa/symbol-overlay updated (8dc9d19299 -> de215fff39)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/symbol-overlay. from 8dc9d19299 Merge pull request #106 from VlachJosef/master new a505a10bb1 Separate lint and compile steps in CI new a892fdbc47 Fix incorrect behavior of symbol-overlay-switch-backward new de215fff39 Merge

[nongnu] elpa/symbol-overlay a505a10bb1 1/3: Separate lint and compile steps in CI

2024-03-11 Thread ELPA Syncer
branch: elpa/symbol-overlay commit a505a10bb1675bf5a7fbfab8a2a0a29bf21c10df Author: Steve Purcell Commit: Steve Purcell Separate lint and compile steps in CI package-lint no longer works on Emacs 24.3, so we run it separately (and just once) using a newer Emacs version. ---

[elpa] externals/dape 0b6fd667a9: Add node typescript batteries included #87

2024-03-11 Thread ELPA Syncer
branch: externals/dape commit 0b6fd667a99cd2cfed105319500c8083b613f562 Author: Daniel Pettersson Commit: Daniel Pettersson Add node typescript batteries included #87 Clean up js-debug-* configuration with otherwise default values. --- dape.el | 40

[nongnu] elpa/reformatter a0d4ce7219 3/3: Merge pull request #50 from purcell/dependabot/github_actions/cachix/install-nix-action-26

2024-03-11 Thread ELPA Syncer
branch: elpa/reformatter commit a0d4ce721942c801e39e8620d92f2d537778d460 Merge: bcc0c51dfd 6b63d9cae5 Author: Steve Purcell Commit: GitHub Merge pull request #50 from purcell/dependabot/github_actions/cachix/install-nix-action-26 chore(deps): bump cachix/install-nix-action from 25

[nongnu] elpa/reformatter 6b63d9cae5 2/3: chore(deps): bump cachix/install-nix-action from 25 to 26

2024-03-11 Thread ELPA Syncer
branch: elpa/reformatter commit 6b63d9cae5737226f6eaf9467949fd9f88f37aef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: GitHub chore(deps): bump cachix/install-nix-action from 25 to 26 Bumps

[nongnu] elpa/reformatter updated (76315e32a1 -> a0d4ce7219)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/reformatter. from 76315e32a1 Merge pull request #48 from purcell/dependabot/github_actions/cachix/install-nix-action-25 new bcc0c51dfd Use nix profile instead of nix-env new 6b63d9cae5 chore(deps): bump cachix/install-nix-action from

[nongnu] elpa/reformatter bcc0c51dfd 1/3: Use nix profile instead of nix-env

2024-03-11 Thread ELPA Syncer
branch: elpa/reformatter commit bcc0c51dfdc638739d8e86c8f68871d9e41a8629 Author: Steve Purcell Commit: GitHub Use nix profile instead of nix-env --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml

[nongnu] elpa/page-break-lines 2dd4af3b4b 1/2: Re-enable page-break-lines-max-width

2024-03-11 Thread ELPA Syncer
branch: elpa/page-break-lines commit 2dd4af3b4b2b7353c1861c9d4a50e5bd4ae69ab2 Author: Tim Hill Commit: Tim Hill Re-enable page-break-lines-max-width --- page-break-lines.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/page-break-lines.el b/page-break-lines.el index

[nongnu] elpa/page-break-lines e33426ae7f 2/2: Merge pull request #43 from timhillgit/reenable-max-width

2024-03-11 Thread ELPA Syncer
branch: elpa/page-break-lines commit e33426ae7f10c60253afe4850450902919fc87fd Merge: 1b85352b0b 2dd4af3b4b Author: Steve Purcell Commit: GitHub Merge pull request #43 from timhillgit/reenable-max-width Re-enable page-break-lines-max-width --- page-break-lines.el | 3 +++ 1 file

[nongnu] elpa/package-lint fce93b7edf 2/2: Merge pull request #264 from purcell/dependabot/github_actions/cachix/install-nix-action-26

2024-03-11 Thread ELPA Syncer
branch: elpa/package-lint commit fce93b7edf4e971b2cbe3425c1d773ffe0aa8a62 Merge: eeb585eace d87629499e Author: Steve Purcell Commit: GitHub Merge pull request #264 from purcell/dependabot/github_actions/cachix/install-nix-action-26 chore(deps): bump cachix/install-nix-action from

[nongnu] elpa/package-lint d87629499e 1/2: chore(deps): bump cachix/install-nix-action from 25 to 26

2024-03-11 Thread ELPA Syncer
branch: elpa/package-lint commit d87629499e94581adb5406c023fc1635ddbb3dad Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: GitHub chore(deps): bump cachix/install-nix-action from 25 to 26 Bumps

[elpa] externals/org-contacts 6660db078f: Fix error: symbol’s function definition is void: `erc-server-buffer-live-p`

2024-03-11 Thread ELPA Syncer
branch: externals/org-contacts commit 6660db078f7687af3bc31f702e3e957d4d7654bd Author: stardiviner Commit: stardiviner Fix error: symbol’s function definition is void: `erc-server-buffer-live-p` --- org-contacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[elpa] externals/mpdired d138bc81ac 3/3: split a long line

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit d138bc81ac0ecc28bed9bf41557c98d6edabd70c Author: Manuel Giraud Commit: Manuel Giraud split a long line --- mpdired.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mpdired.el b/mpdired.el index 3a4dd5f986..ef27f9a939 100644 ---

[elpa] externals/mpdired updated (a1d613a6d5 -> d138bc81ac)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/mpdired. from a1d613a6d5 invert progression new ec8fb11203 use `define-derived-mode' new 3b01af9d4d fix progress new d138bc81ac split a long line Summary of changes: mpdired.el | 22 +++--- 1 file

[elpa] externals/mpdired ec8fb11203 1/3: use `define-derived-mode'

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit ec8fb11203fc64134fe5113bec61e8a0ba182a7a Author: Manuel Giraud Commit: Manuel Giraud use `define-derived-mode' --- mpdired.el | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/mpdired.el b/mpdired.el index

[elpa] externals/mpdired 3b01af9d4d 2/3: fix progress

2024-03-11 Thread ELPA Syncer
branch: externals/mpdired commit 3b01af9d4d129e37881953532dbb867c9bdb264b Author: Manuel Giraud Commit: Manuel Giraud fix progress --- mpdired.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mpdired.el b/mpdired.el index cd909349b2..3a4dd5f986 100644 ---

[elpa] externals/jinx b09efcb85b: jinx-mod: Add global ref Qcons

2024-03-11 Thread ELPA Syncer
branch: externals/jinx commit b09efcb85b1a8db8054a3d5a298e8d9516836f16 Author: Daniel Mendler Commit: Daniel Mendler jinx-mod: Add global ref Qcons --- jinx-mod.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jinx-mod.c b/jinx-mod.c index ee534cd522..0e6a4e66f4

[elpa] externals/denote updated (abbe7721de -> e9f418968b)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from abbe7721de Prevent mutation of keywords new 88c80736fa Fix docstring of denote-retrieve-filename-title new 928c1b4a8c Allow safe buffer-local values for denote-infer-keywords new 5f7e8f50da Allow safe

[elpa] externals/denote e9f418968b 4/4: Define more faces for fine-grained control of the identifier in Dired

2024-03-11 Thread ELPA Syncer
branch: externals/denote commit e9f418968b1437204e596728789e3a21d36f9545 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define more faces for fine-grained control of the identifier in Dired Thanks to mentalisttraceur for suggesting the idea in issue 276:

[elpa] externals/denote 88c80736fa 1/4: Fix docstring of denote-retrieve-filename-title

2024-03-11 Thread ELPA Syncer
branch: externals/denote commit 88c80736faf75d97bb1735a0e8b478f0a364d9ed Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix docstring of denote-retrieve-filename-title Other mentions of this are correct, as is the intent expressed in the code. Thanks to

[elpa] externals/denote 5f7e8f50da 3/4: Allow safe buffer-local values for denote-known-keywords

2024-03-11 Thread ELPA Syncer
branch: externals/denote commit 5f7e8f50da9724da27e242aead9993689b57f24e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Allow safe buffer-local values for denote-known-keywords --- denote.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote.el b/denote.el index

[elpa] externals/denote 928c1b4a8c 2/4: Allow safe buffer-local values for denote-infer-keywords

2024-03-11 Thread ELPA Syncer
branch: externals/denote commit 928c1b4a8c74b701c063a141c74e789a99710f37 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Allow safe buffer-local values for denote-infer-keywords --- denote.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote.el b/denote.el index

[nongnu] elpa/helm 1dffc0914f 2/4: Merge pull request #2644 from karbiv/buffer-list_order_fix

2024-03-11 Thread ELPA Syncer
branch: elpa/helm commit 1dffc0914f7e108ee04b3a75b1e6407deb43707d Merge: 8c4561d366 733e67c6f9 Author: Thierry Volpiatto Commit: GitHub Merge pull request #2644 from karbiv/buffer-list_order_fix 'norecord argument and display-buffer instead of switch-to buffer in … ---

[nongnu] elpa/helm updated (8c4561d366 -> 3f8c40ed91)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 8c4561d366 Use helm-acase in helm-M-x-read-extended-command new 733e67c6f9 'norecord argument and display-buffer instead of switch-to buffer in helm-buffers-list-persistent-action new 1dffc0914f Merge pull request #2644

[nongnu] elpa/helm 733e67c6f9 1/4: 'norecord argument and display-buffer instead of switch-to buffer in helm-buffers-list-persistent-action

2024-03-11 Thread ELPA Syncer
branch: elpa/helm commit 733e67c6f977a4b005fa93263d3c8b80362a39ee Author: AlexK Commit: AlexK 'norecord argument and display-buffer instead of switch-to buffer in helm-buffers-list-persistent-action --- helm-buffers.el | 2 +- helm-core.el| 3 ++- 2 files changed, 3 insertions(+), 2

[nongnu] elpa/helm 76d962d0ec 3/4: Use helm-acase in helm-highlight-current-line

2024-03-11 Thread ELPA Syncer
branch: elpa/helm commit 76d962d0ecbdccae4470f4360cd43f7243ddc981 Author: Thierry Volpiatto Commit: Thierry Volpiatto Use helm-acase in helm-highlight-current-line --- helm-utils.el | 51 +-- 1 file changed, 17 insertions(+), 34 deletions(-)

[nongnu] elpa/helm-core updated (8c4561d366 -> 3f8c40ed91)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 8c4561d366 Use helm-acase in helm-M-x-read-extended-command adds 733e67c6f9 'norecord argument and display-buffer instead of switch-to buffer in helm-buffers-list-persistent-action adds 1dffc0914f Merge pull request

[nongnu] elpa/helm 3f8c40ed91 4/4: Simplify helm-open-file-with-default-tool

2024-03-11 Thread ELPA Syncer
branch: elpa/helm commit 3f8c40ed912aa4fe47338a92e5d6106f987dd494 Author: Thierry Volpiatto Commit: Thierry Volpiatto Simplify helm-open-file-with-default-tool --- helm-utils.el | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/helm-utils.el b/helm-utils.el

[elpa] externals/spacious-padding ea2175b36a 2/4: Merge pull request #7 from Sorixelle/allow-zero-padding

2024-03-11 Thread ELPA Syncer
branch: externals/spacious-padding commit ea2175b36a2d7fe0633cb3f8cf6dc6d71f5914ae Merge: 227e6144cd 21e785b044 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #7 from Sorixelle/allow-zero-padding Allow specifying 0 padding for mode-line, header-line, etc. ---

[elpa] externals/spacious-padding 352ba3fb7a 3/4: Acknowledge Ruby Iris Juric for commit 21e785b

2024-03-11 Thread ELPA Syncer
branch: externals/spacious-padding commit 352ba3fb7a7e9fc4ecba24feb0ec15252ad3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Ruby Iris Juric for commit 21e785b The change was done in pull request 7:

[elpa] externals/spacious-padding 21be66a829 4/4: Bump version to trigger GNU ELPA package rebuild

2024-03-11 Thread ELPA Syncer
branch: externals/spacious-padding commit 21be66a8293292234a7e4624c35f6645a044f7fa Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Bump version to trigger GNU ELPA package rebuild This is to include commit 21e785b. --- spacious-padding.el | 2 +- 1 file changed, 1

[elpa] externals/spacious-padding 21e785b044 1/4: Allow specifying 0 padding for mode-line, header-line, etc.

2024-03-11 Thread ELPA Syncer
branch: externals/spacious-padding commit 21e785b044b17f4015a8d51d1eb0ce2aa1a0450a Author: Ruby Iris Juric Commit: Ruby Iris Juric Allow specifying 0 padding for mode-line, header-line, etc. --- spacious-padding.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff

[elpa] externals/spacious-padding updated (227e6144cd -> 21be66a829)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/spacious-padding. from 227e6144cd Update spacious-padding to version 0.4.0 new 21e785b044 Allow specifying 0 padding for mode-line, header-line, etc. new ea2175b36a Merge pull request #7 from Sorixelle/allow-zero-padding

[elpa] externals/listen updated (5083dc108d -> e9ea67350c)

2024-03-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/listen. from 5083dc108d Change: Improve max-volume, especially with VLC new 259e9772b5 Comment: Add TODO new e9ea67350c Fix: (listen-queue-revert) Update current track by filename Summary of changes: README.org | 3 +++

[elpa] externals/listen e9ea67350c 2/2: Fix: (listen-queue-revert) Update current track by filename

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit e9ea67350cf3b6cd870561c5e52d4b5255b04d34 Author: Adam Porter Commit: Adam Porter Fix: (listen-queue-revert) Update current track by filename --- README.org | 3 +++ listen-queue.el | 7 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git

[elpa] externals/listen 259e9772b5 1/2: Comment: Add TODO

2024-03-11 Thread ELPA Syncer
branch: externals/listen commit 259e9772b52402c39015d24aeb6797d85afba9e7 Author: Adam Porter Commit: Adam Porter Comment: Add TODO --- listen-queue.el | 1 + 1 file changed, 1 insertion(+) diff --git a/listen-queue.el b/listen-queue.el index e8611635b1..1b2ee5a409 100644 ---

[elpa] externals/cape 30133e41cc: Add cape-file-prefix customization variable

2024-03-11 Thread ELPA Syncer
branch: externals/cape commit 30133e41ccc5a4bb72998b19c26a664e3c3bfc65 Author: Daniel Mendler Commit: Daniel Mendler Add cape-file-prefix customization variable --- CHANGELOG.org | 5 + cape.el | 27 --- 2 files changed, 25 insertions(+), 7 deletions(-)