On 8/5/22 18:37, Po Lu wrote: > Emacs also supports loading dynamic modules. What if a module also > calls g_message with a similar string? Presumably such a module would follow the same convention, that is, if it output any of those messages it would soon _exit. If it doesn't follow the convention it would be incompatible with Emacs. Admittedly this is a hack.