On Wed, Mar 31, 2004 at 09:14:23PM +0200, Andre Poenitz wrote:

> On Wed, Mar 31, 2004 at 04:40:59PM +0100, Angus Leeming wrote:
> > lfuns.h says that these lfuns have value 215 and 217 but that may or
> > may not be true:
> >         // 215
> >         LFUN_MOUSE_PRESS,               // André 9 Aug 2002
> >         LFUN_MOUSE_MOTION,              // André 9 Aug 2002
> >         LFUN_MOUSE_RELEASE,             // André 9 Aug 2002
> 
> I think it is true.
> 
> A way to make sure would be to use
> 
>    LFUN_MOUSE_PRESS = 215,
>    LFUN_MOUSE_MOTION = 216,

Well,  let's look at the potential of the two ways of doing things:

my way: comments are wrong, developer annoyance ensues
your way: code is wrong, user annoyance ensues

I know what I'd prefer.

regards
john

Reply via email to