emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39789: closed (eieio Info misspells slot name in eieio-instance-trac


From: GNU bug Tracking System
Subject: bug#39789: closed (eieio Info misspells slot name in eieio-instance-tracker)
Date: Wed, 26 Feb 2020 20:50:02 +0000

Your message dated Wed, 26 Feb 2020 15:48:58 -0500
with message-id <address@hidden>
and subject line Re: bug#39789: eieio Info misspells slot name in 
eieio-instance-tracker
has caused the debbugs.gnu.org bug report #39789,
regarding eieio Info misspells slot name in eieio-instance-tracker
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39789: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39789
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: eieio Info misspells slot name in eieio-instance-tracker Date: Tue, 25 Feb 2020 16:05:41 +0000
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 ‘eieio-instance-tracker’ performs 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 ‘defvar’.  This symbol will serve as the 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#39789: eieio Info misspells slot name in eieio-instance-tracker Date: Wed, 26 Feb 2020 15:48:58 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
Eli Zaretskii <address@hidden> writes:

> On February 26, 2020 5:20:22 PM GMT, Eric Abrahamsen <address@hidden> wrote:
>> akater <address@hidden> 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 ‘eieio-instance-tracker’ performs 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 ‘defvar’.  This symbol will serve as the 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?
>
> Yes, thanks.

Done, thanks for reporting.

Eric


--- End Message ---

reply via email to

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