From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88182 Path: news.gmane.org!.POSTED!not-for-mail From: "Garreau\, Alexandre" Newsgroups: gmane.emacs.gnus.general Subject: `gnus-build-sparse-threads' docstring Date: Thu, 18 Oct 2018 15:57:00 +0200 Message-ID: <877eifwe6r.fsf@portable.galex-713.eu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1539870964 20028 195.159.176.226 (18 Oct 2018 13:56:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2018 13:56:04 +0000 (UTC) User-Agent: Gnus (5.13), GNU Emacs 25.1.1 (i686-pc-linux-gnu) To: ding@gnus.org Original-X-From: ding-owner+M36396@lists.math.uh.edu Thu Oct 18 15:56:00 2018 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gD8mN-00054q-Vi for ding-account@gmane.org; Thu, 18 Oct 2018 15:56:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.90_1) (envelope-from ) id 1gD8nc-00063l-2f; Thu, 18 Oct 2018 08:57:16 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1gD8nU-000611-0C for ding@lists.math.uh.edu; Thu, 18 Oct 2018 08:57:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1gD8nR-0003CI-Qc for ding@lists.math.uh.edu; Thu, 18 Oct 2018 08:57:07 -0500 Original-Received: from portable.galex-713.eu ([89.234.186.82]) by quimby.gnus.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gD8nP-0003bY-DN for ding@gnus.org; Thu, 18 Oct 2018 15:57:03 +0200 Original-Received: from localhost ([::1] helo=portable.galex-713.eu) by portable.galex-713.eu with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gD8nN-0005Kj-90 for ding@gnus.org; Thu, 18 Oct 2018 15:57:02 +0200 X-GPG-FINGERPRINT: E109 9988 4197 D7CB B0BC 5C23 8DEB 24BA 867D 3F7F X-Accept-Language: fr, en, it, eo X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.4.2 2018-09-13) analysis follows Bayesian score: 0.5000 Ham tokens: 0.000-178--6876h-0s--0d--H*M:fsf, 0.000-173--6657h-0s--0d--H*MI:fsf, 0.000-31--1185h-0s--0d--H*UA:Emacs, 0.000-31--1168h-0s--0d--H*u:Emacs, 0.000-25--940h-0s--0d--H*UA:Gnus Spam tokens: 0.997-34690--627h-27591s--0d--H*r:quimby.gnus.org, 0.995-35708--1043h-28711s--0d--HTo:D*gnus.org, 0.995-28836--857h-23197s--0d--H*Ad:D*gnus.org, 0.995-36848--1148h-29684s--0d--H*RU:quimby.gnus.org, 0.995-36848--1148h-29684s--0d--Hx-spam-relays-external:quimby.gnus.org Autolearn status: ham autolearn_force=no 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] -0.0 SPF_PASS SPF: sender matches SPF record List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88182 Archived-At: Hi, When putting a raw symbol, not to be evaluated, in docstring, `describe-variable' highlights these as links to same-name symbol description (`describe-symbol'). Yet in `gnus-build-sparse-threads', =E2=80=9C'some=E2=80=9D doesn=E2=80=99t refer to `some' (the cl function, a= lias for `cl-some'), so I guess it would be more correctly written as =E2=80=9C'some=E2=80=9D or= 'some directly, instead of `some'.