bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #43122] texi2dvi does not compile enough times to get toc


From: Gavin Smith
Subject: Re: [bug #43122] texi2dvi does not compile enough times to get toc
Date: Tue, 15 Sep 2015 22:29:22 +0100

On 15 September 2015 at 18:15, Vincent Belaïche
<address@hidden> wrote:
> No, these lines are bogous because
>
>     $EGREP -iv 'cygwin|mingw|djgpp'
>
> will always fail. As a result path_sep is always set to `:'.
>
> ORing is done with \| no | for egrep, | is used by grep. See info nodes
> `(grep) Fundamental Structure' for grep, and `(grep) Basic vs Extended'.

I believe you have it completely back-to-front:

3.6 Basic vs Extended Regular Expressions
=========================================

In basic regular expressions the meta-characters `?', `+', `{', `|',
`(', and `)' lose their special meaning; instead use the backslashed
versions `\?', `\+', `\{', `\|', `\(', and `\)'.

egrep uses the extended versions, grep the basic version.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]