* Re: master 6a00f2b: Handle buffer-local 'window-size-change-functions' specially (Bug#32637)
[not found] ` <20180910080631.E8422209A6@vcs0.savannah.gnu.org>
@ 2018-09-10 9:53 ` Michael Albinus
2018-09-10 12:15 ` martin rudalics
0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2018-09-10 9:53 UTC (permalink / raw)
To: emacs-devel; +Cc: Martin Rudalics
rudalics@gmx.at (Martin Rudalics) writes:
> branch: master
> commit 6a00f2babf84f309fa00269bff3abef7eb502023
> Author: Martin Rudalics <rudalics@gmx.at>
> Commit: Martin Rudalics <rudalics@gmx.at>
>
> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: master 6a00f2b: Handle buffer-local 'window-size-change-functions' specially (Bug#32637)
2018-09-10 9:53 ` master 6a00f2b: Handle buffer-local 'window-size-change-functions' specially (Bug#32637) Michael Albinus
@ 2018-09-10 12:15 ` martin rudalics
2018-09-10 12:38 ` Michael Albinus
0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2018-09-10 12:15 UTC (permalink / raw)
To: Michael Albinus, emacs-devel
>> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: master 6a00f2b: Handle buffer-local 'window-size-change-functions' specially (Bug#32637)
2018-09-10 12:15 ` martin rudalics
@ 2018-09-10 12:38 ` Michael Albinus
0 siblings, 0 replies; 3+ messages in thread
From: Michael Albinus @ 2018-09-10 12:38 UTC (permalink / raw)
To: martin rudalics; +Cc: emacs-devel
martin rudalics <rudalics@gmx.at> writes:
> 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!
> Thanks again, martin
Best regards, Michael.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-10 12:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20180910080629.5980.42326@vcs0.savannah.gnu.org>
[not found] ` <20180910080631.E8422209A6@vcs0.savannah.gnu.org>
2018-09-10 9:53 ` master 6a00f2b: Handle buffer-local 'window-size-change-functions' specially (Bug#32637) Michael Albinus
2018-09-10 12:15 ` martin rudalics
2018-09-10 12:38 ` Michael Albinus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.