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: Thu, 30 Mar 2023 08:23:28 +0300 Message-ID: <83y1ne6cdr.fsf@gnu.org> References: <87sfdnyuxc.fsf@posteo.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4106"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org To: Michael Eliachevitch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 30 07:23:54 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 1phklO-0000nq-NC for ged-emacs-devel@m.gmane-mx.org; Thu, 30 Mar 2023 07:23:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1phkl2-00063h-0L; Thu, 30 Mar 2023 01:23:32 -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 1phkkz-00063G-4O for emacs-devel@gnu.org; Thu, 30 Mar 2023 01:23:29 -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 1phkky-0006pw-SV; Thu, 30 Mar 2023 01:23:28 -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=XIJt/D9HIywJU/GVVUML7XZAozlYlf41OmCGFdUgh90=; b=pLQscjB99oTB SGO5UJP2beXdkKU9/osKUisGAe1rFIRprEX76k2AVm+cjp1tHYAonu4OWkV8bxIgLjvuz+lpgJDdn fmZ1WX7WS4Xykkx0adPQAghf89eO8fi2+2F8JmcAO81TYX7vX7oz13IfQJIdmzWBKxmDdub24tNAr W6fS3JJoJHfVvcyzfkqQ8NHegtjdVHQWOn59RDuBV6X0F/7S3rHG1wWOrR6gISMIkdO2uWI8ct2Ov EN8me7Zwcrg5PuP5AKzn1ri7iaTOcaSoEX6TCAKXDJEfn5WldMBwCat363xxYiOjLLhTK8M9SWKzq TLcfTfj3yly80pJS9q9XFg==; 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 1phkko-0001Qc-Sl; Thu, 30 Mar 2023 01:23:19 -0400 In-Reply-To: <87sfdnyuxc.fsf@posteo.de> (message from Michael Eliachevitch on Wed, 29 Mar 2023 22:46:01 +0000) 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:304836 Archived-At: > From: Michael Eliachevitch > Cc: emacs-devel@gnu.org > Date: Wed, 29 Mar 2023 22:46:01 +0000 > > [fn 1]: While writing the mail I looked into the flyspell documentation and that is has similar features via `flyspell-prog-text-faces' and `flyspell-tex-command-regexp', but those are less flexible. `flyspell-prog-text-faces' doesn't work for modes that do not inherit from prog-mode and I can't configure it on a mode-specific granularity, except by using major-mode-hooks and dir- or file-local variables. It should be easy to extend these flyspell features to be more flexible. Patches welcome.