From unknown Thu Jun 19 14:26:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Oct 2018 18:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 33090 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 33090@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15398878904672 (code B ref -1); Thu, 18 Oct 2018 18:39:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Oct 2018 18:38:10 +0000 Received: from localhost ([127.0.0.1]:57371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDDBS-0001DH-27 for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDDBQ-0001D6-LK for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDDBK-0006DX-Hm for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52624) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDDBK-0006DH-Dh for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDDBJ-0001R8-Iw for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2018 14:38:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDDBG-0006AV-DA for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2018 14:38:01 -0400 Received: from mail.ericabrahamsen.net ([50.56.99.223]:48425) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDDBG-000615-49 for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2018 14:37:58 -0400 Received: from localhost (unknown [207.109.85.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 7F0733F4E4 for ; Thu, 18 Oct 2018 18:37:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1539887870; bh=/gpCEu0W4X/5QVAphMrgyAIPIx4p4M2zpi/GQQiXfwg=; h=From:To:Subject:Date:From; b=ZIfFCPwtQkmuLh7JN0unpkC9FfS+GJ4zbqYhAU973xqnu2gSszts25FWz0n9VRz7e WfRtBTX1RO6A8p5YPUUjH8O2amCzpLs+30RIQ1MFPa6KdA0Psa+JeJBLpI9pU/smXg h+uMc21IPtqWTcZM+0v3PB8s8vSUDYGztZmyaLms= From: Eric Abrahamsen Date: Thu, 18 Oct 2018 11:37:48 -0700 Message-ID: <87zhvb2j9f.fsf@ericabrahamsen.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) --=-=-= Content-Type: text/plain The symbol `some' is incorrectly treated as a hyperlink to the function `some' in this docstring. This patch wiggles the word "symbol" in there to deactivate it. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Deactivate-incorrect-hyperlinking-in-gnus-build-spar.patch >From 4b9d708e05790a555b073ea73c96018a65a53145 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Thu, 18 Oct 2018 11:32:47 -0700 Subject: [PATCH] Deactivate incorrect hyperlinking in gnus-build-sparse-threads doc * lisp/gnus/gnus-sum.el (gnus-build-sparse-threads): Add the word "symbol" so it doesn't link to the `some' function. --- lisp/gnus/gnus-sum.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index f56b822ac5..a1ee2aaf3a 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -203,9 +203,10 @@ gnus-simplify-ignored-prefixes (defcustom gnus-build-sparse-threads nil "If non-nil, fill in the gaps in threads. -If `some', only fill in the gaps that are needed to tie loose threads -together. If `more', fill in all leaf nodes that Gnus can find. If -non-nil and non-`some', fill in all gaps that Gnus manages to guess." +If set to the symbol `some', only fill in the gaps that are +needed to tie loose threads together. If the symbol `more', fill +in all leaf nodes that Gnus can find. If t (or any other value), +fill in all gaps that Gnus manages to guess." :group 'gnus-thread :type '(choice (const :tag "off" nil) (const some) -- 2.19.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 18 14:52:05 2018 Received: (at control) by debbugs.gnu.org; 18 Oct 2018 18:52:05 +0000 Received: from localhost ([127.0.0.1]:57383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDDOv-0001Y0-J0 for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:52:05 -0400 Received: from mail.ericabrahamsen.net ([50.56.99.223]:37331) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDDOu-0001Xs-6h for control@debbugs.gnu.org; Thu, 18 Oct 2018 14:52:04 -0400 Received: from localhost (unknown [207.109.85.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 238423F4E4 for ; Thu, 18 Oct 2018 18:52:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1539888723; bh=t9YThR2Dd0OQ+j7YEI20QhhN+KUba0Wyuh9Xw5CBqNY=; h=From:To:Subject:References:Date:In-Reply-To:From; b=T1ur1VuqncS0hiku/eKgVNvcW8dDJUQ0n/U3Z+zQnUn1G3BGefOOtH47zbhIX7Ls7 GcoVBugY+KNfGujFdFobdqx84DGltwxa3sDX2oeNTqyJELBoB7XZ0522FttejFvm5d F5SO5i6eooDne+JkbyNxAhZoKllTW2lF6fBYRv+A= From: Eric Abrahamsen To: Debbugs control Subject: Re: bug#33090: Acknowledgement (27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads) References: <87zhvb2j9f.fsf@ericabrahamsen.net> Date: Thu, 18 Oct 2018 11:52:01 -0700 In-Reply-To: (GNU bug Tracking System's message of "Thu, 18 Oct 2018 18:39:02 +0000") Message-ID: <87pnw72ilq.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 33090 patch From unknown Thu Jun 19 14:26:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads Resent-From: Robert Pluim Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 Oct 2018 07:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33090 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Eric Abrahamsen Cc: 33090@debbugs.gnu.org Received: via spool by 33090-submit@debbugs.gnu.org id=B33090.153993515029418 (code B ref 33090); Fri, 19 Oct 2018 07:46:02 +0000 Received: (at 33090) by debbugs.gnu.org; 19 Oct 2018 07:45:50 +0000 Received: from localhost ([127.0.0.1]:58091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDPTf-0007eN-Nc for submit@debbugs.gnu.org; Fri, 19 Oct 2018 03:45:47 -0400 Received: from mail-wm1-f45.google.com ([209.85.128.45]:36496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDPTe-0007eB-R5 for 33090@debbugs.gnu.org; Fri, 19 Oct 2018 03:45:47 -0400 Received: by mail-wm1-f45.google.com with SMTP id a8-v6so2703346wmf.1 for <33090@debbugs.gnu.org>; Fri, 19 Oct 2018 00:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:mail-copies-to:gmane-reply-to-list :date:in-reply-to:message-id:mime-version:content-transfer-encoding; bh=b3gKk/TwEeEUWpzD6dZFnD5xVeZApkgdAFYwB7SdNeo=; b=GeKO3q1Hl4pNHOoKBIg6tN7Mbe0FNgM+rfxK0I8N1qaTOAuO4SSaKM8lu2D37wlfMq YUlQoGX0t/CVxmCqJ0TBeJpbiJTAIAlJvw2OrDL1gNgg1jy7MOFkhE5DknoT1UfZ8q8T pUW9IOkn8yeqiMAFlfhJ5rOzp4mxA87WKKC28OC7Ka9hK52lWk7g6Yp9dJLftfmgfzXh K/DZJWf/WMruA3vzQqutwH8QNVap5Yg8fuThr7UeAir+tCOcLOd4u2R18JIoqOMqtGRF aLXhKlTxE+5LrFdI1Yfic9IPMk9On2Ll+/6CAJsNtMvcUQxO6sGTZp5I53d05jtdCvjh //cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:mail-copies-to :gmane-reply-to-list:date:in-reply-to:message-id:mime-version :content-transfer-encoding; bh=b3gKk/TwEeEUWpzD6dZFnD5xVeZApkgdAFYwB7SdNeo=; b=f+ORwAoDyPSEveejetBK50R3q+gv+5Y2xQjp33+gbxp+NBVpJQkaI6TG13ecky84xS egEe4J+lYNXXGHMbl0jW5oGRMcwWvYKX6WzU+7dtSX/R5ON2sRFUK9gXj3BMCFsybA3y nIqRhhL39M1dTc7/cbCcD3t08A9W9iE5XNKaPsf93MYCpWyvo4gFsIfQV9VU01I2mnTl F/+Up/jgvXz+JsBtL9PjphppkbZNrJ46v+77O3eFLGBMBdEQ/ihRTzKexEt691jU+dke u6qMeg5BjDKUSl0RBNdMexdNn7XaaJeRaLskVKhh+GN1OOr2vd4Fmz3D7+lZrwe1DCoG 9RPQ== X-Gm-Message-State: ABuFfoh39E5HRaTOn0w8Mzad/ImzZRh59C9IyYzESL6KG9p4yWV9/HUr h37WIw8USbGdG0GF/Gi/DabqoX+L X-Google-Smtp-Source: ACcGV63wxEX6QXeLDKQrq+MKwx63uk5KAeS5BJhlP6sz3EQRTgs+oPnGrM6Tko4kMNbiCEDg7BSsRA== X-Received: by 2002:a1c:9b91:: with SMTP id d139-v6mr3854963wme.62.1539935140793; Fri, 19 Oct 2018 00:45:40 -0700 (PDT) Received: from rpluim-ubuntu (vav06-1-78-207-202-134.fbx.proxad.net. [78.207.202.134]) by smtp.gmail.com with ESMTPSA id i4-v6sm17628049wrs.87.2018.10.19.00.45.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 19 Oct 2018 00:45:40 -0700 (PDT) From: Robert Pluim References: <87zhvb2j9f.fsf@ericabrahamsen.net> Mail-Copies-To: never Gmane-Reply-To-List: yes Date: Fri, 19 Oct 2018 09:45:38 +0200 In-Reply-To: <87zhvb2j9f.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Thu, 18 Oct 2018 11:37:48 -0700") Message-ID: <87bm7q4bx9.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eric Abrahamsen writes: > The symbol `some' is incorrectly treated as a hyperlink to the function > `some' in this docstring. This patch wiggles the word "symbol" in there > to deactivate it. > Since you=CA=BCre there anyway: there=CA=BCs one in `gnus-fetch-old-headers= ' as well. Robert From unknown Thu Jun 19 14:26:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 Oct 2018 19:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33090 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 33090@debbugs.gnu.org Received: via spool by 33090-submit@debbugs.gnu.org id=B33090.153997600728043 (code B ref 33090); Fri, 19 Oct 2018 19:07:01 +0000 Received: (at 33090) by debbugs.gnu.org; 19 Oct 2018 19:06:47 +0000 Received: from localhost ([127.0.0.1]:59765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDa6h-0007IF-ED for submit@debbugs.gnu.org; Fri, 19 Oct 2018 15:06:47 -0400 Received: from mail.ericabrahamsen.net ([50.56.99.223]:59103) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDa6g-0007I7-5D for 33090@debbugs.gnu.org; Fri, 19 Oct 2018 15:06:46 -0400 Received: from localhost (unknown [207.109.85.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 6E14F3F939 for <33090@debbugs.gnu.org>; Fri, 19 Oct 2018 19:06:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1539976005; bh=AM59ugAKVkSts9BsfNe+UFmD52GLEu8A9Sr11KaDgPs=; h=From:To:Subject:References:Date:In-Reply-To:From; b=tfg+dzc/qhoiWfjlNC9fNoqAJilm36O/6OMoCPvEiOr30NXijq76+rTxl2lDu3Q9f Rw1nrKs8QDBiJefCqpMG3J3iENGMMTFJfF1/dUFe/Bc8NVq+whZ9r1AqnF2AnUsHaY LY/F9k3nGXeLuvpl9OpdOHZ8h3OrX56siIlJwqVI= From: Eric Abrahamsen References: <87zhvb2j9f.fsf@ericabrahamsen.net> <87bm7q4bx9.fsf@gmail.com> Date: Fri, 19 Oct 2018 12:06:44 -0700 In-Reply-To: <87bm7q4bx9.fsf@gmail.com> (Robert Pluim's message of "Fri, 19 Oct 2018 09:45:38 +0200") Message-ID: <87ftx1vjqz.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On 10/19/18 09:45 AM, Robert Pluim wrote: > Eric Abrahamsen writes: > >> The symbol `some' is incorrectly treated as a hyperlink to the function >> `some' in this docstring. This patch wiggles the word "symbol" in there >> to deactivate it. >> > > Since you=CA=BCre there anyway: there=CA=BCs one in `gnus-fetch-old-heade= rs' as > well. Thanks for the tip. I started finding more similar problems, then hauled out checkdoc and started using that, and fell down a rabbit hole. I have a long flight on Sunday, I might try to do a full documentation sweep then. What Gnus really needs is docstrings where it currently doesn't have them, but this would be an okay start. From unknown Thu Jun 19 14:26:25 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eric Abrahamsen Subject: bug#33090: closed (Re: bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads) Message-ID: References: <83ftwroita.fsf@gnu.org> <87zhvb2j9f.fsf@ericabrahamsen.net> X-Gnu-PR-Message: they-closed 33090 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 33090@debbugs.gnu.org Date: Sat, 27 Oct 2018 09:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1540631522-20369-1" This is a multi-part message in MIME format... ------------=_1540631522-20369-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus= -build-sparse-threads which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 33090@debbugs.gnu.org. --=20 33090: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D33090 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1540631522-20369-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 33090-done) by debbugs.gnu.org; 27 Oct 2018 09:11:37 +0000 Received: from localhost ([127.0.0.1]:44549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGKd6-0005Hv-UC for submit@debbugs.gnu.org; Sat, 27 Oct 2018 05:11:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58636) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGKd6-0005Hj-98 for 33090-done@debbugs.gnu.org; Sat, 27 Oct 2018 05:11:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGKcx-0003ND-Vo for 33090-done@debbugs.gnu.org; Sat, 27 Oct 2018 05:11:31 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGKcx-0003MP-OU; Sat, 27 Oct 2018 05:11:27 -0400 Received: from [176.228.60.248] (port=1213 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gGKcx-0001tB-BZ; Sat, 27 Oct 2018 05:11:27 -0400 Date: Sat, 27 Oct 2018 12:11:29 +0300 Message-Id: <83ftwroita.fsf@gnu.org> From: Eli Zaretskii To: Eric Abrahamsen In-reply-to: <87zhvb2j9f.fsf@ericabrahamsen.net> (message from Eric Abrahamsen on Thu, 18 Oct 2018 11:37:48 -0700) Subject: Re: bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads References: <87zhvb2j9f.fsf@ericabrahamsen.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33090-done Cc: 33090-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI > autolearn=disabled version=3.3.2 > Resent-From: Eric Abrahamsen > Original-Sender: "Debbugs-submit" > Resent-CC: bug-gnu-emacs@gnu.org > Resent-Sender: help-debbugs@gnu.org > From: Eric Abrahamsen > Date: Thu, 18 Oct 2018 11:37:48 -0700 > > The symbol `some' is incorrectly treated as a hyperlink to the function > `some' in this docstring. This patch wiggles the word "symbol" in there > to deactivate it. Thanks, pushed to the release branch. ------------=_1540631522-20369-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Oct 2018 18:38:10 +0000 Received: from localhost ([127.0.0.1]:57371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDDBS-0001DH-27 for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDDBQ-0001D6-LK for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDDBK-0006DX-Hm for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52624) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDDBK-0006DH-Dh for submit@debbugs.gnu.org; Thu, 18 Oct 2018 14:38:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDDBJ-0001R8-Iw for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2018 14:38:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDDBG-0006AV-DA for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2018 14:38:01 -0400 Received: from mail.ericabrahamsen.net ([50.56.99.223]:48425) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDDBG-000615-49 for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2018 14:37:58 -0400 Received: from localhost (unknown [207.109.85.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 7F0733F4E4 for ; Thu, 18 Oct 2018 18:37:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1539887870; bh=/gpCEu0W4X/5QVAphMrgyAIPIx4p4M2zpi/GQQiXfwg=; h=From:To:Subject:Date:From; b=ZIfFCPwtQkmuLh7JN0unpkC9FfS+GJ4zbqYhAU973xqnu2gSszts25FWz0n9VRz7e WfRtBTX1RO6A8p5YPUUjH8O2amCzpLs+30RIQ1MFPa6KdA0Psa+JeJBLpI9pU/smXg h+uMc21IPtqWTcZM+0v3PB8s8vSUDYGztZmyaLms= From: Eric Abrahamsen To: bug-gnu-emacs@gnu.org Subject: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads Date: Thu, 18 Oct 2018 11:37:48 -0700 Message-ID: <87zhvb2j9f.fsf@ericabrahamsen.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) --=-=-= Content-Type: text/plain The symbol `some' is incorrectly treated as a hyperlink to the function `some' in this docstring. This patch wiggles the word "symbol" in there to deactivate it. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Deactivate-incorrect-hyperlinking-in-gnus-build-spar.patch >From 4b9d708e05790a555b073ea73c96018a65a53145 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Thu, 18 Oct 2018 11:32:47 -0700 Subject: [PATCH] Deactivate incorrect hyperlinking in gnus-build-sparse-threads doc * lisp/gnus/gnus-sum.el (gnus-build-sparse-threads): Add the word "symbol" so it doesn't link to the `some' function. --- lisp/gnus/gnus-sum.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index f56b822ac5..a1ee2aaf3a 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -203,9 +203,10 @@ gnus-simplify-ignored-prefixes (defcustom gnus-build-sparse-threads nil "If non-nil, fill in the gaps in threads. -If `some', only fill in the gaps that are needed to tie loose threads -together. If `more', fill in all leaf nodes that Gnus can find. If -non-nil and non-`some', fill in all gaps that Gnus manages to guess." +If set to the symbol `some', only fill in the gaps that are +needed to tie loose threads together. If the symbol `more', fill +in all leaf nodes that Gnus can find. If t (or any other value), +fill in all gaps that Gnus manages to guess." :group 'gnus-thread :type '(choice (const :tag "off" nil) (const some) -- 2.19.1 --=-=-=-- ------------=_1540631522-20369-1-- From unknown Thu Jun 19 14:26:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Oct 2018 09:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33090 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Robert Pluim Cc: eric@ericabrahamsen.net, 33090@debbugs.gnu.org Received: via spool by 33090-submit@debbugs.gnu.org id=B33090.154063175223274 (code B ref 33090); Sat, 27 Oct 2018 09:16:02 +0000 Received: (at 33090) by debbugs.gnu.org; 27 Oct 2018 09:15:52 +0000 Received: from localhost ([127.0.0.1]:44555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGKhE-000633-Fh for submit@debbugs.gnu.org; Sat, 27 Oct 2018 05:15:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59841) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGKhC-0005xh-Ux for 33090@debbugs.gnu.org; Sat, 27 Oct 2018 05:15:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGKh4-0007Oh-Ke for 33090@debbugs.gnu.org; Sat, 27 Oct 2018 05:15:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGKh3-0007Nc-3m; Sat, 27 Oct 2018 05:15:42 -0400 Received: from [176.228.60.248] (port=1489 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gGKh2-0002Fg-MZ; Sat, 27 Oct 2018 05:15:41 -0400 Date: Sat, 27 Oct 2018 12:15:45 +0300 Message-Id: <83efcboim6.fsf@gnu.org> From: Eli Zaretskii In-reply-to: <87bm7q4bx9.fsf@gmail.com> (message from Robert Pluim on Fri, 19 Oct 2018 09:45:38 +0200) References: <87zhvb2j9f.fsf@ericabrahamsen.net> <87bm7q4bx9.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > From: Robert Pluim > Date: Fri, 19 Oct 2018 09:45:38 +0200 > Cc: 33090@debbugs.gnu.org > > Eric Abrahamsen writes: > > > The symbol `some' is incorrectly treated as a hyperlink to the function > > `some' in this docstring. This patch wiggles the word "symbol" in there > > to deactivate it. > > > > Since youʼre there anyway: thereʼs one in `gnus-fetch-old-headers' as > well. Done, thanks.