From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Update `minibuffer-line' on buffer switches Date: Mon, 29 Jun 2015 21:02:38 +0200 Message-ID: References: <87y4j517j4.fsf@web.de> <83ioa64fh6.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435604575 22381 80.91.229.3 (29 Jun 2015 19:02:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2015 19:02:55 +0000 (UTC) Cc: help-gnu-emacs , Stefan Monnier To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 29 21:02:55 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 1Z9eKT-00077j-24 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 21:02:53 +0200 Original-Received: from localhost ([::1]:43623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eKS-00056B-HL for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 15:02:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eKI-000563-Eq for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:02:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9eKH-0007W4-0M for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:02:42 -0400 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:33260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eKF-0007US-Ei; Mon, 29 Jun 2015 15:02:39 -0400 Original-Received: by laar3 with SMTP id r3so75050863laa.0; Mon, 29 Jun 2015 12:02:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4c+yIs1lgljgk6+zL+X/XdI3bvqy6HFkjDihCyLURAI=; b=zDrSCQox91dzMRG6ojBUwtN9367CxPZR7nk1fnXUL3XBb0MSQ0XhJ+Rg2XOXV/pVDh N7JH5nwqEsYC3NR7e/XxL9f5j7rVRD7fU6aMk0nV9f3EB6axxQaE3m61Bra62cOw10xa imOIErBnqtAEYoblJDuY0hXpNhNbri+AdoiHHeXCGWnb1rQC7NxUOHhyf5xJ33zWSxAa lvtweWwiMg8vwDcONV7Il/K7loZHkMvRjGUj6Tgy+GRISHUdInWpKPh78/zCvRy+L60k nAx+zk0vb8K/TjlS28mqjxuLVTmLioVOZQLS6iLln41A8aF27bWuIQJZD4RKRU6SlAXp GzDw== X-Received: by 10.112.142.232 with SMTP id rz8mr15236159lbb.74.1435604558607; Mon, 29 Jun 2015 12:02:38 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Mon, 29 Jun 2015 12:02:38 -0700 (PDT) In-Reply-To: <83ioa64fh6.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:105290 Archived-At: > > -- 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. ^^^^^^^^^^^^ > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > =E2=80=8BThis one seems to come very close, yet still very general. Howeve= r, it seems there is no other alternative to narrow down to the needed subset of events. Thanks, Eli. Regards, Alexander=E2=80=8B