From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: request: make-frame-visible hook Date: Wed, 18 Feb 2009 11:54:16 -0500 Message-ID: References: <87fxidj8gt.fsf@earthlink.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234976079 11733 80.91.229.12 (18 Feb 2009 16:54:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2009 16:54:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lynbech Christian Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 18 17:55:55 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 1LZpi8-0008PE-B5 for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2009 17:55:48 +0100 Original-Received: from localhost ([127.0.0.1]:34503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZpgo-0007LA-A0 for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2009 11:54:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZpgj-0007Kh-KZ for emacs-devel@gnu.org; Wed, 18 Feb 2009 11:54:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZpgi-0007KP-AY for emacs-devel@gnu.org; Wed, 18 Feb 2009 11:54:21 -0500 Original-Received: from [199.232.76.173] (port=59483 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZpgi-0007KE-1e for emacs-devel@gnu.org; Wed, 18 Feb 2009 11:54:20 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:51024 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZpgg-00077v-12 for emacs-devel@gnu.org; Wed, 18 Feb 2009 11:54:19 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuMFADPMm0lMCpTK/2dsb2JhbACBbtNahBMGgzw X-IronPort-AV: E=Sophos;i="4.38,230,1233550800"; d="scan'208";a="34038342" Original-Received: from 76-10-148-202.dsl.teksavvy.com (HELO pastel.home) ([76.10.148.202]) by ironport2-out.teksavvy.com with ESMTP; 18 Feb 2009 11:54:16 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B945B8442; Wed, 18 Feb 2009 11:54:16 -0500 (EST) In-Reply-To: (Lynbech Christian's message of "Wed, 18 Feb 2009 15:59:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109189 Archived-At: > Whether or not visibility tracking could be construed as useful, the > problem still stands that there are multiple applications that wants to > install stuff into special-event-map so perhaps a more generic solution > should be sought such that multiple handlers can be present or registered > for any event in that map? We could easily setup a default handler that defers to a frame-local make-frame-visible hook, indeed. But before doing that I think we'd need to see what those things are used for. E.g. why does dframe mess with the make-frame-visible events? What do you concretely do with those events? Stefan