emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic modules: emacs-module.c and signaling errors


From: Paul Eggert
Subject: Re: Dynamic modules: emacs-module.c and signaling errors
Date: Wed, 25 Nov 2015 00:24:13 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Daniel Colascione wrote:
You could argue that file descriptors are basic. They're just handles to
bits of kernel memory, right?

I'm not making that argument. I am arguing that memory allocation is basic, though. It really is. It happens *all the time* in the C code inside Emacs, and it's almost surely going to happen all the time in module code as well. It should be easy, not a pain.



reply via email to

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