Push/pop hoist?

2015-12-01 Thread Phil
Is there a command that can push the current (hoisted) root node onto a stack, which can later be popped back to the hoisted root position? If not, can someone provide some guidance for how I would implement this functionality myself in a @button? Thanks! Phil -- You received this message

Re: Push/pop hoist?

2015-12-01 Thread 'Terry Brown' via leo-editor
On Tue, 1 Dec 2015 14:16:03 -0800 (PST) Phil wrote: > Is there a command that can push the current (hoisted) root node onto > a stack, which can later be popped back to the hoisted root position? > If not, can someone provide some guidance for how I would implement > this