[elpa] externals/substitute b44eaab0c3 3/3: Document correct symbol for hook in sample configuration

2023-01-30 Thread ELPA Syncer
branch: externals/substitute commit b44eaab0c32aafeb8448179a5a042664a2747c29 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document correct symbol for hook in sample configuration --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/READM

[elpa] externals/substitute 0605b995b6 2/3: Bump version to trigger GNU ELPA rebuild

2023-01-30 Thread ELPA Syncer
branch: externals/substitute commit 0605b995b60048a5eeb12edcc7e1d20663f019f6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Bump version to trigger GNU ELPA rebuild --- substitute.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substitute.el b/substitute.el i

[elpa] externals/substitute updated (cc09df11ed -> b44eaab0c3)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/substitute. from cc09df11ed Make substitute-highlight non-nil by default new c6fb22fe78 Enable empty string substitution new 0605b995b6 Bump version to trigger GNU ELPA rebuild new b44eaab0c3 Document correct symbol for ho

[elpa] externals/substitute c6fb22fe78 1/3: Enable empty string substitution

2023-01-30 Thread ELPA Syncer
branch: externals/substitute commit c6fb22fe78017c0cb84ac522512b9a891a4e5751 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Enable empty string substitution We could not do that with 'read-string' as the empty input is automatically interpreted as the value of the DEFAU

[elpa] externals/ef-themes 5ec73a5583: Add ef-themes-get-color-value function and document it

2023-01-30 Thread ELPA Syncer
branch: externals/ef-themes commit 5ec73a5583e9a46a3e1e7452bfb91865457f3e5a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add ef-themes-get-color-value function and document it --- README.org | 55 + ef-themes.el | 62 +

[elpa] externals/substitute 19726be057 2/4: Obsolete substitute-post-replace-hook; use substitute-post-replace-functions

2023-01-30 Thread ELPA Syncer
branch: externals/substitute commit 19726be05788b0520d33086e0af16c26dd285f05 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Obsolete substitute-post-replace-hook; use substitute-post-replace-functions --- substitute.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) di

[elpa] externals/substitute 7f9c619e37 1/4: Add README.org which will GNU ELPA turns into an Info manual

2023-01-30 Thread ELPA Syncer
branch: externals/substitute commit 7f9c619e37b81f80eb3fe1e77fd73e04c79efff5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add README.org which will GNU ELPA turns into an Info manual --- .gitignore | 2 + README.md | 91 +--- README.org | 714 ++

[elpa] externals/substitute cc09df11ed 4/4: Make substitute-highlight non-nil by default

2023-01-30 Thread ELPA Syncer
branch: externals/substitute commit cc09df11ede63be0eb2f42780bd9ba85ca7890f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make substitute-highlight non-nil by default I personally prefer it without highlights, but this is a better default for new users. --- substitut

[elpa] externals/substitute f0bc946011 3/4: Specify :package-version for the hook variable

2023-01-30 Thread ELPA Syncer
branch: externals/substitute commit f0bc9460117a39fe6a3e4b62cdcdcbd5e7abf411 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Specify :package-version for the hook variable --- substitute.el | 1 + 1 file changed, 1 insertion(+) diff --git a/substitute.el b/substitute.el index fede4

[elpa] externals/substitute updated (75298b6f50 -> cc09df11ed)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/substitute. from 75298b6f50 Merge pull request #3 from kandread/fix/special-strings new 7f9c619e37 Add README.org which will GNU ELPA turns into an Info manual new 19726be057 Obsolete substitute-post-replace-hook; use substitute

[elpa] main 5c276f056e: * elpa-packages (substitute): Add :doc and update :ignored-files

2023-01-30 Thread Protesilaos Stavrou
branch: main commit 5c276f056e54dbe266204d02237bdce6699d179f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou * elpa-packages (substitute): Add :doc and update :ignored-files --- elpa-packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-

[elpa] externals/embark 63013c2d3e 5/5: Bump version again

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit 63013c2d3ef4dccc95167218ccbf4f401e489c3e Author: Omar Antolín Camarena Commit: Omar Antolín Camarena Bump version again --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 44e7f08a4a..d4a996bb95 100644

[elpa] externals/embark 7b9ee21b87 1/5: Switch to the new key convention

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit 7b9ee21b87628c9c8fceeed6813a227172672240 Author: Daniel Mendler Commit: Daniel Mendler Switch to the new key convention This change affects: - embark-help-key - embark-cycle-key - embark-keymap-prompter-key --- embark.el | 36 +++

[elpa] externals/embark e0cbb5f453 3/5: Fix embark-define-keymap deprecation

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit e0cbb5f453cacdaeb036832cdcd80d6a27e6fbc4 Author: Daniel Mendler Commit: Daniel Mendler Fix embark-define-keymap deprecation make-obsolete only marks an exisiting function as obsolete for the bytecode compiler. Now we fail with a clear error messag

[elpa] externals/embark-consult updated (784ce24a1a -> 63013c2d3e)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 784ce24a1a Bump version adds 7b9ee21b87 Switch to the new key convention adds e6f3f786a9 Add links to defgroup adds e0cbb5f453 Fix embark-define-keymap deprecation adds 62096cceac Revert "Switch to

[elpa] externals/embark updated (784ce24a1a -> 63013c2d3e)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark. from 784ce24a1a Bump version new 7b9ee21b87 Switch to the new key convention new e6f3f786a9 Add links to defgroup new e0cbb5f453 Fix embark-define-keymap deprecation new 62096cceac Revert "Switch to the new

[elpa] externals/embark e6f3f786a9 2/5: Add links to defgroup

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit e6f3f786a92ec077f6385ae1ebb72f6543a3f882 Author: Daniel Mendler Commit: Daniel Mendler Add links to defgroup They appear in the customization interface. --- embark.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/embark.el

[elpa] externals/embark 62096cceac 4/5: Revert "Switch to the new key convention"

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit 62096cceac6595c529227445f428b924fd522ea1 Author: Omar Antolín Camarena Commit: Omar Antolín Camarena Revert "Switch to the new key convention" This reverts commit 7b9ee21b87628c9c8fceeed6813a227172672240. --- embark.el | 36 --

[elpa] externals/xeft ecf3c9b278 4/4: ; Improve documentation

2023-01-30 Thread ELPA Syncer
branch: externals/xeft commit ecf3c9b278fb2fc8572b84a040d71ab6a322be4f Author: Yuan Fu Commit: Yuan Fu ; Improve documentation * README.md: Describe customizations. * xeft.el (Commentary): Describe customizations. (xeft-ignore-extension): (xeft-file-filter): Improve docs

[elpa] externals/xeft 2709903521 1/4: ; Minor change to links

2023-01-30 Thread ELPA Syncer
branch: externals/xeft commit 2709903521d380c862c51d23376ddbe67f6ceb8a Author: Yuan Fu Commit: Yuan Fu ; Minor change to links * README.md: * xeft.el: Link to project hub. --- README.md | 2 +- xeft.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REA

[elpa] externals/xeft f6ecef778c 3/4: Add xeft-title-function

2023-01-30 Thread ELPA Syncer
branch: externals/xeft commit f6ecef778c895a3ec18865e8b4e25f8fa3f9f7fc Author: Yuan Fu Commit: Yuan Fu Add xeft-title-function * xeft.el (xeft-title-function): New variable. (xeft-default-title): New function. (xeft--insert-file-excerpt): Use xeft-title-function. --- xeft.e

[elpa] externals/xeft b5080f8225 2/4: ; * xeft.el (xeft--insert-file-excerpt): Minor fix.

2023-01-30 Thread ELPA Syncer
branch: externals/xeft commit b5080f822546968945ac7aaeb2ca3d86a4c04cb4 Author: Yuan Fu Commit: Yuan Fu ; * xeft.el (xeft--insert-file-excerpt): Minor fix. --- xeft.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xeft.el b/xeft.el index 1a006e301d..abeb0aceae 100644 --- a/xeft.el ++

[elpa] externals/xeft updated (936d116413 -> ecf3c9b278)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/xeft. from 936d116413 ; Minor docstring change new 2709903521 ; Minor change to links new b5080f8225 ; * xeft.el (xeft--insert-file-excerpt): Minor fix. new f6ecef778c Add xeft-title-function new ecf3c9b278 ; Impro

[elpa] externals/org 0d01a198bc: org-attach: Show Org Attach UI starting from top

2023-01-30 Thread ELPA Syncer
branch: externals/org commit 0d01a198bc3d1b5dc4b166b1867d02f664b689e0 Author: Marco Wahl Commit: Marco Wahl org-attach: Show Org Attach UI starting from top * org-attach.el (org-attach): Move cursor to the top of the UI-description buffer. This matters when the buffer d

[elpa] externals/compat afc7d3f46a: compat-29: Add set-transient-map

2023-01-30 Thread ELPA Syncer
branch: externals/compat commit afc7d3f46a81b764f0824659d537dd4affa81e43 Author: Daniel Mendler Commit: Daniel Mendler compat-29: Add set-transient-map --- NEWS.org| 1 + compat-29.el| 57 + compat-tests.el | 9 +

[elpa] externals/phps-mode d3beb050e9 3/4: Added TODO item

2023-01-30 Thread Christian Johansson
branch: externals/phps-mode commit d3beb050e945dd420c4dd6988abc623f9dcda5ff Author: Christian Johansson Commit: Christian Johansson Added TODO item --- test/phps-mode-test-ast.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/phps-mode-test-ast.el b/test/phps-mode-test-ast.el in

[elpa] externals/phps-mode 3109574727 1/4: Bookkeeping ignoring static properties of other objects than self and static

2023-01-30 Thread Christian Johansson
branch: externals/phps-mode commit 31095747270ea0997bc7ffa7040e4203504e2be2 Author: Christian Johansson Commit: Christian Johansson Bookkeeping ignoring static properties of other objects than self and static --- phps-mode-parser-sdt.el| 18 +- test/phps-mode-test-ast.el

[elpa] externals/phps-mode a1aaad619a 4/4: Updated version to 0.4.33

2023-01-30 Thread Christian Johansson
branch: externals/phps-mode commit a1aaad619a8b77eecff5faaad0ef0262eb70e9bf Author: christian Commit: christian Updated version to 0.4.33 --- phps-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phps-mode.el b/phps-mode.el index a489ea65f7..5dfc4941a9 100644

[elpa] externals/phps-mode 8b0ed29617 2/4: Storing referenced variable in variable assigned by reference

2023-01-30 Thread Christian Johansson
branch: externals/phps-mode commit 8b0ed296173be77b0a662e3e927e3fedaeddbebb Author: Christian Johansson Commit: Christian Johansson Storing referenced variable in variable assigned by reference --- phps-mode-parser-sdt.el | 93 ++--- 1 file change

[elpa] externals/phps-mode updated (45fac686b5 -> a1aaad619a)

2023-01-30 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from 45fac686b5 Updated version to 0.4.32 new 3109574727 Bookkeeping ignoring static properties of other objects than self and static new 8b0ed29617 Storing referenced variable in variable assigned by reference

[elpa] externals/async d27b65fd45: Use `utf-8-emacs-unix` instead of `utf-8-auto` (Issue #165)

2023-01-30 Thread ELPA Syncer
branch: externals/async commit d27b65fd453586b2fa87f8124a65da0d4fdb268e Author: Thierry Volpiatto Commit: Thierry Volpiatto Use `utf-8-emacs-unix` instead of `utf-8-auto` (Issue #165) --- async.el | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/async.el b

[nongnu] elpa/racket-mode eda9fc2c7c: Don't report "defined locally" when also imported; fixes #639

2023-01-30 Thread ELPA Syncer
branch: elpa/racket-mode commit eda9fc2c7c475bb98259464d88c6912cee73e0b0 Author: Greg Hendershott Commit: Greg Hendershott Don't report "defined locally" when also imported; fixes #639 --- racket/commands/check-syntax.rkt | 18 +++--- 1 file changed, 15 insertions(+), 3 deletion

[elpa] externals/org 4a751709b5 2/2: lisp/ob-eval.el: Append newline to source block query

2023-01-30 Thread ELPA Syncer
branch: externals/org commit 4a751709b53b0d0749ae90d209f1ba9021f06fea Author: Matthew Trzcinski Commit: Matthew Trzcinski lisp/ob-eval.el: Append newline to source block query * lisp/ob-eval.el (org-babel-eval): Newline facilitates working with Windows cmdproxy.exe. Rep

[elpa] externals/org 1f86003a5d 1/2: lisp/ob-sql.el: allow string in sql-connection-alist

2023-01-30 Thread ELPA Syncer
branch: externals/org commit 1f86003a5d25c8f7447f0940b7c566ae2ab94d9f Author: Andreas Gerler Commit: Daniel Kraus lisp/ob-sql.el: allow string in sql-connection-alist * ob-sql.el (org-babel-find-db-connection-param): read sql-connection-alist like sql.el/sql-connect and allow st

[elpa] externals/org updated (0509a84786 -> 4a751709b5)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 0509a84786 Merge branch 'bugfix' new 1f86003a5d lisp/ob-sql.el: allow string in sql-connection-alist new 4a751709b5 lisp/ob-eval.el: Append newline to source block query Summary of changes: lisp/ob-eval.el | 2 +- lis

[elpa] externals/brief f879506125: * brief.el: Remove legacy code and fix for the Windows version.

2023-01-30 Thread Luke Lee
branch: externals/brief commit f879506125be4924bbd710f9a087611f2b35d7ff Author: Luke Lee Commit: Luke Lee * brief.el: Remove legacy code and fix for the Windows version. --- brief.el | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/brief.el b/brief.el

[elpa] externals/embark-consult updated (ccb7e3a718 -> 784ce24a1a)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from ccb7e3a718 Merge pull request #587 from minad/keymap-fixes adds 784ce24a1a Bump version No new revisions were added by this update. Summary of changes: embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] externals/embark 784ce24a1a: Bump version

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit 784ce24a1ad37459041418182af49565cad4974b Author: Omar Antolín Commit: Omar Antolín Bump version --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 9cee8675af..113cc130a8 100644 --- a/embark.el +++ b/e

[elpa] externals/consult f540214bc9: Fix broken consult--prompt commands (Fix #733)

2023-01-30 Thread ELPA Syncer
branch: externals/consult commit f540214bc931b69424ca1a73115904c6b86b87bb Author: Daniel Mendler Commit: Daniel Mendler Fix broken consult--prompt commands (Fix #733) --- consult.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 2dedec742

[nongnu] elpa/cider 1b4c2ea60f: [Docs] Add a page about ClojureCLR

2023-01-30 Thread ELPA Syncer
branch: elpa/cider commit 1b4c2ea60fde9b5bb94f5f4c2debf5674fa011f8 Author: Bozhidar Batsov Commit: Bozhidar Batsov [Docs] Add a page about ClojureCLR --- doc/modules/ROOT/pages/platforms/clojureclr.adoc | 31 doc/modules/ROOT/pages/platforms/overview.adoc | 2 +-

[elpa] externals/tramp 5fafba6a17: Tramp ELPA version 2.6.0.1 released

2023-01-30 Thread ELPA Syncer
branch: externals/tramp commit 5fafba6a17fe68ee657e5a8b2dba34e8d5723ff6 Author: Michael Albinus Commit: Michael Albinus Tramp ELPA version 2.6.0.1 released --- README | 4 +- test/tramp-tests.el | 124 +- texi/tramp.texi |

[elpa] externals/embark updated (5d9fc9c562 -> ccb7e3a718)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark. from 5d9fc9c562 Use defvar-keymap via Compat (fix #586) new 0106e12604 Various fixes regarding defvar-keymap etc new 40c4991be0 Update texi new ccb7e3a718 Merge pull request #587 from minad/keymap-fixes Summary o

[elpa] externals/embark 40c4991be0 2/3: Update texi

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit 40c4991be02b5543c3583a8498055687d9b8eee3 Author: Daniel Mendler Commit: Daniel Mendler Update texi --- embark.texi | 52 +--- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/embark.texi b/embark.

[elpa] externals/embark ccb7e3a718 3/3: Merge pull request #587 from minad/keymap-fixes

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit ccb7e3a718e43a8b056208ece4646d0b921668e5 Merge: 5d9fc9c562 40c4991be0 Author: Omar Antolín Camarena Commit: GitHub Merge pull request #587 from minad/keymap-fixes Keymap fixes --- README.org| 76 embark-consult.el |

[elpa] externals/embark 0106e12604 1/3: Various fixes regarding defvar-keymap etc

2023-01-30 Thread ELPA Syncer
branch: externals/embark commit 0106e12604db320ed6cdff4bd3cfa674158d322e Author: Daniel Mendler Commit: Daniel Mendler Various fixes regarding defvar-keymap etc --- README.org| 76 embark-consult.el | 54 + embark-org.el | 175 +

[elpa] externals/embark-consult updated (5d9fc9c562 -> ccb7e3a718)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 5d9fc9c562 Use defvar-keymap via Compat (fix #586) adds 0106e12604 Various fixes regarding defvar-keymap etc adds 40c4991be0 Update texi adds ccb7e3a718 Merge pull request #587 from minad/keymap-fixes No

[nongnu] elpa/proof-general f2c082f452 1/2: invalid function error on proof-unicode-tokens-toggle (#685)

2023-01-30 Thread ELPA Syncer
branch: elpa/proof-general commit f2c082f4528832a23ebf2aa5af62901962776874 Author: 日比野 啓 (Kei Hibino) Commit: GitHub invalid function error on proof-unicode-tokens-toggle (#685) --- generic/proof-unicode-tokens.el | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/proof-unicode-tok

[nongnu] elpa/proof-general updated (bbbb1e2604 -> 8416875696)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/proof-general. from 1e2604 Merge pull request #669 from haselwarter/dont-save-temp-buffers new f2c082f452 invalid function error on proof-unicode-tokens-toggle (#685) new 8416875696 feat: Make `C-c C-RET` and `C-c C-b` see prefix

[nongnu] elpa/proof-general 8416875696 2/2: feat: Make `C-c C-RET` and `C-c C-b` see prefix argument as a real toggle (#683)

2023-01-30 Thread ELPA Syncer
branch: elpa/proof-general commit 8416875696cb0c4283e96fe721d343277882ecea Author: Erik Martin-Dorel Commit: GitHub feat: Make `C-c C-RET` and `C-c C-b` see prefix argument as a real toggle (#683) Close ProofGeneral/PG#682 --- doc/ProofGeneral.texi | 14 +- generic/pg-

[elpa] externals-release/org c340e799f8: org-element-cache-map: Always continue after point set by FUNC

2023-01-30 Thread ELPA Syncer
branch: externals-release/org commit c340e799f8016823e960cf4b9282dad69ca3b944 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-cache-map: Always continue after point set by FUNC * lisp/org-element.el (org-element-cache-map): Never map over element starting before the po

[elpa] externals/org updated (aa48c80fe1 -> 0509a84786)

2023-01-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from aa48c80fe1 ob-python: Remove python-mode.el support new c340e799f8 org-element-cache-map: Always continue after point set by FUNC new 0509a84786 Merge branch 'bugfix' Summary of changes: lisp/org-element.el | 10

[elpa] externals/org 0509a84786: Merge branch 'bugfix'

2023-01-30 Thread ELPA Syncer
branch: externals/org commit 0509a8478616d8028b5797ed5c1be675d8744106 Merge: aa48c80fe1 c340e799f8 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-element.el | 10 +- testing/lisp/test-org.el | 22 +- 2 files changed, 30 inse

[elpa] externals/consult 9f2ea67ab8: Update key convention, keys must be `key-valid-p'

2023-01-30 Thread ELPA Syncer
branch: externals/consult commit 9f2ea67ab87f615599a32707c84b4d4287df84d4 Author: Daniel Mendler Commit: Daniel Mendler Update key convention, keys must be `key-valid-p' This change affects: - consult-narrow-key - consult-widen-key - consult-preview-key - :previ