; * lisp/epg.el (epg--start): Add commentary about encoding.
This commit is contained in:
parent
73898f0214
commit
179800f36b
1 changed files with 3 additions and 0 deletions
|
@ -680,6 +680,9 @@ callback data (if any)."
|
||||||
:filter #'epg--process-filter
|
:filter #'epg--process-filter
|
||||||
:stderr error-process
|
:stderr error-process
|
||||||
:noquery t))))
|
:noquery t))))
|
||||||
|
;; We encode and decode ourselves the text sent/received from gpg,
|
||||||
|
;; so the below disables automatic encoding and decoding by
|
||||||
|
;; subprocess communications routines.
|
||||||
(set-process-coding-system process 'raw-text 'raw-text)
|
(set-process-coding-system process 'raw-text 'raw-text)
|
||||||
(setf (epg-context-process context) process)))
|
(setf (epg-context-process context) process)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue