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: Sat, 21 Feb 2009 15:43:35 -0500 Message-ID: References: <87zlgjis69.fsf@earthlink.net> <87vdr7i5cc.fsf@earthlink.net> <87ljs199so.fsf@catnip.gol.com> <877i3ky1wn.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235249050 26103 80.91.229.12 (21 Feb 2009 20:44:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2009 20:44:10 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 21 21:45:26 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 1Layiz-0003s9-HN for ged-emacs-devel@m.gmane.org; Sat, 21 Feb 2009 21:45:26 +0100 Original-Received: from localhost ([127.0.0.1]:45070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Layhc-0002Oc-WA for ged-emacs-devel@m.gmane.org; Sat, 21 Feb 2009 15:44:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LayhI-0002Hy-CK for emacs-devel@gnu.org; Sat, 21 Feb 2009 15:43:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LayhH-0002HL-12 for emacs-devel@gnu.org; Sat, 21 Feb 2009 15:43:40 -0500 Original-Received: from [199.232.76.173] (port=39523 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LayhG-0002HH-PJ for emacs-devel@gnu.org; Sat, 21 Feb 2009 15:43:38 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:11311 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LayhF-00024Q-7X; Sat, 21 Feb 2009 15:43:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmQFANf2n0lLd+0i/2dsb2JhbACBbtFuhA8Gg1A X-IronPort-AV: E=Sophos;i="4.38,246,1233550800"; d="scan'208";a="34191909" Original-Received: from 75-119-237-34.dsl.teksavvy.com (HELO pastel.home) ([75.119.237.34]) by ironport2-out.teksavvy.com with ESMTP; 21 Feb 2009 15:43:35 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 4F5968FAA; Sat, 21 Feb 2009 15:43:35 -0500 (EST) In-Reply-To: <877i3ky1wn.fsf@kfs-lx.rd.rdm> (Kim F. Storm's message of "Sat, 21 Feb 2009 03:11:36 +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:109280 Archived-At: > E.g. where is: > before-modify-buffer-hook (run before changing buffer) > after-modify-buffer-hook (run after changing buffer) How would they differ from (before|after)-change-functions? > focus-window-hook I played with something similar for frames, but in that case thw frame had a single window, so it would work as well (the frame was a minibuffer-only frame, and the purpose of the hook was to slide the window back into view in an "auto-hide" mode similar to what taskbars/docks can do). Stefan