emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] compile.el bug in recognizing -o switches among


From: Stefan Monnier
Subject: Re: [PATCH 1/1] compile.el bug in recognizing -o switches among
Date: Wed, 27 Oct 2010 21:13:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> (by adding an outer pair of parentheses).  The correct regex is:
> " -\\(?:o[= ]?\\|-\\(?:outfile\\|output\\)[= ]\\)\\(\\S +\\)"

Thanks, installed.
But, could you tell me how you made your patches?
Neither diff-mode nor `patch' understand their format:

> *** lisp/progmodes/compile.el   2010-09-24 03:06:33 +0000
> --- lisp/progmodes/compile.el   2010-10-27 21:30:57 +0000
> *** 543,549 ****
>        ;; Command output lines.  Recognize `make[n]:' lines too.

Usually such context diffs have an additional "***************" line as in:

> *** lisp/progmodes/compile.el   2010-09-24 03:06:33 +0000
> --- lisp/progmodes/compile.el   2010-10-27 21:30:57 +0000
> ***************
> *** 543,549 ****
>        ;; Command output lines.  Recognize `make[n]:' lines too.


        Stefan



reply via email to

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