From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: jinx Date: Fri, 31 Mar 2023 22:11:09 +0300 Message-ID: <83fs9k20tu.fsf@gnu.org> References: <87sfdnyuxc.fsf@posteo.de> <83sfdl2z26.fsf@gnu.org> <86tty0ydnl.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37571"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 31 21:11:31 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 1piK9r-0009d1-5t for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 21:11:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piK9P-0000Pq-Ay; Fri, 31 Mar 2023 15:11:03 -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 1piK9N-0000PP-It for emacs-devel@gnu.org; Fri, 31 Mar 2023 15:11:01 -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 1piK9N-0006xd-7k; Fri, 31 Mar 2023 15:11:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=S2XBrLzUjRhHOQ+ZSrsdm7OZ1vRbcX+QhnWoNyuNOhs=; b=qX2iPleAH7ne D9IZr0AdOmhi2BtcOUpjCJ12uVYW7V5gFET7+RM2pU6YBYu5yHOGsdiXmQ1tNV7YH1jnSv/NY336i WitZALh8PPzSA8gY70mPlrS+YEkBScWVzm6Br9rLvV4iZ947qq721CnhaLw3L6EyW66z8HywLpUiW bIrN0VcI6F672rCjxaw3jRRAeQgcDTnwtEGN9AOdAHE+YMyvQIGKUu3buthGFRo1WvJtMaS0Pv54Y w73pu7lWPA7yG9nS/tB/SCl+jZxviBCw21bhAvO+esbeoKwIWAk3HucCbm3vmP/7cYpzN70oJ7hJ9 pcXFxDJb8ek5E8QlaVOsyA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piK9G-0003cf-Pj; Fri, 31 Mar 2023 15:10:55 -0400 In-Reply-To: <86tty0ydnl.fsf@gnu.org> (message from Arash Esbati on Fri, 31 Mar 2023 20:33:02 +0200) 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:304952 Archived-At: > From: Arash Esbati > Cc: rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org > Date: Fri, 31 Mar 2023 20:33:02 +0200 > > Eli Zaretskii writes: > > > Another feature of jinx is the ability to skip some buffer text, e.g., > > relying on font-lock faces or user-defined regexps to identify the > > parts that should be skipped. We have similar features: > > spell-checking of comments and strings, but if that is not enough, we > > could extend these capabilities in ispell and flyspell by simple > > enough additions. > > Somewhat off-topic, but it would be great if ispell and flyspell could > use the same logic for skipping portions of buffer text. Please submit patches to do that, it shouldn't be hard. (I wonder why the built-in TeX support in the spell-checker doesn't do this job, it's supposed to be adequate, and all Emacs needs to do is to tell the speller it is working on TeX text. So I don't even understand why we need to skip something on our own in these cases.)