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: Zhu Zihao
Subject: Re: Struct defined by cl-defstruct with :noinline failed to set slot using setf
Date: Mon, 02 Sep 2019 21:10:24 +0800
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/27.0 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

On Mon, 02 Sep 2019 20:57:20 +0800,
Stefan Monnier wrote:
> 
> > (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
> 
> 

Done, thanks for your reply.




reply via email to

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