On Fri, 25 Oct 2013 13:51:40 -0700 (PDT)
wgw <[email protected]> wrote:

> I followed Terry's bookmark video, got everything working (neat!) and then 
> recreated my myLeoSettings.leo by copying from the leoSettings.leo file. 
> With the new myLeoSettings things have gone sideways; the bookmarks plugin 
> does not load. 

Quick guess is it's no longer listed with a # comment marker in the
@enabled-plugins node in your @settings.

> The error I am getting is: 
> 
> > NO _leo_bookmarks_show:
> > Wrong pane count at level 0, count:2, sizes:3

That indicates the layout machinery can't find a provider for panes of
type "_leo_bookmarks_show" => bookmarks plugin is not enabled.

Cheers -Terry

> 
> Is there a --verbose setting for startup? That way I could see what is 
> failing in myLeoSettings. (This is not urgent: I have gone back to my old 
> myLeoSettings; but it does seem odd that this simpler configuration does 
> not work )
> 
> My new myLeoSettings is simply a copy (ctrl-X) of the node "Candidates for 
> settings in myLeoSettings.leo". Nothing else, except for uncommenting 
> plugins. This gives an error:  
> 
> # Leo loads plugins in the order they appear here.
> > # **Important**: to change these defaults, put
> > # an @enabled-plugins node in myLeoSettings.leo.
> > # Highly-recommended plugins:
> > plugins_menu.py
> > free_layout.py
> >     # Now loaded automatically.
> >     # needs to be early
> > # Recommended plugins:
> > contextmenu.py
> >     # This is required by the vim.py and xemacs.py plugins.
> > leo_to_html.py
> > mod_scripting.py
> > nav_qt.py
> > quicksearch.py
> > stickynotes.py
> > todo.py
> > viewrendered.py
> > printing.py
> > #from list below
> > # notebook.py # this has a bug: 
> > bookmarks.py
> > leoscreen.py
> 
> 
> I created my old myLeoSettings (ages ago!) by copying the whole 
> leoSettings.leo file and then deleting all the nodes except the topmost 
> @setttings and  "Candidates for settings in myLeoSettings.leo". This works: 
> 
> 
> # Leo loads plugins in the order they appear here.
> > # **Important**: to change these defaults, put
> > # an @enabled-plugins node in myLeoSettings.leo.
> > # Highly-recommended plugins:
> > plugins_menu.py
> > free_layout.py
> >     # Now loaded automatically.
> >     # needs to be early
> > # Recommended plugins:
> > contextmenu.py
> >     # This is required by the vim.py and xemacs.py plugins.
> > leo_to_html.py
> > mod_scripting.py
> > nav_qt.py
> > quicksearch.py
> > stickynotes.py
> > todo.py
> > viewrendered.py
> > #notebook.py
> > active_path.py
> > bookmarks.py
> > leoscreen.py
> >
> >
> Here is the indication on startup: 
> 
> bill@bill-laptop:~$ leo
> >
> >
> > ** isPython3: False
> > Leo 4.11a3, build 6172, 2013-10-22 19:33:55
> > Python 2.7.3, qt version 4.8.1
> > linux2
> > setting leoID from os.getenv('USER'): 'bill'
> > load dir: /data2/Soft/leo-editor/trunk3/leo/core
> > global config dir: /data2/Soft/leo-editor/trunk3/leo/config
> > home dir: /home/bill
> > reading settings in 
> > /data2/Soft/leo-editor/trunk3/leo/config/leoSettings.leo
> > reading settings in /home/bill/.leo/myLeoSettings.leo
> > reading settings in /home/bill/.leo/workbook.leo
> > Abbreviations off
> >
> >
> 
> Thanks!
> 
> Bill 
> 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to