https://bugs.kde.org/show_bug.cgi?id=388892
--- Comment #4 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- Upon pondering on the problem, I realized it is bigger than the case you reported. A user is able to enter any syntactical nonsense and KBibTeX will be happy to write it to a file. What is needed is a context-sensitive parser that checks the user's input and validates it for correctness before accepting it. Bare minimum for such a parser is to check for matching opening and closing parenthesises. Furthermore, this parser has to be applied at any point where BibTeX data can get modified to catch any user error. Unfortunately, I am a little bit short on time and to reach a 0.8 release anytime soon, I will have to postpone a fix for this bug. -- You are receiving this mail because: You are watching all bug changes.