GNU bug report logs - #17572
24.3; Directory regexp compile.el

Previous Next

Package: emacs;

Reported by: Jannis Teunissen <jannis <at> teunissen.net>

Date: Sat, 24 May 2014 00:42:02 UTC

Severity: normal

Tags: patch

Merged with 15678

Found in version 24.3

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Jannis Teunissen <jannis <at> teunissen.net>
Cc: 17572 <at> debbugs.gnu.org
Subject: bug#17572: 24.3; Directory regexp compile.el
Date: Fri, 23 May 2014 20:50:08 -0400
Jannis Teunissen wrote:

> The problem seemed to be the compilation-directory-matcher variable. By
> default, it is:
> '("\\(?:Entering\\|Leavin\\(g\\)\\) directory `\\(.+\\)'$" (2 . 1))
>
> However, my directory-change messages have the following form:
> make[1]: Entering directory '/.../dir'
>
> Note the ' instead of `. If I set compilation-directory-matcher to:
> '("\\(?:Entering\\|Leavin\\(g\\)\\) directory [`']\\(.+\\)'$" (2 . 1)))
> then everything works fine again.

Thanks for the report.
This is already fixed for the next release of Emacs:
http://debbugs.gnu.org/15678

> gcc version 4.8.2
> make version 4.0
> emacs version 24.3.1




This bug report was last modified 11 years and 79 days ago.

Previous Next


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