Re: [SEMI] PGG included with SEMI 1.14.6 doesn't cache GnuPG passphrase
Katsumi Yamaoka <[email protected]> Mon, 27 Sep 2004 09:10:45 +0900
| Newsgroups | gmane.mail.emacs.mime.japanese |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
>>>>> In [emacs-mime-ja : No.01892] wrote:
> NetBSD
>
>
> SEMI 1.14.6
SEMI pgg-gpg.el split-string XEmacs
Emacs
split-string XEmacs
;; XEmacs, latest Emacs 21.3.50
(split-string ":1024:1:89C205B4DA5BFE1D:1996-04-11::::Miles" ":")
=> ("" "1024" "1" "89C205B4DA5BFE1D" "1996-04-11" "" "" "" "Miles")
;; Emacs 21.3
(split-string ":1024:1:89C205B4DA5BFE1D:1996-04-11::::Miles" ":")
=> ("1024" "1" "89C205B4DA5BFE1D" "1996-04-11" "" "" "" "Miles")
key id Emacs
Emacs
Emacs
Emacs pgg-gpg.el [1]
SEMI (semi-1_14 emiko-1_14 )
2003-11-15 Simon Josefsson <[email protected]>
* pgg-gpg.el (pgg-gpg-lookup-key): Use regexp match instead of
split-string (split-string is different between emacs 21.2 and
21.4). Reported by [email protected] (David D. Smith).
[1] Emacs Gnus lisp/gnus/
PGG Emacs 21.4
SEMI FLIM