emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A plea for sanity from a frustrated hacker.


From: Thien-Thi Nguyen
Subject: Re: A plea for sanity from a frustrated hacker.
Date: Sat, 09 Jun 2007 18:29:46 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

() Alan Mackenzie <address@hidden>
() Sat, 9 Jun 2007 18:41:30 +0100

   At the very least, SURELY the final function <p2> could have been
   inserted as a symbol into wherever it was rather than as a
   byte-compiled lambda?

maybe it was an anonymous function to begin with; blood from a stone.

to find out what calls a function of interest (`insert-file-contents'
seems relevant here) one way is to trace execution until it is called,
which is what you did (until you gave up).  another way is to put a
breakpoint on it and examine the stack when execution halts.  have you
tried this?

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]