From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.bugs Subject: bug#19926: 24.4; `ispell-comments-and-strings' (somewhat) unclear docstring Date: Mon, 23 Feb 2015 13:38:07 +0100 Message-ID: <20150223123807.GA19714@agmartin.aq.upm.es> References: <877fv9tsr6.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1424695165 2772 80.91.229.3 (23 Feb 2015 12:39:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2015 12:39:25 +0000 (UTC) To: Emanuel Berg , 19926@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 23 13:39:13 2015 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 1YPsI4-0000KL-Ev for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 13:39:12 +0100 Original-Received: from localhost ([::1]:43229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPsI3-0003YL-UM for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Feb 2015 07:39:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPsHz-0003XJ-R8 for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 07:39:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPsHu-00012M-Ru for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 07:39:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPsHu-00012B-P1 for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 07:39:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YPsHu-0006Zt-8O for bug-gnu-emacs@gnu.org; Mon, 23 Feb 2015 07:39:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Agustin Martin Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 23 Feb 2015 12:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19926 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19926-submit@debbugs.gnu.org id=B19926.142469509325213 (code B ref 19926); Mon, 23 Feb 2015 12:39:02 +0000 Original-Received: (at 19926) by debbugs.gnu.org; 23 Feb 2015 12:38:13 +0000 Original-Received: from localhost ([127.0.0.1]:51131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPsH6-0006Ya-MW for submit@debbugs.gnu.org; Mon, 23 Feb 2015 07:38:12 -0500 Original-Received: from neon-v1.ccupm.upm.es ([138.100.198.71]:49404) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YPsH4-0006YR-D9 for 19926@debbugs.gnu.org; Mon, 23 Feb 2015 07:38:11 -0500 Original-Received: from agmartin.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by smtp.upm.es (8.14.4/8.14.4/neon-v1-002) with ESMTP id t1NCc7xv031659; Mon, 23 Feb 2015 13:38:07 +0100 Original-Received: by agmartin.aq.upm.es (Postfix, from userid 1000) id C512E410CA; Mon, 23 Feb 2015 13:38:07 +0100 (CET) Content-Disposition: inline In-Reply-To: <877fv9tsr6.fsf@debian.uxu> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:99728 Archived-At: On Mon, Feb 23, 2015 at 12:45:49AM +0100, Emanuel Berg wrote: > > The interface/docstring of > `ispell-comments-and-strings' is a bit unclear so I > had to examine the source to understand it. It says: > > (ispell-comments-and-strings ONLY-CURRENT) Note that version above is only used in Debian/GNU*, trunk has (defun ispell-comments-and-strings () Changes were a proposal from Lennart Borgman. I expected him to commit the changes to trunk and in the meantime I put them in Debian. But that commit never happened, so I will probably revert them soon to match trunk and avoid differences. Regards, -- Agustin