Hi Denis,

I have applied your patch proposal. Thanks!

Best regards

Christian

Am 16.01.2013 15:17, schrieb Denis Bitouzé:
> Hi,
>
> AFAIK, usual warning messages provided by packages start by:
>
> Package<package name>  Warning:
>
> Those provided by pgfplots start with an extra exclamation mark
> (followed by a space):
>
> ! Package pgfplots Warning:
>
> Some TeX editors, for instance TeXstudio, parse the log file looking
> for, I guess:
>
> <beginning of the line>Package<something>  Warning:
>
> in order to filter warnings.
>
> Hence, instead of (cf. line 33 of pgfplotscore.code.tex):
>
> \def\pgfplots@warning#1{\pgfplots@message{! Package pgfplots Warning:
> #1}}%
>
> what about a regular:
>
> \def\pgfplots@warning#1{\PackageWarning{pgfplots}{#1}{}}%
>
> as that's already the case for pgfplots errors:
>
> \def\pgfplots@error#1{\PackageError{pgfplots}{#1}{}}%
>
> Best regards.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to