The plugin appears to be attempting to clear a marker "bibtex-error"
that doesn't exist.

Change /usr/lib/gedit/plugins/latex/editor.py", line 493 to check
whether a key actually exists or not before trying to remove it.

Insert: 
        if (not marker_type in self._marker_types.keys()):
                type_record.markers = []
                return

Before line 493:
type_record = self._marker_types[marker_type]

This appears to fix the problem for me... I don't actually know how the
markers are supposed to function, or why the plugin tries to clear one
that doesn't exist. I assume they are related to the information that
gedit displays in the bottom panel.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1021245

Title:
  Error saving bibtex files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/1021245/+subscriptions

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to