help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Update `minibuffer-line' on buffer switches


From: Alexander Shukaev
Subject: Re: Update `minibuffer-line' on buffer switches
Date: Mon, 29 Jun 2015 21:50:12 +0200

After some trial I've found out that the comprehensive solution which takes
into account both window and buffer switching is a combination of two hooks:

  (add-hook 'buffer-list-update-hook          #'minibuffer-line--update)
  (add-hook 'window-configuration-change-hook #'minibuffer-line--update)

Hope this helps somebody in future.  Thanks a lot to everybody who
participated.

Kind regards,
Alexander


reply via email to

[Prev in Thread] Current Thread [Next in Thread]