Re: @modes - not going away?

2013-11-13 Thread David Setchell
Hi -- This is caryatid/David Setchell Terry -- Thanks so much for the help and this message. to specify: ( bodies in curly brackets ) -- concatenated for node depth @mode foo { enter-lorem-mode = Ctrl-m enter-ipsum-mode = Ctrl-n ... } -- @mode lorem { enter-prev-line-mode - same = w

Re: @modes - not going away?

2013-11-13 Thread Edward K. Ream
On Tue, Nov 12, 2013 at 5:30 PM, Terry Brown terry_n_br...@yahoo.comwrote: Just a heads up that caryatid on IRC (aka David Setchell) is finding @modes really valuable for setting up keybindings as wanted, using them as intended I guess, a tree nav. mode, etc. Thanks for this. I had

Re: Making Leo look better out of the box

2013-11-13 Thread Edward K. Ream
On Tue, Nov 12, 2013 at 5:39 PM, gatesphere gatesph...@gmail.com wrote: On 11/12/2013 6:36 PM, Matt Wilkie wrote: Edward, the way I'm seeing all these complaints about font sizes out of the box makes me think that the defaults should be shrunk down to 12 pt... I agree. Edward -- You

Re: Making Leo look better out of the box

2013-11-13 Thread Edward K. Ream
On Tue, Nov 12, 2013 at 5:36 PM, Matt Wilkie map...@gmail.com wrote: Not sure why 14pt-in-Leo shows so much larger than 14pt-in-others on my computers, but there you are. Maybe because I don't have the Deja Vu font? Ah. I never thought of that. I've been concerned about the big differences

Re: Proposal: Beginner/Advanced user modes

2013-11-13 Thread Edward K. Ream
On Mon, Nov 11, 2013 at 11:02 AM, jquil...@gmail.com wrote: What I had in mind, however, would not be limited to a single file (quickstart). Rather, it would be a simplified mode of operation across the program. I am not clear if what you are saying is similar to this. I understand the

vim emulation: first light

2013-11-13 Thread Edward K. Ream
Here is the checkin log for rev 6284: QQQ Integration of vim emulation with Leo's key handling is well underway. Created k.getVimArg and call it where appropriate. It's now possible to execute j k h l commands from minibuffer. To do this, do alt-x in a file with @vim_mode = True. The

Re: vim emulation: first light

2013-11-13 Thread Edward K. Ream
On Wednesday, November 13, 2013 7:10:29 AM UTC-6, Edward K. Ream wrote: There is a new ivar, c.vimCommands, available at all times, an instance of the VimCommands class in leoPy.leo. I should have said, an instance of the VimCommands class **in leoVim.py**. EKR -- You received this

Re: vim emulation: first light

2013-11-13 Thread Edward K. Ream
On Wednesday, November 13, 2013 7:10:29 AM UTC-6, Edward K. Ream wrote: As you can see, k.getVimArg knows nothing about vim commands. It calls vr.exec_ if vr.scan says that the minibuffer contains a complete vim command. I forgot to mention that yesterday's work included very thorough

Re: Making Leo look better out of the box

2013-11-13 Thread Jacob Peck
On 11/13/2013 6:55 AM, Edward K. Ream wrote: On Tue, Nov 12, 2013 at 5:39 PM, gatesphere gatesph...@gmail.com mailto:gatesph...@gmail.com wrote: On 11/12/2013 6:36 PM, Matt Wilkie wrote: Edward, the way I'm seeing all these complaints about font sizes out of the box makes me think

Re: Proposal: Beginner/Advanced user modes

2013-11-13 Thread Kent Tenney
I tend to think that a local myLeoSettings.leo file is the answer, but that's probably due to my ignorance of the settings machinery. I imagine the local settings file being able to disable all settings and, from this clean slate, define a simple (or other specialized) editor configuration. I

Re: Ctrl-Tab (tab-cycle-next) command

2013-11-13 Thread Edward K. Ream
On Mon, Nov 11, 2013 at 5:43 AM, Edward K. Ream edream...@gmail.com wrote: On Sun, Nov 10, 2013 at 8:49 AM, Chris George technat...@gmail.comwrote: The Cheat Sheet states that Ctrl-Tab performs tab-cycle-next, but the Command Reference contains the following: The reference is wrong. When

Re: Proposal: Beginner/Advanced user modes

2013-11-13 Thread Edward K. Ream
On Wed, Nov 13, 2013 at 8:06 AM, Kent Tenney kten...@gmail.com wrote: I tend to think that a local myLeoSettings.leo file is the answer . Ah. That's the simple way. Thanks for the suggestion. - Create leo/beginners folder. - In it, put a myLeoSettings.leo tailored for beginners. - When

Re: Making Leo look better out of the box

2013-11-13 Thread Edward K. Ream
On Wed, Nov 13, 2013 at 7:57 AM, Jacob Peck gatesph...@gmail.com wrote: Pushed, rev 6286. Thanks. I have it and it works as expected. The only downside (for me) is that now I won't be able to continually monitor the @data qt-gui-plugin-style-sheet leoSettings.leo. That is, if I want the

Re: Proposal: Beginner/Advanced user modes

2013-11-13 Thread Jacob Peck
On 11/13/2013 9:31 AM, Edward K. Ream wrote: So this is good. Anyone want to suggest the contents of simplifiedMyLeoSettings.leo? An incredibly minimal list of plugins. As in bare minimum, plus scripting, plus quicksearch, plus viewrendered. Extra context menu items on node right clicks.

Re: Proposal: Beginner/Advanced user modes

2013-11-13 Thread Terry Brown
On Wed, 13 Nov 2013 06:11:32 -0600 Edward K. Ream edream...@gmail.com wrote: On Mon, Nov 11, 2013 at 11:02 AM, jquil...@gmail.com wrote: What I had in mind, however, would not be limited to a single file (quickstart). Rather, it would be a simplified mode of operation across the program.

Re: Ctrl-Tab (tab-cycle-next) command

2013-11-13 Thread Edward K. Ream
On Wednesday, November 13, 2013 8:13:53 AM UTC-6, Edward K. Ream wrote: The reference is wrong. When text is selected, plain tab does indent-region and shift-tab does unindent-region. I'll fix this now. Done on the web and on the trunk. EKR -- You received this message because you are

Re: Proposal: Beginner/Advanced user modes

2013-11-13 Thread Edward K. Ream
On Wed, Nov 13, 2013 at 8:42 AM, Terry Brown terry_n_br...@yahoo.comwrote: make an EasyLeo shortcut which uses --settings=.../leo/conf ig/simpleL eoSettings.leo. Nice. I've added it to the bug discussion. EKR -- You received this message because you are subscribed to the Google

Re: Leo 4.11-final released!

2013-11-13 Thread Josef
Hello Edward, On Wednesday, November 6, 2013 4:19:12 PM UTC+1, Edward K. Ream wrote: - Leo's IPython bridge now works with IPython 1.x. - Added importers for .ipynb, .otl and vimoutliner files your continued work on Leo is greatly appreciated. Leo is now my primary project management tool.

Re: Making Leo look better out of the box

2013-11-13 Thread Matt Wilkie
Would you be willing to install Deja Vu as a test and report your experience? You can delete it later if you like. I installed dejavu font set (from http://dejavu-fonts.org/wiki/Download), disabled myLeoSettings.leo @data qt-..., and restarted: fonts too big. So whatever is going on isn't

Re: Making Leo look better out of the box

2013-11-13 Thread Viktor Ransmayr
Hello everyone, Am Mittwoch, 13. November 2013 14:57:08 UTC+1 schrieb Jacob Peck: On 11/13/2013 6:55 AM, Edward K. Ream wrote: On Tue, Nov 12, 2013 at 5:39 PM, gatesphere gates...@gmail.comjavascript: wrote: On 11/12/2013 6:36 PM, Matt Wilkie wrote: Edward, the way I'm

Re: Making Leo look better out of the box

2013-11-13 Thread Jacob Peck
On 11/13/2013 4:19 PM, Viktor Ransmayr wrote: Hello everyone, Am Mittwoch, 13. November 2013 14:57:08 UTC+1 schrieb Jacob Peck: On 11/13/2013 6:55 AM, Edward K. Ream wrote: On Tue, Nov 12, 2013 at 5:39 PM, gatesphere gates...@gmail.com javascript: wrote: On 11/12/2013

Re: Making Leo look better out of the box

2013-11-13 Thread Viktor Ransmayr
Hello Jake, Am Mittwoch, 13. November 2013 22:24:33 UTC+1 schrieb Jacob Peck: On 11/13/2013 4:19 PM, Viktor Ransmayr wrote: Hello everyone, Am Mittwoch, 13. November 2013 14:57:08 UTC+1 schrieb Jacob Peck: On 11/13/2013 6:55 AM, Edward K. Ream wrote: On Tue, Nov 12, 2013 at 5:39