We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a6d98 commit d7aa749Copy full SHA for d7aa749
1 file changed
drracket-test/tests/drracket/language-test.rkt
@@ -1908,12 +1908,12 @@ the settings above should match r5rs
1908
(send definitions-text set-position
1909
(string-length dp)
1910
(send definitions-text last-position))
1911
-
1912
- (send definitions-text copy)
1913
- (send interactions-text set-position
+ (send definitions-text move/copy-to-edit
+ interactions-text
+ (send definitions-text get-start-position)
1914
+ (send definitions-text get-end-position)
1915
(send interactions-text last-position)
- (send interactions-text last-position))
1916
- (send interactions-text paste))))
+ #:try-to-move? #f))))
1917
1918
(define last-para (queue-callback/res (λ () (send interactions-text last-paragraph))))
1919
(alt-return-in-interactions drs)
0 commit comments