opensubscriber
   Find in this group all groups
 
Unknown more information…

e : emacs-devel@gnu.org 18 June 2005 • 6:03PM -0400

debug-on-entry question
by Yoni Rabkin Katzenell

REPLY TO AUTHOR
 
REPLY TO GROUP





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"))))

--
"Cut your own wood and it will warm you twice"
Regards, Yoni Rabkin Katzenell



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

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.