bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#42411: Bug with M-x compile


From: Lars Ingebrigtsen
Subject: bug#42411: Bug with M-x compile
Date: Fri, 21 Aug 2020 12:45:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Gregory Heytings <ghe@sdf.org> writes:

>    (while (re-search-forward
> -         "^\\s-*\\([^\n#%.$][^:=\n]*\\)\\s-*:[^=]" nil t)
> +          "^\\([^\t\n#%.$][^:=\n]*\\)\\s-*:[^=]" nil t)
>      (setq targets (nconc (split-string (match-string-no-properties 1))

Paul Smith <psmith@gnu.org> writes:

> On Fri, 2020-07-31 at 21:42 +0300, Eli Zaretskii wrote:
>> So you think the current regexp is trying to match too much, and the
>> proposed change is TRT and we should make it unconditionally?
>
> I think so yes.

OK; I've now applied Gregory's patch to Emacs 28 (after checking a bit).

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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