GNU bug report logs - #11777
24.1.50; Format strings for filenames in compilation-error-regexp-alist don't work

Previous Next

Package: emacs;

Reported by: Magnus Henoch <magnus.henoch <at> gmail.com>

Date: Mon, 25 Jun 2012 11:25:02 UTC

Severity: normal

Tags: patch

Found in version 24.1.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #12 received at 11777-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Magnus Henoch <magnus.henoch <at> gmail.com>
Cc: 11777-done <at> debbugs.gnu.org
Subject: Re: bug#11777: 24.1.50;
	Format strings for filenames in compilation-error-regexp-alist don't
	work
Date: Wed, 24 Apr 2013 09:51:28 -0400
>        (with-current-buffer
> -          (compilation-find-file
> +          (apply
> +	   'compilation-find-file
>             marker
>             (caar (compilation--loc->file-struct loc))
> -           (cadr (car (compilation--loc->file-struct loc))))
> +	   (cadr (car (compilation--loc->file-struct loc)))
> +	   (compilation--file-struct->formats (compilation--loc->file-struct loc)))

Looks eminently reasonable, applied, thank you!
And sorry for the ridiculous delay,


        Stefan




This bug report was last modified 12 years and 59 days ago.

Previous Next


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