From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: `delete-frame-hook' isn't defined Date: Tue, 01 Oct 2002 16:14:33 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1033484982 23352 127.0.0.1 (1 Oct 2002 15:09:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2002 15:09:42 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wOeb-00064Q-00 for ; Tue, 01 Oct 2002 17:09:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17wPOo-0002MX-00 for ; Tue, 01 Oct 2002 17:57:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wOes-0002v9-00; Tue, 01 Oct 2002 11:09:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17wOdM-0002W8-00 for emacs-devel@gnu.org; Tue, 01 Oct 2002 11:08:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17wOdK-0002Vw-00 for emacs-devel@gnu.org; Tue, 01 Oct 2002 11:08:23 -0400 Original-Received: from cmailm2.svr.pol.co.uk ([195.92.193.210]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wOdI-0002Uj-00; Tue, 01 Oct 2002 11:08:20 -0400 Original-Received: from modem-10.mississippi.dialup.pol.co.uk ([62.137.75.10] helo=bundalo.shootybangbang.com) by cmailm2.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 17wOdG-0000bM-00; Tue, 01 Oct 2002 16:08:18 +0100 Original-Received: from jpw by bundalo.shootybangbang.com with local (Exim 3.32 #1 (Debian)) id 17wOjJ-0003eO-00; Tue, 01 Oct 2002 16:14:33 +0100 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Tue, 01 Oct 2002 02:18:44 -0400) X-Face: R(_z-rF:grdKO.*u`n);p.i $Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp > The code that creates a tooltip frame could give it a frame property > `tooltip' with value t. Then it would be easy to distinguish them. That sounds good. Is it okay to change `delete-frame-hook' to a standard hook where the frame to be deleted is made the selected frame? -- John Paul Wallington