> I don't think it pays any attention to @path foo in the body alone, I
> think it needs @path foo in the headline.  Only at the top of the tree,
> after that it just stores directory names in the body.
>

Ok, that got "Show current path" working, nothing else in the Path context
menu is working though. 2x-click on the node heading yields the error
below. This combined with wierdness of myLeoSettings.leo seeming to do
nothing also makes me think I have something screwy on my local machine.
When I get a chance I'll try and setup a new clean environment and see what
happens.

```
Leo Log Window
Leo 4.11 devel, build 5530, 2012-12-13 02:53:19 -0600
Python 3.2.2, qt version 4.8.4
Windows 6, 1, 7601, 2, Service Pack 1
reading: B:\code\acrylamid.leo

b:\www\maphew.com
hook failed: icondclick1, <function <lambda> at 0x046FD8A0>,
leo.plugins.active_path
Traceback (most recent call last):
  File "C:\apps\leo-editor-latest\leo\core\leoPlugins.py", line 337, in
callTagHandler
    result = handler(tag,keywords)
  File "C:\apps\leo-editor-latest\leo\plugins\active_path.py", line 124, in
<lambda>
    g.registerHandler(event, lambda t,k: onSelect(t,k))
  File "C:\apps\leo-editor-latest\leo\plugins\active_path.py", line 229, in
onSelect
    if sync_node_to_folder(c,pos,path):
  File "C:\apps\leo-editor-latest\leo\plugins\active_path.py", line 316, in
sync_node_to_folder
    openDir(c,parent,d)
  File "C:\apps\leo-editor-latest\leo\plugins\active_path.py", line 409, in
openDir
    path, dirs, files = os.walk(d).next()
AttributeError: 'generator' object has no attribute 'next'
```

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to