GNU bug report logs - #42411
Bug with M-x compile

Previous Next

Package: emacs;

Reported by: Gregory Heytings <ghe <at> sdf.org>

Date: Sat, 18 Jul 2020 09:03:01 UTC

Severity: normal

Tags: fixed, patch

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Gregory Heytings <ghe <at> sdf.org>
Cc: 42411 <at> debbugs.gnu.org
Subject: bug#42411: Bug with M-x compile
Date: Fri, 21 Aug 2020 12:45:52 +0200
Gregory Heytings <ghe <at> 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 <at> 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




This bug report was last modified 4 years and 276 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.