From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18839 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.user Subject: Re: Typo in doc string of `gnus-dependencies-add-header'? Date: Sun, 22 Jul 2018 13:17:03 -0700 Message-ID: <87muujowjk.fsf@ericabrahamsen.net> References: <87a7qjv1b3.fsf@moondust.localdomain> <87zhyjp5nj.fsf@ericabrahamsen.net> <87in57ysyq.fsf@moondust.localdomain> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1532290517 25989 195.159.176.226 (22 Jul 2018 20:15:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2018 20:15:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jul 22 22:15:13 2018 Return-path: Envelope-to: gegu-info-gnus-english@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 1fhKl7-0006hA-0O for gegu-info-gnus-english@m.gmane.org; Sun, 22 Jul 2018 22:15:13 +0200 Original-Received: from localhost ([::1]:57354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhKnD-000558-UV for gegu-info-gnus-english@m.gmane.org; Sun, 22 Jul 2018 16:17:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhKn7-00054p-UW for info-gnus-english@gnu.org; Sun, 22 Jul 2018 16:17:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhKn4-0000Ng-OL for info-gnus-english@gnu.org; Sun, 22 Jul 2018 16:17:17 -0400 Original-Received: from [195.159.176.226] (port=48209 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhKn4-0000NW-Ez for info-gnus-english@gnu.org; Sun, 22 Jul 2018 16:17:14 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fhKkv-0006Ss-0q for info-gnus-english@gnu.org; Sun, 22 Jul 2018 22:15:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 50 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:bxNSkXhfL6+2sd+agzVbTALBZfs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18839 Archived-At: "N. Jackson" writes: > Hi Eric, > > Thank you for the response. > > At 10:00 -0700 on Sunday 2018-07-22, Eric Abrahamsen wrote: >> >> "N. Jackson" writes: >> >>> In Gnus v5.13 in GNU Emacs 27.0.50 >>> Repository revision: f3f67cf0b9a6388d423e048a7aafad2eb531b5a5 >> >> If you're using Emacs 27, you shouldn't be loading Gnus >> externally! > > Hmm... what makes you think that I am? > > As far as I am aware, I am not running an external Gnus. I can't > see anything in my configuration that would load an external Gnus, > I don't have any Gnus-related load path shadows, and in Package > Manager it says I have the "built-in" Gnus. > > So I think (probably) that I am okay here. > >> FWIW, the docstring of `gnus-summary-ignore-duplicates' now >> reads: >> >> "If non-nil, ignore articles with identical Message-ID headers." > > Yes, I see that here too. To be clear, this is about the doc > string of the function `gnus-dependencies-add-header', not the doc > string of the variable `gnus-summary-ignore-duplicates'. Bah, sorry, I guess I forgot that Gnus still has its own version number; that plus the docstring confusion made me think you were running an old version of the code. >> Your bug may still be there, but it will be much more productive to >> investigate the Gnus code in Emacs' master branch. > > I just went and double checked that. (You had me worried for a > moment!) But I am looking at the sources checked out from Emacs > master, so no worries there. Okay, good. And I think you're right that the docstring is backwards. I'd be happy to change that -- it's a small change, is there anything else that needs fixing in the meantime? Are you finding any actual bugs? Eric