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

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

bug#11777: 24.1.50; Format strings for filenames in compilation-error-re


From: Stefan Monnier
Subject: 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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>        (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





reply via email to

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