GNU bug report logs - #10239
compilation-auto-jump-to-first-error vs. giant binary executables

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Tue, 6 Dec 2011 23:26:02 UTC

Severity: wishlist

Tags: fixed, patch

Merged with 15032, 16218, 25329, 28035, 32968, 35745

Fixed in version 27.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: Andreas Schwab <schwab <at> linux-m68k.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 10239 <at> debbugs.gnu.org, 25329 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: bug#10239: compilation-auto-jump-to-first-error vs. giant binary executables
Date: Sun, 29 Sep 2019 19:43:49 +0200
On Sep 29 2019, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:

> diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
> index d80fef3103..a29dc5cc47 100644
> --- a/lisp/progmodes/compile.el
> +++ b/lisp/progmodes/compile.el
> @@ -58,6 +58,16 @@ compilation-window-height
>    :type '(choice (const :tag "Default" nil)
>  		 integer))
>  
> +(defcustom compilation-transform-file-match-alist
> +  '(("/bin/[a-z]*sh\\'" nil)
> +    ("\\*+ \\[\\(Makefile\\)" "\\1"))

That doesn't make sense.  "Makefile" can be anything.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




This bug report was last modified 5 years and 221 days ago.

Previous Next


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