From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 19 10:31:36 2014 Received: (at submit) by debbugs.gnu.org; 19 Aug 2014 14:31:36 +0000 Received: from localhost ([127.0.0.1]:47505 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XJkRj-0000rH-Ss for submit@debbugs.gnu.org; Tue, 19 Aug 2014 10:31:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54841) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XJkRh-0000r3-6P for submit@debbugs.gnu.org; Tue, 19 Aug 2014 10:31:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJkRR-0006o8-TP for submit@debbugs.gnu.org; Tue, 19 Aug 2014 10:31:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJkRR-0006o4-Qf for submit@debbugs.gnu.org; Tue, 19 Aug 2014 10:31:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJkRJ-00041V-1i for bug-gnu-emacs@gnu.org; Tue, 19 Aug 2014 10:31:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJkRA-0006lU-9y for bug-gnu-emacs@gnu.org; Tue, 19 Aug 2014 10:31:08 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:34882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJkRA-0006ky-3h for bug-gnu-emacs@gnu.org; Tue, 19 Aug 2014 10:31:00 -0400 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s7JEUsqr023772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Aug 2014 14:30:55 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s7JEUr8q011041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 19 Aug 2014 14:30:54 GMT Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s7JEUrb6018640 for ; Tue, 19 Aug 2014 14:30:53 GMT MIME-Version: 1.0 Message-ID: <33f70bf0-28a5-45d3-ad74-dcc4775ca261@default> Date: Tue, 19 Aug 2014 07:30:52 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.4.50; doc string of `whitespace-mode' X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) 1. Please mention which faces are used for which kinds of highlighting. 2. Wording: So, for example, if indentation and indentation::space are included in `whitespace-style' list, the indentation value is evaluated instead of indentation::space value. One reason for not visualize spaces via faces (if `face' is not included in `whitespace-style') is to use exclusively for cleaning up a buffer. See `whitespace-cleanup' and `whitespace-cleanup-region' for documentation. A minimal fix: For example, if `indentation' and `indentation::space' are included in `whitespace-style', the `indentation' value is used instead of the `indentation::space' value. One reason to not use faces to visualize spaces (i.e., not include `face' in `whitespace-style') is to use `whitespace-mode' only for cleaning up a buffer. See `whitespace-cleanup' and `whitespace-cleanup-region'. In GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-06-28 on ODIEONE Bzr revision: 117431 rgm@gnu.org-20140628015517-eku6hj8mpgcvfnso Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/snapshot/trunk --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib 'CPPFLAGS=3D-DGC_MCHECK=3D1 -Ic:/Devel/emacs/include'' From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 09:27:23 2016 Received: (at 18296) by debbugs.gnu.org; 30 Apr 2016 13:27:23 +0000 Received: from localhost ([127.0.0.1]:56461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awUvb-0005UB-MH for submit@debbugs.gnu.org; Sat, 30 Apr 2016 09:27:23 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:56562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awUvZ-0005U0-Hv for 18296@debbugs.gnu.org; Sat, 30 Apr 2016 09:27:22 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awUvV-0002e7-Sg; Sat, 30 Apr 2016 15:27:19 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#18296: 24.4.50; doc string of `whitespace-mode' References: <33f70bf0-28a5-45d3-ad74-dcc4775ca261@default> Date: Sat, 30 Apr 2016 15:27:17 +0200 In-Reply-To: <33f70bf0-28a5-45d3-ad74-dcc4775ca261@default> (Drew Adams's message of "Tue, 19 Aug 2014 07:30:52 -0700 (PDT)") Message-ID: <87r3dnrzuy.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18296 Cc: 18296@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: 0.0 (/) Drew Adams writes: > 1. Please mention which faces are used for which kinds of highlighting. Well, there's a lot of faces, and I think it's unusual for modes like this to enumerate them. But perhaps a link to the customisation group would be nice? Is there a syntax for that? > 2. Wording: > > So, for example, if indentation and indentation::space are > included in `whitespace-style' list, the indentation value is > evaluated instead of indentation::space value. > > One reason for not visualize spaces via faces (if `face' is not > included in `whitespace-style') is to use exclusively for > cleaning up a buffer. See `whitespace-cleanup' and > `whitespace-cleanup-region' for documentation. > > A minimal fix: > > For example, if `indentation' and `indentation::space' are included in > `whitespace-style', the `indentation' value is used instead of the > `indentation::space' value. > > One reason to not use faces to visualize spaces (i.e., not include > `face' in `whitespace-style') is to use `whitespace-mode' only for > cleaning up a buffer. See `whitespace-cleanup' and > `whitespace-cleanup-region'. Installed. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 11:52:13 2016 Received: (at 18296) by debbugs.gnu.org; 30 Apr 2016 15:52:14 +0000 Received: from localhost ([127.0.0.1]:58012 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awXBl-0007fr-O8 for submit@debbugs.gnu.org; Sat, 30 Apr 2016 11:52:13 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:17156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awXBj-0007fe-TP for 18296@debbugs.gnu.org; Sat, 30 Apr 2016 11:52:12 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3UFq5lG013518 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 30 Apr 2016 15:52:06 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u3UFq5sG013044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 30 Apr 2016 15:52:05 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u3UFq5gV013685; Sat, 30 Apr 2016 15:52:05 GMT MIME-Version: 1.0 Message-ID: Date: Sat, 30 Apr 2016 07:52:03 -0800 (GMT-08:00) From: Drew Adams To: Lars Ingebrigtsen Subject: RE: bug#18296: 24.4.50; doc string of `whitespace-mode' References: <33f70bf0-28a5-45d3-ad74-dcc4775ca261@default> <87r3dnrzuy.fsf@gnus.org> In-Reply-To: <87r3dnrzuy.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0022.oracle.com [156.151.31.74] X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 18296 Cc: 18296@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: -3.3 (---) > > 1. Please mention which faces are used for which kinds of highlighting. >=20 > Well, there's a lot of faces, and I think it's unusual for modes like > this to enumerate them. There are N faces, nicely documented in `whitespace.el'. Why not put this info in the doc? `whitespace-space' highlight SPACE `whitespace-hspace' highlight HARD SPACE `whitespace-tab' highlight TAB `whitespace-newline' highlight NEWLINE char mapping `whitespace-trailing'=09 highlight trailing blanks `whitespace-line' highlight "long" lines `whitespace-space-before-tab' highlight SPACEs before TAB `whitespace-indentation' highlight 8+ SPACEs at bol `whitespace-big-indent' highlight big indentation `whitespace-empty' highlight empty lines at bob/eob `whitespace-space-after-tab' highlight 8+ SPACEs after TAB (Quickly abbreviated from the commentary - not suggesting that those are the best descriptions. E.g., what is a newline char mapping? what is "big" indentation?) > But perhaps a link to the customisation group would be nice? That would be OK too. But the mode help is where I think it belongs. > Is there a syntax for that? Dunno - not that I can think of. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 11:59:22 2016 Received: (at 18296) by debbugs.gnu.org; 30 Apr 2016 15:59:22 +0000 Received: from localhost ([127.0.0.1]:58041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awXIg-0007sD-CA for submit@debbugs.gnu.org; Sat, 30 Apr 2016 11:59:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45417) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awXIf-0007rm-Gh for 18296@debbugs.gnu.org; Sat, 30 Apr 2016 11:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awXIQ-0006ZC-RC for 18296@debbugs.gnu.org; Sat, 30 Apr 2016 11:59:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awXIQ-0006Y1-ON; Sat, 30 Apr 2016 11:59:06 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1844 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1awXIK-0005uj-LD; Sat, 30 Apr 2016 11:59:01 -0400 Date: Sat, 30 Apr 2016 18:58:58 +0300 Message-Id: <83twijnl4t.fsf@gnu.org> From: Eli Zaretskii To: Drew Adams In-reply-to: (message from Drew Adams on Sat, 30 Apr 2016 07:52:03 -0800 (GMT-08:00)) Subject: Re: bug#18296: 24.4.50; doc string of `whitespace-mode' References: <33f70bf0-28a5-45d3-ad74-dcc4775ca261@default> <87r3dnrzuy.fsf@gnus.org> 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: -6.0 (------) X-Debbugs-Envelope-To: 18296 Cc: 18296@debbugs.gnu.org, larsi@gnus.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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > Date: Sat, 30 Apr 2016 07:52:03 -0800 (GMT-08:00) > From: Drew Adams > Cc: 18296@debbugs.gnu.org > > There are N faces, nicely documented in `whitespace.el'. > Why not put this info in the doc? Because it is confusing, unless expanded and elaborated. > `whitespace-space' highlight SPACE > `whitespace-hspace' highlight HARD SPACE > `whitespace-tab' highlight TAB > `whitespace-newline' highlight NEWLINE char mapping > `whitespace-trailing' highlight trailing blanks > `whitespace-line' highlight "long" lines > `whitespace-space-before-tab' highlight SPACEs before TAB > `whitespace-indentation' highlight 8+ SPACEs at bol > `whitespace-big-indent' highlight big indentation > `whitespace-empty' highlight empty lines at bob/eob > `whitespace-space-after-tab' highlight 8+ SPACEs after TAB Quick: what's the difference between "big indentation" and "SPACEs before TAB"? How can you determine which one will be applied to a specific line? And what's the difference between "SPACE" and "HARD SPACE"? And what is "NEWLINE char mapping"? Etc., etc. IOW, someone should work on this stuff before it can be put in a doc string. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 13:22:51 2016 Received: (at 18296) by debbugs.gnu.org; 30 Apr 2016 17:22:51 +0000 Received: from localhost ([127.0.0.1]:58229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awYbT-0003KA-9a for submit@debbugs.gnu.org; Sat, 30 Apr 2016 13:22:51 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:43216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awYbS-0003Jx-2X for 18296@debbugs.gnu.org; Sat, 30 Apr 2016 13:22:50 -0400 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3UHMieJ001656 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 30 Apr 2016 17:22:44 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u3UHMhfW001232 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 30 Apr 2016 17:22:44 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u3UHMgsu008232; Sat, 30 Apr 2016 17:22:43 GMT MIME-Version: 1.0 Message-ID: Date: Sat, 30 Apr 2016 09:22:39 -0800 (GMT-08:00) From: Drew Adams To: Eli Zaretskii , Drew Adams Subject: RE: bug#18296: 24.4.50; doc string of `whitespace-mode' References: <<33f70bf0-28a5-45d3-ad74-dcc4775ca261@default> <87r3dnrzuy.fsf@gnus.org>> <> <<83twijnl4t.fsf@gnu.org>> In-Reply-To: <<83twijnl4t.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 18296 Cc: 18296@debbugs.gnu.org, larsi@gnus.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: -3.3 (---) > IOW, someone should work on this stuff before it can be put > in a doc string. I agree. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 04 04:20:18 2021 Received: (at 18296) by debbugs.gnu.org; 4 Sep 2021 08:20:18 +0000 Received: from localhost ([127.0.0.1]:46541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQuQ-0002HF-JQ for submit@debbugs.gnu.org; Sat, 04 Sep 2021 04:20:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQuP-0002Gv-48 for 18296@debbugs.gnu.org; Sat, 04 Sep 2021 04:20:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=chUoFhvJkQxvVos8QQkVTFOy/sNLJ6YL9olB9wkmGY8=; b=Lfag73VpS3U+lMl5RCxhz/QRPy /ddr7pDcGCZ4N+Q6mvUcFtDdECG3Ja6RgCdlgddgA3qkpLhZmB3Ub4lyPRPNl+vnFBGjCfOz0S0J/ VqswI/F4m5oLMvnsgWub7EsE///e9sH7Enbfj3JPVbabGU2o453I4RbsIlSJ9/U0ECw8=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mMQuF-0007FI-Hi; Sat, 04 Sep 2021 10:20:10 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#18296: 24.4.50; doc string of `whitespace-mode' References: <33f70bf0-28a5-45d3-ad74-dcc4775ca261@default> <87r3dnrzuy.fsf@gnus.org> Date: Sat, 04 Sep 2021 10:20:05 +0200 In-Reply-To: <87r3dnrzuy.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 30 Apr 2016 15:27:17 +0200") Message-ID: <87tuj0rbuy.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: >> 1. Please mention which faces are used for which kinds of highlighting. > > Well, there's a lot of faces, and I think it's unusual for modes like > this to enumerate them. But perhaps a link to the [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 18296 Cc: 18296@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: -3.3 (---) Lars Ingebrigtsen writes: >> 1. Please mention which faces are used for which kinds of highlighting. > > Well, there's a lot of faces, and I think it's unusual for modes like > this to enumerate them. But perhaps a link to the customisation group > would be nice? Is there a syntax for that? There wasn't, but I've now added it to Emacs 28, and I've also added a link from the whitespace-mode doc string. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 04 04:20:23 2021 Received: (at control) by debbugs.gnu.org; 4 Sep 2021 08:20:23 +0000 Received: from localhost ([127.0.0.1]:46544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQuU-0002HW-Rc for submit@debbugs.gnu.org; Sat, 04 Sep 2021 04:20:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMQuT-0002H7-2s for control@debbugs.gnu.org; Sat, 04 Sep 2021 04:20:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=o3EEUkuRnqa8Qu1BiWK+waOfoVBXZEh5yR6y7YkiV9o=; b=KELGXKoONOTXop4vGySH80XT3t u0tqdH3UUQXuRsAyVkwjhftcTv3AR1vGNj3cQG5vXuqS3VpShtt17F0KN/i+1E1C0KemBW9ccewUT 85zvAZh/uhML6DMd8rAD96O2HGkxA7Yu1AMbhmYdYbdVz3ApvkV64mu/xzMUXHmfUgHQ=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mMQuL-0007FQ-85 for control@debbugs.gnu.org; Sat, 04 Sep 2021 10:20:15 +0200 Date: Sat, 04 Sep 2021 10:20:12 +0200 Message-Id: <87sfykrbur.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #18296 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 18296 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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 (---) close 18296 28.1 quit From unknown Sat Jun 14 18:04:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 02 Oct 2021 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator