From: Gabriel Ivăncescu Subject: Re: [PATCH v2 5/8] shell32/autocomplete: Send messages directly to the edit control's procedure Message-Id: Date: Fri, 21 Sep 2018 15:38:39 +0300 In-Reply-To: <20180921120240.GU3601@merlot.physics.ox.ac.uk> References: <4416482679d9bcb58a14dcd706aa40bec582bbe3.1537444354.git.gabrielopcode@gmail.com> <20180921105531.GP3601@merlot.physics.ox.ac.uk> <20180921113841.GR3601@merlot.physics.ox.ac.uk> <20180921120240.GU3601@merlot.physics.ox.ac.uk> On Fri, Sep 21, 2018 at 3:02 PM, Huw Davies wrote: > > As I hinted at above, unless you can type very much faster than me > then I don't consider this much of an issue. > > Huw. Well it's not much of an issue but it's still a slight improvement for the wineserver to have to process less in its queue, and all it needs is change a few lines (4 in total) from SendMessage to CallWindowProc. Are you sure you don't want me to do that?