[tex-live] texdoc -s does not display list of results

Akira Kakuto kakuto at fuk.kindai.ac.jp
Sat Aug 29 14:23:15 CEST 2009


Hi Manuel,

> > Answering サyォ here returns to the prompt with no output:
> > 
> > ,----
> > | e:\user\siart>texdoc -s koma
> > | 26 results.  Display them all? (y/N) y
> > | 
> > | e:\user\siart>
> > `----
> > 
> Hum, it works here,using texdoc 0.44 from TL'09. Could you please show me the
> output of texdoc --version and a bit more details about your configuration?

Here on windows, it is necessary to change
            if not ((ans == 'y') or (ans == 'Y')) then return end
into
            if not ((ans == 'y') or (ans == 'Y') or
                    (ans == 'y\r') or (ans == 'Y\r')) then return end

Best regards,
Akira Kakuto



More information about the tex-live mailing list