[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacspeak-speak.el にも メール用の関数あり



渡辺@湘南工科大です。

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."

以上。