On Thu, May 15, 2008 at 7:48 PM, Edward K. Ream <[EMAIL PROTECTED]> wrote:
> I see. Apparently I made a recent change to nullGui.getFocus in the
> key-handling branch. The code I suggested should work. Feel free to modify
> the trunk.
Done. I get another crash, though (every line is twice):
QQQ
wrote recent file: /home/ville/.leoRecentFiles.txt
saved: Komodo.leo
exception writing derived files
Traceback (most recent call last):
Traceback (most recent call last):
File "/home/ville/leo-editor/leo/src/leoFileCommands.py", line 2112,
in write_Leo_file
changedFiles,atOk = c.atFileCommands.writeAll()
File "/home/ville/leo-editor/leo/src/leoFileCommands.py", line 2112,
in write_Leo_file
changedFiles,atOk = c.atFileCommands.writeAll()
File "/home/ville/leo-editor/leo/src/leoAtFile.py", line 2190, in writeAll
if p.isAnyAtFileNode() or p.isAtIgnoreNode():
File "/home/ville/leo-editor/leo/src/leoAtFile.py", line 2190, in writeAll
if p.isAnyAtFileNode() or p.isAtIgnoreNode():
File "/home/ville/leo-editor/leo/src/leoNodes.py", line 1164, in
isAtIgnoreNode
def isAtIgnoreNode (self): return self.v.isAtIgnoreNode()
File "/home/ville/leo-editor/leo/src/leoNodes.py", line 1164, in
isAtIgnoreNode
def isAtIgnoreNode (self): return self.v.isAtIgnoreNode()
File "/home/ville/leo-editor/leo/src/leoNodes.py", line 461, in isAtIgnoreNode
flag, i = g.is_special(self.t._bodyString, 0, "@ignore")
File "/home/ville/leo-editor/leo/src/leoNodes.py", line 461, in isAtIgnoreNode
flag, i = g.is_special(self.t._bodyString, 0, "@ignore")
File "/home/ville/leo-editor/leo/src/leoGlobals.py", line 3504, in is_special
if g.match_word(s,i,directive):
File "/home/ville/leo-editor/leo/src/leoGlobals.py", line 3504, in is_special
if g.match_word(s,i,directive):
File "/home/ville/leo-editor/leo/src/leoGlobals.py", line 3548, in match_word
if s.find(pattern,i,i+j) != i:
File "/home/ville/leo-editor/leo/src/leoGlobals.py", line 3548, in match_word
if s.find(pattern,i,i+j) != i:
AttributeError: find
AttributeError: find
saved: Komodo.leo
QQQ
I need to explore it a bit more later.
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---