From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Update `minibuffer-line' on buffer switches Date: Mon, 29 Jun 2015 20:00:21 +0300 Message-ID: <83ioa64fh6.fsf@gnu.org> References: <87y4j517j4.fsf@web.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1435597245 30819 80.91.229.3 (29 Jun 2015 17:00:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2015 17:00:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, monnier@iro.umontreal.ca To: Alexander Shukaev Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 29 19:00:36 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z9cQ6-0002q0-Rh for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 19:00:34 +0200 Original-Received: from localhost ([::1]:43295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9cQ6-00076V-Eb for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 13:00:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9cPv-00074a-Re for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 13:00:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9cPs-0002A0-Ip for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 13:00:23 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:42837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9cPs-00029p-Ak for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 13:00:20 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NQP00900TGXFK00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 20:00:18 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NQP008A7TWIQJB0@a-mtaout20.012.net.il>; Mon, 29 Jun 2015 20:00:18 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105285 Archived-At: > Date: Mon, 29 Jun 2015 18:31:25 +0200 > From: Alexander Shukaev > Cc: help-gnu-emacs > > Would `window-configuration-change-hook' work in case when a buffer is > switched in-place (i.e. all windows stay intact and the selected window is > not changed but only the displayed buffer inside this window is switched)? >From the ELisp manual: -- Variable: window-configuration-change-hook A normal hook that is run every time you change the window configuration of an existing frame. This includes splitting or deleting windows, changing the sizes of windows, or displaying a different buffer in a window. ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^