From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Uhm... weird frame behaviour Date: Mon, 12 Sep 2011 11:04:19 +0200 Message-ID: <4E6DCB13.8080001@gmx.at> References: <4E6C80BF.2060002@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315818280 26297 80.91.229.12 (12 Sep 2011 09:04:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Sep 2011 09:04:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 12 11:04:36 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R32RQ-00082k-2r for ged-emacs-devel@m.gmane.org; Mon, 12 Sep 2011 11:04:36 +0200 Original-Received: from localhost ([::1]:54437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R32RP-0001mf-IC for ged-emacs-devel@m.gmane.org; Mon, 12 Sep 2011 05:04:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R32RI-0001ZM-RE for emacs-devel@gnu.org; Mon, 12 Sep 2011 05:04:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R32RD-0002ze-0o for emacs-devel@gnu.org; Mon, 12 Sep 2011 05:04:28 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:48954) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R32RC-0002zU-HZ for emacs-devel@gnu.org; Mon, 12 Sep 2011 05:04:22 -0400 Original-Received: (qmail invoked by alias); 12 Sep 2011 09:04:20 -0000 Original-Received: from 62-47-59-1.adsl.highway.telekom.at (EHLO [62.47.59.1]) [62.47.59.1] by mail.gmx.net (mp046) with SMTP; 12 Sep 2011 11:04:20 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+L2HZhA22L5GI88CkZG0dGLAtndrZgNzLyyGE5Yj alVRf5jlonCciw User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143923 Archived-At: > I also tried > > (setq delete-frame-functions '(debug)) > > to see whether I could see what's deleting mah frames, but it's > apparently not being called? Maybe because you're in redisplay. martin