From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: pillule Newsgroups: gmane.emacs.help Subject: Re: EIEIO accessing class slots Date: Fri, 11 Jun 2021 02:59:33 +0200 Message-ID: <878s3hnrj9.fsf@riseup.net> References: <87eed9pwyi.fsf@riseup.net> <87mtrxnvp7.fsf@riseup.net> <87bl8dns8v.fsf@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3200"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org, Stefan Monnier To: pillule Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jun 11 03:02:21 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lrVYz-0000cd-Cd for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 11 Jun 2021 03:02:21 +0200 Original-Received: from localhost ([::1]:59266 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrVYw-0006qp-Hi for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Jun 2021 21:02:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35740) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrVYC-0006qg-7o for help-gnu-emacs@gnu.org; Thu, 10 Jun 2021 21:01:32 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:57910) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrVY5-0000iU-Bm for help-gnu-emacs@gnu.org; Thu, 10 Jun 2021 21:01:31 -0400 Original-Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4G1Mx0201FzDrhp; Thu, 10 Jun 2021 18:01:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1623373284; bh=zNQHyEoNY0+rki/o96Jox+/P7BLB8ey/WU4LF8JRxTg=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=rLR4PowtX/Y5TYPvCjAnnBeJVbeKp2JzE7S1ict836KH8y/h3aqQdqNM7O2gr6Rjc 8m4/BhSFKsy6HtjFpfjNU3mpPg4wNVBUhNtFyPLTeZeUJxw/IwZPF1hR4bYSE3tXHV oDNYVsWg8mo2CbOjQbE2a7LfsWjPClue1Cr2Z25o= X-Riseup-User-ID: 3F38E2B8DC5647369433C2E5AACDAAA16BAB0E8208FFBA6C1B32EC2704964D17 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4G1Mwy48hWz5w5b; Thu, 10 Jun 2021 18:01:22 -0700 (PDT) In-reply-to: <87bl8dns8v.fsf@riseup.net> Received-SPF: pass client-ip=198.252.153.129; envelope-from=pillule@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:130742 Archived-At: Also while speaking of the EIEIO manual the example given in (eieio) Accessing Slots for with-slots does not seems to work neither. --