emacs-elpa-diffs
[Top][All Lists]
Advanced

[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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]