FLIM: *-external-decoder-option-to-specify-file and stdout

Yuuichi Teranishi teranisi @ gohome.org
2004年 1月 27日 (火) 23:22:14 JST


古い話しですが,

At Tue, 11 Nov 2003 23:21:05 +0900 (JST),
Tatsuya Kinoshita <tats @ vega.ocn.ne.jp> wrote:
> 
> Debian flimパッケージについて、metamailのmimencodeコマンドではな
> く、VMのbase64-decode, qp-decode等のコマンドが使えるように、とい
> う要望が届いています。(http://bugs.debian.org/212342)
> 
> しかし、base64-decodeやqp-decodeには出力ファイルを指定するための
> オプション("-o")がないため、現状のFLIMではこれらのコマンドが使え
> ません。できれば標準出力にも対応していただけませんか?
> 
> (*-external-decoder-option-to-specify-fileがnilなら標準出力を使う?)

反応がなかったようですので,上記の通り変更してみました(flim-1_14).

以下,設定例:

(setq base64-printable-external-decoder '("base64-decode"))
(setq base64-printable-external-decoder-option-to-specify-file nil)

(setq quoted-printable-external-decoder '("qp-decode"))
(setq quoted-printable-external-decoder-option-to-specify-file nil)

--
Yuuichi Teranishi (寺西裕一) <teranisi @ gohome.org>
GPG Public Key: http://www.gohome.org/gpg/teranisi.asc
"For tomorrow may rain, so I'll follow the sun."




More information about the Emacs-mime-ja mailing list