|
From: | Stefan Monnier |
Subject: | Re: decompiling compiled emacs lisp |
Date: | Mon, 07 Mar 2005 09:29:23 -0500 |
User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> This works but I will have to do it for each function. I wonder how I can > take care of other entities if they are byte compiled (variable > declarations etc..) You can look at `load-history' too see which functions and variables were defined when you loaded the elc file. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |