From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: request: make-frame-visible hook Date: Sun, 22 Feb 2009 09:35:50 -0500 Message-ID: References: <87tz6nqh9y.fsf@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1235313543 7881 80.91.229.12 (22 Feb 2009 14:39:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2009 14:39:03 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk To: Bo Lin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 22 15:40:19 2009 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 1LbFVC-0008Rm-TO for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2009 15:40:19 +0100 Original-Received: from localhost ([127.0.0.1]:44472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbFTs-0002Mr-Gi for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2009 09:38:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LbFT5-0001qj-Ho for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:38:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LbFT3-0001oq-Op for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:38:06 -0500 Original-Received: from [199.232.76.173] (port=38821 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbFT3-0001oj-CY for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:38:05 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51660) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LbFT3-0000q0-4u for emacs-devel@gnu.org; Sun, 22 Feb 2009 09:38:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LbFQs-0002To-S7; Sun, 22 Feb 2009 09:35:50 -0500 In-reply-to: <87tz6nqh9y.fsf@gmail.com> (message from Bo Lin on Sun, 22 Feb 2009 11:31:21 +0800) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:109287 Archived-At: In order to do that it needs to be notified when the window configuration is about to change but before the change has actually occurred, so `window-configuration-change-hook' is not sufficient. If `window-configuration-change-hook' is ok, then `before-window-buffer-change-hook' is ok.