[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [表紙] [目次] [索引] [検索] [上端 / 下端] [?]

4. その他

URL="https://bookshelf.jp/cgi-bin/goto.cgi?file=mime-ui-ja&node=Various"
"mime-ui-ja/その他"へのコメント(無し)



[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [表紙] [目次] [索引] [検索] [上端 / 下端] [?]

4.1 PGP

URL="https://bookshelf.jp/cgi-bin/goto.cgi?file=mime-ui-ja&node=PGP"
"mime-ui-ja/PGP"へのコメント(無し)

mime-edit では PGP/MIME (RFC 2015) およびPGP-kazu (draft-kazu-pgp-mime-00.txt) による暗号化・電子署名・公開鍵の挿入機能を 利用することができます。

但し、この機能を利用するには各種 pgp command が必要です。

Variable: pgg-default-scheme

暗号化もしくは署名に用いる PGP もしくは GnuPG コマンドのバージョンです。 値は symbol を指定します。使えるバージョンは gpgpgp もしくは pgp5 です。

Variable: pgg-scheme

復号もしくは検証に用いる PGP もしくは GnuPG コマンドのバージョンです。 値は symbol を指定します。使えるバージョンは gpgpgp もしくは pgp5 です。

Variable: pgg-insert-url-function

鍵サーバから公開鍵を取り寄せる際に使う関数です。デフォルトでは Emacs/W3 を使う設定になっています。emacs-w3m を使う場合には 次のように設定します。

 
(setq pgg-insert-url-function #'w3m-retrieve)



[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [表紙] [目次] [索引] [検索] [上端 / 下端] [?]

4.2 押釦

URL="https://bookshelf.jp/cgi-bin/goto.cgi?file=mime-ui-ja&node=Buttons"
"mime-ui-ja/押釦"へのコメント(無し)

Variable: mime-button-face

MIME-Preview バッファで content-button もしくは URL-button に用いる face です。

Variable: mime-button-mouse-face

MIME-preview バッファでマウスをハイライトする際に用いる face です。

Variable: mime-browse-url-function

URL をブラウズする関数です。



[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [表紙] [目次] [索引] [検索] [上端 / 下端] [?]

4.3 実行条件の設定

URL="https://bookshelf.jp/cgi-bin/goto.cgi?file=mime-ui-ja&node=Acting-condition%20configuration"
"mime-ui-ja/実行条件の設定"へのコメント(無し)

Function: mime-add-condition target-type condition &optional mode file

Add condition to database specified by target-type.

target-type must be preview or action.

If optional argument mode is strict or nil (omitted), condition is added strictly.

If optional argument mode is with-default, condition is added with default rule.

If optional argument file is specified, it is loaded when condition is activate.


[ << ] [ >> ]           [表紙] [目次] [索引] [検索] [上端 / 下端] [?]