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

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

Re: Problems stepping through PC-lint output


From: Eli Zaretskii
Subject: Re: Problems stepping through PC-lint output
Date: Fri, 04 Nov 2005 13:04:57 +0200

> From: Sarir Khamsi <sarir.khamsi@raytheon.com>
> Date: Thu, 03 Nov 2005 15:10:34 -0700
> 
> I am using GNU Emacs (22.0.50.20) on WinXP, SP2

Problems with the CVS version of Emacs should be posted to
emacs-devel@gnu.org, not here.

> For example, given the lines
> 
>    --- Module:   Vehicle.cpp
>                _
>    #define D2R 0.0174532925199433
>    MathGlobals.h:41:12: Note 1923: macro 'D2R' could become const variable --
>        Effective C++ #1
>                  _
>    #define R2D 1/D2R
>    MathGlobals.h:42:14: Info 773: Expression-like macro 'R2D' not 
> parenthesized
>    MathGlobals.h:42:14: Note 1923: macro 'R2D' could become const variable --
>        Effective C++ #1
>                       _
>       d_IParam(double);
>    ConcreteTypes.hpp:21:19: Note 1931: Constructor 
> 'd_IParam::d_IParam(double)'
>        can be used for implicit conversions -- More Effective C++ #5
>                    _
>       i_IParam(int);
> 
> the "MathGlobals.h:42:14: Info 773" line will get skipped and Emacs
> will jump to the next message (in this case, the second "Note 1923"
> about R2D).

I suspect that this is because "info:" is special to the compilation
messages parser.  See the file etc/compilation.txt in the Emacs
distribution.

If you post this to emacs-devel, the Emacs developers will look at the
problem and try to fix it.




reply via email to

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