[Mew-dist 09665] disable-timeout (Re: b41)

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
1999年 7月 15日 (木) 14:04:31 JST


From: Kazu Yamamoto (山本和彦) <kazu at example.com> さん曰く
Subject: [Mew-dist 09662] b41
Message-ID: <19990715133950D.kazu at example.com>
Date: Thu, 15 Jul 1999 13:40:38 +0900

kazu> mew-1.94b41.tar.gz を ftp.mew.org:/pub/Mew/beta に置きました。

(defun mew-pgp-clean-up () のなかの

	(if (not (fboundp 'disable-timeout))
	    (require 'timer))
	(disable-timeout mew-pgp-timer-id)))

なのですが、Emacs 19.28 附属の timer.el には disable-timeout が
ないため、"Q" でエラーになります。

20.3.x では、(defalias 'disable-timeout 'cancel-timer) となって
いるのですが、cancel-timer(elt) は 19.28 でもあるようです。

ちなみに、
20.3.x の help
(cancel-timer TIMER)

Remove TIMER from the list of active timers.


19.28 の help
(cancel-timer ELT)

Cancel a timer previously made with `run-at-time'.
The argument should be a value previously returned by `run-at-time'.
Cancelling the timer means that nothing special 
will happen at the specified time.

というわけで、御報告まで。

-- 
白井秀行 (mailto:shirai at example.com)



Mew-dist メーリングリストの案内