emacs-devel
[Top][All Lists]
Advanced

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

Re: master f2d2fe6fc8: server-execute: Initialize the *scratch* buffer


From: Robert Pluim
Subject: Re: master f2d2fe6fc8: server-execute: Initialize the *scratch* buffer
Date: Wed, 04 May 2022 16:34:31 +0200

>>>>> On Wed, 04 May 2022 07:23:32 -0700, Sean Whitton 
>>>>> <spwhitton@spwhitton.name> said:
    Sean> In order to factor it out of the C as well I need to define it in C 
with
    Sean> the DEFUN macro, right?  Otherwise each C callsite would have to use
    Sean> Ffuncall, which doesn't seem right.

You'll need to weigh the cost of implementing it in C against the need
to use Ffuncall. For something like this thatʼs not going to be called
a lot Iʼd be strongly tempted to choose the easiest implementation
language, ie elisp.

Robert
-- 



reply via email to

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