From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#18211: 24.4.50; doc string of `posnp' Date: Sat, 30 Apr 2016 02:41:23 +0200 Message-ID: <87k2jgszbg.fsf@gnus.org> References: <34324475-f6c6-4556-963b-732f11d602c1@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1461976962 32155 80.91.229.3 (30 Apr 2016 00:42:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 00:42:42 +0000 (UTC) Cc: 18211@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 30 02:42:31 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1awIzO-0007Fg-Si for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 02:42:31 +0200 Original-Received: from localhost ([::1]:56907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awIzL-0005rI-2O for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Apr 2016 20:42:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awIzB-0005ao-Gy for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 20:42:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awIyz-0000BA-HX for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 20:42:11 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:43895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awIyz-00008s-EF for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 20:42:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1awIyv-00018l-Sn for bug-gnu-emacs@gnu.org; Fri, 29 Apr 2016 20:42:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Apr 2016 00:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18211 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18211-submit@debbugs.gnu.org id=B18211.14619768874336 (code B ref 18211); Sat, 30 Apr 2016 00:42:01 +0000 Original-Received: (at 18211) by debbugs.gnu.org; 30 Apr 2016 00:41:27 +0000 Original-Received: from localhost ([127.0.0.1]:56232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awIyM-00017s-Uu for submit@debbugs.gnu.org; Fri, 29 Apr 2016 20:41:27 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:52325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awIyM-00017l-15 for 18211@debbugs.gnu.org; Fri, 29 Apr 2016 20:41:26 -0400 Original-Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awIyJ-0004sh-G3; Sat, 30 Apr 2016 02:41:25 +0200 In-Reply-To: <34324475-f6c6-4556-963b-732f11d602c1@default> (Drew Adams's message of "Wed, 6 Aug 2014 07:48:38 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:117302 Archived-At: Drew Adams writes: > Doc string: > > Return non-nil if OBJ appears to be a valid `posn' object. > > What is a `posn' object? What is a valid one? > > (elisp) `Accessing Mouse' gives an understandable description. If it is > correct then use something similar for the doc string: > > returns non-`nil' if OBJECT is a mouse position list, > ^^^^^^^^^^^^^^^^^^^^^ > in either of the formats documented in *note Click > Events::); and `nil' otherwise. > > (FWIW, that manual text should not say "either", since there are more > than two such formats. It should say "one".) It currently says: posnp is a compiled Lisp function in =91subr.el=92. (posnp OBJ) Return non-nil if OBJ appears to be a valid =91posn=92 object specifying a = window. If OBJ is a valid =91posn=92 object, but specifies a frame rather than a window, return nil. ----- I still don't know what it is, though. :-) --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no