[squeak-dev] International text input on X11

David T. Lewis lewis at mail.msen.com
Fri May 20 20:52:48 UTC 2016


Thank you Yoshiki, I will commit the update to the oscog branch tonight
when I get home.

The next thing to try is your Imm patch for sqUnixX11.c

Dave

> Hi, Dave,
>
> Thank you for taking care of this!  This sqUnixX11.c does display
> things on Raspberry Pi for me.
>
> On Thu, May 19, 2016 at 6:12 PM, David T. Lewis <lewis at mail.msen.com>
> wrote:
>> I really must apologize, I see that I attached the wrong file to my
>> original post. Attached here is the oscog version that needs testing.
>>
>> I am looking to confirm that the resulting Cog or Spur VM performs the
>> HostWindowPlugin function to resize the display window:
>>
>>        saveExtent := Display width @ Display height.
>>        DisplayScreen hostWindowExtent: 500 at 100.
>>        (Delay forSeconds: 4) wait.
>>        DisplayScreen hostWindowExtent: saveExtent.
>>
>> If someone can confirm this, I would be grateful.
>>
>> (Yes I know, we need to get GitHub and Travis CI going for the VM so
>> that
>> people will not need to ask silly questions like this).
>>
>> Thanks,
>> Dave
>>
>>
>> On Wed, May 18, 2016 at 10:44:08PM -0400, David T. Lewis wrote:
>>> On Mon, May 16, 2016 at 09:30:02AM -0700, Yoshiki Ohshima wrote:
>>> > At Sun, 15 May 2016 22:27:13 -0400,
>>> > David T. Lewis wrote:
>>> > >
>>> > >  - Test the VM. Tim, I need help on this. I do not currently have a
>>> working
>>> > >    Cog build environment (Unbuntu/autotools/gcc version issues).
>>> Can you
>>> > >    apply the patch from Yoshiki's email and see if your resulting
>>> Cog VM
>>> > >    continues to work for you as expected on Pi with Scratch?
>>> >
>>> > And more testing would be nice.
>>> >
>>>
>>> Tim,
>>>
>>> The attached sqUnixX11.c should get the HostWindowPlugin functions
>>> working on Cog/Spur. If that is confirmed, I will commit to SVN oscog
>>> branch and then we can follow up with the ImmX11 updates.
>>>
>>> When you get a chance, can you please compile a VM with the attached
>>> sqUnixX11.c and let me know if the following works on Squeak trunk
>>> and Raspberry Pi:
>>>
>>>       saveExtent := Display width @ Display height.
>>>       DisplayScreen hostWindowExtent: 500 at 100.
>>>       (Delay forSeconds: 4) wait.
>>>       DisplayScreen hostWindowExtent: saveExtent.
>>>
>>> Thanks,
>>> Dave
>>>
>>
>>
>>
>>
>>
>
>
>
> --
> -- Yoshiki
>




More information about the Squeak-dev mailing list