all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19891: 25.0.50; EIEIO: Display of parents in help buffer broken
@ 2015-02-17 22:10 David Engster
  2015-02-19 18:22 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: David Engster @ 2015-02-17 22:10 UTC (permalink / raw
  To: 19891

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#19891: 25.0.50; EIEIO: Display of parents in help buffer broken
  2015-02-17 22:10 bug#19891: 25.0.50; EIEIO: Display of parents in help buffer broken David Engster
@ 2015-02-19 18:22 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2015-02-19 18:22 UTC (permalink / raw
  To: David Engster; +Cc: 19891-done

>   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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-19 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 22:10 bug#19891: 25.0.50; EIEIO: Display of parents in help buffer broken David Engster
2015-02-19 18:22 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.