unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.g0@libero.it>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: "Matching region end for" message
Date: Wed, 2 Jun 2021 17:29:10 +0200 (CEST)	[thread overview]
Message-ID: <2093706875.697481.1622647750587@mail1.libero.it> (raw)
In-Reply-To: <460975304.54903.1620312239806@mail1.libero.it>


> Il 06/05/2021 16:43 Angelo Graziosi ha scritto:
> 
>  
> Casually, in Messages buffer I found this:
> 
> 
> Starting new Ispell process ~/.emacs.d/aspell.cmd with default dictionary...done
> Spell-checking foo.tex using aspell.cmd with default dictionary...
> Matching region end for ‘/foo.tex’ point 135 not found
> [...]
> 
> What does it mean the last row?
> 
> For the sake of completeness, aspell.cmd is this:
> 
> $ cat .emacs-w64.d/aspell.cmd
> @echo off
> wsl aspell %1 %2 %3 %4 %5 %6 %7


for completeness, the message is triggered by the word "programma" with some slash in the comments in TeX file. Some example:

%%
%%  /a/programma
%%

prints in Messages buffer: 
Matching region end for ‘/a/programma’ point 123 not found

The same with 'a' substituted by a space,

%%
%%  / /programma
%%

prints nothing; removing the first slash:

%%
%%  a/programma
%%

prints nothing; this:

%%
%%  /programma
%%


prints nothing. The same examples with the word "programma" substituted by another, i.g. "1234abcd" prints nothing.


I suspect Aspell with the italian dictionary does this job!

In any case sorry for the noise.



      reply	other threads:[~2021-06-02 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 14:43 "Matching region end for" message Angelo Graziosi
2021-06-02 15:29 ` Angelo Graziosi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2093706875.697481.1622647750587@mail1.libero.it \
    --to=angelo.g0@libero.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).