Re: Vi problems: Prioritized

2008-06-20 Thread Edward K. Ream
On Thu, Jun 19, 2008 at 12:37 PM, TL [EMAIL PROTECTED] wrote: it should be possible to define the needed commands using @command nodes. Any documentation on @command nodes? I can't find any. The best documentation is in the Plugins:Scripting menu, which is only available if

Re: Key bindings - Supporting updates

2008-06-20 Thread TL
I see how a vi_leoSettings.leo separates out the released vi key bindings but how would someone disable the active EKR bindings and activate the vi bindings from their myLeoSettings.leo (or myVi_leoSettings.leo) so that installing new versions of the trunk won't revert back to the EKR bindings?

Re: @file-nosent surprise

2008-06-20 Thread Edward K. Ream
On Thu, Jun 19, 2008 at 12:27 PM, Kent Tenney [EMAIL PROTECTED] wrote: It is your expectations, not Leo, that are faulty. Leo can never read @nosent nodes: Why not? Because there are no sentinels in the file! Without sentinels, your options are: 1. Use @auto to get the file. 2. Use

Re: New key settings inventions/conventions

2008-06-20 Thread TL
otoh, maybe the simplest solution would be to suppress such complaints when binding to do-nothing.  That would indeed make !kill unnecessary. Most binding message refer to binding keys from the do-nothing command to the vi command. Example: redefining do-nothing in tree to insert-node in

Re: @file-nosent surprise

2008-06-20 Thread Terry Brown
Because you can never have too many @file flavors ;-) I'll point out there's a plugin that adds a @text node which maybe does closer to what Kent was expecting. When you double click on something it reads the file, writes the file on outline save, I think. On Fri, 20 Jun 2008 09:03:35 -0700

Re: New key settings inventions/conventions

2008-06-20 Thread Edward K. Ream
On Fri, Jun 20, 2008 at 7:34 AM, TL [EMAIL PROTECTED] wrote: otoh, maybe the simplest solution would be to suppress such complaints when binding to do-nothing. That would indeed make !kill unnecessary. Most binding message refer to binding keys from the do-nothing command to the vi

Re: @file-nosent surprise

2008-06-20 Thread Terry Brown
Turns out @menuat is completely unintrusive, if you don't count the new @settings node type list entries. Here's the diff... shall I merge w. trunk? Cheers -Terry 36c36 'popup', # New in Leo 4.4.8. --- 'menuat', 'popup', # New in Leo 4.4.8. 78c78 --- 'menuat':

Re: @file-nosent surprise

2008-06-20 Thread Kent Tenney
On Fri, Jun 20, 2008 at 1:07 PM, Terry Brown [EMAIL PROTECTED] wrote: On Fri, 20 Jun 2008 12:40:42 -0500 Kent Tenney [EMAIL PROTECTED] wrote: Any ETA on merging the leo-menuat branch with the trunk? I want both --one-config and menu config cascading. I'll merge it if Edward says it's ok