[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:11737] Re: man-db-ja



From: Takao KAWAMURA <kawamura@debian.or.jp>
Subject: [debian-users:11734] man-db-ja
Date: Sat, 9 Jan 1999 18:51:24 +0900
Message-ID: <m0zyv37-0002XuC@xxxxxxxxxxxxxxxxxxxxx>

kawamura> ところで、XEmacsでは日本語manpagesは問題なく見えるのでしょう
kawamura> か?

最近まで、化けてて読めなかったのですが。Mewのinfoが化けるのを解消する
(modify-coding-system-alist 'process "" 'euc-japan)
を入れると化けずに日本語manが読めるようになりました。

ただ、本人が理由を判ってないのが、ちとさびしいのですが。processの漢字
コードってなんなんでしょうか。表示とかファイルへの読み書きなら
漢字コードのイメージがしやすいのですが。

Emacsが管理するフィルターのプログラム(プロセスの一種だが)への指示なん
でしょうか。

XEmacsのC-h f modify-cording-system-alistしてみましたがいまいち
ピンときませんね。

`modify-coding-system-alist' is a compiled Lisp function
  -- loaded from "mule-coding.elc"
(modify-coding-system-alist TARGET-TYPE REGEXP CODING-SYSTEM)

Modify one of look up tables for finding a coding system on I/O operation.
There are three of such tables, `file-coding-system-alist',
`process-coding-system-alist', and `network-coding-system-alist'.

TARGET-TYPE specifies which of them to modify.
If it is `file', it affects `file-coding-system-alist' (which see).
If it is `process', it affects `process-coding-system-alist' (which see).
If it is `network', it affects `network-codign-system-alist' (which see).

REGEXP is a regular expression matching a target of I/O operation.
The target is a file name if TARGET-TYPE is `file', a program name if
TARGET-TYPE is `process', or a network service name or a port number
to connect to if TARGET-TYPE is `network'.

CODING-SYSTEM is a coding system to perform code conversion on the I/O
operation, or a cons cell (DECODING . ENCODING) specifying the coding systems
for decoding and encoding respectively,
or a function symbol which, when called, returns such a cons cell.
====+====+====+====+====+====+====+====+====+====+====+====+====+====+
yabuki yukiharu (矢吹幸治)
Email: yabuki@xxxxxxxxxxxxxxx
       GAA00412@xxxxxxxxxxx
PGP Key fingerprint = 27 96 DD BA FC FF BE 19  E5 60 2F 43 73 85 74 84
[debian-users:11194]で呼びかけたemacs-commonのテスタ募集
====+====+====+====+====+====+====+====+====+====+====+====+====+====+