From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Vincent Lefevre Newsgroups: gmane.emacs.bugs Subject: bug#37141: 27.0.50; spelling doesn't work in XML comments Date: Thu, 22 Aug 2019 16:15:01 +0200 Message-ID: <20190822141501.GB8100@cventin.lip.ens-lyon.fr> References: <87wof5ibwp.fsf@vinc17.net> <83imqpcoj2.fsf@gnu.org> <20190822135004.GA1999@cventin.lip.ens-lyon.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="88752"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.12.1+19 (078654a4) vl-117499 (2019-06-15) Cc: 37141@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 22 16:16:23 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i0nt0-000Mye-LS for geb-bug-gnu-emacs@m.gmane.org; Thu, 22 Aug 2019 16:16:22 +0200 Original-Received: from localhost ([::1]:43710 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0nsz-0001kH-6a for geb-bug-gnu-emacs@m.gmane.org; Thu, 22 Aug 2019 10:16:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54169) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0nsj-0001hX-1H for bug-gnu-emacs@gnu.org; Thu, 22 Aug 2019 10:16:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0nsh-0005Fk-4m for bug-gnu-emacs@gnu.org; Thu, 22 Aug 2019 10:16:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57460) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0nsg-0005FW-QR for bug-gnu-emacs@gnu.org; Thu, 22 Aug 2019 10:16:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0nsg-00087W-Ix for bug-gnu-emacs@gnu.org; Thu, 22 Aug 2019 10:16:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vincent Lefevre Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Aug 2019 14:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37141 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 37141-submit@debbugs.gnu.org id=B37141.156648330631125 (code B ref 37141); Thu, 22 Aug 2019 14:16:02 +0000 Original-Received: (at 37141) by debbugs.gnu.org; 22 Aug 2019 14:15:06 +0000 Original-Received: from localhost ([127.0.0.1]:38044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0nrm-00085x-Ak for submit@debbugs.gnu.org; Thu, 22 Aug 2019 10:15:06 -0400 Original-Received: from cventin.lip.ens-lyon.fr ([140.77.13.17]:35498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0nrj-00085l-Je for 37141@debbugs.gnu.org; Thu, 22 Aug 2019 10:15:05 -0400 Original-Received: from vlefevre by cventin.lip.ens-lyon.fr with local (Exim 4.92.1) (envelope-from ) id 1i0nrh-0004ti-Uv; Thu, 22 Aug 2019 16:15:01 +0200 Content-Disposition: inline In-Reply-To: <20190822135004.GA1999@cventin.lip.ens-lyon.fr> X-Mailer-Info: https://www.vinc17.net/mutt/ 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: 209.51.188.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:165578 Archived-At: retitle 37141 ispell-skip-html is poorly documented, e.g. for XML tags 37141 - notabug First, there's no mention of it in the manual. That's bad. And in the ispell.el file: (defcustom ispell-skip-html 'use-mode-name "Indicates whether ispell should skip spell checking of SGML markup. If t, always skip SGML markup; if nil, never skip; if non-t and non-nil, guess whether SGML markup should be skipped according to the name of the buffer's major mode." [...] "SGML markup" does not make any sense in XML. Here, that seems to be XML comments (XML markup, e.g. tags, attribute names, and even attribute values, is skipped in all cases, which is what is expected, IMHO). -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)