From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Zhu Zihao Newsgroups: gmane.emacs.devel Subject: Re: Struct defined by cl-defstruct with :noinline failed to set slot using setf Date: Mon, 02 Sep 2019 21:10:24 +0800 Message-ID: <871rwydetb.wl-all_but_last@163.com> References: <1311fef9.a334.16cf05b4e08.Coremail.all_but_last@163.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="78435"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/27.0 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Cc: Zhu Zihao , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 02 15:11:45 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i4m7U-000KH8-SD for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2019 15:11:44 +0200 Original-Received: from localhost ([::1]:36352 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4m7T-0007Kg-MR for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2019 09:11:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49214) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4m6a-0007Ka-IG for emacs-devel@gnu.org; Mon, 02 Sep 2019 09:10:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4m6Y-0003tL-Lb for emacs-devel@gnu.org; Mon, 02 Sep 2019 09:10:48 -0400 Original-Received: from m12-14.163.com ([220.181.12.14]:44960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i4m6Y-0003l1-3L for emacs-devel@gnu.org; Mon, 02 Sep 2019 09:10:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Date:Message-ID:From:Subject:MIME-Version; bh=u0oXu pBQqV4CHRaaE9p9M8g6EpgAberoHmw8cndfTLM=; b=OPzM9b9ZiDYL3ZLs0z6gE 7c1NWe1B1suo9F9xk1QI1scAmluiU5SJsj7mUfcudZvHK7UyiM3BR0gkL/d+JcS4 OGgGR3wktVKsyAEK2OST7BLiLOf7jpW6GcjAD9DL5S18Mh+bfi+cW5Snil2GSmCg JGbr4cb+P7hpIJC+/JGBjE= Original-Received: from archlinux.163.com (unknown [223.104.1.152]) by smtp10 (Coremail) with SMTP id DsCowAB3ph7KFG1d7Dd8Ag--.23143S2; Mon, 02 Sep 2019 21:10:41 +0800 (CST) In-Reply-To: X-Face: :]]%@R1{oDt0%iKgI@Kga#OZ; ogt+%OOne&J4#E*O,TIlI)yEFw--I\:3s~EV97GI$1.1!}8inmF9UgtUBB@#8>'8NWNC8qg/v*OLfQB; Z:@G3HeNf3u& ,&HpBGv%?p{bzsl'|5T";1&X X-CM-TRANSID: DsCowAB3ph7KFG1d7Dd8Ag--.23143S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvj4RtGYJUUUUU X-Originating-IP: [223.104.1.152] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/xtbBLxEkr1UMLGIfKgAAsX X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 220.181.12.14 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:239776 Archived-At: On Mon, 02 Sep 2019 20:57:20 +0800, Stefan Monnier wrote: >=20 > > (let ((a (make-a :b 1 :c 2))) > > (setf (a-b a) 1)) > > Get an error "Symbol=A2s function definition is void: \(setf\ a-b\)". >=20 > Indeed! Thanks for the report. >=20 > 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. >=20 >=20 > Stefan >=20 >=20 Done, thanks for your reply.