emacs-devel
[Top][All Lists]
Advanced

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

Re: Improving representation of EIEIO objects in backtraces/error messag


From: Eric Ludlam
Subject: Re: Improving representation of EIEIO objects in backtraces/error messages
Date: Wed, 11 Jan 2017 19:47:43 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

On 01/08/2017 12:24 PM, Eric Abrahamsen wrote:
The slot names should be included in the display.  At least they are
for me in my older Emacs.  It may be that the eieio-support doesn't
work quite right after the EIEIO change in Emacs?

In CEDET, eieio-datadebug is separate, but with EIEIO as a piece of
core emacs with Data Debug, maybe the current tenuous load should be
replaced by merging eieio-datadebug into data-debug.
>
My mistake, I'd only loaded data-debug, not eieio-datadebug. The slots
are showing now.


It should be loaded automatically with data-debug. At the end of my version it says:

;; eieio customizations
(eval-after-load "eieio"
  '(require 'eieio-datadebug))

plus a similar line for semantic. Perhaps something got lost during the merge that should be fixed.

Eric



reply via email to

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