[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Changing TeX-doc?
From: |
Arash Esbati |
Subject: |
Re: [AUCTeX-devel] Changing TeX-doc? |
Date: |
Wed, 03 Feb 2016 22:05:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.90 |
Arash Esbati <address@hidden> writes:
> On Win, texdoc -l returns the paths with `\' as separators. I could fix
> it with adding `\\' to the regexp:
>
> "^ *\\([0-9]+\\) +\\([-~/a-zA-Z0-9_.${}#%,:\\]+\\)" nil t)
>
> I wonder how it works for people with a space in their path to TeXLive.
Following up myself, I think the regexp is still not suitable for
Windows. I don't use MikTeX but if I get it right, MikTeX installs into
C:\Program Files (x86)\MikTeX 2.9
Hence, the regexp for the file name should also match `space' and `()' --
respective patch is attached.
Best, Arash
0001-Another-fix-for-file-name-regexp-in-TeX-documentatio.patch
Description: Text Data