From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#16206: 24.3; Incorrect unused variable byte-compiler warning in dotimes Date: Wed, 25 Apr 2018 22:31:57 +0300 Organization: LINKOV.NET Message-ID: <87zi1rp8oi.fsf@mail.linkov.net> References: <87ob4bxme9.fsf@susie.zeus.nullprogram.com> <874lk26fjt.fsf@mail.linkov.net> <87po2ommv8.fsf@mail.linkov.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1524685268 14834 195.159.176.226 (25 Apr 2018 19:41:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2018 19:41:08 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) Cc: Christopher Wellons , 16206@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 25 21:41:04 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fBQHm-0003el-6a for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Apr 2018 21:41:02 +0200 Original-Received: from localhost ([::1]:38713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBQJr-0007aN-3S for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Apr 2018 15:43:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBQJj-0007a2-B1 for bug-gnu-emacs@gnu.org; Wed, 25 Apr 2018 15:43:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBQJh-00009Q-VJ for bug-gnu-emacs@gnu.org; Wed, 25 Apr 2018 15:43:03 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:59895) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBQJh-00009H-R0 for bug-gnu-emacs@gnu.org; Wed, 25 Apr 2018 15:43:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fBQJh-0006PS-K5 for bug-gnu-emacs@gnu.org; Wed, 25 Apr 2018 15:43:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Apr 2018 19:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16206 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16206-submit@debbugs.gnu.org id=B16206.152468537724611 (code B ref 16206); Wed, 25 Apr 2018 19:43:01 +0000 Original-Received: (at 16206) by debbugs.gnu.org; 25 Apr 2018 19:42:57 +0000 Original-Received: from localhost ([127.0.0.1]:39556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fBQJd-0006Ot-80 for submit@debbugs.gnu.org; Wed, 25 Apr 2018 15:42:57 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:39732 helo=homiemail-a12.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fBQJb-0006Ol-Po for 16206@debbugs.gnu.org; Wed, 25 Apr 2018 15:42:56 -0400 Original-Received: from homiemail-a12.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTP id A29D226206A; Wed, 25 Apr 2018 12:42:54 -0700 (PDT) Original-Received: from localhost.linkov.net (m91-129-103-238.cust.tele2.ee [91.129.103.238]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPSA id 8D00C262065; Wed, 25 Apr 2018 12:42:53 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Tue, 24 Apr 2018 17:13:33 -0400") 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:145752 Archived-At: >> -the return value (nil if RESULT is omitted). >> +the return value (nil if RESULT is omitted). Note that RESULT >> +should not be used unless it makes use of VAR. > > I would drop the "unless it makes use of VAR". But without that addition the sentence makes no sense when the documentation describes the RESULT argument and then at the end says that "RESULT should not be used". And I have no better idea how to handle its obsolescence: maybe just remove all mentions of RESULT from documentation?