From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: jinx Date: Sat, 01 Apr 2023 09:42:40 +0200 Message-ID: <86wn2woxov.fsf@gnu.org> References: <87sfdnyuxc.fsf@posteo.de> <83sfdl2z26.fsf@gnu.org> <86tty0ydnl.fsf@gnu.org> <83fs9k20tu.fsf@gnu.org> <86edp4yarm.fsf@gnu.org> <83sfdkysph.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36631"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 01 09:43:49 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1piVtt-0009Hh-01 for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Apr 2023 09:43:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piVt7-0005HU-Bb; Sat, 01 Apr 2023 03:43:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piVt6-0005HM-7B for emacs-devel@gnu.org; Sat, 01 Apr 2023 03:43:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piVt5-0007BN-L9; Sat, 01 Apr 2023 03:42:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=NJ2CNTUY2Q5VfGoo6E96A6HOeAAz2c0vn+Dh63nsTMo=; b=O9vBzYlF+BbyxTu8d2pv qwYN+LV06he+1PsRIynGIALTurmUy+DPvZqCAFvXprp10/heSkMaefvrKZWhAe299t4SnrNdT+X0c pGyOx3iWHYY2scUYyOyhNNvABd/5Zf5nw6vtfHqh3whJAFcctYaiRpt98k83yG+eWVRHvJfvzFZiB cNbYHKVk1IX/5rwT/CCMlR3LfNMZNtqOid3swYyOLSAoSNABGUT7DJ3WFJ5M6b60Zfoaz4rF2FoQo zcJ3A52T6J75Zno4HXj/f3UgLdLVujNxOpZQpq6WK1d5aGVlG8DpaCqh2mxsKtsX2YLT/4wO9o9Jq 0useKe0m6PLQjA==; Original-Received: from p5b326472.dip0.t-ipconnect.de ([91.50.100.114] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piVt4-0003HO-BQ; Sat, 01 Apr 2023 03:42:58 -0400 In-Reply-To: <83sfdkysph.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 01 Apr 2023 10:20:10 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304975 Archived-At: Eli Zaretskii writes: > These issues are not TeX-specific, so they should be handled in a more > general way, not bound to TeX/LaTeX. In particular, any "tex-skip" > features should not supplant the TeX support built into the speller, > they should only _add_ skip regexps for stuff that the speller cannot > support, like user-defined macros. Agreed, in general. The only thing is that we are dealing with different spellers (ispell, aspell, hunspell, nuspell?) and I assume they have different level of built-in support for "tex-skips" (I haven't checked though). My example with verbatim environment was related to "multi-line skip" in flyspell; it can be replaced with any other environment which does a similar thing. > I'm not sure I understand item c), though: when and why would one want > to spell-check macros and environments? Sorry, I meant to say arguments/bodies of macros/environments, not the name of macros and environments. Best, Arash