From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?ISO-8859-1?Q?S=E9bastien_Rocca_Serra?=" Newsgroups: gmane.emacs.devel Subject: 22.1.1; Frame title no more updated after calling `set-frame-configuration' Date: Thu, 30 Aug 2007 19:41:32 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0252865335==" X-Trace: sea.gmane.org 1188499946 2213 80.91.229.12 (30 Aug 2007 18:52:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2007 18:52:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 30 20:52:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQp7v-00035r-Lt for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 20:52:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQp7v-0005bA-Ce for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 14:52:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQo1Q-0004sE-Uq for emacs-devel@gnu.org; Thu, 30 Aug 2007 13:41:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQo1P-0004rg-Dq for emacs-devel@gnu.org; Thu, 30 Aug 2007 13:41:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQo1P-0004ra-53 for emacs-devel@gnu.org; Thu, 30 Aug 2007 13:41:35 -0400 Original-Received: from qb-out-0506.google.com ([72.14.204.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQo1O-0000KO-QE for emacs-devel@gnu.org; Thu, 30 Aug 2007 13:41:34 -0400 Original-Received: by qb-out-0506.google.com with SMTP id e6so623154qbe for ; Thu, 30 Aug 2007 10:41:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=R5g2VJJvJMacvIKCmas8x1fcM35u1JD/Cmw3DOBurPlq5gUHD+IZ6H6prNIG1vXwpSg/GQMgNDCOmNVE9vnFr68pzqVGxjI9kAqtnfDTm6ol3qa6qiB6hTi1ZScJKCQbQXPzA4q+gyCMuv1PQg6JzFxhNBR5xIz3VYgyz7O1iP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Io4zIUI4snlWx6ZuXb1r6iBmTsrgoZk0l7kYW8SkB2uMZ6jI7RATw9sVQC9haU+hUq/QJIaetyjlFXx7x6WOT5TM/0BVZ5CVSgMlsdmAxW8YqHdTNqV4MvyDog1cBk4AUugQTT9oByl2nvPIllybMpFnoatTj2C4ZRhDNqnolUI= Original-Received: by 10.141.185.3 with SMTP id m3mr307806rvp.1188495692776; Thu, 30 Aug 2007 10:41:32 -0700 (PDT) Original-Received: by 10.141.99.10 with HTTP; Thu, 30 Aug 2007 10:41:32 -0700 (PDT) X-Detected-Kernel: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 30 Aug 2007 14:52:19 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77426 Archived-At: --===============0252865335== Content-Type: multipart/alternative; boundary="----=_Part_2755_25427023.1188495692750" ------=_Part_2755_25427023.1188495692750 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I have a problem with Emacs 22: I display the current buffer's name in the frame title, but as soon as I call `set-frame-configuration', my frame title no longer updates when I switch buffer. Context ------- 1. I start "emacs -Q" with version "GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE" 2. I display the current buffer's name in the frame title by running (setq frame-title-format "%b") in the scratch 3. I save the frame configuration by executing (setq my-frameconfig (current-frame-configuration)) in the scratch buffer 4. If I switch buffers, the title frame updates fine 5. I restore the frame config by calling (set-frame-configuration my-frameconfig) Problem ------- After calling `set-frame-configuration' (step 5), the title frame is frozen, it no longer updates when I switch buffer. Notes ----- This also happens in EmacsW32 "GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600) of 2007-05-23 on LENNART-69DE564 (patched)". Thanks! ------=_Part_2755_25427023.1188495692750 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
I have a problem with Emacs 22: I display the current buffer's name in the frame title, but as soon as I call `set-frame-configuration', my frame title no longer updates when I switch buffer.

Context
-------

1. I start "emacs -Q" with version "GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE"

2. I display the current buffer's name in the frame title by running (setq frame-title-format "%b") in the scratch

3. I save the frame configuration by executing (setq my-frameconfig (current-frame-configuration)) in the scratch buffer

4. If I switch buffers, the title frame updates fine

5. I restore the frame config by calling (set-frame-configuration my-frameconfig)

Problem
-------

After calling `set-frame-configuration' (step 5), the title frame is frozen, it no longer updates when I switch buffer.

Notes
-----

This also happens in EmacsW32 "GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600) of 2007-05-23 on LENNART-69DE564 (patched)".

Thanks! ------=_Part_2755_25427023.1188495692750-- --===============0252865335== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============0252865335==--