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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19891 in the body.
You can then email your comments to 19891 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#19891; Package emacs. (Tue, 17 Feb 2015 22:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Engster <deng <at> randomsample.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 17 Feb 2015 22:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Reply sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
You have taken responsibility. (Thu, 19 Feb 2015 18:24:01 GMT) Full text and rfc822 format available.

Notification sent to David Engster <deng <at> randomsample.de>:
bug acknowledged by developer. (Thu, 19 Feb 2015 18:24:02 GMT) Full text and rfc822 format available.

Message #10 received at 19891-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 20 Mar 2015 11:24:04 GMT) Full text and rfc822 format available.

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.