auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] [elpa] externals/auctex f9efa73 35/69: Another fix for fi


From: Tassilo Horn
Subject: [AUCTeX-devel] [elpa] externals/auctex f9efa73 35/69: Another fix for file name regexp in TeX-documentation-texdoc
Date: Sat, 26 Mar 2016 21:36:35 +0000

branch: externals/auctex
commit f9efa73918d76c9955d54b4d46466bce390b6740
Author: Arash Esbati <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Another fix for file name regexp in TeX-documentation-texdoc
    
    * tex.el (TeX-documentation-texdoc): Add `space' and `()'
    to file name regexp for Windows paths.
    
    Signed-off-by: Mosè Giordano <address@hidden>
---
 tex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tex.el b/tex.el
index 1b955fe..b7077fc 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



reply via email to

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