[opensuse-ja] 11.2 の Emacs23.1 を UTF-8 にした状態で印刷したい
oss11.2 にバージョンアップして Emacs 23.1.1 になっているのですが 1. a2ps-pl-1.45 2. oss11.2 のa2ps.pl を試しているのですが文字化け状態での印刷(ascii は無事)が lpr から 出来ない状態です。gs は cjk も入っています。 .emacs.el -- ;(setq print-command-format "/usr/local/bin/a2ps_jp -h -nn -f9.8 -p -a4 | lpr") (setq print-command-format "a2ps.pl | lpr") (defun print-region (begin end) (interactive "r") (shell-command-on-region begin end print-command-format)) (defun print-buffer () (interactive) (print-region (point-min) (point-max))) (setq print-function (function print-buffer)) -- u2ps だとかインターネット検索では出てきますが、gnome 絡みのライブラリを 用いていたりしていて利用を躊躇します。(必要なライブラリを入れようとすると 既存の依存関係が壊れそうで) Emacs 23.1 で出来れば perl 系のフィルターを通じて ps 作成、印刷出来 ないものでしょうか。 尚、Firefoxだとか Ooo などからは問題なく印刷されています。 -- Atsushi Shimmra -- To unsubscribe, e-mail: opensuse-ja+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-ja+help@opensuse.org
奥平です。こんにちは。 From: Atsushi Shimmra <atsushi.shimmra@gmail.com> Subject: [opensuse-ja] 11.2 の Emacs23.1 を UTF-8 にした状態で印刷したい Date: Tue, 24 Nov 2009 22:16:33 +0900 ...
1. a2ps-pl-1.45 2. oss11.2 のa2ps.pl を試しているのですが文字化け状態での印刷(ascii は無事)が lpr から 出来ない状態です。gs は cjk も入っています。
a2ps.pl で作成した postscript ファイルを gs で見たら、 文字化けしていませんか? # cp /usr/share/ghostscript/8.64/lib/cidfmap /etc/ghostscript/8.64/cidfmap でうまくいくかもしれません。はずしていたらすみません。 では。 --- 奧平 敦也 OKUDAIRA Atuya <okudaira((atto))mbc.ocn.ne.jp> -- To unsubscribe, e-mail: opensuse-ja+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-ja+help@opensuse.org
participants (2)
-
Atsushi Shimmra
-
Okudaira Atuya