From: Bernard D. <bde...@us...> - 2017-09-14 15:31:12
|
Thanks for reporting. This is fixed now. Changes committed to the repository ([rev. 1354](http://sourceforge.net/p/alphacocoa/code/1354/)). --- ** [tickets:#140] "Standard Templates" function in Electric menu** **Status:** open **Created:** Thu Sep 14, 2017 01:51 PM UTC by Sylvain Loiseau **Last Updated:** Thu Sep 14, 2017 01:51 PM UTC **Owner:** nobody I create a standard template containing the "\" character, for instance in the string "\begin{itemize}". Then, I invoque this template. The string inserted in the file looks like "egin{itemize}". Looking in the prefs.tcl file, it appears that the"\" is not escaped. If I escape it (changing "\begin{itemize}" into "\\begin{itemize}" into the prefs.tcl file), the correct string is inserted. It seems the issue is around quote::Insert $template in electricMenu.tcl line 2982. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |