bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21820: 25.0.50; doc string of `set-mouse-position' should mention re


From: Drew Adams
Subject: bug#21820: 25.0.50; doc string of `set-mouse-position' should mention return value
Date: Tue, 3 Nov 2015 10:10:32 -0800 (PST)

> > Subject line says it all.  Please mention that the value
> > you set is what the function returns.
> 
> Maybe I'm blind, but here it always returns nil, both in the code and
> in practice.

My bad.  I should have tested.

Was misled by this:
http://stackoverflow.com/q/33501149/729907
which uses this sexp:
(list (set-mouse-position (selected-frame) 4 4) (mouse-position))

Presumably, `progn' was meant instead of `list'.

I'll close this bug.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]