記事一覧

[雑感] 追加:今頃(2002/04/08)、Win98

2002年04月09日(火)19時47分

メーカも機種も違う専用のリカバリーCD で Win98 が入りました。
パソコン が壊れるかもしれないので、良い子は真似をしないように。:-p

isearch に入った後、C-d と押すと次の一文字を拾ってきます。

2002年03月21日(木)21時01分

(defun isearch-yank-char ()
"Pull next character from buffer into search string."
(interactive)
(isearch-yank-string
(save-excursion
(and (not isearch-forward) isearch-other-end
(goto-char isearch-other-end))
(buffer-substring (point) (1+ (point))))))
(define-key isearch-mode-map "\C-d" 'isearch-yank-char)
白井さん作です。

x-face-1.3.6.20.tar.gz

2002年03月18日(月)21時05分

x-face-1.3.6.20.tar.gz がリリースされています。

Mew summary の表示変更

2002年03月16日(土)21時03分

開発版の Mew 3.0.54 から mew-scan-fields-alias が変更されました。
これに伴い Mew summary の表示変更 を修正しました。

xcite.el,v 1.43

2002年03月04日(月)21時06分

xcite.el,v 1.43 がリリースされています。
私なりの修正の patch は無事当たります。

追加:Emacs21.1 に特有な設定

2002年03月03日(日)21時07分

;; cursor の blink を止める
(blink-cursor-mode 0)
;; active でない window の空 cursor を出さない
(setq cursor-in-non-selected-windows nil)

追加:Meadow-1.15pre1 の codename

2002年02月23日(土)21時17分

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

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

2002年02月19日(火)21時15分

いつ頃からか分かりませんが、少なくとも 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 経由のブラウジングのショートカットエラーに対応

2002年02月19日(火)21時13分

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 に メーリングリスト名と記事番号

2002年02月19日(火)21時10分

メールの返信時に、メーリングリスト名と記事番号が入るようにしました。
こんな感じです。
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]