From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Improving representation of EIEIO objects in backtraces/error messages Date: Wed, 11 Jan 2017 17:36:44 -0800 Message-ID: <87wpe1dpoz.fsf@ericabrahamsen.net> References: <87ful6o8x4.fsf@ericabrahamsen.net> <7b792dd9-491a-b442-f837-e85326a6c924@siege-engine.com> <87wpefakpe.fsf@ericabrahamsen.net> <56e042cf-ee2d-03b0-ceba-f1483fa2b01c@siege-engine.com> <87wpe55usp.fsf@ericabrahamsen.net> <8227a10b-bd55-b1ca-178b-c4757320b733@siege-engine.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484185116 6368 195.159.176.226 (12 Jan 2017 01:38:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Jan 2017 01:38:36 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 12 02:38:31 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cRUL8-0007Fh-Cr for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2017 02:38:06 +0100 Original-Received: from localhost ([::1]:58581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRULC-0002jv-NS for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2017 20:38:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRUKc-0002je-AB for emacs-devel@gnu.org; Wed, 11 Jan 2017 20:37:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRUKY-0004f6-Cw for emacs-devel@gnu.org; Wed, 11 Jan 2017 20:37:34 -0500 Original-Received: from [195.159.176.226] (port=38807 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cRUKY-0004dY-5f for emacs-devel@gnu.org; Wed, 11 Jan 2017 20:37:30 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cRUK6-0001cN-Tq for emacs-devel@gnu.org; Thu, 12 Jan 2017 02:37:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:6ql/fz45R44Hg+DSFwgWOkNnWoo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211219 Archived-At: Eric Ludlam writes: > 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 Yup, that's not how it looks in the current Emacs tree: http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/cedet/data-debug.el