[PATCH] voiceman-emacspeak: fixed handling of multiline commands
Dmitri Paduchikh
dpaduchikh на gmail.com
Пт Фев 8 07:34:32 MSK 2013
Multiline text in Tcl commands was concatenated without any intervening
whitespace. This fix makes it add space.
---
emacspeak/main.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/emacspeak/main.cpp b/emacspeak/main.cpp
index 1ed7419..f2b9b0d 100644
--- a/emacspeak/main.cpp
+++ b/emacspeak/main.cpp
@@ -67,6 +67,7 @@ void splitEmacspeakLine(const std::string& str, EmacspeakLine& line)
line.cmd.erase();
toParams = 0;
}
+ next += ' ';
} /*if (level != 0)*/ else
{
line.cmd.erase();
--
1.8.1.2
--=-=-=--
Подробная информация о списке рассылки Homeros