From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <4550005.WE06F7I67R@coil> From: Ruslan Khusnullin Date: Wed, 20 Mar 2013 19:32:10 +0400 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Acme button 1 working like button 3 Topicbox-Message-UUID: 2fa7cc30-ead8-11e9-9d60-3106f5b1d025 There is a bug already https://bitbucket.org/rsc/plan9port/issue/124/patch-revision-3449-messes-with-keyboard-7 so we can wait for a fix in meantime. For now you can make a clean clone of specific revision previous to the change: cd /usr/local rm -rf plan9 hg clone -r e9cdfa957952 https://bitbucket.org/rsc/plan9port plan9 Or if you want just to checkout the revision in existing tree: cd /usr/local/plan9 hg checkout -r e9cdfa957952 On Wed, Mar 20, 2013 at 6:09 PM, Rudolf Sykora wrote: > Hello > > On 19 March 2013 19:59, Patrick Higgins wrote: >> Yes, that was it. My alt key had gotten stuck. > > so what must I do to circumvent the problem? > I reckon I should issue some hg command to put some files (from > 65969f85ee6c revision?), presumably just src/cmd/devdraw/x11-srv.c, > into the working directory, and then recompile (mk) some subtree of > p9p. What are the relevant commands, please? > > Thank you! > Ruda >