[Mew-dist 15799] Re: b96
NARA Susumu
nara at example.com
2001年 1月 10日 (水) 14:10:47 JST
Kazu Yamamoto (山本和彦) <kazu at example.com> wrote in message
mail:<20010110.132712.59682032.kazu at example.com>...
> を
> (setq global-mode-string
> (append global-mode-string
> '(" " (mew-biff-string mew-biff-string))))
>
> にすればいいような気がします。
>
> しかし、global-mode-string が nil のときに、まぬけになるから、どうしま
> しょうかね。
(defcustom display-time-string-forms
'((if (and (not display-time-format) display-time-day-and-date)
(format-time-string "%a %b %e " now)
"")
(format-time-string (or display-time-format
(if display-time-24hr-format "%H:%M" "%-I:%M%p"))
now)
load
(if mail " Mail" "")))
なので、メールがあるときだけ、" "を追加して貰えると良いと思います。
--nara
Mew-dist メーリングリストの案内