(setq debug-om-signal t)
C-h C-f
Signaling: (error "Unbalanced parentheses")
scan-lists(23223 -1 1)
up-list(-1)
backward-up-list(1)
byte-code("..." [1000 backward-up-list 1 nil obj read fboundp] 4)
function-at-point()
(let* ((fn ...) (val ...)) (list (intern val)))
)
call-interactively(describe-function)
The signal is caught somewhere, so the function finally works. Anyway,
can somebody who knows it better than me look at the code?
Big K