Yoni Rabkin Katzenell <[EMAIL PROTECTED]> writes:

> Is there an existing function which performs the following?
>
> (defun debug-on-entry-at-point ()
>   "Perform \\[debug-on-entry] on the function at point."
>   (let ((fn (function-called-at-point)))
>     (if fn
>       (debug-on-entry fn)
>       (message "No function at point"))))

Usually
M-x edebug-defun RET

is much more useful.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to