Bump.
At least, please restore the old version string parsing:
cheers
/Joel
--- cedet-8177/common/cedet-java.el 2012-03-09 10:48:21.066010041 +0100
+++ cedet/common/cedet-java.el 2012-03-09 10:52:46.318022360 +0100
@@ -98,7 +98,7 @@
nil)
(with-current-buffer b
(goto-char (point-min))
- (re-search-forward "java version \"\\([0-9._]+\\)\"" nil t)
+ (re-search-forward "\"\\([0-9._]+\\)\\(.*\\)\"" nil t)
(setq rev (match-string 1))))
rev))
On Fri, Mar 2, 2012 at 6:19 PM, Joel Borggren-Franck <jbf@...> wrote:
> Hi
>
> I always run into trouble with the version string parsing. This is a
> patch to make it customizable. Default behavior is unchanged. It
> should be trivial in scope.
>
> cheers
> /Joel
|