[nongnu] elpa/helm 8aadc25c6b 1/2: Add describe-minor-mode to symbol-help category and fix its require-match

2023-08-25 Thread ELPA Syncer
branch: elpa/helm commit 8aadc25c6b7eb36c4af7e24ebe62793103ed7c8f Author: Thierry Volpiatto Commit: Thierry Volpiatto Add describe-minor-mode to symbol-help category and fix its require-match --- helm-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-mode.el b/helm-mode.el

[nongnu] elpa/helm updated (5466b6425d -> ba71560238)

2023-08-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 5466b6425d Add affixation fn for coding-system new 8aadc25c6b Add describe-minor-mode to symbol-help category and fix its require-match new ba71560238 Truncate long buffer names Summary of changes: helm-mode.el | 15

[nongnu] elpa/helm-core updated (5466b6425d -> ba71560238)

2023-08-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 5466b6425d Add affixation fn for coding-system adds 8aadc25c6b Add describe-minor-mode to symbol-help category and fix its require-match adds ba71560238 Truncate long buffer names No new revisions were added by this upd

[nongnu] elpa/helm ba71560238 2/2: Truncate long buffer names

2023-08-25 Thread ELPA Syncer
branch: elpa/helm commit ba715602380efe758e3d1714106fc9e65ec8e793 Author: Thierry Volpiatto Commit: Thierry Volpiatto Truncate long buffer names --- helm-mode.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/helm-mode.el b/helm-mode.el index 9d47705099..f

[elpa] externals/greader 06cc1d3208: greader.el: added greader-after-stop-hook.

2023-08-25 Thread ELPA Syncer
branch: externals/greader commit 06cc1d3208f0cdb3193521fa81825b913ed04d2a Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader.el: added greader-after-stop-hook. This hook runs after the tts has been stopped. --- greader.el | 5 - 1 file changed, 4 insertions(+

[nongnu] elpa/xah-fly-keys b27dd77b6e: • now (qwerty space .) (dvorak space v) is universal-argument. experimental.

2023-08-25 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit b27dd77b6e051e786468d6f1fc689ce2dbb4077c Author: Xah Lee Commit: Xah Lee • now (qwerty space .) (dvorak space v) is universal-argument. experimental. • xah-quote-lines, xah-insert-date, xah-insert-unicode, xah-open-recently-closed now more compatible wit

[nongnu] elpa/xah-fly-keys 83a728c3d5: xah-change-bracket-pairs changed arg format. The choices start with ascii chars. To make it better for various completion setup or icomplete that is not fido or

2023-08-25 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 83a728c3d5cc973f1905200ce2dc5804915a5e90 Author: Xah Lee Commit: Xah Lee xah-change-bracket-pairs changed arg format. The choices start with ascii chars. To make it better for various completion setup or icomplete that is not fido or ido. --- xah-fly-keys.

[nongnu] elpa/with-editor 2dc557b668: Release version 3.3.1

2023-08-25 Thread ELPA Syncer
branch: elpa/with-editor commit 2dc557b668203e718502e28573c45659cc8c0a78 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 3.3.1 --- docs/with-editor.org | 4 ++-- docs/with-editor.texi | 4 ++-- lisp/with-editor.el | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)

[elpa] externals/do-at-point a01cee0d72 26/44: Do not set the face of 'do-at-point--overlay' twice

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit a01cee0d72a472c22da8e6b799552cedfe1cab31 Author: Philip Kaludercic Commit: Philip Kaludercic Do not set the face of 'do-at-point--overlay' twice --- do-at-point.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/do-at-point.el b/

[elpa] externals/do-at-point eca9ef1a1a 27/44: Add 'line' to 'do-at-point-actions'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit eca9ef1a1adc3caddfe83b624338fc828d344854 Author: Philip Kaludercic Commit: Philip Kaludercic Add 'line' to 'do-at-point-actions' --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el in

[elpa] externals/do-at-point 90d1791961 20/44: Remove partial sentence from 'do-at-point-quick-bindings' docstring

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 90d17919619f95835bd373de98396803025339c7 Author: Philip Kaludercic Commit: Philip Kaludercic Remove partial sentence from 'do-at-point-quick-bindings' docstring --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do

[elpa] externals/do-at-point 9d2ead6890 21/44: Fix 'do-at-point-actions-type' to work with inherited actions

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 9d2ead6890b5b8b7052fcadbf7685cc37300772b Author: Philip Kaludercic Commit: Philip Kaludercic Fix 'do-at-point-actions-type' to work with inherited actions --- do-at-point.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/do-a

[elpa] externals/do-at-point 4a585ea1a5 22/44: Ensure 'do-at-point--overlay' as an initial value

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 4a585ea1a57e9e7154396aa9da4c194ce8e113c8 Author: Philip Kaludercic Commit: Philip Kaludercic Ensure 'do-at-point--overlay' as an initial value --- do-at-point.el | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/do-at-point.el

[elpa] externals/do-at-point 363aeaea13 10/44: Refold some lines in 'do-at-point--next-thing'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 363aeaea135bde17699f5fddbebca3de8a6e9138 Author: Philip Kaludercic Commit: Philip Kaludercic Refold some lines in 'do-at-point--next-thing' --- do-at-point.el | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/do-at-point.el b/do-a

[elpa] externals/do-at-point 1de25e7d7b 33/44: Remove duplicate newline

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 1de25e7d7b376006f094002fc551407aa0425532 Author: Philip Kaludercic Commit: Philip Kaludercic Remove duplicate newline --- do-at-point.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el index 51be60ac0

[elpa] externals/do-at-point f466280172 28/44: Mark 'do-at-point--actions-type' as internal

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit f466280172d294d8d8bd2ab804b60d94e39e5a73 Author: Philip Kaludercic Commit: Philip Kaludercic Mark 'do-at-point--actions-type' as internal --- do-at-point.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/do-at-point.el b/do-a

[elpa] externals/do-at-point 6cfc8ade2c 40/44: Invoke wget with useful arguments

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 6cfc8ade2c242966731a5a49b2ed3e2f00f0a5d2 Author: Philip Kaludercic Commit: Philip Kaludercic Invoke wget with useful arguments --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el inde

[elpa] externals/do-at-point 96bd54d507 32/44: Remove Embark section

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 96bd54d507f1b1bc986087e371f2dcd0a4798252 Author: Philip Kaludercic Commit: Philip Kaludercic Remove Embark section In a private discussion with Omar Antolín Camarena, I have realised that this section is more confusing than helpful. --- do-a

[elpa] externals/do-at-point 5c36d999aa 30/44: Reorder action variables/user-option to reflect their priority

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 5c36d999aaed7655db8149a8d29b453caddc0ffd Author: Philip Kaludercic Commit: Philip Kaludercic Reorder action variables/user-option to reflect their priority --- do-at-point.el | 29 +++-- 1 file changed, 15 insertions(+), 14 deleti

[elpa] externals/do-at-point 0fac1ce7fa 44/44: Consistently use spaces for indentation

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 0fac1ce7fa179e52af888f78e1038ca07d3e8755 Author: Philip Kaludercic Commit: Philip Kaludercic Consistently use spaces for indentation --- do-at-point.el | 146 - 1 file changed, 73 insertions(+), 73

[elpa] externals/do-at-point 1fcda9286f 38/44: Reformat selection prompt

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 1fcda9286f5a0f900d42fd9f332fcc3ff0e3a99c Author: Philip Kaludercic Commit: Philip Kaludercic Reformat selection prompt --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el index 234cfd

[elpa] externals/do-at-point b2808685d4 24/44: Simplify 'calc-embedded' invocation

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit b2808685d479b55c4fefdb4a5f83e24c8bde80d2 Author: Philip Kaludercic Commit: Philip Kaludercic Simplify 'calc-embedded' invocation --- do-at-point.el | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/do-at-point.el b/do-at-point.el

[elpa] externals/do-at-point 259a1a0076 39/44: Use 'shell-command+' if available

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 259a1a0076716d2957bf2513de9334b3e49289cc Author: Philip Kaludercic Commit: Philip Kaludercic Use 'shell-command+' if available Furthermore, this revision also addresses the issue of shell-command being potentially advised by Magit's 'with-edi

[elpa] externals/do-at-point b25f8ff64e 12/44: Rebind browse-url from "f" to "b" for URLs

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit b25f8ff64eb7fcc6c21db917564f5d3739adfe9e Author: Philip Kaludercic Commit: Philip Kaludercic Rebind browse-url from "f" to "b" for URLs --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-poin

[elpa] externals/do-at-point cd0c8d9d26 18/44: Reindent buffer

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit cd0c8d9d26e90be7e1008b18b2fadd1c1d188338 Author: Philip Kaludercic Commit: Philip Kaludercic Reindent buffer --- do-at-point.el | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/do-at-point.el b/do

[elpa] externals/do-at-point 0949bbfe87 42/44: Add basic administrative files

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 0949bbfe87d14a9427489b7065c7ac6b2c8e86f5 Author: Philip Kaludercic Commit: Philip Kaludercic Add basic administrative files --- .dir-locals.el | 8 + .gitignore | 5 + COPYING| 674 +

[elpa] externals/do-at-point ea332d68fd 31/44: Add a (require 'thingatpt)

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit ea332d68fdf1215ee8d0dfbd6ff26c15c654898a Author: Philip Kaludercic Commit: Philip Kaludercic Add a (require 'thingatpt) --- do-at-point.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el index 6a7f76f

[elpa] externals/do-at-point bfe1d53b31 19/44: Unbind RET from 'do-at-point--mode-map'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit bfe1d53b31c19d72328d6baefca3ea8d7d81b9a9 Author: Philip Kaludercic Commit: Philip Kaludercic Unbind RET from 'do-at-point--mode-map' --- do-at-point.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el

[elpa] externals/do-at-point 917f8de4d1 13/44: Handle things without bounds gracefully

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 917f8de4d1a6fe7b12e1f9a6e96d9a504a5be8af Author: Philip Kaludercic Commit: Philip Kaludercic Handle things without bounds gracefully --- do-at-point.el | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/do-at-point.el b/do-at-

[elpa] externals/do-at-point 8f79a21ed7 02/44: Indicate default action when prompting thing

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 8f79a21ed7d4d069d9ae19082924b094222e513f Author: Philip Kaludercic Commit: Philip Kaludercic Indicate default action when prompting thing --- do-at-point.el | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/do-at-point.el b/

[elpa] externals/do-at-point fedb874439 37/44: Print a message indicating C-RET to select an action

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit fedb874439fe5121f378920ed3afcc6979335813 Author: Philip Kaludercic Commit: Philip Kaludercic Print a message indicating C-RET to select an action --- do-at-point.el | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/do-at-

[elpa] externals/do-at-point 80ca91520b 14/44: Add 'number' to 'do-at-point-actions'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 80ca91520be7003671cee1f2dd3c1655bba2d69d Author: Philip Kaludercic Commit: Philip Kaludercic Add 'number' to 'do-at-point-actions' --- do-at-point.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.e

[elpa] externals/do-at-point 539d5da7f4 43/44: Prepare package for ELPA release

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 539d5da7f439ca05b6f3eb227dc0587b951a86f0 Author: Philip Kaludercic Commit: Philip Kaludercic Prepare package for ELPA release --- do-at-point.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/do-at-point.el b/do-at-point.el

[elpa] externals/do-at-point 8fd2e077b7 16/44: Enable quick bindings by default

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 8fd2e077b71c9779192c27df8e43c2882d098350 Author: Philip Kaludercic Commit: Philip Kaludercic Enable quick bindings by default --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el index

[elpa] externals/do-at-point 26eba56f63 01/44: Initial revision

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 26eba56f638a5ac7059e0f32219d1bb86eab50a2 Author: Philip Kaludercic Commit: Philip Kaludercic Initial revision --- do-at-point.el | 172 + 1 file changed, 172 insertions(+) diff --git a/do-at-point.

[elpa] externals/do-at-point dc34b76d8c 41/44: Allow customising the face used for selection

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit dc34b76d8cd06540f503f05c0e2a0a9e90b55075 Author: Philip Kaludercic Commit: Philip Kaludercic Allow customising the face used for selection --- do-at-point.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-

[elpa] externals/do-at-point 08928d2465 36/44: Delete overlay on leaving 'do-at-point--mode'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 08928d2465986f3c638d2f0be9ef18e08c9724de Author: Philip Kaludercic Commit: Philip Kaludercic Delete overlay on leaving 'do-at-point--mode' --- do-at-point.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/do-at-point.el b/do-

[elpa] externals/do-at-point a6b52ebf53 08/44: Fix name-typo in "Embark" section

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit a6b52ebf531358ef5937c9b50436775bee10b2eb Author: Philip Kaludercic Commit: Philip Kaludercic Fix name-typo in "Embark" section --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el inde

[elpa] externals/do-at-point 767fe39d62 25/44: Rename 'do-at-point--shortcut-map' to '--quick-map'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 767fe39d629869ceb0b4ad03fe1f4deb14a23c17 Author: Philip Kaludercic Commit: Philip Kaludercic Rename 'do-at-point--shortcut-map' to '--quick-map' --- do-at-point.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/do-at-poi

[elpa] externals/do-at-point 7073fc1917 07/44: Invert event loop to allow movement during selection

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 7073fc19178ca821362e980dec807d86624ae88c Author: Philip Kaludercic Commit: Philip Kaludercic Invert event loop to allow movement during selection --- do-at-point.el | 282 ++--- 1 file changed, 207 inse

[elpa] externals/do-at-point 45abf78852 04/44: Add 'string' to 'do-at-point-actions'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 45abf78852266284ddd0d4570e000aca5a165387 Author: Philip Kaludercic Commit: Philip Kaludercic Add 'string' to 'do-at-point-actions' --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el

[elpa] externals/do-at-point 1c7a75a8f9 09/44: Re-add a autoload cookie for 'do-at-point'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 1c7a75a8f966c9e2c9f13248db63aed7d953 Author: Philip Kaludercic Commit: Philip Kaludercic Re-add a autoload cookie for 'do-at-point' --- do-at-point.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.

[elpa] externals/do-at-point 5b4ed8454e 34/44: Add write-region to region actions

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 5b4ed8454e1d44358e863f200fa9846dc084cdf6 Author: Philip Kaludercic Commit: Philip Kaludercic Add write-region to region actions --- do-at-point.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el in

[elpa] externals/do-at-point 0117be3619 23/44: Fix (require ...) for 'calc-embedded-word'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 0117be3619c5ea54c3e90a07a325b63db0584af5 Author: Philip Kaludercic Commit: Philip Kaludercic Fix (require ...) for 'calc-embedded-word' --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-poin

[elpa] externals/do-at-point 1bf742ffaf 11/44: Pass proper input to 'read-multiple-choice'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 1bf742ffafafe4eecd4af80dda8dbe102f7e10bf Author: Philip Kaludercic Commit: Philip Kaludercic Pass proper input to 'read-multiple-choice' --- do-at-point.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at

[elpa] externals/do-at-point 5037c76e5f 17/44: Allow for user to be prompted for a "thing" to select

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 5037c76e5f7fb90872461d76015b836b27339611 Author: Philip Kaludercic Commit: Philip Kaludercic Allow for user to be prompted for a "thing" to select --- do-at-point.el | 39 --- 1 file changed, 24 insertions(+), 15 delet

[elpa] externals/do-at-point ffd013c6d2 15/44: Add user option to disable quick bindings

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit ffd013c6d2b7f172d4f2c1ef2781d972b4c7f7ef Author: Philip Kaludercic Commit: Philip Kaludercic Add user option to disable quick bindings --- do-at-point.el | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/do-at-point.el

[elpa] externals/do-at-point f04fcfd90c 35/44: Improve interference avoidance between buffer local overlays

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit f04fcfd90c916247e4fc9b7f433f9c84fffadbbb Author: Philip Kaludercic Commit: Philip Kaludercic Improve interference avoidance between buffer local overlays --- do-at-point.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a

[elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to region actions

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit ffa78a0a5424a1a767a739b65e4c866d8c2b68b3 Author: Philip Kaludercic Commit: Philip Kaludercic Add 'ispell-region' to region actions --- do-at-point.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el in

[elpa] externals/do-at-point 08ea7987aa 06/44: Note that 'do-at-point' is unrelated to completion

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 08ea7987aabdbd3bf69976b1748ff714bb8c6214 Author: Philip Kaludercic Commit: Philip Kaludercic Note that 'do-at-point' is unrelated to completion --- do-at-point.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/d

[elpa] branch externals/do-at-point created (now 0fac1ce7fa)

2023-08-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/do-at-point. at 0fac1ce7fa Consistently use spaces for indentation This branch includes the following new commits: new 26eba56f63 Initial revision new 8f79a21ed7 Indicate default action when prompting thing new ffa78a0

[elpa] externals/do-at-point 4ca1472e45 05/44: Simplify thing selection logic

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit 4ca1472e4595fc939e5fc1141b77a5da6908a1f3 Author: Philip Kaludercic Commit: Philip Kaludercic Simplify thing selection logic --- do-at-point.el | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/do-at-point.el b/do-at-poin

[elpa] externals/do-at-point b6d819a000 29/44: Note '-user-actions' and '-local-actions' in 'do-at-point-actions'

2023-08-25 Thread ELPA Syncer
branch: externals/do-at-point commit b6d819a0005a70eeb383b4e03c2869e2b7d2666e Author: Philip Kaludercic Commit: Philip Kaludercic Note '-user-actions' and '-local-actions' in 'do-at-point-actions' --- do-at-point.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/

[elpa] main adc694e2e7: * elpa-packages (do-at-point): New package.

2023-08-25 Thread Philip Kaludercic
branch: main commit adc694e2e747eb5338ad397c85de006d45516e6e Author: Philip Kaludercic Commit: Philip Kaludercic * elpa-packages (do-at-point): New package. --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index f77c3da644..7bbf35ab4a 10064

[elpa] externals/transient 3dc9de0c73 1/3: docs: Improve some syntax

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit 3dc9de0c73c5a0dbd48a8c0251d890791ef4c5ed Author: Jonas Bernoulli Commit: Jonas Bernoulli docs: Improve some syntax --- docs/transient.org | 2 +- docs/transient.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org

[elpa] externals/transient updated (7afa779741 -> 8cf1238181)

2023-08-25 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 7afa779741 Release version 0.4.2 new 3dc9de0c73 docs: Improve some syntax new fbb46c3f2e Provide two implementations of transient--wrap-command new 8cf1238181 Release version 0.4.3 Summary of changes: CHA

[elpa] externals/transient 8cf1238181 3/3: Release version 0.4.3

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit 8cf1238181d57504e68f42fa0d4ef66784b197a9 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.4.3 --- CHANGELOG | 5 + docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 10 in

[elpa] externals/transient fbb46c3f2e 2/3: Provide two implementations of transient--wrap-command

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit fbb46c3f2e0d08cea76a70542ae8d6cf8c966604 Author: Jonas Bernoulli Commit: Jonas Bernoulli Provide two implementations of transient--wrap-command Starting with Emacs 30 the `interactive' form of a command can be advised without any trickery and t

[nongnu] elpa/eat 6b5eafb31a: ; Mention Sixel support in README.org

2023-08-25 Thread ELPA Syncer
branch: elpa/eat commit 6b5eafb31a3d71aa184e388195ca4c49e7546f81 Author: Akib Azmain Turja Commit: Akib Azmain Turja ; Mention Sixel support in README.org --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index dfce57ae61..db55738db

[nongnu] elpa/helm-core updated (46819f85af -> 5466b6425d)

2023-08-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 46819f85af Shutup some warnings adds 5466b6425d Add affixation fn for coding-system No new revisions were added by this update. Summary of changes: helm-mode.el | 22 -- 1 file changed, 20 insertions(+), 2

[nongnu] elpa/helm 5466b6425d: Add affixation fn for coding-system

2023-08-25 Thread ELPA Syncer
branch: elpa/helm commit 5466b6425db4c6f29d37cf646f628d252e2cfc5c Author: Thierry Volpiatto Commit: Thierry Volpiatto Add affixation fn for coding-system --- helm-mode.el | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/helm-mode.el b/helm-mode.el

[nongnu] elpa/eat 88ed5d3ccb: Add experimental Sixel support

2023-08-25 Thread ELPA Syncer
branch: elpa/eat commit 88ed5d3ccb995dd00bfcf43974e87c77f0441dc5 Author: Akib Azmain Turja Commit: Akib Azmain Turja Add experimental Sixel support * eat.el (eat--t-cur): New slots 'sixel-x', 'sixel-y' and 'sixel-beg'. * eat.el (eat--t-term): New slots 'sixel-buffer', 's

[elpa] externals/transient 7afa779741: Release version 0.4.2

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit 7afa77974117afe45d4476513bf1eec82ba7f3d3 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.4.2 --- CHANGELOG | 23 +++ docs/transient.org | 4 ++-- docs/transient.texi | 6 ++ lisp/transient.el | 2 +-

[nongnu] elpa/cider 253c22f420 2/2: `cider--sesman-friendly-session-p`: avoid semi-recursive edge case (#3435)

2023-08-25 Thread ELPA Syncer
branch: elpa/cider commit 253c22f420199ce1eb9abb104ac4222d0098bca9 Author: vemv Commit: GitHub `cider--sesman-friendly-session-p`: avoid semi-recursive edge case (#3435) --- cider-client.el | 13 - cider-repl.el | 5 - 2 files changed, 12 insertions(+), 6 deletions(-) di

[nongnu] elpa/cider 3d0c841326 1/2: Prevent malformed `cider-repl-history-file`s from failing `cider-cider-jack-in` (#3429)

2023-08-25 Thread ELPA Syncer
branch: elpa/cider commit 3d0c841326198aaad55b673b7ae3b2efe932da7a Author: vemv Commit: GitHub Prevent malformed `cider-repl-history-file`s from failing `cider-cider-jack-in` (#3429) Fixes https://github.com/clojure-emacs/cider/issues/2436 --- CHANGELOG.md | 1 + cider-repl.el |

[nongnu] elpa/clojure-ts-mode 5125a56514: Add NonGNU ELPA Badge to close #8

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 5125a5651402584928d482ce4fd2a3dc328e116f Author: Danny Freeman Commit: Danny Freeman Add NonGNU ELPA Badge to close #8 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cd2deb7e6c..6edf4c98c2 100644 --- a/REA

[nongnu] elpa/cider updated (3952734aa2 -> 253c22f420)

2023-08-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from 3952734aa2 Use `clojure-find-ns` safely (#3428) new 3d0c841326 Prevent malformed `cider-repl-history-file`s from failing `cider-cider-jack-in` (#3429) new 253c22f420 `cider--sesman-friendly-session-p`: avoid semi-recursive

[elpa] externals/org 5ff5ac03b6 2/3: * lisp/ox.el (org-export-parse-include-value): Remove `save-match-data'

2023-08-25 Thread ELPA Syncer
branch: externals/org commit 5ff5ac03b6e93a6cd84f99e65649f09c03e95d36 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ox.el (org-export-parse-include-value): Remove `save-match-data' Avoid using GC-expensive `save-match-data'. --- lisp/ox.el | 25 +++-- 1 f

[elpa] externals/org 99c40177ad 3/3: org-babel-demarcate-block: Document prefix argument in the docstring

2023-08-25 Thread ELPA Syncer
branch: externals/org commit 99c40177ad7ccb1e5f460f1a91155cf786642f3d Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-demarcate-block: Document prefix argument in the docstring --- lisp/ob-core.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/ob-core.el b/lisp/ob-core.

[elpa] externals/org 0ceb562b33 1/3: org-fold-core--specs: Remove wrong ":alias" alias

2023-08-25 Thread ELPA Syncer
branch: externals/org commit 0ceb562b335853301c84c0b9bc72293c17723381 Author: Ihor Radchenko Commit: Ihor Radchenko org-fold-core--specs: Remove wrong ":alias" alias * lisp/org-fold-core.el (org-fold-core-get-folding-spec-from-alias): Do not put ":alias" as an actual alias. The

[elpa] externals/org updated (538ddecb30 -> 99c40177ad)

2023-08-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 538ddecb30 * lisp/ob-lilypond.el: Satisfy checkdoc new 0ceb562b33 org-fold-core--specs: Remove wrong ":alias" alias new 5ff5ac03b6 * lisp/ox.el (org-export-parse-include-value): Remove `save-match-data' new 99c4

[elpa] externals/vertico 956c81b148: vertico-mouse: Disable pixel-scroll-precision-mode locally

2023-08-25 Thread ELPA Syncer
branch: externals/vertico commit 956c81b1483f0ed530018bba330069bb4a9ba576 Author: Daniel Mendler Commit: Daniel Mendler vertico-mouse: Disable pixel-scroll-precision-mode locally --- extensions/vertico-mouse.el | 4 1 file changed, 4 insertions(+) diff --git a/extensions/vertico-mouse

[elpa] externals/osm 7961f5bf61: Disable pixel-scroll-precision-mode locally

2023-08-25 Thread ELPA Syncer
branch: externals/osm commit 7961f5bf615a994a6ca756218c809bb998790946 Author: Daniel Mendler Commit: Daniel Mendler Disable pixel-scroll-precision-mode locally --- osm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm.el b/osm.el index 6f09f19d1f..329a81255f 100644

[elpa] externals/consult 922faa4c68: README: Simplify source example

2023-08-25 Thread ELPA Syncer
branch: externals/consult commit 922faa4c683491e42dd749eac77bb389d66bba85 Author: Daniel Mendler Commit: Daniel Mendler README: Simplify source example --- README.org | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.org b/README.org index aa1f054171..80ea4e783

[nongnu] elpa/clojure-ts-mode 00a92afac3 56/71: Merge pull request #14 from jasonjckn/main

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 00a92afac3cbb3b36654af4aaac262e09d81c23d Merge: 019298655e 712dc772fd Author: Danny Freeman Commit: GitHub Merge pull request #14 from jasonjckn/main Add syntax table --- clojure-ts-mode.el | 45 + 1 fi

[nongnu] elpa/clojure-ts-mode 5a4696116f 49/71: Add LICENSE file (GPL3)

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 5a4696116fed0b777b25b88ce076e7ee383e1bad Author: dannyfreeman Commit: dannyfreeman Add LICENSE file (GPL3) --- LICENSE | 674 1 file changed, 674 insertions(+) diff --git a/LICENSE b/LICENS

[nongnu] elpa/clojure-ts-mode 061d1b3e23 50/71: Add melpa badge to readme

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 061d1b3e238a6d9ecbe61627b28deb94eeece0ac Author: dannyfreeman Commit: dannyfreeman Add melpa badge to readme --- README.md | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2609744469..f00efe30a0 10064

[nongnu] elpa/clojure-ts-mode aaac7df2cc 26/71: Remove unneeded progn

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit aaac7df2ccffde412c7e9e0189176484fd663d0f Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove unneeded progn The else branch is wrapped in progn automatically. --- clojure-ts-mode.el | 18 +- 1 file changed, 9 insertions(+), 9 d

[nongnu] elpa/clojure-ts-mode 4eb602cc8b 01/71: Initial commit

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 4eb602cc8b5423cae6491eae3a717ff12891a5e4 Author: dannyfreeman Commit: dannyfreeman Initial commit Spun off of https://github.com/clojure-emacs/clojure-mode/pull/644 in clojure-mode, this commit adds a basic readme and work in progress cloj

[nongnu] elpa/clojure-ts-mode 19b8e4260b 53/71: Require Emacs 29, not 29.1

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 19b8e4260bfd459ad5771e06afb22c9af0ebc370 Author: Danny Freeman Commit: GitHub Require Emacs 29, not 29.1 Fixes issue #13 --- clojure-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clojure-ts-mode.el b/clojure-ts-mo

[nongnu] elpa/clojure-ts-mode 7dcf82b81d 17/71: Support `comment-region` command

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 7dcf82b81def48a7b30c86640fd4a7aad6c227ae Author: dannyfreeman Commit: dannyfreeman Support `comment-region` command Resolves issue #3 --- clojure-ts-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/clojure-ts-mode.el b/clojure-ts-mode.

[nongnu] elpa/clojure-ts-mode 329a39ba3b 68/71: Release 0.1.4, update changelog

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 329a39ba3bd5d1832893416ef05bacb8c7678268 Author: dannyfreeman Commit: dannyfreeman Release 0.1.4, update changelog --- CHANGELOG.md | 4 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c96c0e72..8e53649277 100644 ---

[nongnu] elpa/clojure-ts-mode ad5af674ec 37/71: Start documenting the design

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit ad5af674ec109aa61d9f7aacef87aa4cc98d2b07 Author: dannyfreeman Commit: dannyfreeman Start documenting the design Still some work to do. Ideally this will help potential contributors get started. --- doc/design.md | 138

[nongnu] elpa/clojure-ts-mode d8207ac7c3 34/71: Update the names of a couple of identifiers

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit d8207ac7c3635da9675a7724b5d09cfba17c06d4 Author: Bozhidar Batsov Commit: Bozhidar Batsov Update the names of a couple of identifiers --- clojure-ts-mode.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clojure-ts-mode.el

[nongnu] elpa/clojure-ts-mode 0e2eb1f775 14/71: Auto-install tree-sitter-clojure grammar when it's not available

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 0e2eb1f7752664e3ae875eeede7537c3e175080e Author: dannyfreeman Commit: dannyfreeman Auto-install tree-sitter-clojure grammar when it's not available --- README.md | 36 clojure-ts-mode.el | 10 +- 2 fil

[nongnu] elpa/clojure-ts-mode 92a50b7635 66/71: Update changelog for 0.1.3

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 92a50b7635e42690f2d26d326946ac82fcbfc26d Author: dannyfreeman Commit: dannyfreeman Update changelog for 0.1.3 --- CHANGELOG.md | 6 ++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c18b70f607..b7c96c0e72 100644 --- a/

[nongnu] elpa/clojure-ts-mode fefab3540c 58/71: Explicitly declare the syntax-table used by clojure-ts-mode

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit fefab3540c9cd8c373f68037269ea0eab1af455a Author: dannyfreeman Commit: dannyfreeman Explicitly declare the syntax-table used by clojure-ts-mode Or else I will forget how this machinery works --- clojure-ts-mode.el | 1 + 1 file changed, 1 insertio

[nongnu] elpa/clojure-ts-mode 6ddcd2cc0f 39/71: Further documentation on syntax trees and nodes

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 6ddcd2cc0f5e7da401e9bc77d6572239362dfb10 Author: dannyfreeman Commit: dannyfreeman Further documentation on syntax trees and nodes --- doc/design.md | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/design.md b/doc/design

[nongnu] elpa/clojure-ts-mode 4dc853df16 57/71: Create derived major modes for clojure(c|script|dart)

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 4dc853df16ba09d10dc3a648865e681679c17606 Author: dannyfreeman Commit: dannyfreeman Create derived major modes for clojure(c|script|dart) Addresses ticket #12 --- clojure-ts-mode.el | 54 +- 1 fi

[nongnu] elpa/clojure-ts-mode 9640b445eb 33/71: Add a badge for the lint workflow

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 9640b445eb7fc2482212dfd4cbdd3314859efa3b Author: Bozhidar Batsov Commit: Bozhidar Batsov Add a badge for the lint workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f69d5f08f..325f4b7cd1 100644 --- a/RE

[nongnu] elpa/clojure-ts-mode 859b0b13a7 46/71: Fix what I think is a typo

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 859b0b13a7a8397e7ea813ad4a4655166f8f2ffa Author: dannyfreeman Commit: dannyfreeman Fix what I think is a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325f4b7cd1..2609744469 100644 --- a

[nongnu] elpa/clojure-ts-mode 9a96a78a93 19/71: Add fixed indent rules

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 9a96a78a934edcb0bb4ac0483947e9693e4861ea Author: dannyfreeman Commit: dannyfreeman Add fixed indent rules 1 problem occurs when indenting in the middle of a populated list like (a b | c) where | is the cursor. It should

[nongnu] elpa/clojure-ts-mode f3697d0cb2 09/71: Tweak the README's formatting a bit

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit f3697d0cb2eb7721780750ef5272338944298f70 Author: Bozhidar Batsov Commit: Bozhidar Batsov Tweak the README's formatting a bit You shouldn't have multiple H1 headings in a single document. --- README.md | 22 +- 1 file changed,

[nongnu] elpa/clojure-ts-mode 359521e61f 52/71: Add MELPA Stable badge and Make 0.1.0 version

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 359521e61ffb3c3b01bf9a19bccbf0ccd52c5968 Author: dannyfreeman Commit: dannyfreeman Add MELPA Stable badge and Make 0.1.0 version MELPA Stable badge will not work until melpa picks up 0.1.0 tag, but that should happen within a day or so. --- R

[nongnu] elpa/clojure-ts-mode b2380557c9 51/71: Add missing markdown reference

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit b2380557c938bf30afe1f998a230184187d34542 Author: dannyfreeman Commit: dannyfreeman Add missing markdown reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f00efe30a0..87a03e0bcd 100644 --- a/README.md +

[nongnu] elpa/clojure-ts-mode 9b29677722 36/71: Require library used for lm-version function

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 9b29677722019542428f26374c7f62daff49daf2 Author: dannyfreeman Commit: dannyfreeman Require library used for lm-version function Resolves issue #7 Thank you @Linerre for the bug report --- clojure-ts-mode.el | 1 + 1 file changed, 1 inser

[nongnu] elpa/clojure-ts-mode f187b72aa9 62/71: Move test files to new directory

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit f187b72aa96443338c75e84c6ff1ff5bb1c3397a Author: dannyfreeman Commit: dannyfreeman Move test files to new directory --- indentation.clj => test/indentation.clj | 0 test.clj => test/test.clj | 0 2 files changed, 0 insertions(+), 0 deletions

[nongnu] elpa/clojure-ts-mode 27c5cf08d6 69/71: Fix bad sha in change log

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 27c5cf08d6232e5e5b46dce476259af561a4f4b3 Author: dannyfreeman Commit: dannyfreeman Fix bad sha in change log Reminder for myself: M-w in main magit tab always copies the current sha, not the sha in the log summary the cursor is over. --- CHAN

[nongnu] elpa/xah-fly-keys 69e72e6184: xah-extend-selection fixed a bug when cursor is at beginning of buffer in help mode.

2023-08-25 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 69e72e6184afbb198693d74ef32c7b08e9d7cbd5 Author: Xah Lee Commit: Xah Lee xah-extend-selection fixed a bug when cursor is at beginning of buffer in help mode. --- xah-fly-keys.el | 191 1 file changed,

[nongnu] elpa/clojure-ts-mode 4578449356 12/71: indent testing, end_of_defun bug test (bug is in treesitter)

2023-08-25 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 457844935617566767a184d692c49fe0c6f30b81 Author: dannyfreeman Commit: dannyfreeman indent testing, end_of_defun bug test (bug is in treesitter) Indent doesn't work in all scenarios like indenting in the middle of a form with existing line brea

  1   2   >