emacs-devel
[Top][All Lists]
Advanced

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

debug-on-entry question


From: Yoni Rabkin Katzenell
Subject: debug-on-entry question
Date: Sat, 18 Jun 2005 13:03:31 +0300
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (gnu/linux)

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





reply via email to

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