[elpa] elpa b8df873 26/26: Declare package functions

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit b8df873497ffadb8f0e5ebc76689836e970bc0e4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Declare package functions --- async-bytecomp.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/async-bytecomp.el b/async-bytecomp.el index 037c9d0..8ca7c36 100644 --- a

[elpa] elpa 718c916 24/26: Merge remote-tracking branch 'elpa/externals/async' into elpa

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 718c916d3fa61217774ea69e0cb58512f7642a45 Merge: 943a75c 60118ce Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge remote-tracking branch 'elpa/externals/async' into elpa --- async-bytecomp.el | 12 +++- async-pkg.el | 10 -- asy

[elpa] elpa 630708b 21/26: Merge branch 'master' of github.com:jwiegley/emacs-async

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 630708b1505df3688d44c1ee2233ea274a3e599b Merge: 06f0ec7 4f78c0c Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge branch 'master' of github.com:jwiegley/emacs-async --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[elpa] elpa 943a75c 23/26: Fix paren error in dired-async

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 943a75c6a5375de132c32914e0fd0a0d368931f2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix paren error in dired-async --- dired-async.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dired-async.el b/dired-async.el index 1dba956..5525416

[elpa] elpa fbbba03 11/26: fix package-lint/check-doc/byte-compiler warnings

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit fbbba03e98c5fb50015867fc6b0d875743761802 Author: conao3 Commit: conao3 fix package-lint/check-doc/byte-compiler warnings --- async-pkg.el | 2 +- async.el | 16 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/async-pkg.el b/async-pkg.

[elpa] elpa 00c6f3f 18/26: fix inclusion of bytecomp variables

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 00c6f3f85bb86a8902b07f102e010d49796d8937 Author: Steven Allen Commit: Steven Allen fix inclusion of bytecomp variables The regexp was inclusing all variables ending with `byte`, not variables starting with `byte-`. --- async-bytecomp.el | 2 +- 1 file changed,

[elpa] elpa 06f0ec7 17/26: Fix typo in previous commit

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 06f0ec7d96d65e53cef978cf1abf3cb42a3ceb00 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix typo in previous commit Autoload file is async-autoloads.el. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile

[elpa] elpa 4f78c0c 20/26: Merge pull request #138 from Stebalien/fix/byte-comp-prefix

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 4f78c0c91f640c1c002c23d748a60130126e56e5 Merge: 14f48de 0fd5d54 Author: Thierry Volpiatto Commit: GitHub Merge pull request #138 from Stebalien/fix/byte-comp-prefix fix inclusion of bytecomp variables --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion

[elpa] elpa c80976d 04/26: Some rewording of part of README.md

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit c80976d3f559754cc82b5dbaf5485d66d23aba2f Author: Mark Dawson Commit: Mark Dawson Some rewording of part of README.md I had to read this part twice, thought it might be helpful to tweak it to help others. --- README.md | 10 +- 1 file changed, 5 inser

[elpa] elpa 0fd5d54 19/26: Make the async byte compile variable injection regexp "shy"

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 0fd5d54073a9c8727229cad1536e2f15ea737055 Author: Steven Allen Commit: Steven Allen Make the async byte compile variable injection regexp "shy" The group isn't used. --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-b

[elpa] elpa 64bb180 06/26: Fix typos

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 64bb1802016045a416adc18c4e2996acfb425bd6 Author: Damien Cassou Commit: Damien Cassou Fix typos Typos found with codespell. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fbf623..393784f 100644 --- a

[elpa] elpa 14f48de 16/26: Fix Makefile

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 14f48de586b0977e3470f053b810d77b07ea427a Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix Makefile Let binding generated-autoload-file is no more working with recentest emacs. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[elpa] elpa d7e7f79 22/26: Update README

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit d7e7f79ee42311a0187aa2ab4f4e2f8843fa28da Author: Thierry Volpiatto Commit: Thierry Volpiatto Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 393784f..662270b 100644 --- a/README.md +++ b

[elpa] elpa 0d01475 25/26: Update version number

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 0d01475c90bcdc48a6265bd293939cde8b3a6bbf Author: Thierry Volpiatto Commit: Thierry Volpiatto Update version number --- async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.el b/async.el index 0e4a743..5d06de6 100644 --- a/async.el +++ b

[elpa] elpa 86aef2c 14/26: Untabify and indent-buffer (#119)

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 86aef2c38e7d35e8509b7f3e989d825eba91 Merge: 036b475 a1bd2ac Author: John Wiegley Commit: GitHub Untabify and indent-buffer (#119) Untabify and indent-buffer --- async-bytecomp.el | 12 +-- async.el | 44 +- dired-async.el| 248

[elpa] elpa 36a1015 15/26: Change default value of async-bytecomp-allowed-packages to 'all

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 36a10151e70e956e2f766ed9e65f4a9cfc8479b2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Change default value of async-bytecomp-allowed-packages to 'all All packages will be compiled async when `async-bytecomp-package-mode` is enabled. ---

[elpa] elpa 11769c1 10/26: Update version in source file as well

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 11769c189528738f9b4e3ce3ca19d73863045c45 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update version in source file as well --- async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.el b/async.el index d616b11..baf3fed 100644 --- a

[elpa] elpa e81c685 08/26: Update *pkg.el file

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit e81c685741b63d5e0612317c100636cb384e1db5 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update *pkg.el file --- async-pkg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-pkg.el b/async-pkg.el index 989d39b..815c100 100644 --- a/async

[elpa] elpa a1bd2ac 13/26: untabify and indent-buffer

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit a1bd2ac49c881fd7525cc37ab7cf1a283411f748 Author: conao3 Commit: conao3 untabify and indent-buffer --- async-bytecomp.el | 12 +-- async.el | 44 +- dired-async.el| 248 +++--- 3 files changed, 152 ins

[elpa] elpa d255820 09/26: Merge branch 'master' of github.com:jwiegley/emacs-async

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit d255820c5af3a6476eb0259d4c666431bf34e307 Merge: e81c685 03667dd Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge branch 'master' of github.com:jwiegley/emacs-async --- README.md | 12 ++-- async-bytecomp.el | 2 +- 2 files changed, 7

[elpa] elpa 03667dd 07/26: Merge pull request #116 from DamienCassou/typos

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 03667dde4789513b6f3fd0c580d04c15b7f295e1 Merge: 1209cc2 64bb180 Author: John Wiegley Commit: GitHub Merge pull request #116 from DamienCassou/typos Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md

[elpa] elpa 036b475 12/26: Merge pull request #118 from conao3/fix-warnings

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 036b475a29bbbee52f88c7d0332341c2643155fb Merge: 11769c1 fbbba03 Author: Thierry Volpiatto Commit: GitHub Merge pull request #118 from conao3/fix-warnings fix package-lint/check-doc/byte-compiler warnings --- async-pkg.el | 2 +- async.el | 16

[elpa] branch elpa created (now b8df873)

2021-04-30 Thread Thierry Volpiatto
thierryvolpiatto pushed a change to branch elpa. at b8df873 Declare package functions This branch includes the following new commits: new 67c3695 Fix async-bytecomp--get-package-deps according to new 6577ae5 Add forge to async-bytecomp-allowed-packages new

[elpa] elpa 1209cc2 05/26: Merge pull request #115 from M4rkD/master

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 1209cc2ccd89b05c1c395847024db2f69b73414d Merge: 35ab78a c80976d Author: Thierry Volpiatto Commit: GitHub Merge pull request #115 from M4rkD/master Some rewording of part of README.md --- README.md | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[elpa] elpa 35ab78a 03/26: Merge pull request #114 from tarsius/forge

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 35ab78afb9ec4929552f43c6bab09bbd7da3842a Merge: 67c3695 6577ae5 Author: Thierry Volpiatto Commit: GitHub Merge pull request #114 from tarsius/forge Add forge to async-bytecomp-allowed-packages --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1

[elpa] elpa 6577ae5 02/26: Add forge to async-bytecomp-allowed-packages

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 6577ae5cf9049c6011ef62c200857cf230d53cc4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add forge to async-bytecomp-allowed-packages --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index 9f3

[elpa] elpa 67c3695 01/26: Fix async-bytecomp--get-package-deps according to

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 67c369555de998eaabd60056dead038c6c50b8fd Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix async-bytecomp--get-package-deps according to emacs package--get-deps last changes (b12edc61711). * async-bytecomp.el (async-bytecomp--get-package-deps

[elpa] externals/emacs-async 84a6109: Remove $pkg.el

2021-04-30 Thread Thierry Volpiatto
branch: externals/emacs-async commit 84a61091074d20cd87bdbb92e7e83a03454f499e Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove $pkg.el --- async-pkg.el | 10 -- 1 file changed, 10 deletions(-) diff --git a/async-pkg.el b/async-pkg.el deleted file mode 100644 index

[elpa] branch externals/emacs-async created (now 84a6109)

2021-04-30 Thread Thierry Volpiatto
thierryvolpiatto pushed a change to branch externals/emacs-async. at 84a6109 Remove $pkg.el This branch includes the following new commits: new 84a6109 Remove $pkg.el

[elpa] elpa d7e7f79 22/23: Update README

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit d7e7f79ee42311a0187aa2ab4f4e2f8843fa28da Author: Thierry Volpiatto Commit: Thierry Volpiatto Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 393784f..662270b 100644 --- a/README.md +++ b

[elpa] branch elpa created (now 943a75c)

2021-04-30 Thread Thierry Volpiatto
thierryvolpiatto pushed a change to branch elpa. at 943a75c Fix paren error in dired-async This branch includes the following new commits: new 67c3695 Fix async-bytecomp--get-package-deps according to new 6577ae5 Add forge to async-bytecomp-allowed-packages

[elpa] elpa 06f0ec7 17/23: Fix typo in previous commit

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 06f0ec7d96d65e53cef978cf1abf3cb42a3ceb00 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix typo in previous commit Autoload file is async-autoloads.el. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile

[elpa] elpa 630708b 21/23: Merge branch 'master' of github.com:jwiegley/emacs-async

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 630708b1505df3688d44c1ee2233ea274a3e599b Merge: 06f0ec7 4f78c0c Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge branch 'master' of github.com:jwiegley/emacs-async --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[elpa] elpa 03667dd 07/23: Merge pull request #116 from DamienCassou/typos

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 03667dde4789513b6f3fd0c580d04c15b7f295e1 Merge: 1209cc2 64bb180 Author: John Wiegley Commit: GitHub Merge pull request #116 from DamienCassou/typos Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md

[elpa] elpa 11769c1 10/23: Update version in source file as well

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 11769c189528738f9b4e3ce3ca19d73863045c45 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update version in source file as well --- async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.el b/async.el index d616b11..baf3fed 100644 --- a

[elpa] elpa 4f78c0c 20/23: Merge pull request #138 from Stebalien/fix/byte-comp-prefix

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 4f78c0c91f640c1c002c23d748a60130126e56e5 Merge: 14f48de 0fd5d54 Author: Thierry Volpiatto Commit: GitHub Merge pull request #138 from Stebalien/fix/byte-comp-prefix fix inclusion of bytecomp variables --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion

[elpa] elpa c80976d 04/23: Some rewording of part of README.md

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit c80976d3f559754cc82b5dbaf5485d66d23aba2f Author: Mark Dawson Commit: Mark Dawson Some rewording of part of README.md I had to read this part twice, thought it might be helpful to tweak it to help others. --- README.md | 10 +- 1 file changed, 5 inser

[elpa] elpa 35ab78a 03/23: Merge pull request #114 from tarsius/forge

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 35ab78afb9ec4929552f43c6bab09bbd7da3842a Merge: 67c3695 6577ae5 Author: Thierry Volpiatto Commit: GitHub Merge pull request #114 from tarsius/forge Add forge to async-bytecomp-allowed-packages --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1

[elpa] elpa 943a75c 23/23: Fix paren error in dired-async

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 943a75c6a5375de132c32914e0fd0a0d368931f2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix paren error in dired-async --- dired-async.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dired-async.el b/dired-async.el index 1dba956..5525416

[elpa] elpa 86aef2c 14/23: Untabify and indent-buffer (#119)

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 86aef2c38e7d35e8509b7f3e989d825eba91 Merge: 036b475 a1bd2ac Author: John Wiegley Commit: GitHub Untabify and indent-buffer (#119) Untabify and indent-buffer --- async-bytecomp.el | 12 +-- async.el | 44 +- dired-async.el| 248

[elpa] elpa 67c3695 01/23: Fix async-bytecomp--get-package-deps according to

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 67c369555de998eaabd60056dead038c6c50b8fd Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix async-bytecomp--get-package-deps according to emacs package--get-deps last changes (b12edc61711). * async-bytecomp.el (async-bytecomp--get-package-deps

[elpa] elpa 036b475 12/23: Merge pull request #118 from conao3/fix-warnings

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 036b475a29bbbee52f88c7d0332341c2643155fb Merge: 11769c1 fbbba03 Author: Thierry Volpiatto Commit: GitHub Merge pull request #118 from conao3/fix-warnings fix package-lint/check-doc/byte-compiler warnings --- async-pkg.el | 2 +- async.el | 16

[elpa] elpa a1bd2ac 13/23: untabify and indent-buffer

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit a1bd2ac49c881fd7525cc37ab7cf1a283411f748 Author: conao3 Commit: conao3 untabify and indent-buffer --- async-bytecomp.el | 12 +-- async.el | 44 +- dired-async.el| 248 +++--- 3 files changed, 152 ins

[elpa] elpa e81c685 08/23: Update *pkg.el file

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit e81c685741b63d5e0612317c100636cb384e1db5 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update *pkg.el file --- async-pkg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-pkg.el b/async-pkg.el index 989d39b..815c100 100644 --- a/async

[elpa] elpa 0fd5d54 19/23: Make the async byte compile variable injection regexp "shy"

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 0fd5d54073a9c8727229cad1536e2f15ea737055 Author: Steven Allen Commit: Steven Allen Make the async byte compile variable injection regexp "shy" The group isn't used. --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-b

[elpa] elpa 14f48de 16/23: Fix Makefile

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 14f48de586b0977e3470f053b810d77b07ea427a Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix Makefile Let binding generated-autoload-file is no more working with recentest emacs. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[elpa] elpa 6577ae5 02/23: Add forge to async-bytecomp-allowed-packages

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 6577ae5cf9049c6011ef62c200857cf230d53cc4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add forge to async-bytecomp-allowed-packages --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index 9f3

[elpa] elpa fbbba03 11/23: fix package-lint/check-doc/byte-compiler warnings

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit fbbba03e98c5fb50015867fc6b0d875743761802 Author: conao3 Commit: conao3 fix package-lint/check-doc/byte-compiler warnings --- async-pkg.el | 2 +- async.el | 16 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/async-pkg.el b/async-pkg.

[elpa] elpa 1209cc2 05/23: Merge pull request #115 from M4rkD/master

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 1209cc2ccd89b05c1c395847024db2f69b73414d Merge: 35ab78a c80976d Author: Thierry Volpiatto Commit: GitHub Merge pull request #115 from M4rkD/master Some rewording of part of README.md --- README.md | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[elpa] elpa 00c6f3f 18/23: fix inclusion of bytecomp variables

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 00c6f3f85bb86a8902b07f102e010d49796d8937 Author: Steven Allen Commit: Steven Allen fix inclusion of bytecomp variables The regexp was inclusing all variables ending with `byte`, not variables starting with `byte-`. --- async-bytecomp.el | 2 +- 1 file changed,

[elpa] elpa 36a1015 15/23: Change default value of async-bytecomp-allowed-packages to 'all

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 36a10151e70e956e2f766ed9e65f4a9cfc8479b2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Change default value of async-bytecomp-allowed-packages to 'all All packages will be compiled async when `async-bytecomp-package-mode` is enabled. ---

[elpa] elpa 64bb180 06/23: Fix typos

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit 64bb1802016045a416adc18c4e2996acfb425bd6 Author: Damien Cassou Commit: Damien Cassou Fix typos Typos found with codespell. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fbf623..393784f 100644 --- a

[elpa] elpa d255820 09/23: Merge branch 'master' of github.com:jwiegley/emacs-async

2021-04-30 Thread Thierry Volpiatto
branch: elpa commit d255820c5af3a6476eb0259d4c666431bf34e307 Merge: e81c685 03667dd Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge branch 'master' of github.com:jwiegley/emacs-async --- README.md | 12 ++-- async-bytecomp.el | 2 +- 2 files changed, 7

Re: [elpa] master 906dedb: * packages/ioccur/ioccur.el: Use lexical-binding and cl-lib

2020-03-27 Thread Thierry Volpiatto
Thierry Volpiatto writes: > Salut Stefan, > > Stefan Monnier writes: > >> Bonjour Thierry, >> >>> Thanks. >> >> Au fait, dans ce commit y a un "gros" FIXME au sujet d'une branche >> `case` qui ne faisait pas ce qu

Re: [elpa] master 906dedb: * packages/ioccur/ioccur.el: Use lexical-binding and cl-lib

2020-03-26 Thread Thierry Volpiatto
Salut Stefan, Stefan Monnier writes: > Bonjour Thierry, > >> Thanks. > > Au fait, dans ce commit y a un "gros" FIXME au sujet d'une branche > `case` qui ne faisait pas ce qu'elle devait, mais où je ne suis pas sûr > de ce qu'elle devait faire. > > Pourrais-tu y jeter un coup d'œil? Je vais re

Re: [elpa] master 906dedb: * packages/ioccur/ioccur.el: Use lexical-binding and cl-lib

2020-03-26 Thread Thierry Volpiatto
Stefan Monnier writes: > branch: master > commit 906dedbae1634abf7314418740c9e32aa1c37511 > Author: Stefan Monnier > Commit: Stefan Monnier > > * packages/ioccur/ioccur.el: Use lexical-binding and cl-lib > > Also remove redundant (or dangling) `:group` args. Thanks. -- Thierry

[elpa] master f1ccc4e 1/3: Add makefile.

2017-05-03 Thread Thierry Volpiatto
branch: master commit f1ccc4e447d93db2ea8d30f6a51aaf82a66f5907 Author: Thierry Volpiatto Commit: Thierry Volpiatto Add makefile. --- Makefile | 74 1 file changed, 74 insertions(+) diff --git a/Makefile b/Makefile new file

[elpa] master updated (b4d3a66 -> f4a6d3a)

2017-05-03 Thread Thierry Volpiatto
thierryvolpiatto pushed a change to branch master. from b4d3a66 Merge commit 'ccba4b8381dfc7b39f446a6441d0bc32185866c5' new f1ccc4e Add makefile. new 54a1bb3 Update version number. new f4a6d3a Merge commit '54a1bb3f7d40a7f37a63444fdefcec51155a0e90' Summary

[elpa] master 54a1bb3 2/3: Update version number.

2017-05-03 Thread Thierry Volpiatto
branch: master commit 54a1bb3f7d40a7f37a63444fdefcec51155a0e90 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update version number. --- async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.el b/async.el index 30476e2..ba99dcc 100644 --- a/async.el +++ b

[elpa] master f4a6d3a 3/3: Merge commit '54a1bb3f7d40a7f37a63444fdefcec51155a0e90'

2017-05-03 Thread Thierry Volpiatto
branch: master commit f4a6d3a87028fc18e8bcb1b531081f6965423b88 Merge: b4d3a66 54a1bb3 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit '54a1bb3f7d40a7f37a63444fdefcec51155a0e90' --- Makefile| 74 +

[elpa] master ccba4b8 1/2: Inject nsm-* vars in smtp-mail for emacs-25+ (#75).

2017-04-30 Thread Thierry Volpiatto
branch: master commit ccba4b8381dfc7b39f446a6441d0bc32185866c5 Author: Thierry Volpiatto Commit: Thierry Volpiatto Inject nsm-* vars in smtp-mail for emacs-25+ (#75). * smtpmail-async.el (async-smtpmail-send-it): Do it. --- smtpmail-async.el | 2 +- 1 file changed, 1 insertion

[elpa] master b4d3a66 2/2: Merge commit 'ccba4b8381dfc7b39f446a6441d0bc32185866c5'

2017-04-30 Thread Thierry Volpiatto
branch: master commit b4d3a665e48577439c0e64e688c40ce4047bf337 Merge: 3bb4770 ccba4b8 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit 'ccba4b8381dfc7b39f446a6441d0bc32185866c5' --- packages/async/smtpmail-async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[elpa] master e7c9e93 2/2: Merge commit 'bd11e73689b7fabb82ea8223762039ced33c6199'

2017-02-19 Thread Thierry Volpiatto
branch: master commit e7c9e935d1d175deba28d2af7a0cba6f22a68ba1 Merge: 7baf92f bd11e73 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit 'bd11e73689b7fabb82ea8223762039ced33c6199' --- packages/async/async.el | 24 1 file changed, 16 insert

[elpa] master bd11e73 1/2: Fix and clarify async-ready, async-get and async-wait.

2017-02-19 Thread Thierry Volpiatto
branch: master commit bd11e73689b7fabb82ea8223762039ced33c6199 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix and clarify async-ready, async-get and async-wait. * async.el (async-ready): Ensure proc buffer is alive and return t if buffer is not alive. Fix docstring

[elpa] master updated (d78b6bf -> adb29b0)

2016-11-03 Thread Thierry Volpiatto
thierryvolpiatto pushed a change to branch master. from d78b6bf Merge commit '4840be0f3a82f49157239014a09c7001b7816316' new 3fbc21c Allow passing any value to async-let bindings. new 5f50b4b Allow passing multiple forms to async-let new 46bfe80 Allow non list

[elpa] master adb29b0 4/4: Merge commit '46bfe80d1d0c0ba6cf1a4593b55af11cd943c697'

2016-11-03 Thread Thierry Volpiatto
branch: master commit adb29b0d466293f57334c47aac653a3ed0670dad Merge: d78b6bf 46bfe80 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit '46bfe80d1d0c0ba6cf1a4593b55af11cd943c697' --- packages/async/async.el | 26 +- 1 file changed, 17

[elpa] master 3fbc21c 1/4: Allow passing any value to async-let bindings.

2016-11-03 Thread Thierry Volpiatto
branch: master commit 3fbc21cb084e49aa2a990c40938fceea01422f4f Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow passing any value to async-let bindings. * async.el (async-let): Do it, also allow indenting properly. --- async.el | 13 + 1 file changed, 9

[elpa] master 46bfe80 3/4: Allow non list bindings in async-let.

2016-11-03 Thread Thierry Volpiatto
branch: master commit 46bfe80d1d0c0ba6cf1a4593b55af11cd943c697 Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow non list bindings in async-let. * async.el (async--fold-left): Also make arguments name more meaningful. --- async.el | 11 +++ 1 file changed, 7

[elpa] master 5f50b4b 2/4: Allow passing multiple forms to async-let

2016-11-03 Thread Thierry Volpiatto
branch: master commit 5f50b4b0a1c8fd27446dc42541ac20cf4676dc1c Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow passing multiple forms to async-let without wrapping forms in a progn. * async.el (async-let): Do it. --- async.el |4 ++-- 1 file changed, 2

[elpa] master 76269e7 1/3: Add `async-let' macro

2016-11-01 Thread Thierry Volpiatto
branch: master commit 76269e7db8c9c3acb8349c7a61ca11c68d368d0f Author: John Wiegley Commit: Thierry Volpiatto Add `async-let' macro --- async.el | 28 1 file changed, 28 insertions(+) diff --git a/async.el b/async.el index 3798c95..a280d3d 100644

[elpa] master 4840be0 2/3: Add some string escapes

2016-11-01 Thread Thierry Volpiatto
branch: master commit 4840be0f3a82f49157239014a09c7001b7816316 Author: John Wiegley Commit: Thierry Volpiatto Add some string escapes --- async.el |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async.el b/async.el index a280d3d..c074a4a 100644 --- a/async.el

[elpa] master d78b6bf 3/3: Merge commit '4840be0f3a82f49157239014a09c7001b7816316'

2016-11-01 Thread Thierry Volpiatto
branch: master commit d78b6bf941911ba2517bb893cd946a08e3a828f6 Merge: 72ef2b1 4840be0 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit '4840be0f3a82f49157239014a09c7001b7816316' --- packages/async/async.el | 28 1 file changed, 28

[elpa] master updated (72ef2b1 -> d78b6bf)

2016-11-01 Thread Thierry Volpiatto
thierryvolpiatto pushed a change to branch master. from 72ef2b1 Release wisi 1.1.4, ada-mode 5.2.1 new 76269e7 Add `async-let' macro new 4840be0 Add some string escapes new d78b6bf Merge commit '4840be0f3a82f49157239014a09c7001b7816316' Summary of changes:

[elpa] master b6898b8 1/2: Don't query in set-visited-file-name.

2016-10-10 Thread Thierry Volpiatto
branch: master commit b6898b8e7945609c3341ead4ed074bdb15a41e40 Author: Thierry Volpiatto Commit: Thierry Volpiatto Don't query in set-visited-file-name. * dired-async.el (dired-async-create-files): Do it. --- dired-async.el |2 +- 1 file changed, 1 insertion(+), 1 del

[elpa] master 9854324 2/2: Merge commit 'b6898b8e7945609c3341ead4ed074bdb15a41e40'

2016-10-10 Thread Thierry Volpiatto
branch: master commit 98543243a61f8c55e616534a993d39e17be49671 Merge: 780c69b b6898b8 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit 'b6898b8e7945609c3341ead4ed074bdb15a41e40' --- packages/async/dired-async.el |2 +- 1 file changed, 1 insertion(+), 1 deletio

[elpa] master 11f73a5 2/3: Merge commit '744aeaaff9c0bc0732ceee98623d6d1a932bc604'

2016-05-18 Thread Thierry Volpiatto
branch: master commit 11f73a5c3fa831b65c8dbcc1df43326cdd08357b Merge: a49bd1c 744aeaa Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit '744aeaaff9c0bc0732ceee98623d6d1a932bc604' --- packages/async/README.md | 149

[elpa] master 84b3a71 3/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-05-18 Thread Thierry Volpiatto
branch: master commit 84b3a7175c47202781feb386b3a381d6349874c1 Merge: 11f73a5 283f470 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- packages/aggressive-indent/aggressive-indent.el |4 ++-- 1 file

[elpa] master updated (283f470 -> 84b3a71)

2016-05-18 Thread Thierry Volpiatto
thierryvolpiatto pushed a change to branch master. from 283f470 Merge commit '8438ff5e71ca040e7a1e325d608a3f5ea050503f' new 744aeaa Delete 2 files not needed for elpa. new 11f73a5 Merge commit '744aeaaff9c0bc0732ceee98623d6d1a932bc604' new 84b3a71 Merge branc

[elpa] master 527c590 38/39: Merge commit '0e327f72bdffc5bc4a1fbc34a8da1b7066e819b3'

2016-05-18 Thread Thierry Volpiatto
branch: master commit 527c590e8dcbddb0d04c0a1d7e530e5ef76acf6d Merge: 6ad010c 0e327f7 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge commit '0e327f72bdffc5bc4a1fbc34a8da1b7066e819b3' --- packages/async/README.md |4 + packages/async/async-bytecomp

[elpa] master 6e29e82 17/39: Switch to lexical-binding.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 6e29e825fc44a57f98cc90498f3af6c34014 Author: Thierry Volpiatto Commit: Thierry Volpiatto Switch to lexical-binding. * async-bytecomp.el: Switch to lex. * async.el: Switch to lex. (async-when-done): Fix unused arg. (async-receive

[elpa] master e35506f 18/39: Remove unuseful code never called.

2016-05-18 Thread Thierry Volpiatto
branch: master commit e35506faac6315da3c25b72682c99210b2d0bb28 Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove unuseful code never called. * dired-async.el (dired-async-create-files): Remove dired-create-files-failures stuff that don't happen on host but

[elpa] master 858a3f9 13/39: Fix backup fn, DRY and ignore symlinks directories.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 858a3f9db6ca92191bcce6d40e984710a969ca75 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix backup fn, DRY and ignore symlinks directories. * dired-async.el (dired-async-create-files): Do it. --- dired-async.el |5 ++--- 1 file changed, 2 insertions

[elpa] master 1763517 14/39: Add comment no code change.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 1763517b556646f81ad14e166d19f4352beb03bd Author: Thierry Volpiatto Commit: Thierry Volpiatto Add comment no code change. * dired-async.el (dired-async-create-files): Do it. --- dired-async.el |1 + 1 file changed, 1 insertion(+) diff --git a/dired

[elpa] master 0b8fbed 23/39: Remove commented line, no code change.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 0b8fbed11210331e39f1f7049dcc3490d11dce71 Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove commented line, no code change. --- dired-async.el |1 - 1 file changed, 1 deletion(-) diff --git a/dired-async.el b/dired-async.el index 2a941e6..d971953 100644

[elpa] master 14170a4 35/39: Add more info in mode-line on failures.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 14170a45c8cf91a0133960442509197e683c256d Author: Thierry Volpiatto Commit: Thierry Volpiatto Add more info in mode-line on failures. * dired-async.el (dired-async-after-file-create): Mention dired log buffer. (dired-async-create-files

[elpa] master 228ec4b 34/39: Handle errors file by file instead of returning on first error.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 228ec4bb351a9e14e338b9cb09eeb4809957c909 Author: Thierry Volpiatto Commit: Thierry Volpiatto Handle errors file by file instead of returning on first error. * dired-async.el (dired-async-create-files): Do it. --- dired-async.el | 14 -- 1 file

[elpa] master ed05631 03/39: Assign copyrights to the FSF, add autoloads file

2016-05-18 Thread Thierry Volpiatto
-async" "\ +Do dired actions asynchronously. + +\(fn &optional ARG)" t nil) + +;;;*** + +;;;### (autoloads nil nil ("async-pkg.el" "async-test.el" "smtpmail-async.el") +;; (22157 39488 0 0)) + +;;;*** + +;; Local Variables: +;; version-contro

[elpa] master 4f6b98d 24/39: Fix operation arg of callback.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 4f6b98d08345a3b37b3cd5402d67353ece5f1ce1 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix operation arg of callback. * dired-async.el (dired-async-after-file-create): Use the car. --- dired-async.el |4 ++-- 1 file changed, 2 insertions(+), 2

[elpa] master 4d6efb9 25/39: Handle error also on host when async-list of file is empty.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 4d6efb904538c7e6fe89fba5741c818427a30ef2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Handle error also on host when async-list of file is empty. * dired-async.el (dired-async-create-files): Do it. When only one file and user answer no handle error

[elpa] master b1b4569 06/39: fix a typo

2016-05-18 Thread Thierry Volpiatto
branch: master commit b1b4569f5d4293326ea32eab417909f165601eed Author: Uwe Koloska Commit: Uwe Koloska fix a typo --- async.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.el b/async.el index 24db2a1..080fd34 100644 --- a/async.el +++ b/async.el @@ -257,7 +25

[elpa] master 6552135 32/39: Improve how error buffer is displayed.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 65521354115e2a6ab7d8d2073a273a72208220bc Author: Thierry Volpiatto Commit: Thierry Volpiatto Improve how error buffer is displayed. * dired-async.el (dired-async-after-file-create): Do it. --- dired-async.el |7 +-- 1 file changed, 5 insertions(+), 2

[elpa] master 8d27590 21/39: Finally handle the failures correctly.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 8d27590ebaa916b10ec1697a52875d50d676 Author: Thierry Volpiatto Commit: Thierry Volpiatto Finally handle the failures correctly. * dired-async.el (dired-async-operation): Removed no more needed. (dired-async-failures): New face. (dired-async-mode

[elpa] master 1ce4381 10/39: Allow reproducing "cp --backup=numbered from to".

2016-05-18 Thread Thierry Volpiatto
branch: master commit 1ce438174ab0dd1f101709b76a9febe80fdcfaa8 Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow reproducing "cp --backup=numbered from to". * dired-async.el (dired-async-create-files): When using a file-creator named 'backup-file, files

[elpa] master 9a82294 26/39: DRY use apply.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 9a82294528eb8752898ab6c130ec575db11ab687 Author: Thierry Volpiatto Commit: Thierry Volpiatto DRY use apply. * dired-async.el (dired-async-after-file-create): Do it. (dired-async-create-files): Do it. --- dired-async.el | 46

[elpa] master d1cc5e0 04/39: Fix UTF-8 encoding for strings passed to subordinate Emacs

2016-05-18 Thread Thierry Volpiatto
branch: master commit d1cc5e0911bb6ff5f2a49f4bc5366fd8290c5104 Author: John Wiegley Commit: John Wiegley Fix UTF-8 encoding for strings passed to subordinate Emacs --- async.el | 40 +--- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/a

[elpa] master a7e8cf3 30/39: When failures have been printed to dired log add the date at bob.

2016-05-18 Thread Thierry Volpiatto
branch: master commit a7e8cf3c93b403253d304981ef239521d074a419 Author: Thierry Volpiatto Commit: Thierry Volpiatto When failures have been printed to dired log add the date at bob. * dired-async.el (dired-async-create-files): Use dired-log with t. --- dired-async.el |2 ++ 1

[elpa] master 66545d8 08/39: Debian and Ubuntu installation instructions

2016-05-18 Thread Thierry Volpiatto
branch: master commit 66545d855fcd19cd1e5e9e7034caab1d1b6920af Author: Sean Whitton Commit: Sean Whitton Debian and Ubuntu installation instructions This ELPA package is now available from the Debian and Ubuntu package repositories. --- README.md |4 1 file changed, 4 ins

[elpa] master 8632abd 39/39: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-05-18 Thread Thierry Volpiatto
branch: master commit 8632abdbe39180435dcf44b3d547aa81af31cf0a Merge: 527c590 4c77f20 Author: Thierry Volpiatto Commit: Thierry Volpiatto Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- packages/aggressive-indent/aggressive-indent.el | 17 ++--- 1 fi

[elpa] master 8d1a26d 29/39: Remove unused commented code.

2016-05-18 Thread Thierry Volpiatto
branch: master commit 8d1a26de6c716127b67d3b0c6808d5beeb13bba2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove unused commented code. --- dired-async.el |1 - 1 file changed, 1 deletion(-) diff --git a/dired-async.el b/dired-async.el index 41f9f62..d7377a9 100644 --- a

[elpa] master dc63e41 27/39: Revert last commit.

2016-05-18 Thread Thierry Volpiatto
branch: master commit dc63e41323d772bb1b4b9870fad08ac65745b7f2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Revert last commit. --- dired-async.el | 46 -- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/dired-async.el b

  1   2   >