emacs-devel
[Top][All Lists]
Advanced

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

Re: Struct defined by cl-defstruct with :noinline failed to set slot usi


From: Stefan Monnier
Subject: Re: Struct defined by cl-defstruct with :noinline failed to set slot using setf
Date: Mon, 02 Sep 2019 08:57:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> (let ((a (make-a :b 1 :c 2)))
>   (setf (a-b a) 1))
> Get an error "Symbol’s function definition is void: \(setf\ a-b\)".

Indeed!  Thanks for the report.

Could you `M-x report-emacs-bug` for it?
I have no time to look into fixing it right now, so it would be good to
have a bug-number to keep track of it.


        Stefan




reply via email to

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