Re: Tipp: Avoid conflicts when leo file is in source control

2014-08-08 Thread Ville M. Vainio
I think there is also a setting to NOT store expanded state in .leo files. On Aug 6, 2014 8:56 PM, Zoltan Benedek benzol...@gmail.com wrote: Hi, I don't know whether is documented or not this idea, but I wanted to be sure, that is not lost. If your leo file is in source control management

Re: .leo v git

2014-08-08 Thread Edward K. Ream
On Thu, Aug 7, 2014 at 5:36 PM, David McNab davidmcna...@gmail.com wrote: What's been the general observation of Git and .leo files? That has not been a problem only because of this general Leo work flow: http://leoeditor.com/FAQ.html#how-should-i-use-leo-with-bzr-git-hg-svn-cvs Edward --

Re: Tipp: Avoid conflicts when leo file is in source control

2014-08-08 Thread Edward K. Ream
On Fri, Aug 8, 2014 at 2:15 AM, Ville M. Vainio vivai...@gmail.com wrote: I think there is also a setting to NOT store expanded state in .leo files. Yes: @bool put_expansion_bits_in_leo_files = Files And (for once ;-) the setting is where one might expect it: leoSettings.leo#@settings--Files

Re: Vim emulation: ready for testing!

2014-08-08 Thread Steve Zatz
I may be doing something wrong but when I type a colon in normal mode nothing is happening. When I type :q, nothing happens except the log file prints not ready vim_q. Besides setting @bool vim-mode = True, do I need to do anything else? Steve On Thu, Aug 7, 2014 at 1:21 PM, Edward K. Ream

Re: Weird autocompleter bug

2014-08-08 Thread Edward K. Ream
On Thu, Aug 7, 2014 at 9:02 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Phew :-} not me https://github.com/leo-editor/leo-editor/issues/40 Rev d343dde... rolls back the code. I'm not happy with the old code, and the autocompleter still doesn't seem to do a good job.

Re: Weird autocompleter bug

2014-08-08 Thread Fidel N
Thanks for the fix, but I think it doesnt work yet: Doing c. will lead to autocompleter still completing wrong. Options such as p, redraw, etc just dont appear. baseescanner still appears as an option. On Fri, Aug 8, 2014 at 2:39 PM, Edward K. Ream edream...@gmail.com wrote: On Thu, Aug 7,

Re: Weird autocompleter bug

2014-08-08 Thread Fidel N
And when trying to complete c.p. no autocompletion appears, and this error pops up in the log pane: exception executing command Traceback (most recent call last): File D:\leo-editor\leo\core\leoCommands.py, line 539, in doCommand val = command(event) File

Re: Weird autocompleter bug

2014-08-08 Thread 'Terry Brown' via leo-editor
On Fri, 8 Aug 2014 07:39:21 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, Aug 7, 2014 at 9:02 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Phew :-} not me https://github.com/leo-editor/leo-editor/issues/40 Rev d343dde... rolls back the code. I'm not

Re: Weird autocompleter bug

2014-08-08 Thread 'Terry Brown' via leo-editor
On Fri, 8 Aug 2014 07:39:21 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, Aug 7, 2014 at 9:02 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Phew :-} not me https://github.com/leo-editor/leo-editor/issues/40 Rev d343dde... rolls back the code. I'm not

Big Aha: per-pane vim bindings

2014-08-08 Thread Edward K. Ream
At present, vim-mode's top-level key handler, vc.do_key, passes *all* keys back to Leo (k.masterKeyHandler) when focus is not in the body pane. This is way too confusing: almost all vim bindings will mysteriously appear to stop working if, say, focus is in the outline pane. This is likely the

Aha: vim trainer mode

2014-08-08 Thread Edward K. Ream
At present, I am far from loving using vim mode. I use it because I must: it's the only way to shake down subtle bugs and to get the true feel for the code. I thought that using vim (for real) for a week or so might make me more comfortable with it. Not yet. True, some aspects of vim are

Re: Weird autocompleter bug

2014-08-08 Thread Edward K. Ream
On Fri, Aug 8, 2014 at 8:02 AM, Fidel N fidelpe...@gmail.com wrote: Thanks for the fix, but I think it doesnt work yet: Doing c. will lead to autocompleter still completing wrong. Options such as p, redraw, etc just dont appear. baseescanner still appears as an option. I agree. Edward --

Re: Weird autocompleter bug

2014-08-08 Thread Edward K. Ream
On Fri, Aug 8, 2014 at 8:06 AM, Fidel N fidelpe...@gmail.com wrote: And when trying to complete c.p. no autocompletion appears, and this error pops up in the log pane: Not for me. I suspect this only happens when using the Qt-base auto-completer widget. EKR -- You received this message

Re: Live code view (like Light Box) for Leo

2014-08-08 Thread Edward K. Ream
On Wed, Aug 6, 2014 at 2:42 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Just pushed the livecode.py plugin, screenshot attached. Very cool. On Ubuntu I'm getting tracebacks at idle time when I type in the body pane after doing the livecode-show command. For example, I

Re: Aha: vim trainer mode

2014-08-08 Thread 'Terry Brown' via leo-editor
On Fri, 8 Aug 2014 07:36:48 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: One last hope appeared yesterday. I call it vim trainer mode. Fidel pointed this out on IRC http://vim-adventures.com/ Cheers -Terry -- You received this message because you are subscribed to the Google Groups

RE: Leo's Wikipedia entry

2014-08-08 Thread Loyall, David
Here are some words about Leo. https://hn.algolia.com/?q=leo-editor#!/all/forever/0/%22leo-editor%22 You'll note that folks discussing Leo on HN fall into three camps. (Well, can a camp have a population of one?) 1. It's great! 2. It looks terrible, I'm done investigating. 3. It's terrible,

Re: Weird autocompleter bug

2014-08-08 Thread 'Terry Brown' via leo-editor
On Fri, 8 Aug 2014 09:39:42 -0500 Edward K. Ream edream...@gmail.com wrote: On Fri, Aug 8, 2014 at 8:06 AM, Fidel N fidelpe...@gmail.com wrote: And when trying to complete c.p. no autocompletion appears, and this error pops up in the log pane: Not for me. I suspect this only happens when

Re: Weird autocompleter bug

2014-08-08 Thread Fidel N
well ill wait till c. completes well then try to find out the difference, but I really trust when the other thing is fixed this also will. Thanks On Fri, Aug 8, 2014 at 4:58 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Fri, 8 Aug 2014 09:39:42 -0500 Edward K. Ream

Re: Live code view (like Light Box) for Leo

2014-08-08 Thread Edward K. Ream
On Fri, Aug 8, 2014 at 9:55 AM, Edward K. Ream edream...@gmail.com wrote: On Ubuntu I'm getting tracebacks at idle time when I type in the body pane after doing the livecode-show command. Hmm. Not sure what happened :-) Things seem to be working for me pretty much as I would expect. EKR

Re: Leo's Wikipedia entry

2014-08-08 Thread Edward K. Ream
On Friday, August 8, 2014 9:57:43 AM UTC-5, Dave Loyall wrote: Here are some words about Leo. https://hn.algolia.com/?q=leo-editor#!/all/forever/0/%22leo-editor%22 You'll note that folks discussing Leo on HN fall into three camps. I don't see any really negative remarks about Leo. Are

Re: Aha: vim trainer mode

2014-08-08 Thread Edward K. Ream
On Fri, Aug 8, 2014 at 9:56 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Fidel pointed this out on IRC http://vim-adventures.com/ I don't get the point of this link. EKR -- You received this message because you are subscribed to the Google Groups leo-editor group. To

Re: Aha: vim trainer mode

2014-08-08 Thread 'Terry Brown' via leo-editor
On Fri, 8 Aug 2014 11:39:09 -0500 Edward K. Ream edream...@gmail.com wrote: On Fri, Aug 8, 2014 at 9:56 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Fidel pointed this out on IRC http://vim-adventures.com/ I don't get the point of this link. It's a game you play

Re: Aha: vim trainer mode

2014-08-08 Thread Edward K. Ream
On Fri, Aug 8, 2014 at 11:46 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I don't get the point of this link. It's a game you play with vim keystrokes, designed to make you vim proficient. It seemed relevant to your vim-trainer idea. Thanks. vim-trainer could be

Re: Aha: vim trainer mode

2014-08-08 Thread Edward K. Ream
On Fri, Aug 8, 2014 at 9:36 AM, Edward K. Ream edream...@gmail.com wrote: vim-training mode will disable the operation of all arrow keys, [except] Alt-arrow keys Recent revs implement vim-trainer. OMG, vim-trainer is *intense*. Here are some notes: 1. vim-trainer *instantly* changed how I

Re: Aha: vim trainer mode

2014-08-08 Thread Kent Tenney
On Fri, Aug 8, 2014 at 12:19 PM, Edward K. Ream edream...@gmail.com wrote: On Fri, Aug 8, 2014 at 9:36 AM, Edward K. Ream edream...@gmail.com wrote: vim-training mode will disable the operation of all arrow keys, [except] Alt-arrow keys Recent revs implement vim-trainer. OMG, vim-trainer