From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jos'h Fuller Subject: Re: [PATCH] Option for clock and timer to be displayed in frame-title Date: Tue, 6 Mar 2012 18:34:16 +0000 Message-ID: <44B0EAE8544C834188E8790873CDE1CC3E80E9@ARCEXCHANGE.arc.local> References: <87pqcypr9v.fsf@uea.ac.uk> <87hayafu5w.fsf@norang.ca> <87boohczzo.fsf@uea.ac.uk> <87vcmpdrka.fsf@norang.ca> <87pqcpljil.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4zDQ-0006YC-HK for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 13:34:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4zDL-0003vT-HG for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 13:34:28 -0500 Received: from mail.arcproductions.com ([206.191.120.230]:48605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4zDL-0003v3-Bv for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 13:34:23 -0500 In-Reply-To: Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: George Kettleborough , Bernt Hansen Cc: "emacs-orgmode@gnu.org" Hi! > Can you change the frame title by doing (setq > frame-title-format ...) on Windows emacs normally? =20 Just to let you know, I am using Windows Emacs 23.2.1 (i386-mingw-nt5.2.379= 0) I tried: (setq-frame-title-format "This is a test.") in the *scratch* window and got: Debugger entered--Lisp error: (void-function setq-frame-title-format) (setq-frame-title-format "This is a test.") eval((setq-frame-title-format "This is a test.")) eval-last-sexp-1(t) eval-last-sexp(t) eval-print-last-sexp() call-interactively(eval-print-last-sexp nil nil) I'm a little behind the current Emacs, but not that much. However, I have n= oticed other frame and window manipulation functions that are available on = UNIX, but not Windows. Hope this helps! ___________________________________________________________________________= ____ Jos'h Fuller, Production Programmer Arc Productions Ltd. =20 p: 416.682.5237 | f: 416.682.5209 | http://www.arcproductions.= com=20 230 Richmond Street East | Toronto, ON M5A 1P4 | > -----Original Message----- > From: emacs-orgmode-bounces+jos'h.fuller=3Darcproductions.com@gnu.org > [mailto:emacs-orgmode-bounces+jos'h.fuller=3Darcproductions.com@gnu.org] > On Behalf Of George Kettleborough > Sent: Tuesday, March 06, 2012 1:01 PM > To: Bernt Hansen > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] [PATCH] Option for clock and timer to be displayed in > frame-title >=20 > Hi Bernt, >=20 > On Tue, Mar 06 2012, Bernt Hansen wrote: > > I tried this patch at work and it hangs my Emacs session in Windows > on > > startup. It's totally unresponsive and I have to kill the process > with > > the task manager. > > > > I think there's an implementation problem here but I don't have any > > other useful information about what it might be. >=20 > Thanks for testing the patch. That's quite alarming and I have no idea > why this would happen. Can you change the frame title by doing (setq > frame-title-format ...) on Windows emacs normally? I don't currently > have any Windows boxen to test this on unfortunately. >=20 > Also, what emacs version are you running? >=20 > Thanks, >=20 > George.