>>> Alastair Rankine <arsptr@...> seems to think that:
>My ubuntu has GNU make 3.81, which can't be parsed by ede-make. Simple
>patch to fix:
[ ... ]
>+++ ede/ede-make.el 2009-03-13 00:02:49 +0000
>@@ -84,7 +84,7 @@
> "--version")
> ;; Check the buffer for the string
> (goto-char (point-min))
>- (when (looking-at "GNU Make\\(?: version\\)? \\([0-9][^,]+\\),")
>+ (when (looking-at "GNU Make\\(?: version\\)? \\([0-9]+[^,]+\\),")
[ ... ]
I'm not certain about this patch. The original is "a number, followed
by non-comma characters". The new one is "several numbers, followed
by non-comma characters". As numbers are non-comma characters, I
don't understand how this might fix something. Could you explain?
Thanks
Eric
|