User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Build Identifier: Hello, I use actually kile 2.1.1 with KDE 4.6.5. I write in French and so I use option to replace automatically "special" letters like é, è, à, ... by \'e, \`e, \`a, ... It works fine for most of them but I dound a problem with the letter "ç". Indeed, kile replace ç by \cc. Problem happens "ç" is in the middle of a word. For example, leçon will be replace by le\ccon and thus \ccon will interpreted as a LaTeX command. It would be fine if kile replaces "ç" by \c{c}. Thanks Reproducible: Always
Git commit 4e5b2ea133ed1e625085b409dc3fc86ac6e98964 by Michel Ludwig. Committed on 17/03/2012 at 22:47. Pushed by mludwig into branch 'master'. Correctly insert '\c{c}' for the cedilla character Related: bug 289529 M +5 -3 src/editorextension.cpp M +36 -35 src/eventfilter.cpp http://commits.kde.org/kile/4e5b2ea133ed1e625085b409dc3fc86ac6e98964
Git commit 7b9052a565c078c60d1e5fdf18a4add0a409b4d3 by Michel Ludwig. Committed on 17/03/2012 at 22:47. Pushed by mludwig into branch '2.1'. Correctly insert '\c{c}' for the cedilla character Related: bug 289529 M +5 -3 src/editorextension.cpp M +36 -35 src/eventfilter.cpp http://commits.kde.org/kile/7b9052a565c078c60d1e5fdf18a4add0a409b4d3