Hi!

I just switched to Xubuntu 12.04 (amd64), and immediately installed gedit with the latex plugin. Apart from a bug (https://bugs.launchpad.net/ubuntu/+s...ns/+bug/957924) the compiling works fine.

The thing is, gedit gives the error below everytime I try to save a .bib-file. Is the plugin even supposed to do anything when saving bib-files? Is it a bug, or do I have tweak the settings somewhere? Thanks for the help!

'bibtex-error'

Traceback (most recent call last):
File "/usr/lib/gedit/plugins/latex/util.py", line 116, in decorated_function
return function(*args, **kw)
File "/usr/lib/gedit/plugins/latex/bibtex/editor.py", line 141, in __parse
self.remove_markers("bibtex-error")
File "/usr/lib/gedit/plugins/latex/editor.py", line 493, in remove_markers
type_record = self._marker_types[marker_type]
KeyError: 'bibtex-error'