From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [PATCH] Option for clock and timer to be displayed in frame-title Date: Tue, 06 Mar 2012 13:48:52 -0500 Message-ID: <5598.1331059732@alphaville> References: <87pqcypr9v.fsf@uea.ac.uk> <87hayafu5w.fsf@norang.ca> <87boohczzo.fsf@uea.ac.uk> <87vcmpdrka.fsf@norang.ca> <87pqcpljil.fsf@norang.ca> <44B0EAE8544C834188E8790873CDE1CC3E80E9@ARCEXCHANGE.arc.local> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4zRj-0004YZ-Ry for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 13:49:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4zRc-00083T-Rz for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 13:49:15 -0500 Received: from g4t0015.houston.hp.com ([15.201.24.18]:39152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4zRc-0007yL-Kk for emacs-orgmode@gnu.org; Tue, 06 Mar 2012 13:49:08 -0500 In-Reply-To: Message from Jos'h Fuller of "Tue, 06 Mar 2012 18:34:16 GMT." <44B0EAE8544C834188E8790873CDE1CC3E80E9@ARCEXCHANGE.arc.local> 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: Jos'h Fuller Cc: George Kettleborough , Bernt Hansen , nicholas.dokos@hp.com, "emacs-orgmode@gnu.org" Jos'h Fuller wrote: > Hi! > > > Can you change the frame title by doing (setq > > frame-title-format ...) on Windows emacs normally? > > Just to let you know, I am using Windows Emacs 23.2.1 (i386-mingw-nt5.2.3790) > > I tried: > > (setq-frame-title-format "This is a test.") > The correct invocation is (setq frame-title-format "This is a test.") frame-title-format is a variable. Nick > 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 noticed 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. > > p: 416.682.5237 | f: 416.682.5209 | http://www.arcproductions.com > 230 Richmond Street East | Toronto, ON M5A 1P4 | > > > > -----Original Message----- > > From: emacs-orgmode-bounces+jos'h.fuller=arcproductions.com@gnu.org > > [mailto:emacs-orgmode-bounces+jos'h.fuller=arcproductions.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 > > > > Hi Bernt, > > > > 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. > > > > 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. > > > > Also, what emacs version are you running? > > > > Thanks, > > > > George. > >