From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Hong Xu Newsgroups: gmane.emacs.bugs Subject: bug#25022: 25.1.50; Different highlighting for different citation level in message-mode Date: Tue, 06 Dec 2016 12:04:09 -0800 Message-ID: <87h96gesee.fsf@topbug.net> References: <87r360o448.fsf@topbug.net> <87lgvtio7l.fsf@topbug.net> <87inqxl8ls.fsf@topbug.net> <838trtjcq9.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1481054878 5822 195.159.176.226 (6 Dec 2016 20:07:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2016 20:07:58 +0000 (UTC) User-Agent: mu4e 0.9.17; emacs 25.1.90.5 Cc: 25022@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Dec 06 21:07:55 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1cEM1p-0000X5-LA for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Dec 2016 21:07:53 +0100 Original-Received: from localhost ([::1]:34540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEM1t-0002pw-LV for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Dec 2016 15:07:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cELz9-0000VB-MI for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2016 15:05:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cELz4-0005Zx-1N for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2016 15:05:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:43113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cELz3-0005Zl-Up for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2016 15:05:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cELz3-0001E6-OV for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2016 15:05:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Hong Xu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 06 Dec 2016 20:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25022 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 25022-submit@debbugs.gnu.org id=B25022.14810546574658 (code B ref 25022); Tue, 06 Dec 2016 20:05:01 +0000 Original-Received: (at 25022) by debbugs.gnu.org; 6 Dec 2016 20:04:17 +0000 Original-Received: from localhost ([127.0.0.1]:58512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cELyL-0001D4-Jc for submit@debbugs.gnu.org; Tue, 06 Dec 2016 15:04:17 -0500 Original-Received: from sender163-mail.zoho.com ([74.201.84.163]:21397) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cELyK-0001Cw-6Y for 25022@debbugs.gnu.org; Tue, 06 Dec 2016 15:04:16 -0500 Original-Received: from localhost (cpe-104-32-170-214.socal.res.rr.com [104.32.170.214]) by mx.zohomail.com with SMTPS id 1481054650747617.2828376492874; Tue, 6 Dec 2016 12:04:10 -0800 (PST) In-reply-to: <838trtjcq9.fsf@gnu.org> X-Zoho-Virus-Status: 1 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.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" Xref: news.gmane.org gmane.emacs.bugs:126570 Archived-At: --=-=-= Content-Type: text/plain On 2016-12-06 Tue 07:31 GMT-0800, Eli Zaretskii wrote: >> From: Hong Xu >> Date: Tue, 06 Dec 2016 01:17:35 -0800 >> Cc: 25022-done@debbugs.gnu.org >> >> I see the reason: gnus-message-citation-mode should see whether the >> current major mode is derived from message-mode, rather than equal. I'll >> probably find another fix later. > > If you change the condition to be true for any mode derived from > message-mode, then all of them will inherit this feature. Are we sure > those other modes all want that? For example, gnus-art.el defines one > such mode; up until now, that mode didn't use this feature, maybe that > was for a good reason? I don't think it's a big problem -- the minor mode isn't automatically enabled anyway. If someone derives message-mode to a mode that isn't compatible with gnus-message-citation-mode, she can just disable the minor mode. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJYRxm5AAoJECZsfTOCL4R41XsQAIEOplb3FNMQ92f3bT5XuS24 tH/X0I1x05Y4PobHN1Lg2335kO5D45oi0HpW6YJZogfWrDqBo6qlyrWV0ISaRQns qSnJcYvwiBZzTrlXvlLpuZ3/J/br5MP64ZdLv61V0Op0IJdrrN2NA02V4OUNP7mM oKK4alSJXMdfTqj6NrBiWWPjylQEnvv3s68IRHqTkIwUzbISzyIBFToxVPAfZiu1 /Sp4lL+BYwGvDTwLDsPjf6b5F5Q1caUGxdUER6tJrjbvPEFq6mst4vjVE32MNlnV +sh+Ub1Efv5wSlj4/pDY02QyQalQe/5VsMDrUSt77bwHnnFccIHDwxHi6kg7tU9M P0fz21ouedoEvkTDu6CHEyzG7X/lXS5zAkh9/iu3o9fZf5Uza1eEQHjXA8eARhUT 8GvCk6u6Gyh1pqpc/R6rNJ1RYlzkas39uCoxF/ydNNhcZfkEV5CTEw1Ku3borGtO KuV6Tq92Zim4Wn46Ijq8huCnKB7rZKmr491Oy97C8iaBgtg4yqJ9ezEPBebwn1LG Zco8EMM7ix7HcDEkMxIBnESMcyiHm07udBwx9uC7j05oTOOp8p7t8vKzYzulGi/i Kj9kc7rvghQWWVwuiN2v9rRohRkFRxpVViJjhif53dJbqHmqg0aak8WqxUYjKLXJ KKLV2zW2O1OsDvDKDhTG =bRzy -----END PGP SIGNATURE----- --=-=-=--