Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New window change functions in Emacs 27 #321

Closed
Alexander-Miller opened this issue Jan 12, 2019 · 1 comment
Closed

New window change functions in Emacs 27 #321

Alexander-Miller opened this issue Jan 12, 2019 · 1 comment

Comments

@Alexander-Miller
Copy link
Owner

Something to remember later:

Window change functions have been redesigned completely.
Hooks reacting to window changes run now only when redisplay detects
that a change has actually occurred. The four hooks provided are:
'window-buffer-change-functions' (run after window buffers have
changed), 'window-size-change-functions' (run after a window was
assigned a new buffer or size), 'window-configuration-change-hook'
(like the former but run also when a window was deleted) and
'window-selection-change-functions' (run when the selected window
changed). 'window-scroll-functions' are unaffected by these changes.

@Alexander-Miller
Copy link
Owner Author

window-configuration-change-hook is still valid and the new functions are not needed outside of #328, so there is nothing to do here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant