[elpa] externals/ebdb 7a280d6: Menu option for saving the database should call `ebdb-save-ebdb'

2021-09-10 Thread Eric Abrahamsen
branch: externals/ebdb commit 7a280d6b59d9f7a9f13a340711eaf298c6744723 Author: Eric Abrahamsen Commit: Eric Abrahamsen Menu option for saving the database should call `ebdb-save-ebdb' * ebdb-com.el (ebdb-menu): Not `ebdb-save', which is a lower-level function, not an interactive

[nongnu] elpa/yasnippet-snippets f50b4c1 4/4: Merge pull request #420 from Amorymeltzer/zeroquote

2021-09-10 Thread ELPA Syncer
branch: elpa/yasnippet-snippets commit f50b4c16ca2a73fd04ebd301f0bf2f5ab6107d88 Merge: 288497c 7d91c94 Author: Andrea Crotti Commit: GitHub Merge pull request #420 from Amorymeltzer/zeroquote Avoid literal 0 in expansions --- snippets/fish-mode/sw | 2 +- snippets/js-mode/fin | 2

[nongnu] elpa/yasnippet-snippets 288497c 3/4: Merge pull request #428 from dalugm/master

2021-09-10 Thread ELPA Syncer
branch: elpa/yasnippet-snippets commit 288497c46ca429c0f45a603e65727cf663961b0c Merge: 39e640c 488f148 Author: Andrea Crotti Commit: GitHub Merge pull request #428 from dalugm/master fix: remove the final newline --- snippets/cc-mode/do | 3 +-- snippets/cc-mode/file_

[nongnu] elpa/yasnippet-snippets 488f148 2/4: fix: remove the final newline

2021-09-10 Thread ELPA Syncer
branch: elpa/yasnippet-snippets commit 488f14838de6fd421d51180138a8459ad2e7b8f1 Author: dalu Commit: dalu fix: remove the final newline --- snippets/cc-mode/do | 3 +-- snippets/cc-mode/file_description | 2 +- snippets/cc-mode/for | 2 +- snippets/cc-mode/for_n

[nongnu] elpa/yasnippet-snippets 7d91c94 1/4: Avoid literal 0

2021-09-10 Thread ELPA Syncer
branch: elpa/yasnippet-snippets commit 7d91c94057313467983d5c4ba58a083ae2868702 Author: Amory Meltzer Commit: Amory Meltzer Avoid literal 0 Mostly in js-mode --- snippets/fish-mode/sw | 2 +- snippets/js-mode/fin | 2 +- snippets/js-mode/fof | 2 +- snippets/js-mode/fre | 2 +-

[nongnu] elpa/yasnippet-snippets updated (39e640c -> f50b4c1)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/yasnippet-snippets. from 39e640c bump version new 488f148 fix: remove the final newline new 288497c Merge pull request #428 from dalugm/master new 7d91c94 Avoid literal 0 new f50b4c1 Merge pull request #420 fr

[nongnu] elpa/magit-section updated (7353010 -> 8771401)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 7353010 magit-git-debug, magit-process-extreme-logging: Improve documentation adds 8771401 Fix gravatar image size No new revisions were added by this update. Summary of changes: lisp/magit-diff.el | 15 +

[nongnu] elpa/magit updated (7353010 -> 8771401)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 7353010 magit-git-debug, magit-process-extreme-logging: Improve documentation adds 8771401 Fix gravatar image size No new revisions were added by this update. Summary of changes: lisp/magit-diff.el | 15 +-- 1 fi

[nongnu] elpa/git-commit 8771401: Fix gravatar image size

2021-09-10 Thread ELPA Syncer
branch: elpa/git-commit commit 8771401d4fd2b01951765be4b40ab0b9a89eacb9 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix gravatar image size This involves using the correct size in the first place and then doubling down on the determined value because the server insists o

[nongnu] elpa/tuareg 1d63ceb 5/6: Remove unnecessary point adjustment (already performed)

2021-09-10 Thread ELPA Syncer
branch: elpa/tuareg commit 1d63ceb02e37f0205e09126cb6b6935f62f3c8c7 Author: Mattias Engdegård Commit: Mattias Engdegård Remove unnecessary point adjustment (already performed) --- tuareg.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/tuareg.el b/tuareg.el index 52df875..172b177 10

[nongnu] elpa/tuareg 8152aee 2/6: Repair `tuareg-eval-region`

2021-09-10 Thread ELPA Syncer
branch: elpa/tuareg commit 8152aee976d786da589e827f8e103f6f55f3b8b3 Author: Mattias Engdegård Commit: Mattias Engdegård Repair `tuareg-eval-region` Set `tuareg-interactive-last-phrase-pos-in-source` to the actual start of the region sent to the REPL. Previously, the incorrect po

[nongnu] elpa/tuareg c33222d 6/6: Adapt to the new ocamldebug code pointer format

2021-09-10 Thread ELPA Syncer
branch: elpa/tuareg commit c33222d03f80a60818cfdeb0cbadcba7b35dfec2 Author: Christophe Troestler Commit: Christophe Troestler Adapt to the new ocamldebug code pointer format Fixes https://github.com/ocaml/tuareg/issues/205 --- ocamldebug.el | 58

[nongnu] elpa/tuareg updated (85d626f -> c33222d)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/tuareg. from 85d626f Apply only locally the hook to generate the interface new 2e87104 Update `tuareg-interactive-error-range-regexp` new 8152aee Repair `tuareg-eval-region` new bc06d27 Move `tuareg-eval-region` phrase

[nongnu] elpa/tuareg 2e87104 1/6: Update `tuareg-interactive-error-range-regexp`

2021-09-10 Thread ELPA Syncer
branch: elpa/tuareg commit 2e871044c898e06b067f8834c8524efc361cb65e Author: Mattias Engdegård Commit: Mattias Engdegård Update `tuareg-interactive-error-range-regexp` Translate to `rx` notation and extend it to accept error messages emitted by current OCaml compilers, with both

[nongnu] elpa/tuareg bc06d27 3/6: Move `tuareg-eval-region` phrase intersection to `tuareg-eval-phrase`

2021-09-10 Thread ELPA Syncer
branch: elpa/tuareg commit bc06d27636fc7aac820a2cd2e41b4db80a6db488 Author: Mattias Engdegård Commit: Mattias Engdegård Move `tuareg-eval-region` phrase intersection to `tuareg-eval-phrase` Simplify `tuareg-eval-region` so that it just evaluates exactly what is in the region and

[nongnu] elpa/tuareg 07cfa2b 4/6: Deactivate the region to avoid extending it when moving point

2021-09-10 Thread ELPA Syncer
branch: elpa/tuareg commit 07cfa2b5f75931c1fdb3fef9be1ed8bb186a6085 Author: Mattias Engdegård Commit: Mattias Engdegård Deactivate the region to avoid extending it when moving point The user isn't expecting the region to be modified; better deactivate it when moving point. ---

[nongnu] elpa/proof-general e2138d0 3/4: Indentation testing CI ready (hopefully).

2021-09-10 Thread ELPA Syncer
branch: elpa/proof-general commit e2138d0b8248ef85d8fb2bc8c89a6c5f33f9f28f Author: Pierre COURTIEU Commit: Pierre Courtieu Indentation testing CI ready (hopefully). --- ci/test-indent/Makefile| 22 ++ ci/test-indent/coq-test-indent.sh

[nongnu] elpa/proof-general updated (5169627 -> 32b15ff)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/proof-general. from 5169627 Test that the Proof General prelude is correct new b550e90 Fix #574 indent of ltac "letins" pattern. new 20028f7 New smie grammar + indentation rules + tests. new e2138d0 Indentation testing

[nongnu] elpa/proof-general 32b15ff 4/4: Adding the CI for indentation.

2021-09-10 Thread ELPA Syncer
branch: elpa/proof-general commit 32b15ff26be8722950e5f67a087e6fd9d67197bd Author: Pierre COURTIEU Commit: Pierre Courtieu Adding the CI for indentation. --- .github/workflows/test.yml | 29 + 1 file changed, 29 insertions(+) diff --git a/.github/workflows/test.

[nongnu] elpa/proof-general b550e90 1/4: Fix #574 indent of ltac "letins" pattern.

2021-09-10 Thread ELPA Syncer
branch: elpa/proof-general commit b550e906a268cc5e543cd409d79180805c0958ab Author: Pierre Courtieu Commit: Pierre Courtieu Fix #574 indent of ltac "letins" pattern. --- coq/coq-smie.el | 9 - coq/coq-syntax.el | 9 + coq/ex/indent.v | 5 + 3 files changed, 22 inserti

[nongnu] elpa/proof-general 20028f7 2/4: New smie grammar + indentation rules + tests.

2021-09-10 Thread ELPA Syncer
branch: elpa/proof-general commit 20028f74c4197eea6cc22c0093444e188959046f Author: Pierre Courtieu Commit: Pierre Courtieu New smie grammar + indentation rules + tests. Main design choice for this new version: the first word of a command is now a token "Com start". Together with

[elpa] externals/csv-mode c79f500: Bump csv-mode version number

2021-09-10 Thread Lars Ingebrigtsen
branch: externals/csv-mode commit c79f500329164f2ba1af11e98733215a4b3d8284 Author: Lars Ingebrigtsen Commit: Lars Ingebrigtsen Bump csv-mode version number --- csv-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv-mode.el b/csv-mode.el index 8ba7161..a4bdb47 10

[elpa] externals/csv-mode c7cbb79: Fix problem when using columns containing % in csv-mode header lines

2021-09-10 Thread Lars Ingebrigtsen
branch: externals/csv-mode commit c7cbb79cc96812b1bb7b53111de2a55e742e6026 Author: Lars Ingebrigtsen Commit: Lars Ingebrigtsen Fix problem when using columns containing % in csv-mode header lines * csv-mode.el (csv--compute-header-string): Quote percentages before using them (ot

[nongnu] elpa/magit-section updated (e404aa7 -> 7353010)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from e404aa7 magit-wip-commit-worktree: Filter out directories adds 5a8e3ae magit-commit-diff-inhibit-same-window: New option adds 7353010 magit-git-debug, magit-process-extreme-logging: Improve documentation No ne

[nongnu] elpa/magit updated (e404aa7 -> 7353010)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from e404aa7 magit-wip-commit-worktree: Filter out directories adds 5a8e3ae magit-commit-diff-inhibit-same-window: New option adds 7353010 magit-git-debug, magit-process-extreme-logging: Improve documentation No new revisi

[nongnu] elpa/git-commit 5a8e3ae 1/2: magit-commit-diff-inhibit-same-window: New option

2021-09-10 Thread ELPA Syncer
branch: elpa/git-commit commit 5a8e3aec35d64939e5a46430bdfce773a78cd44b Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-commit-diff-inhibit-same-window: New option Different users need mutually exclusive kludges, therefore we need an option. See #4132 for details. --- Do

[nongnu] elpa/git-commit 7353010 2/2: magit-git-debug, magit-process-extreme-logging: Improve documentation

2021-09-10 Thread ELPA Syncer
branch: elpa/git-commit commit 73530108957c1167e155df9658d843c3bac0d9c7 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-git-debug, magit-process-extreme-logging: Improve documentation --- Documentation/magit.org | 35 +-- Documentation/magit.texi | 38

[nongnu] elpa/git-commit updated (e404aa7 -> 7353010)

2021-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from e404aa7 magit-wip-commit-worktree: Filter out directories new 5a8e3ae magit-commit-diff-inhibit-same-window: New option new 7353010 magit-git-debug, magit-process-extreme-logging: Improve documentation Summary

[elpa] externals/vc-got adc3ede: update README

2021-09-10 Thread ELPA Syncer
branch: externals/vc-got commit adc3ede9e9aee8319b5264625fbfca685f3c6921 Author: Omar Polo Commit: Omar Polo update README --- README.md | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ed8aed5..0497dd8 100644 --- a/R