From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.bugs Subject: bug#39789: eieio Info misspells slot name in eieio-instance-tracker Date: Wed, 26 Feb 2020 12:20:22 -0500 Message-ID: <87tv3dxo2x.fsf@ericabrahamsen.net> References: <871rqir6sq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="21395"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 39789@debbugs.gnu.org To: akater Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 26 18:21:12 2020 Return-path: Envelope-to: geb-bug-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 1j70My-0005Sr-0Q for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Feb 2020 18:21:12 +0100 Original-Received: from localhost ([::1]:47600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j70Mx-0006pz-20 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Feb 2020 12:21:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45364) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j70Mp-0006ov-La for bug-gnu-emacs@gnu.org; Wed, 26 Feb 2020 12:21:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j70Mo-000354-Lq for bug-gnu-emacs@gnu.org; Wed, 26 Feb 2020 12:21:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51670) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j70Mo-00034T-IC for bug-gnu-emacs@gnu.org; Wed, 26 Feb 2020 12:21:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j70Mo-0000r4-Ds for bug-gnu-emacs@gnu.org; Wed, 26 Feb 2020 12:21:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Feb 2020 17:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39789 X-GNU-PR-Package: emacs Original-Received: via spool by 39789-submit@debbugs.gnu.org id=B39789.15827376303223 (code B ref 39789); Wed, 26 Feb 2020 17:21:02 +0000 Original-Received: (at 39789) by debbugs.gnu.org; 26 Feb 2020 17:20:30 +0000 Original-Received: from localhost ([127.0.0.1]:57643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j70MI-0000pv-4z for submit@debbugs.gnu.org; Wed, 26 Feb 2020 12:20:30 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:36328 helo=mail.ericabrahamsen.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j70MG-0000pf-Gd for 39789@debbugs.gnu.org; Wed, 26 Feb 2020 12:20:28 -0500 Original-Received: from localhost (cpe-66-65-187-179.nyc.res.rr.com [66.65.187.179]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id E380DFA9B0; Wed, 26 Feb 2020 17:20:22 +0000 (UTC) In-Reply-To: <871rqir6sq.fsf@gmail.com> (akater's message of "Tue, 25 Feb 2020 16:05:41 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:176508 Archived-At: akater writes: > I'm using Emacs 28 from git master. > > Excerpt from EIEIO entry in Info Directory: >> Sometimes it is useful to keep a master list of all instances of a >> given class. The class =E2=80=98eieio-instance-tracker=E2=80=99 perform= s this task. > >> -- Class: eieio-instance-tracker tracker-symbol >> Enable instance tracking for this class. The slot TRACKER-SYMBOL >> should be initialized in inheritors of this class to a symbol >> created with =E2=80=98defvar=E2=80=99. This symbol will serve as t= he variable used >> as a master list of all objects of the given class. > > At the moment, eieio-instance-tracker is defined in eieio-base with slot > named > >> TRACKING-SYMBOL > > not > >> TRACKER-SYMBOL > > EIEIO entry in Info Directory should thus be patched to refer to slot's > actual name `tracking-symbol'. These are the only two mentions of the > slot in eieio.info.bz2 This would be easy enough to fix -- we're doing documentation fixes on the 27 branch, right?