emacs-devel
[Top][All Lists]
Advanced

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

Re: User-defined record types, v2


From: Lars Brinkhoff
Subject: Re: User-defined record types, v2
Date: Sat, 18 Mar 2017 20:33:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Eli Zaretskii wrote:
> I hope you will add documentation and some tests at some future point.

I certainly will.

> A few minor comments below.

Thank you.  I'm adding new commits to adress all your comments.

>> +INLINE void
>> +CHECK_RECORD_TYPE (Lisp_Object x)
>> +{
>> +  /* CHECK_SYMBOL (x); */
>> +}
>
> ???

This is still a work in progress.  I initially added this function to
check everywhere that the first slot is a valid defstruct type name.
But then Stefan Monnier added support for EIEIO instances and made the
first slot be a class object.




reply via email to

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