help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to update current frame title?


From: Enila Nero
Subject: Re: How to update current frame title?
Date: Fri, 22 Oct 2004 09:07:08 GMT

"Song Fang" <songfang@datangmobile.cn> writes:

> Hi,
>
> I want to display the date and time on the frame title, so I add a line
> into the .emacs file:
>     (setq frame-title-frame '("GNU Emacs "
>                               (:eval (format-time-string "%Y-%m-%d %R"))))
>
> But it only updates when the frame is redsplayed.
> Can I update the title using something like `force-mode-line-update'?

Google for the lesser known package title-time.el .

>
> Thanks
>
> Song


reply via email to

[Prev in Thread] Current Thread [Next in Thread]