emacs-devel
[Top][All Lists]
Advanced

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

Re: x-display-pixel-width/height inconsistency


From: Stefan Monnier
Subject: Re: x-display-pixel-width/height inconsistency
Date: Thu, 09 May 2013 17:28:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> It makes me nervous to have consing inside a Win32 API callback.  Are

The cons-allocator is not thread-safe, so Fcons should only be called
from the main thread, and not from signal handlers either.


        Stefan



reply via email to

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