From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Enila Nero Newsgroups: gmane.emacs.help Subject: Re: How to update current frame title? Date: Fri, 22 Oct 2004 09:07:08 GMT Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: geortal@yahoo.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098436094 13335 80.91.229.6 (22 Oct 2004 09:08:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Oct 2004 09:08:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 22 11:08:07 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKvP5-00062n-00 for ; Fri, 22 Oct 2004 11:08:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKvWY-00042Y-Vo for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Oct 2004 05:15:51 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!news.glorb.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc09.POSTED!372e6f02!not-for-mail Original-Newsgroups: gnu.emacs.help Cancel-Lock: sha1:ICajKEkF2PAs5O/Nd4WGCjOXoLg= Original-Lines: 18 Original-NNTP-Posting-Host: 4.43.183.182 Original-X-Complaints-To: abuse@verizon.net Original-X-Trace: trnddc09 1098436028 4.43.183.182 (Fri, 22 Oct 2004 05:07:08 EDT) Original-NNTP-Posting-Date: Fri, 22 Oct 2004 05:07:08 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:126006 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21381 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21381 "Song Fang" 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