On 11/07/2010 04:44 PM, Vasily Letov wrote:
I try to make macros by LyX dialog window. I try:
command-sequence ert-insert;self-insert "---; char-forward
but this gives only empty ERT!
command-sequence ert-insert;self-insert "; char-forward
gives empty ERT, too!
command-sequence ert-insert;self-insert ---; char-forward
gives ERT with ---, but " makes all to empty! There is some trouble with
" symbol.
Works fine here. Make sure the " really is a double quote and not some
other weird Unicode symbol.
rh