記事一覧

追加:Meadow-1.15pre1 の codename

遅ればせながら、Meadow-1.15pre1 の codename "SHOUBU" →"菖蒲" を拙作の mm-version.el に追加しました。

変更: Meadow の shell mode の改行コードを CRLF から LF へ

いつ頃からか分かりませんが、少なくとも cygwin-1.3.9-1 にしてから、
Meadow の shell mode に ^M がついてしまいました。
そこで、coding-system を変更しました。
(add-hook 'shell-mode-hook
(lambda ()
(set-buffer-process-coding-system 'undecided-dos 'sjis-unix)))
です。

追加: yahtml fiber 経由のブラウジングのショートカットエラーに対応

cygwin-1.3.9-1 にしてから、fiber.exe 経由でブラウザを起動しようとすると、
ショートカットエラーなんて出てしまうので、下記のようにエラー回避してます。
yatex.1.69.2 に同包されている yahtml.el 用ですが、他でも patch はあたると思います。

yahtml.el.origMon Feb 18 23:38:02 2002
  • -- yahtml.elMon Feb 18 23:38:26 2002
************
2302,2308 ****

(if (string-match "^[A-Za-z]:/" file)
(progn
;; (aset file 1 ?|) ;これは要らないらしい…
! (setq file (concat "///" file))))
(while list
(if (string-match (concat "^" (regexp-quote (car (car list)))) file)
(setq url (cdr (car list))

  • -- 2302,2309 ----
  • (if (string-match "^[A-Za-z]:/" file)
    (progn
    ;; (aset file 1 ?|) ;これは要らないらしい…
    ! (setq file (concat "//" file)))) ;fixed by te-kun
    ! ; (setq file (concat "///" file))))
    (while list
    (if (string-match (concat "^" (regexp-quote (car (car list)))) file)
    (setq url (cdr (car list))

追加: xcite に メーリングリスト名と記事番号

メールの返信時に、メーリングリスト名と記事番号が入るようにしました。
こんな感じです。
From: foo <foo@foo.org> -->"フー"さん曰く
Subject: Re: xcite.el
Date: Wed, 06 Feb 2002 22:13:35 +0900 (JST)
Message-Id: <200200101.11111.222222.foo@foo.org>
ML-Name: [meadow-users-jp: xxxx]