A slew of other problems appears using --no-cache .. the following
occur in both Windows and Linux versions:
Traceback (most recent call last):
  File "/home/vadmin/Documents/Python-Src/trunk/leo/plugins/qtGui.py",
line 5232, in add_command_callback
    return command()
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoCommands.py", line 6327, in add_commandCallback
    val = command()
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/leoMenu.py",
line 1638, in recentFilesCallback
    c.openRecentFile(name)
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoCommands.py", line 1481, in openRecentFile
    ok, frame = g.openWithFileName(fileName,c)
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoGlobals.py", line 2436, in openWithFileName
    ok = g.handleOpenHooks(c,old_c,gui,fn,f,readAtFileNodesFlag)
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoGlobals.py", line 2499, in handleOpenHooks
    readAtFileNodesFlag=readAtFileNodesFlag) # closes file.
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoFileCommands.py", line 939, in open
    silent=silent)
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoFileCommands.py", line 802, in getLeoFile
    c.atFileCommands.readAll(c.rootVnode(),partialFlag=False)
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoAtFile.py", line 655, in readAll
    at.readOneAtShadowNode (fileName,p)
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoAtFile.py", line 846, in readOneAtShadowNode
    at.read(p,atShadow=True)
  File "/home/vadmin/Documents/Python-Src/trunk/leo/core/
leoAtFile.py", line 490, in read
    s,loaded,fileKey = c.cacher.readFile(fileName,root)
ValueError: need more than 2 values to unpack

And I'm left with the Leo interface, but unable to do anything since
the menu-bar didn't render.

On May 22, 8:32 am, "Edward K. Ream" <[email protected]> wrote:
> On Fri, May 21, 2010 at 2:53 PM, a'Lex Mumme <[email protected]> wrote:
> > The problem with the line endings getting munged has
> > disappeared, but instead updates to the @shadow'ed files randomly
> > delink when the file is refreshed from disk. Sometimes simply closing
> > and reopening Leo resolves the issue, other times not.
>
> Many thanks for this detailed and helpful report. My apologies for the
> problems you are having with @shadow.  Such problems must be fixed
> asap.
>
> As a first at pinpointing the problem, does the problem appear if you
> disable caching with --no-cache?
>
> Edward
>
> --
> You received this message because you are subscribed to the Google Groups 
> "leo-editor" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/leo-editor?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to