From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs crashed on windows-xp Date: Thu, 12 Oct 2006 10:57:44 -0400 Message-ID: References: <452D1379.7010307@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160665378 6173 80.91.229.2 (12 Oct 2006 15:02:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2006 15:02:58 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 12 17:02:56 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GY20e-0007NH-WE for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 16:58:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY20e-0008Os-KT for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 10:58:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GY20I-0008KX-FG for emacs-devel@gnu.org; Thu, 12 Oct 2006 10:57:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GY20H-0008KD-Lo for emacs-devel@gnu.org; Thu, 12 Oct 2006 10:57:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY20H-0008K7-Ar for emacs-devel@gnu.org; Thu, 12 Oct 2006 10:57:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GY28W-0002yu-HP for emacs-devel@gnu.org; Thu, 12 Oct 2006 11:06:16 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.34) id 1GY20G-0007IO-Ke; Thu, 12 Oct 2006 10:57:44 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:60669 Archived-At: > From: storm@cua.dk (Kim F. Storm) > Date: Thu, 12 Oct 2006 16:04:57 +0200 > Cc: Emacs Devel > > /* Update all frame titles based on their buffer names, etc. We do > this before the menu bars so that the buffer-menu will show the > up-to-date frame titles. */ > > BTW, what does frame titles have to do with the buffer menu? Perhaps this comment refers to the fact that Buffers->Frames menu-bar menu shows a name for each frame, and that name is taken from the titles of the frames?