emacs-devel
[Top][All Lists]
Advanced

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

Re: Message's text-properties in *Messages*


From: Eli Zaretskii
Subject: Re: Message's text-properties in *Messages*
Date: Thu, 31 May 2018 05:40:16 +0300

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Wed, 30 May 2018 22:09:50 -0400
> 
> BTW now I see that message_dolog indeed runs the after-change-functions
> as well, so it already runs arbitrary Lisp code (and if its
> after-change-functions call `message` you get funny results).

That's Emacs giving you enough rope to hang yourself.  The important
part is that by the time these hooks run, we are done using the C
pointer to the message, so we no longer care about any GC effects.



reply via email to

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