X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-ui-ja.texi;h=8fe71debfb5dadb87399834a67f6ee04fcf7afdf;hb=96883731e158c59083375436dc7c48fc4480434e;hp=8f2d791f0fbf747e31b4a492374257307e048dff;hpb=3b70e22a7e7202ebecebe28d7483fcf10398b5a3;p=elisp%2Fsemi.git diff --git a/mime-ui-ja.texi b/mime-ui-ja.texi index 8f2d791..8fe71de 100644 --- a/mime-ui-ja.texi +++ b/mime-ui-ja.texi @@ -141,14 +141,14 @@ C-c C-x C-y insert a mail or news message. C-c C-x RET insert a mail message. C-c C-x C-s insert a signature file at end. C-c C-x t insert a new MIME tag. -C-c C-x a enclose as multipart/alternative. -C-c C-x p enclose as multipart/parallel. -C-c C-x m enclose as multipart/mixed. -C-c C-x d enclose as multipart/digest. -C-c C-x s enclose as PGP signed. -C-c C-x e enclose as PGP encrypted. +C-c C-m C-a enclose as multipart/alternative. +C-c C-m C-p enclose as multipart/parallel. +C-c C-m C-m enclose as multipart/mixed. +C-c C-m C-d enclose as multipart/digest. +C-c C-m C-s enclose as PGP signed. +C-c C-m C-e enclose as PGP encrypted. C-c C-x C-k insert PGP public key. -C-c C-x C-p preview editing MIME message. +C-c C-x p preview editing MIME message. ... って訳で、C-c C-x C-i を押して、挿入したい binary file を指定します。 @@ -455,22 +455,22 @@ enclosure を作るための操作としては以下のようなものがあります。 @item @key{C-c C-m C-a} 指定した region を multipart/alternative として囲みます。 -@item @key{C-c C-x C-p} +@item @key{C-c C-m C-p} 指定した region を multipart/parallel として囲みます。 -@item @key{C-c C-x C-m} +@item @key{C-c C-m C-m} 指定した region を multipart/mixed として囲みます。 -@item @key{C-c C-x C-d} +@item @key{C-c C-m C-d} 指定した region を multipart/digest として囲みます。 -@item @key{C-c C-x C-s} +@item @key{C-c C-m C-s} 指定した region に電子署名を行います。(cf. @ref{PGP}) -@item @key{C-c C-x C-e} +@item @key{C-c C-m C-e} 指定した region を暗号化します。(cf. @ref{PGP}) -@item @key{C-c C-x C-q} +@item @key{C-c C-m C-q} 指定した region 内の tag を無効にし、その tag を文字列として利用できる ようにします。(現在の版ではうまく働かないことがあります。また、電子署 名との併用に関しても不完全です) @@ -716,6 +716,17 @@ mime-edit では @strong{PGP/MIME} (RFC 2015) および@strong{PGP-kazu} @end defvar +@defvar pgg-insert-url-function + +鍵サーバから公開鍵を取り寄せる際に使う関数です。デフォルトでは +Emacs/W3 を使う設定になっています。emacs-w3m を使う場合には +次のように設定します。 +@lisp +(setq pgg-insert-url-function #'w3m-retrieve) +@end lisp +@end defvar + + @node Buttons, Acting-condition configuration, PGP, Various @section 押釦