[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f9efa73918d76c9955d54
From: |
Mosè Giordano |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f9efa73918d76c9955d54b4d46466bce390b6740 |
Date: |
Wed, 03 Feb 2016 21:08:54 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via f9efa73918d76c9955d54b4d46466bce390b6740 (commit)
from f7d053518bef8031bea12147d3a2bbc0e2612b35 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f9efa73918d76c9955d54b4d46466bce390b6740
Author: Arash Esbati <address@hidden>
Date: Wed Feb 3 21:44:39 2016 +0100
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>
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
-----------------------------------------------------------------------
Summary of changes:
tex.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. f9efa73918d76c9955d54b4d46466bce390b6740,
Mosè Giordano <=