[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eieio, pretty printing, and edebug
From: |
Stefan Monnier |
Subject: |
Re: eieio, pretty printing, and edebug |
Date: |
Tue, 28 Oct 2014 12:44:20 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Line 895 in eieio.el, were it not commented out, would fix this by
> having edebug print using the object-print generic, not prin1. I eval'ed
> the line and tried it, and it seemed to work fine.
> How come it's currently commented out? Can I open a bug for this?
`defalias' is clearly not right, since it hijacks the function. But if
we change it to advice-add, I think it'd be OK to enable this
edebug help.
I think it would also be good to add hooks to the native printing system
so that such tweaks can be done more reliably. Ideally, these same
hooks could be used for things like desktop and savehist to replace
markers or other "non-printable" objects with alternative output.
Stefan
- eieio, pretty printing, and edebug, Eric Abrahamsen, 2014/10/27
- Re: eieio, pretty printing, and edebug,
Stefan Monnier <=
- Re: eieio, pretty printing, and edebug, Eric Ludlam, 2014/10/28
- Re: eieio, pretty printing, and edebug, Eric Abrahamsen, 2014/10/29
- Re: eieio, pretty printing, and edebug, Stefan Monnier, 2014/10/29
- Re: eieio, pretty printing, and edebug, Eric Abrahamsen, 2014/10/29
- Re: eieio, pretty printing, and edebug, Stefan Monnier, 2014/10/29
- Re: eieio, pretty printing, and edebug, Eric Abrahamsen, 2014/10/29