Re: [Pgfplots-features] Unusual warning messages

2013-01-19 Thread Christian Feuersaenger
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:

 Packagepackage 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 linePackagesomething  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


Re: [Pgfplots-features] Unusual warning messages

2013-01-19 Thread Denis Bitouzé
Le samedi 19/01/13 à 12h10,
Christian Feuersaenger cfeuersaen...@googlemail.com a écrit :

 Thanks!

You're welcome! That's little work compared to pgfplots ;)
-- 
Denis

--
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