>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> In my private bind file, I have a \bind "C-M-space" Juergen> "command-sequence ert-insert ; self-insert \ ; escape ; Juergen> word-backward ; inset-toggle ; char-forward ;" Juergen> to produce an ERT "\ " (normal space), which worked well in Juergen> LyX 1.2 However, in 1.3, I only get "\" (without the space). Juergen> What has been changed? Is there a chance for me to get my Juergen> normal space back? Did you try to use two consecutive self-insert commands? It may be that they only handle normal chars now. Also, I think that the sequence escape ; word-backward ; inset-toggle ; char-forward ; can now be replaced by a single inset-toggle. JMarc