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:00:34 +0200 Message-ID: References: <55917D4A.8090104@gmx.at> 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 1435604462 20604 80.91.229.3 (29 Jun 2015 19:01:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2015 19:01:02 +0000 (UTC) Cc: help-gnu-emacs To: martin rudalics Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 29 21:01:00 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 1Z9eIe-0005wZ-C7 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 21:01:00 +0200 Original-Received: from localhost ([::1]:43604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eId-0004Lt-EI for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 15:00:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eIK-0004Lb-9n for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:00:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9eIF-0006Hz-JG for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:00:40 -0400 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:35959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eIF-0006Hk-Aj for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:00:35 -0400 Original-Received: by lagc2 with SMTP id c2so21329916lag.3 for ; Mon, 29 Jun 2015 12:00:34 -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=8ya1bFd7XIPQ9+bJ/0x4vxn069GCoZn5Tp3N2LZ1CSc=; b=nA22TnkkqMUiPGWQASaizkr29JFfYAMlj7vd6a7DifJr75z/0ECEzRnIUWLvVeRSvM RMs6gI/9BokQe+vptIPixzlAxAAdRNmXw6JRhPi3gOFGYk8cXT6Rb+fgvRmH2j6yCqvZ n0Iv9NbIedx5acPTNr5PFycM5twFOHXv3alw7THnFHBAIMq1IhX5UffgbVN2Fv8Xeyht A0G8cL1i7uUZ3EMAiP/wzG8iwU6bN2k+jvNgaQ347Zh6GjeaBRnT65hSN5lK72y17iF6 XzMako9ozh8qFlAfV/B+dT6aYHw43N0qZKkRd+UaR/O4+PgF3LFzXcBpr61XEr+jJusC 4xMg== X-Received: by 10.152.4.163 with SMTP id l3mr15934049lal.35.1435604434288; Mon, 29 Jun 2015 12:00:34 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Mon, 29 Jun 2015 12:00:34 -0700 (PDT) In-Reply-To: <55917D4A.8090104@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a 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:105289 Archived-At: > > -- Variable: buffer-list-update-hook > This is a normal hook run whenever the buffer list changes. > Functions (implicitly) running this hook are `get-buffer-create' > (*note Creating Buffers::), `rename-buffer' (*note Buffer Names::), > `kill-buffer' (*note Killing Buffers::), `bury-buffer' (see above) > and `select-window' (*note Selecting Windows::). > ^^^^^^^^^^^^^ > > martin > > =E2=80=8BWould be nice to use this one, but I've just checked that unfortun= ately, for instance, doing `next-buffer' does not entail this hook.=E2=80=8B Regards, Alexander