[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/async d17c11e 51/60: Add more info about emacs bug when
From: |
Stefan Monnier |
Subject: |
[elpa] externals/async d17c11e 51/60: Add more info about emacs bug when using async |
Date: |
Tue, 8 Oct 2019 10:11:35 -0400 (EDT) |
branch: externals/async
commit d17c11e6082aa51f421bb037b828bdb15f405618
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>
Add more info about emacs bug when using async
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 602015a..5d29f0b 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ prompt, entering a password etc... Your async implementation
should
avoid any user interaction to avoid beeing stuck with a prompt you
will not be able to answer to in child emacs. For all what is remote
(mails, tramp etc...) you have to let emacs manage your identification
-with
[auth-source](https://www.gnu.org/software/emacs/manual/html_mono/auth.html) so
that you do not have to enter a password.
+with
[auth-sources](https://www.gnu.org/software/emacs/manual/html_mono/auth.html)
so that you do not have to enter a password.
Basically all you need is something like this in your init file:
@@ -66,7 +66,11 @@ or
for more specific hosts (smtp, mails etc...)
-See [auth-source
manual](https://www.gnu.org/software/emacs/manual/html_mono/auth.html) for more
infos.
+See [auth-sources
manual](https://www.gnu.org/software/emacs/manual/html_mono/auth.html) for more
infos.
+
+NOTE: For all your async implementations in emacs-26+ versions that
+handle remote files (tramp), you will have to let-bind
+`async-quiet-switch` to `-q` to workaround a tramp bug that prevent `emacs -Q`
to use
[auth-sources](https://www.gnu.org/software/emacs/manual/html_mono/auth.html)
mechanism.
## Enable asynchronous compilation of your (M)elpa packages
- [elpa] externals/async afd1ad5 39/60: Allow removing text properties in strings when injecting, (continued)
- [elpa] externals/async afd1ad5 39/60: Allow removing text properties in strings when injecting, Stefan Monnier, 2019/10/08
- [elpa] externals/async 0a56cae 50/60: Update README, Stefan Monnier, 2019/10/08
- [elpa] externals/async b13baeb 47/60: Fix two issues in async-inject-variables, Stefan Monnier, 2019/10/08
- [elpa] externals/async 6fa6a86 49/60: Don't quote numbers as well, Stefan Monnier, 2019/10/08
- [elpa] externals/async caad15c 42/60: Bump to 1.9.3, Stefan Monnier, 2019/10/08
- [elpa] externals/async 373b32a 55/60: Remove props recursively when injecting vars with NOPROPS, Stefan Monnier, 2019/10/08
- [elpa] externals/async 81dc034 54/60: Merge pull request #107 from CeleritasCelery/master, Stefan Monnier, 2019/10/08
- [elpa] externals/async f61f1db 60/60: Merge pull request #113 from jwiegley/smonnier_patch, Stefan Monnier, 2019/10/08
- [elpa] externals/async 5e353eb 59/60: Change deps management in async-bytecomp.el, Stefan Monnier, 2019/10/08
- [elpa] externals/async 29e6144 07/60: Allow non list bindings in async-let., Stefan Monnier, 2019/10/08
- [elpa] externals/async d17c11e 51/60: Add more info about emacs bug when using async,
Stefan Monnier <=
- [elpa] externals/async 7df4b68 40/60: Merge branch 'master' of github.com:jwiegley/emacs-async, Stefan Monnier, 2019/10/08
- [elpa] externals/async 6c9c3a2 17/60: Update README.md, Stefan Monnier, 2019/10/08
- [elpa] externals/async e5e636c 19/60: Update version number., Stefan Monnier, 2019/10/08
- [elpa] externals/async ea83ef5 23/60: Use emacs -q flag to fix issue #80 with emacs-26, Stefan Monnier, 2019/10/08
- [elpa] externals/async 87853ae 29/60: Allow backing up in same directory, Stefan Monnier, 2019/10/08
- [elpa] externals/async 424ecd8 32/60: Fix compilation warning, Stefan Monnier, 2019/10/08
- [elpa] externals/async 15bcbf6 37/60: Use user-emacs-directory (#95), Stefan Monnier, 2019/10/08
- [elpa] externals/async 0b545da 53/60: Only revert dired buffers if not remote, Stefan Monnier, 2019/10/08
- [elpa] externals/async d0a29f1 46/60: Copy source files when installing, Stefan Monnier, 2019/10/08
- [elpa] externals/async ec374ca 57/60: Use consp instead of listp, Stefan Monnier, 2019/10/08