At 30 Jul 2020 14:34:20 -0400, "'John Clements' via Racket Developers" wrote:
> * Racket CS supports immobile objects via `make-immobile-bytevector`
> and `make-immobile-vector`.
Those are Scheme-level functions that are used to implement parts of
`ffi/unsafe`, such as `(malloc 'atomic-interior
The release announcement sketch that I have so far is below. Please
mail me new items and/or edits.
Please phrase announcements using complete sentences and avoid the
word "now".
--
* Racket CS may become the
I want to make sure I understand you correctly.
- There is no bug in the current version of DrRacket, because as you said,
it was already fixed in 7.7.0.91.
- What you want is to understand the fix in 7.7.0.91. In particular, you
want to understand
https://github.com/racket/gui/commit/c5035c07f6df
Does DrRacket consider adding IME support?
What I mean is that when using input methods such as Microsoft Pinyin to
input Chinese, the candidate box will move with the movement of the cursor
instead of being fixed on a corner of the screen.
Like done here https://github.com/chikatoike/IMESupport