[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

[MD:929] Meadow migration plan.



NT4.0 Work Station + service pack 4 で使っている、圭一です。

;; なんだか、ネットワークが遅くてなかなか落としてこられず、移行作業の開
;; 始が昼になってしまった。 ^^;;;;

>>>>> meadow-develop の Mail No. 927 で、
>>>>> "市川" == Tatsuya Ichikawa <ichikawa@xxxxxxxxxxxxxx> さま曰く...

市川>   ところで、更に疑問なのですが、Gnus(T-gnus) を使おうと設定して、さて記
市川>   事を読もうとすると
市川>     Variable enable-multibayte-multibyte-characters is read only
市川>   といって、読む事はできないわ、C-x C-c で Meadow を終了する事もできなく
市川>   なってしまいます。

FILM の eword-decode.el をいじって使っていませんか?

以前、生の ISO-8859-x がヘッダーに入っているとおかしくなるという現象の対
応で私も eword-analyze-atom を置き換えていました。

(defun eword-analyze-atom (string start &optional must-unfold)
  (if (and (string-match std11-atom-regexp (string-as-unibyte string) start)
	   (= (match-beginning 0) start))
      (let ((end (match-end 0)))
	(cons (cons 'atom (decode-mime-charset-string
			   (substring string start end)
			   default-mime-charset))
	      ;;(substring string end)
	      end)
	)))

こちらを使うようにしてください。

;; 20.4 系で FLIM を使っている人はこれを置き換えておいた方が良いかもしれ
;; ません。

もし、こういうことでなければ、 apel の置き換えがうまく行っていない位のこ
としか考えられません。

市川> ;; 既に、20.2 -> 20.3 の変更点でつまずいたか…
市川> ;; しかも、himi さんの枝から持って来た mule-ucs がそのまま使えない…

これは、 akr さんのバージョンを使いましょう。
;; 私もとってこようとしているところです。

書いていて気が付いたのですが、日本語を入力しているときでも auto-fill が
効くようになりましたね。
;; これはうれしい。 :-)

;; さて、付属の ps-print を覗いてみなければ。 ;-)
-- 
鈴木圭一 / keiichi@xxxxxxxxxxxx, kei-suzu@xxxxxxxxxxxxxx
PGP finger print (DH/DSS) 796B B9B1 436B 481C 709B  430C 829F 1705 9BB2 CAF3