[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacspeak-speak.el にも メール用の関数あり
- To: BEP ML <bep@argv.org>
- Subject: emacspeak-speak.el にも メール用の関数あり
- From: Takayuki Watanabe <takayuki@la.shonan-it.ac.jp>
- Date: Mon, 11 Sep 2000 11:38:54 +0900
- Delivered-To: mailing list bep@argv.org
- Mailing-List: contact bep-help@argv.org; run by ezmlm
渡辺@湘南工科大です。
emacspeak-speak.elにも、RMail用の関数などが定義されているんですね。
;;{{{ mail check
(defsubst emacspeak-get-file-modification-time (filename)
"Return file modification time for file FILENAME."
(defsubst emacspeak-get-file-size (filename)
"Return file size for file FILENAME."
(defsubst emacspeak-mail-get-last-mail-arrival-time ()
"Return time when mail was last checked."
(defun emacspeak-mail-alert-user ()
"Alerts user about the arrival of new mail."
(defun emacspeak-toggle-mail-alert (&optional prefix)
"Toggle state of Emacspeak mail alert.
Interactive PREFIX arg means toggle the global default value,
and then set the current local value to the result.
Turning on this option results in Emacspeak producing an auditory icon
indicating the arrival of new mail when displaying the mode line."
以上。