[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 6a00f2b: Handle buffer-local 'window-size-change-functions' s
From: |
martin rudalics |
Subject: |
Re: master 6a00f2b: Handle buffer-local 'window-size-change-functions' specially (Bug#32637) |
Date: |
Mon, 10 Sep 2018 14:15:01 +0200 |
>> 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
Thanks for the heads-up. Either I got distracted by the
'get_proc_addr' warnings or my compiler is too old. Should be fixed
now (also with the last two conjuncts reverted, so don't get surprised
when you merge this into tramp-thread-safe).
Thanks again, martin