どうにも、非アクティブ時の通知機能が弱いので、フリーソフト様に頼る。 理想としては、バルーンヘルプで通知をしてくれる事。 (この時点で汎用的なものじゃなくなるけど、まぁ、どうせwindowsしか使わんしOK) とりあえず、バルーンヘルプ表示ツール(tkNotify)を使用する方向で。 ~/.riece/init に以下のように記述〜 ;;; バルーン表示 (defun riece-balloon-disp (message) (if (and message (not (riece-message-own-p message)) ) (call-process "C:/MyDirectory/tkNotify/tkNotify.exe" nil 0 nil (concat "/t" "新着") (concat "/c" (riece-message-text message)) "/ii"