emacs-devel
[Top][All Lists]
Advanced

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

Re: master 6a00f2b: Handle buffer-local 'window-size-change-functions' s


From: Michael Albinus
Subject: Re: master 6a00f2b: Handle buffer-local 'window-size-change-functions' specially (Bug#32637)
Date: Mon, 10 Sep 2018 11:53:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

address@hidden (Martin Rudalics) writes:

> branch: master
> commit 6a00f2babf84f309fa00269bff3abef7eb502023
> Author: Martin Rudalics <address@hidden>
> Commit: Martin Rudalics <address@hidden>
>
>     Handle buffer-local 'window-size-change-functions' specially (Bug#32637)
>     
>     * src/window.c (run_window_size_change_functions): Run a
>     buffer-local value once per each frame and only if at least
>     one window showing the buffer on that frame has changed its
>     size.  (Bug#32637)
>     * doc/lispref/windows.texi (Window Hooks): Describe new
>     behavior of buffer-local 'window-size-change-functions'.

This fails compilation

window.c: In function ‘run_window_size_change_functions’:
window.c:3473:11: error: wrong type argument to unary exclamation mark
        && !Fmemq (buffer, buffers)
           ^
Makefile:385: recipe for target 'window.o' failed
make[1]: *** [window.o] Error 1

Best regards, Michael.



reply via email to

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