[Bug 1021245] Re: Error saving bibtex files

2013-06-26 Thread Jeremy Bicha
** Changed in: gedit-plugins (Ubuntu) Status: Fix Committed = Fix Released -- 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

[Bug 1021245] Re: Error saving bibtex files

2013-06-26 Thread Jeremy Bicha
** Package changed: gedit-plugins (Ubuntu) = gedit-latex-plugin (Ubuntu) ** Changed in: gedit-latex-plugin (Ubuntu) Importance: Undecided = Medium ** Changed in: gedit-latex-plugin (Ubuntu) Status: Fix Released = Triaged ** Also affects: gedit-latex-plugin via

[Bug 1021245] Re: Error saving bibtex files

2013-01-27 Thread Carnë Draug
Hi this bug has been fixed upstream , see https://bugzilla.gnome.org/show_bug.cgi?id=667096 To apply the fix, you can edit the file /usr/lib/gedit/plugins/latex/bibtex/views.py with the changes on http://git.gnome.org/browse/gedit- latex/commit/?id=f750fe41a5e36e487e718d893b8aba5bee522444

[Bug 1021245] Re: Error saving bibtex files

2012-11-05 Thread LaunchPeter
The bug is still there in quantal. The workaround from #3 doesn't work, but #6 does. -- 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

[Bug 1021245] Re: Error saving bibtex files

2012-10-03 Thread Sam M
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()):

[Bug 1021245] Re: Error saving bibtex files

2012-10-03 Thread Sam M
Oh... the line: type_record.markers = [] Probably shouldn't be there? But it doesn't seem to break anything. -- 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:

[Bug 1021245] Re: Error saving bibtex files

2012-10-03 Thread Sam M
Yes, it shouldn't be there, or whatever type_record was previously will get reset, which is probably a bad thing. Apologies for being hasty. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit-plugins in Ubuntu.

[Bug 1021245] Re: Error saving bibtex files

2012-10-03 Thread Sam M
Ok, after fixing that, I started to get other error messages about attributes not existing, etc. It seems the function BibTexEditor._parse() is generally broken. So I have removed the call to _parse() in BibTexEditor.onsave Comment out line 92 in /usr/lib/gedit/plugins/latex/bibtex/editor.py

[Bug 1021245] Re: Error saving bibtex files

2012-07-20 Thread Michiel Renger
It may be more related to gedit then to the plugin: I notice that gedit does not clean up temporary files (starting with ~ ) properly after closing. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit-plugins in Ubuntu.

[Bug 1021245] Re: Error saving bibtex files

2012-07-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gedit-plugins (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit-plugins in Ubuntu.