[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] vim slow
- To: mint@lists.fishpool.fi
- Subject: Re: [MiNT] vim slow
- From: Vincent Rivière <vincent.riviere@freesbee.fr>
- Date: Wed, 01 Oct 2014 08:57:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=B555/JRJEnl+e8ehl0KLbZ26NSAzFF+80Xm9n1MDIuM=; b=HX0RQWpdxaMjs8RcdonYQBj42xPrwl/HQRIdcgWuE0W5FlEnAmdAvSPH388VW0mRq2 WsDptYyg0TAjfLNw1AF5VDcO84X5zN+30YgYpW3RVsHlYUrKr3EmEyIEFRhZJb5TyiNH F9yzykuDAAlPsDd1N8Z6zAj1hpAHdeqVPnYJlibTaygGGf31Ea6mtIEgOfx3VYej4D3P 0higOPwwoR3teNX0I4Z78iOHUcb8sOOnGoyDajzv7sN9F3492v7oEW8wTyyGlfsUvBJn lTLQxawl3Rdhc3jA0RWh0+B7/u4GpsluSNH+4u29Lirk1qmnz3XNfzMvaKIVP/6ojT7w PBqA==
- In-reply-to: <542B27BC.8030900@fairlite.co.uk>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <5429E9E5.4080507@freesbee.fr> <542A61AD.7020504@fairlite.co.uk> <CAN5rfbSX760WMX4O+1_R7bfPtJnN9=x0yMDWQjoNwN68-RvZQQ@mail.gmail.com> <542A6694.1060700@fairlite.co.uk> <542A7CB7.4030803@freesbee.fr> <542A7F26.50005@fairlite.co.uk> <542B2044.5040005@freesbee.fr> <542B27BC.8030900@fairlite.co.uk>
- Sender: mint-bounce@lists.fishpool.fi
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2
On 30/09/2014 23:59, Alan Hourihane wrote:
Try the attached patch for your older vim.
IIRC, I already tried that yesterday, but it didn't work.
Then I looked at the documentation of Fselect() and I saw that a timeout
of 0 means infinite. So I'm not sure that the patch is correct, anyway.
But for sure, I will try your patch and test again.
If you want to test yourself, it's very easy.
Get my old vim there:
http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/mint/vim/
Then just extract the vim executable, and run it from ARAnyM, for example.
Type 'i' to go to insert mode, then press a key. If the problem is
present, there will be a small delay before the character appears. When
it works fine, the character appears immediately.
The problem is even more visible with key repeat. Keep a key pressed for
a few seconds, then release it. And see what happens.
When the problem is present, nothing is displayed when the key is kept
pressed, and all the characters appears at once when you release the key.
When it works fine, when the key is kept pressed, the characters appear
one after each other, as expected.
--
Vincent Rivière