So I'm having a confusing issue. I'm using the latest bzr branch
(1400). The problem isn't just with 1400, I had it before, but just
pulled to try solving the problem (it didn't fix work).
I made some changes to leoSettings.leo and I think things got screwed
up somehow. Now leo won't start up. It crashes with a
SAXParseException when trying to read leoSettings.leo.
The full exception is: SAXParseException: <unknown>:6:1: not well-
formed (invalid token)
In /leo/config I have the following files:
----------
leoSettings.leo
leoSettings.leo.BASE
leoSettings.leo.BASE.moved
leoSettings.leo.OTHER
leoSettings.leo.OTHER.moved
leoSettings.leo.THIS
leoSettings.leo.THIS.moved
-----------
The SAXParseException reports the problem is on line number 6.
Here's the first ten lines of leoSettings.leo:
-------------------
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet ekr_test?>
<leo_file>
<leo_header file_format="2" tnodes="0" max_tnode_index="0"
clone_windows="0"/>
<globals body_outline_ratio="0.5">
<<<<<<< TREE
<global_window_position top="22" left="1" height="721" width="782"/>
=======
<global_window_position top="49" left="182" height="889" width="1218"/
>
>>>>>>> MERGE-SOURCE
--------------
Here's the first ten lines of leoSettings.leo.BASE:
--------------
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet ekr_test?>
<leo_file>
<leo_header file_format="2" tnodes="0" max_tnode_index="0"
clone_windows="0"/>
<globals body_outline_ratio="0.5">
<global_window_position top="49" left="618" height="721" width="782"/
>
<global_log_window_position top="0" left="0" height="0" width="0"/>
</globals>
<preferences/>
<find_panel_settings/>
---------------
Ther other files in the directory look more like leoSettings.leo.BASE
than the leoSettings.leo, most notably they don't have the "<<<<<<<".
Can anybody tell me what's going on here?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---