emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 106b9e1: Unify prompt for gnupg passphrase betwee


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 106b9e1: Unify prompt for gnupg passphrase between GNU/Linux and MS-Windows.
Date: Sat, 27 Oct 2018 05:37:38 -0400 (EDT)

branch: emacs-26
commit 106b9e138fff3a68cbfa09422441af74cdd0355a
Author: Pierre Téchoueyres <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Unify prompt for gnupg passphrase between GNU/Linux and MS-Windows.
    
    * lisp/epg.el (epg--start): Use 'raw-text' for coding system instead
    of 'binary', in order to avoid spurious carriage return on Microsoft
    Windows and MS-DOS when prompting for a password.  (Bug#33040)
---
 lisp/epg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/epg.el b/lisp/epg.el
index dc0e2df..87b51b2 100644
--- a/lisp/epg.el
+++ b/lisp/epg.el
@@ -657,7 +657,7 @@ callback data (if any)."
                                  :command (cons (epg-context-program context)
                                                 args)
                                  :connection-type 'pipe
-                                 :coding '(binary . binary)
+                                 :coding 'raw-text
                                  :filter #'epg--process-filter
                                  :stderr error-process
                                  :noquery t)))



reply via email to

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