From: Eli Zaretskii <eliz@gnu.org>
To: "Pierre Téchoueyres" <pierre.techoueyres@free.fr>
Cc: 33040@debbugs.gnu.org
Subject: bug#33040: 26.1.50; Epg prompt on Microsoft Windows differ from the GNU/Linux on when asking passphrase
Date: Sat, 20 Oct 2018 13:17:25 +0300 [thread overview]
Message-ID: <838t2svs5m.fsf@gnu.org> (raw)
In-Reply-To: <87y3b0cynl.fsf@killashandra.ballybran.fr> (message from Pierre Téchoueyres on Sun, 14 Oct 2018 17:53:50 +0200)
> From: Pierre Téchoueyres <pierre.techoueyres@free.fr>
> Date: Sun, 14 Oct 2018 17:53:50 +0200
>
> diff --git a/lisp/epg.el b/lisp/epg.el
> index 8f26cd34ee..000366d76a 100644
> --- a/lisp/epg.el
> +++ b/lisp/epg.el
> @@ -655,7 +655,9 @@ epg--start
> :command (cons (epg-context-program context)
> args)
> :connection-type 'pipe
> - :coding '(binary . binary)
> + :coding (if (memq system-type '(ms-dos windows-nt))
> + (cons locale-coding-system locale-coding-system)
> + '(binary . binary))
> :filter #'epg--process-filter
> :stderr error-process
> :noquery t)))
Thanks.
I think a better solution is to use raw-text-unix on both Unix and
DOS/Windows. Can you try that and see if doing so produces good
results on both systems?
next prev parent reply other threads:[~2018-10-20 10:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-14 15:53 bug#33040: 26.1.50; Epg prompt on Microsoft Windows differ from the GNU/Linux on when asking passphrase Pierre Téchoueyres
2018-10-20 10:17 ` Eli Zaretskii [this message]
2018-10-24 16:55 ` Pierre Téchoueyres
2018-10-24 17:40 ` Eli Zaretskii
2018-10-24 18:08 ` Pierre Téchoueyres
2018-10-24 18:35 ` Eli Zaretskii
2018-10-24 19:21 ` Pierre Téchoueyres
2018-10-27 9:38 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=838t2svs5m.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=33040@debbugs.gnu.org \
--cc=pierre.techoueyres@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.