emacs-devel
[Top][All Lists]
Advanced

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

Re: table.el


From: Richard Stallman
Subject: Re: table.el
Date: Mon, 3 Dec 2001 01:47:52 -0700 (MST)

             (let ((,wrapper (car ,wrapper-var))
                   (,wrapper-var (cdr ,wrapper-var)))
               (funcall ,wrapper (nth 1 (backtrace-frame 1)) ,@(cdr 
wrapper-form)))

User code must not use backtrace-frame; it is not reliable, because it
may do different things depending on whether the code is interpreted
or compiled.

The clean way to provide the main function name to the wrapper
function is for the code that runs wrapper to pass it as the first
argument.




reply via email to

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