Re: a group as node of a tree widget

2005-09-19 Thread Masatake YAMATO
> > Is it possible to use a group widget as node of tree widget? > > > > As far as trying following code, a group widget is not handled well. > > You're right. Does it work better with this patch? > > Thanks for your report. Works fine. Thank you. Masatake __

Re: a group as node of a tree widget

2005-09-19 Thread David PONCE
Hi Masatake, > Is it possible to use a group widget as node of tree widget? > > As far as trying following code, a group widget is not handled well. You're right. Does it work better with this patch? Thanks for your report. David 2005-09-19 David Ponce <[EMAIL PROTECTED]> * tree-

a group as node of a tree widget

2005-09-19 Thread Masatake YAMATO
Is it possible to use a group widget as node of tree widget? As far as trying following code, a group widget is not handled well. (defun tree-test () (interactive) (switch-to-buffer "TREE-GROUP-NODE-TEST") (kill-all-local-variables) (let ((inhibit-read-only t)) (erase-buffer))