From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Fri, 29 Apr 2011 21:39:38 -0000." <864o5gzqhx.fsf@cmarib.ramside> References: <20110429165653.1CB9CB827@mail.bitblocks.com> <864o5gzqhx.fsf@cmarib.ramside> Date: Sat, 30 Apr 2011 00:06:47 -0700 From: Bakul Shah Message-Id: <20110430070647.0B488B827@mail.bitblocks.com> Subject: Re: [9fans] An acme question Topicbox-Message-UUID: d982eb88-ead6-11e9-9d60-3106f5b1d025 On Fri, 29 Apr 2011 21:39:38 -0000 smiley@zenzebra.mv.com wrote: > If I were filling out an Acme wishlist, I would like to see triple and > quadruple clicks select larger chunks of text. Being able to do > something like click-click-click-click to "Select All" (in those apps > that support it) is frequently very useful. Not a wishlist; just an experiment for some s-expr support. But need some experience with it to see if it'll be any good. There are other choices beyond your click^N wish. For instance the selection size can grow as a function of how long you keep a mouse button pressed. Or you can make it a function of how far you drag -- the UPS debugger makes scrolling speed a function of drag distance. Very nice! But until you implement it and try it out, you won't know if it is any good or how it will interact with other UI features. Or if there is a better idea.