Darn, typo in my last message, see below...

On Fri, Mar 27, 2026 at 10:32 (-0300), Jim wrote:

> (2) When building _region_.tex, a bit is included (in some cases) that
> should not be.  For example, suppose I have in my chapter file
>         \environment introCTX_env.tex

>         \startcomponent b08_Lists.tex

>         <content>
> and
>       \environment introCTX_env

>         \startproduct introCTX
> in my master file.

> In this case, when I C-c C-b to compile the current file, _region_.tex
> ends up with

>         \environment introCTX_env

>         \startproduct introCTX

>         \message{ !name(01_BodyMatter/b08_Lists.tex) !offset(2) }
> b08_Lists.tex

> which has the (somewhat minor) flaw that the text
>         \startproduct introCTX

The above line should be
           b08_Lists.tex

> shouldn't be there.  Since this is only a "preview" compile, it isn't a
> show-stopper, but it is a minor flaw that I think should be fixed.

Evidently AUCTeX said
        we don't want that \startcomponent token
but what would be better is it if said
        we don't want that \startcomponent token and its argument

Sorry for the error in my previous message.

                                Jim

Reply via email to