[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile.el does not find errors in numeric filenames
From: |
Rajsekar Manokaran |
Subject: |
Re: compile.el does not find errors in numeric filenames |
Date: |
Mon, 7 Feb 2005 01:59:54 +0530 |
As stefan pointed out, my change adds some patterns that are not
expected to be fontified
eg.
2:\comp\asdf\tr.cc
I have changed the regexp again and it now works fine with all the
lines in compilation.txt (plus a line i have added).
Here is the patch
please check it and comment/commit.
On Mon, 7 Feb 2005 00:42:04 +0530, Rajsekar Manokaran
<address@hidden> wrote:
> yeah, all the things in /etc/compilation.txt are fontified properly.
> My test case would be
>
> 1776.cc:41: error: `func' undeclared (first use this function)
>
> -
> Rajsekar Manokaran
> IIT Madras
>
>
> On Sun, 06 Feb 2005 16:41:41 +0100, Andreas Schwab <address@hidden> wrote:
> > Rajsekar Manokaran <address@hidden> writes:
> >
> > > I am just changing the character class [a-zA-Z] to [[:alnum:]].
> > > I dont see how this can create problems, but I would rather leave it
> > > to the experts in this area.
> >
> > Have you verified that all the examples in etc/compilation.txt are still
> > highlighted correctly? How about adding your test case to it?
> >
> > Andreas.
> >
> > --
> > Andreas Schwab, SuSE Labs, address@hidden
> > SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
> > Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
> > "And now for something completely different."
> >
>
patch
Description: Binary data
- compile.el does not find errors in numeric filenames, Rajsekar Manokaran, 2005/02/04
- Re: compile.el does not find errors in numeric filenames, Rajsekar Manokaran, 2005/02/04
- Fwd: compile.el does not find errors in numeric filenames, Rajsekar Manokaran, 2005/02/05
- Re: compile.el does not find errors in numeric filenames, Rajsekar Manokaran, 2005/02/06
- Re: compile.el does not find errors in numeric filenames, Richard Stallman, 2005/02/06
- Re: compile.el does not find errors in numeric filenames, Rajsekar Manokaran, 2005/02/06
- Re: compile.el does not find errors in numeric filenames, Andreas Schwab, 2005/02/06
- Re: compile.el does not find errors in numeric filenames, Rajsekar Manokaran, 2005/02/06
- Re: compile.el does not find errors in numeric filenames,
Rajsekar Manokaran <=
- Re: compile.el does not find errors in numeric filenames, Andreas Schwab, 2005/02/06
- Re: compile.el does not find errors in numeric filenames, Richard Stallman, 2005/02/07
- Re: compile.el does not find errors in numeric filenames, Andreas Schwab, 2005/02/07
- Re: compile.el does not find errors in numeric filenames, Rajsekar, 2005/02/07
- Re: compile.el does not find errors in numeric filenames, Eli Zaretskii, 2005/02/07
- Re: compile.el does not find errors in numeric filenames, Rajsekar, 2005/02/07
- Re: compile.el does not find errors in numeric filenames, Richard Stallman, 2005/02/08
- Re: compile.el does not find errors in numeric filenames, Rajsekar, 2005/02/09
- Re: compile.el does not find errors in numeric filenames, Stefan Monnier, 2005/02/06