Re: [racket-dev] Release Announcement for v7.8

2020-07-30 Thread Matthew Flatt
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

[racket-dev] Release Announcement for v7.8

2020-07-30 Thread 'John Clements' via Racket Developers
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

Re: [racket-dev] Does DrRacket consider adding IME support?

2020-07-30 Thread Sorawee Porncharoenwase
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

[racket-dev] Does DrRacket consider adding IME support?

2020-07-30 Thread SpicesEx
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