GNU bug report logs - #6991
Please keep bytecode out of *Backtrace* buffers

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Tue, 7 Sep 2010 01:34:01 UTC

Severity: wishlist

Tags: fixed, notabug

Merged with 15789

Found in version 24.3.50

Fixed in version 26.1

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Rocky Bernstein <rocky <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 6991 <at> debbugs.gnu.org
Subject: bug#6991: 
Date: Tue, 12 Sep 2017 21:13:03 -0400
[Message part 1 (text/plain, inline)]
Thanks for the kind words. Right now I see no obstacles to getting this
done. Just lots of work, and not enough hands. I'm going to try to get the
local Emacs group interested in helping out. And if not in this, then
contributing to documenting bytecode in of itself is something that would
be of value.

What I have  right now is at https://github.com/rocky/elisp-decompile .
Alas, for expediency it is right now written in Python.

On Mon, Sep 11, 2017 at 10:28 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:

> > From: Rocky Bernstein <rocky <at> gnu.org>
> > Date: Mon, 11 Sep 2017 06:57:58 -0400
> >
> > have started looking at decompiling ELISP bytecode using the techniques
> from uncompyle6 .
> >
> > So far the results are promising. Of course one isn't going to get the
> exact source text back.
> >
> > For the bytecode for source text
> >
> > (setq a nil)
> > (setq b nil)
> >
> > when decompiled gives the equivalent:
> >
> > (setq a (setq b nil))
> >
> > And macros will be in their expanded form. But I believe nevertheless
> programmers will have a very good idea
> > of what was going on when an error was raised.
>
> Sounds interesting and potentially useful.  Please keep up the good
> work.
>
> Thanks.
>
[Message part 2 (text/html, inline)]

This bug report was last modified 7 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.