[climacs-devel] Some Climacs issues
Troels Henriksen
athas at sigkill.dk
Sat Jun 7 13:29:47 UTC 2008
"Nikodemus Siivola" <nikodemus at random-state.net> writes:
> Semi-relatedly: what is the best way to discover what kind of an
> object a given view is? Is there a way to make right-click offer me a
> "Descibe Pane" or something like that for any and all panes?
For my own hacking, I use this set of commands:
(define-command (com-inspect-buffer :name "Inspect Buffer" :command-table base-table) ()
(clouseau:inspector (current-buffer)))
(define-command (com-inspect-frame :name "Inspect Frame" :command-table base-table) ()
(clouseau:inspector *esa-instance*))
(define-command (com-inspect-window :name "Inspect Current Window" :command-table base-table) ()
(clouseau:inspector (current-window)))
(define-command (com-inspect-syntax :name "Inspect Syntax" :command-table base-table) ()
(clouseau:inspector (current-syntax)))
--
\ Troels
/\ Henriksen
More information about the climacs-devel
mailing list