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

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

[debbugs-tracker] bug#19891: closed (25.0.50; EIEIO: Display of parents


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19891: closed (25.0.50; EIEIO: Display of parents in help buffer broken)
Date: Thu, 19 Feb 2015 18:24:02 +0000

Your message dated Thu, 19 Feb 2015 13:22:50 -0500
with message-id <address@hidden>
and subject line Re: bug#19891: 25.0.50; EIEIO: Display of parents in help 
buffer broken
has caused the debbugs.gnu.org bug report #19891,
regarding 25.0.50; EIEIO: Display of parents in help buffer broken
to be marked as done.

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


-- 
19891: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19891
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; EIEIO: Display of parents in help buffer broken Date: Tue, 17 Feb 2015 23:10:50 +0100
In latest Emacs from Git (16d91bce1d05), evaluate

 (require 'eieio)
 (defclass foo () ())
 (defclass foochild (foo) ())

and then

  C-h f foochild RET

and you'll get an "Wrong type argument" error with the following
backtrace:

Debugger entered--Lisp error: (wrong-type-argument symbolp [defclass foo nil 
(foochild) #s(hash-table size 65 test eq rehash-size 1.5 rehash-threshold 0.8 
data ()) nil nil nil [] nil nil nil nil nil nil nil nil [] nil nil nil nil nil 
[] [eieio-class-tag--foo] (:custom-groups nil)])
  symbol-name([defclass foo nil (foochild) #s(hash-table size 65 test eq 
rehash-size 1.5 rehash-threshold 0.8 data ( ...)) nil nil nil [] nil nil nil 
nil nil nil nil nil [] nil nil nil nil nil [] [eieio-class-tag--foo] 
(:custom-groups nil)])
  eieio-help-class(foochild)
  eieio-help-constructor(foochild)
  run-hook-with-args(eieio-help-constructor foochild)
  describe-function-1(foochild)
  describe-function(foochild)
  funcall-interactively(describe-function foochild)
  call-interactively(describe-function nil nil)
  command-execute(describe-function)

Another small nitpick: If you do

  C-h v foo RET

you'll see

 This variable is obsolete since 25.1;
 use 'foo instead

which is confusing.

-David



--- End Message ---
--- Begin Message --- Subject: Re: bug#19891: 25.0.50; EIEIO: Display of parents in help buffer broken Date: Thu, 19 Feb 2015 13:22:50 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
>   C-h f foochild RET

> and you'll get an "Wrong type argument" error with the following
> backtrace:

> Debugger entered--Lisp error: (wrong-type-argument symbolp [defclass

Thanks, should be fixed now,


        Stefan


--- End Message ---

reply via email to

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