branch: externals/auctex
commit f7d053518bef8031bea12147d3a2bbc0e2612b35
Author: Arash Esbati <[email protected]>
Commit: Mosè Giordano <[email protected]>
Fix file name regexp in TeX-documentation-texdoc
* tex.el (TeX-documentation-texdoc): Add backslash separator for Windows
paths.
Signed-off-by: Mosè Giordano <[email protected]>
---
tex.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tex.el b/tex.el
index 244fa54..1b955fe 100644
--- a/tex.el
+++ b/tex.el
@@ -6125,7 +6125,7 @@ show."
(while (re-search-forward
;; XXX: XEmacs doesn't support character classes in
;; regexps, like "[:alnum:]".
- "^ *\([0-9]+\) +\([-~/a-zA-Z0-9_.${}#%,:]+\)" nil t)
+ "^ *\([0-9]+\) +\([-~/a-zA-Z0-9_.${}#%,:\]+\)" nil t)
(push (cons (match-string 1) (match-string 2)) list))))
(unwind-protect
(cond
_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel