You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two problems: copy multiple lines from outside medley and paste into exec window...
and also after ; comment in exec window.
However, I noticed an unexpected and potentially confusing behavior when evaluating expressions that end with a comment preceeded by a semicolon.
I tested the code on Medley Online by pasting into a XCL Exec the expressions previously copied into the noVNC clipboard. I initially copied the first dozen lines of code, each of which is a Lisp expression followed by a comment like this:
123; the integer one hundred twenty-three
If you paste such a line at the Exec, or type it and press ENTER, the caret moves down one line and the expression isn't evaluated. At this point the Exec looks like this:
Pressing ENTER more times just moves the caret down as many lines. To make the prompt reappear I have to press an interruption keychord such as Ctrl+E. The issue occurs also when directly typing the line at the Exec, not just via copy-paste.
Two problems: copy multiple lines from outside medley and paste into exec window...
and also after ; comment in exec window.
If you paste such a line at the Exec, or type it and press
ENTER
, the caret moves down one line and the expression isn't evaluated. At this point the Exec looks like this:Pressing
ENTER
more times just moves the caret down as many lines. To make the prompt reappear I have to press an interruption keychord such asCtrl+E
. The issue occurs also when directly typing the line at the Exec, not just via copy-paste.Originally posted by @pamoroso in #609 (comment)
The text was updated successfully, but these errors were encountered: