unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* byte-uncompile
@ 2003-02-28 22:02 Artist
  2003-03-01  7:26 ` byte-uncompile Hallvard B Furuseth
  0 siblings, 1 reply; 2+ messages in thread
From: Artist @ 2003-02-28 22:02 UTC (permalink / raw)


I found lots of function that I need to see are byte-compiled.
How I can convert the byte-compiled function to non-byte-compiled
function on the fly.

So, soemthing like
(byte-uncomplie (symbol-function 'my-function))
would be helpful..

I checked apropos-docummentation byte-compile but that didn't lead me
anywhere.

Thanks
[artist]

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

* Re: byte-uncompile
  2003-02-28 22:02 byte-uncompile Artist
@ 2003-03-01  7:26 ` Hallvard B Furuseth
  0 siblings, 0 replies; 2+ messages in thread
From: Hallvard B Furuseth @ 2003-03-01  7:26 UTC (permalink / raw)


googleartist@yahoo.com (Artist) writes:

> How I can convert the byte-compiled function to non-byte-compiled
> function on the fly.

You can't.  The best you can do is M-x disassemble, and then try
to convert the result back to lisp by hand.
You can study lisp/emacs-lisp/bytecomp.el and src/bytecode.c to see
what the various bytecodes do, though you can probably guess just
from looking at a number of them.

-- 
Hallvard

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

end of thread, other threads:[~2003-03-01  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-28 22:02 byte-uncompile Artist
2003-03-01  7:26 ` byte-uncompile Hallvard B Furuseth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).