GNU bug report logs - #19891
25.0.50; EIEIO: Display of parents in help buffer broken

Previous Next

Package: emacs;

Reported by: David Engster <deng <at> randomsample.de>

Date: Tue, 17 Feb 2015 22:12:01 UTC

Severity: normal

Found in version 25.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#19891: closed (25.0.50; EIEIO: Display of parents in help
 buffer broken)
Date: Thu, 19 Feb 2015 18:24:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Feb 2015 13:22:50 -0500
with message-id <jwvegplrcbc.fsf-monnier+emacsbugs <at> gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
19891: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19891
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: David Engster <deng <at> randomsample.de>
To: bug-gnu-emacs <at> gnu.org
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


[Message part 3 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: David Engster <deng <at> randomsample.de>
Cc: 19891-done <at> debbugs.gnu.org
Subject: Re: bug#19891: 25.0.50;
 EIEIO: Display of parents in help buffer broken
Date: Thu, 19 Feb 2015 13:22:50 -0500
>   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


This bug report was last modified 10 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.