[elpa] elpa-admin 0190d7faba: ; Fix typo

2022-12-28 Thread Stefan Kangas
branch: elpa-admin commit 0190d7faba5c504d18f104c55a192118e67f29be Author: Stefan Kangas Commit: Stefan Kangas ; Fix typo --- elpa-admin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.el index 947f40dbb7..18151d69ab 100644 ---

[elpa] externals/pyim updated (16f7c3cf07 -> 65af410a66)

2022-12-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 16f7c3cf07 Update README new 89f9c3518a Fix baidu cloudim. new b12ae0fab4 Add .elpaignore file new 65af410a66 v5.2.9 Summary of changes: .elpaignore | 2 ++ pyim-cloudim.el | 25

[elpa] externals/pyim 65af410a66 3/3: v5.2.9

2022-12-28 Thread ELPA Syncer
branch: externals/pyim commit 65af410a6671725727593e2ea2767a97bdeb79b0 Author: Feng Shu Commit: Feng Shu v5.2.9 --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index c3e5fcff8c..fdff16cb1e 100644 --- a/pyim.el +++ b/pyim.el @@ -7,7 +7,7 @@

[elpa] externals/pyim 89f9c3518a 1/3: Fix baidu cloudim.

2022-12-28 Thread ELPA Syncer
branch: externals/pyim commit 89f9c3518a80e80aa61b926accc387cc0dd915e1 Author: Feng Shu Commit: Feng Shu Fix baidu cloudim. --- pyim-cloudim.el | 25 ++--- tests/pyim-tests.el | 8 ++-- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git

[elpa] externals/pyim b12ae0fab4 2/3: Add .elpaignore file

2022-12-28 Thread ELPA Syncer
branch: externals/pyim commit b12ae0fab4b4b6ea957c97a8b696a7c6a21c337b Author: Feng Shu Commit: Feng Shu Add .elpaignore file --- .elpaignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 00..9831f909b2 --- /dev/null +++

[elpa] externals/eev ae6aef1337: Factored `find-slyprocess'.

2022-12-28 Thread ELPA Syncer
-;; Version:20221123 +;; Version:20221228 ;; Keywords: e-scripts ;; ;; Latest version: <http://angg.twu.net/eev-current/eepitch.el> @@ -904,19 +904,32 @@ The arguments are explained here: ;; «eepitch-sly» (to ".eepitch-sly") ;; This is a prototype. See: ;; https://github.co

[nongnu] elpa/xml-rpc 132af4f777 1/2: Fix typos found with codespell

2022-12-28 Thread ELPA Syncer
branch: elpa/xml-rpc commit 132af4f77790a6f4f09e2cbcd9efc179b77a9caa Author: Stefan Kangas Commit: Stefan Kangas Fix typos found with codespell --- README.org | 2 +- xml-rpc.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index

[nongnu] elpa/xml-rpc 8272789df8 2/2: Merge pull request #27 from skangas/typos

2022-12-28 Thread ELPA Syncer
branch: elpa/xml-rpc commit 8272789df8a4deab4de7d50e63b73b7d0543bc7f Merge: 85a9fc06c5 132af4f777 Author: Mark A. Hershberger Commit: GitHub Merge pull request #27 from skangas/typos Fix typos found with codespell --- README.org | 2 +- xml-rpc.el | 6 +++--- 2 files changed, 4

[nongnu] elpa/editorconfig b8043702f3: chore: Place emacs dependency to the front (#285)

2022-12-28 Thread ELPA Syncer
branch: elpa/editorconfig commit b8043702f3d977db0e030c6c64ee4a810cad5f45 Author: Jen-Chieh Shen Commit: GitHub chore: Place emacs dependency to the front (#285) * chore: Place emacs dependency infront * Update copyright year --- editorconfig-conf-mode.el | 2 +-

[elpa] externals/mmm-mode 118ae3340e 1/2: Silence byte compiler warnings for font-lock-syntactic-keywords

2022-12-28 Thread ELPA Syncer
branch: externals/mmm-mode commit 118ae3340e7f6ef0cc23ee8f6574ebd03ab2c701 Author: Ola Nilsson Commit: Ola Nilsson Silence byte compiler warnings for font-lock-syntactic-keywords The variable font-lock-syntactic-keywords is obsolete since Emacs 24.1. Even if mmm-mode only

[elpa] externals/mmm-mode 171bf6395b 2/2: Merge pull request #135 from snogge/font-lock-syntactic-keywords

2022-12-28 Thread ELPA Syncer
branch: externals/mmm-mode commit 171bf6395b8a95a2d08d41fa38cc1799025d3916 Merge: 8725cfc12b 118ae3340e Author: Dmitry Gutov Commit: GitHub Merge pull request #135 from snogge/font-lock-syntactic-keywords Silence byte compiler warnings for font-lock-syntactic-keywords ---

[nongnu] elpa/go-mode c8525e627d 1/7: Remove superfluous quotes from cl-case branches

2022-12-28 Thread ELPA Syncer
branch: elpa/go-mode commit c8525e627d2ddef8e13e4e25403cbc6b3a819c07 Author: Dominik Honnef Commit: Dominik Honnef Remove superfluous quotes from cl-case branches --- go-mode.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go-mode.el b/go-mode.el index

[nongnu] elpa/go-mode d9a9e51731 5/7: Deprecate functions and customization pertaining to GOPATH

2022-12-28 Thread ELPA Syncer
branch: elpa/go-mode commit d9a9e517313855b62f56eb55b739073eb862cefe Author: Dominik Honnef Commit: Dominik Honnef Deprecate functions and customization pertaining to GOPATH Updates: gh-174 --- README.md | 9 - go-mode.el | 9 +++-- 2 files changed, 7 insertions(+),

[nongnu] elpa/go-mode 8db253d0d3 6/7: Actually mark go-packages-native as obsolete

2022-12-28 Thread ELPA Syncer
branch: elpa/go-mode commit 8db253d0d331b7490286db071de0242042fca558 Author: Dominik Honnef Commit: Dominik Honnef Actually mark go-packages-native as obsolete --- go-mode.el | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/go-mode.el b/go-mode.el index

[nongnu] elpa/go-mode 8dbafe8b30 3/7: Capitalize Emacs in docstring

2022-12-28 Thread ELPA Syncer
branch: elpa/go-mode commit 8dbafe8b30ce56db1dd1676cbbae6718772a1088 Author: Dominik Honnef Commit: Dominik Honnef Capitalize Emacs in docstring --- go-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-mode.el b/go-mode.el index d5116a6434..aad956db12 100644

[nongnu] elpa/go-mode 8d9b814576 2/7: Remove trailing newlines from docstrings

2022-12-28 Thread ELPA Syncer
branch: elpa/go-mode commit 8d9b8145765cb4236c745f0b7042ce714b9a08aa Author: Dominik Honnef Commit: Dominik Honnef Remove trailing newlines from docstrings --- go-mode.el | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/go-mode.el b/go-mode.el index

[nongnu] elpa/go-mode 166dfb1e09 7/7: Deprecate go-remove-unused-imports

2022-12-28 Thread ELPA Syncer
branch: elpa/go-mode commit 166dfb1e090233c4609a50c2ec9f57f113c1da72 Author: Dominik Honnef Commit: Dominik Honnef Deprecate go-remove-unused-imports Most people use goimports or LSP, which provide more robust alternatives to parsing compiler errors. In fact, the function

[nongnu] elpa/go-mode 3becce232b 4/7: Replace calls of deprecated point-at-{bol, eol}

2022-12-28 Thread ELPA Syncer
branch: elpa/go-mode commit 3becce232b301fa24857e663b4e32d390f4b5b42 Author: Dominik Honnef Commit: Dominik Honnef Replace calls of deprecated point-at-{bol,eol} --- go-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-mode.el b/go-mode.el index

[nongnu] elpa/go-mode updated (f03998154b -> 166dfb1e09)

2022-12-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/go-mode. from f03998154b go-beginning-of-defun: only move to end of line when we're on a declaration new c8525e627d Remove superfluous quotes from cl-case branches new 8d9b814576 Remove trailing newlines from docstrings new

[elpa] externals/gnu-elpa-keyring-update 685192692f: Update with the new GPG keys

2022-12-28 Thread Stefan Monnier via
branch: externals/gnu-elpa-keyring-update commit 685192692f809e3d8c336e27170a2b819925202f Author: Stefan Monnier Commit: Stefan Monnier Update with the new GPG keys * etc/gnu-elpa.gpg-keyring: Update with new keys. * gnu-elpa-keyring-update.el: Remove GPG commands from

[elpa] externals/gnat-compiler 2273ebad7f 1/2: Misc fixes

2022-12-28 Thread Stephen Leake
branch: externals/gnat-compiler commit 2273ebad7f31e149c3fa0b9a2c82707f398dad0c Author: Stephen Leake Commit: Stephen Leake Misc fixes * gnat-alire.el (create-alire-project): Call wisi-compiler-parse-one as well. * gnat-compiler.el (gnat-find-als): Handle locate-file

[elpa] externals/gnat-compiler 8ca2e5bcd2 2/2: Finish merge

2022-12-28 Thread Stephen Leake
branch: externals/gnat-compiler commit 8ca2e5bcd244c8d191035c3c4e011e31e534738e Merge: 2273ebad7f 7496273a2e Author: Stephen Leake Commit: Stephen Leake Finish merge --- ELPA.make| 6 +- gnat-alire.el| 2 +- gnat-compiler.el | 16 gnat-xref.el | 4

[nongnu] elpa/eat updated (5314be930e -> 9a432eef11)

2022-12-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/eat. from 5314be930e * eat.el (eat): Use buffer name for process name new c9a7aef4f6 Don't error while handling the sequence '\e[>c' new 9a432eef11 ; Release version 0.4 Summary of changes: ChangeLog | 35

[nongnu] elpa/eat c9a7aef4f6 1/2: Don't error while handling the sequence '\e[>c'

2022-12-28 Thread ELPA Syncer
branch: elpa/eat commit c9a7aef4f6dde1408e037945c8f5a50a6dae42a5 Author: Akib Azmain Turja Commit: Akib Azmain Turja Don't error while handling the sequence '\e[>c' * eat.el (eat--t-send-device-attrs): Accept '((nil))' as the value of the parameter PARAMS, but don't accept

[nongnu] elpa/eat 9a432eef11 2/2: ; Release version 0.4

2022-12-28 Thread ELPA Syncer
branch: elpa/eat commit 9a432eef114ecc4f78b6e49dd1c25d11e1143571 Author: Akib Azmain Turja Commit: Akib Azmain Turja ; Release version 0.4 * eat.el: * eat.texi: Bump version. * ChangeLog: Update. --- ChangeLog | 35 +++ eat.el| 2 +-

[elpa] externals/consult 16b2dc5e34: consult-history: Use current input as initial completion input (Fix #706)

2022-12-28 Thread ELPA Syncer
branch: externals/consult commit 16b2dc5e34c8a500adbee394b42c0e0d7fd24ad8 Author: Daniel Mendler Commit: Daniel Mendler consult-history: Use current input as initial completion input (Fix #706) --- CHANGELOG.org | 1 + consult.el| 108

[nongnu] elpa/eat 328c9d629d 1/4: Run eat-eshell-exec-hook as Eshell process is run

2022-12-28 Thread ELPA Syncer
branch: elpa/eat commit 328c9d629d2c4abfd75805cbd984fa531063245a Author: Akib Azmain Turja Commit: Akib Azmain Turja Run eat-eshell-exec-hook as Eshell process is run * eat.el (eat--eshell-setup-proc-and-term): Run 'eat-eshell-exec-hook' at the very end. --- eat.el | 3 ++- 1

[nongnu] elpa/eat 5314be930e 4/4: * eat.el (eat): Use buffer name for process name

2022-12-28 Thread ELPA Syncer
branch: elpa/eat commit 5314be930ed08a9b391f85be63cefbd04e9474c4 Author: Akib Azmain Turja Commit: Akib Azmain Turja * eat.el (eat): Use buffer name for process name --- eat.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eat.el b/eat.el index

[nongnu] elpa/eat e66cca3341 3/4: * eat.el (eat-eshell-exec-hook): Make customizable

2022-12-28 Thread ELPA Syncer
branch: elpa/eat commit e66cca33412d914f384609c26ba57338a04e1412 Author: Akib Azmain Turja Commit: Akib Azmain Turja * eat.el (eat-eshell-exec-hook): Make customizable --- eat.el | 5 + 1 file changed, 5 insertions(+) diff --git a/eat.el b/eat.el index 226769eae4..ef95ea1258 100644

[nongnu] elpa/eat updated (63f23b3e50 -> 5314be930e)

2022-12-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/eat. from 63f23b3e50 * README.org (Straight.el): New section new 328c9d629d Run eat-eshell-exec-hook as Eshell process is run new dcbe6b861e * eat.el (eat-exec-hook): Make customizable new e66cca3341 * eat.el

[nongnu] elpa/eat dcbe6b861e 2/4: * eat.el (eat-exec-hook): Make customizable

2022-12-28 Thread ELPA Syncer
branch: elpa/eat commit dcbe6b861ea99e78203ea386cc5c2416072e55ce Author: Akib Azmain Turja Commit: Akib Azmain Turja * eat.el (eat-exec-hook): Make customizable --- eat.el | 5 + 1 file changed, 5 insertions(+) diff --git a/eat.el b/eat.el index caa9e01195..226769eae4 100644 ---

[elpa] externals/async 270c3d0bd9 4/4: Merge pull request #162 from skangas/typo

2022-12-28 Thread ELPA Syncer
branch: externals/async commit 270c3d0bd99386dd9a8538990401993a6a3cb1bc Merge: 5f2439adf7 e72e96185e Author: Thierry Volpiatto Commit: GitHub Merge pull request #162 from skangas/typo Fix a typo --- async.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[elpa] externals/async e72e96185e 1/4: Fix a typo

2022-12-28 Thread ELPA Syncer
branch: externals/async commit e72e96185e486dbd17a8dfbec979ced0b3c60fac Author: Stefan Kangas Commit: Stefan Kangas Fix a typo --- async.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async.el b/async.el index ad91930d30..64e2fb57e2 100644 --- a/async.el +++

[elpa] externals/async updated (c4772bec68 -> 270c3d0bd9)

2022-12-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/async. from c4772bec68 Fix typo in dired-async-small-file-max defcustom new ee463e2e11 Add file .elpaignore for GNU ELPA new 5f2439adf7 Merge pull request #163 from skangas/elpaignore new e72e96185e Fix a typo new

[elpa] externals/async 5f2439adf7 3/4: Merge pull request #163 from skangas/elpaignore

2022-12-28 Thread ELPA Syncer
branch: externals/async commit 5f2439adf725f1d04ffcb10f2b973b19968ce8cc Merge: c4772bec68 ee463e2e11 Author: Thierry Volpiatto Commit: GitHub Merge pull request #163 from skangas/elpaignore Add file .elpaignore for GNU ELPA --- .elpaignore | 1 + 1 file changed, 1 insertion(+)

[elpa] externals/async ee463e2e11 2/4: Add file .elpaignore for GNU ELPA

2022-12-28 Thread ELPA Syncer
branch: externals/async commit ee463e2e117f99ab06572072406c0e9a7000ee01 Author: Stefan Kangas Commit: Stefan Kangas Add file .elpaignore for GNU ELPA --- .elpaignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index

[nongnu] elpa/helm-core updated (1a7bf27529 -> 796b84970d)

2022-12-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 1a7bf27529 Use `helm-hide-minibuffer-maybe` by default (#2579) adds 796b84970d Update help string No new revisions were added by this update. Summary of changes: helm-core.el | 4 +++- 1 file changed, 3 insertions(+), 1

[nongnu] elpa/helm 796b84970d: Update help string

2022-12-28 Thread ELPA Syncer
branch: elpa/helm commit 796b84970d2bfcd1d341cada5398bb9368b82da4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update help string --- helm-core.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el index b33562a0a9..7e355d8140 100644