You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated from SourceForge
Author: nobody
Timestamp: 2012-11-03 15:10:23
the "/errors/unknown choice value" key ignores its supplied arguments, which should be the offending key and value. The current definition reads:
\pgfkeys{/errors/unknown choice value/.code 2 args=\pgfkeys@error{%
Choice '\pgfkeyscurrentname' unknown in key
'\pgfkeyscurrentpath'. I am going to ignore this key}}
But should be changed to:
\pgfkeys{/errors/unknown choice value/.code 2 args=\pgfkeys@error{%
Choice '#2' unknown in key
'#1'. I am going to ignore this key}}
The text was updated successfully, but these errors were encountered:
Migrated from SourceForge
Author: tantau
Timestamp: 2013-07-17 10:10:18.894000
Hi,
actually, changing it in the way proposed leads to an endless loop. However, this is due to the parameters passes to the error handler, which were not really correct -- and neither were they for the other error handlers. I fixed them, so that, now, also the above handler can use #1 and #2.
Migrated from SourceForge
Author: nobody
Timestamp: 2012-11-03 15:10:23
the "/errors/unknown choice value" key ignores its supplied arguments, which should be the offending key and value. The current definition reads:
\pgfkeys{/errors/unknown choice value/.code 2 args=\pgfkeys@error{%
Choice '\pgfkeyscurrentname' unknown in key
'\pgfkeyscurrentpath'. I am going to ignore this key}}
But should be changed to:
\pgfkeys{/errors/unknown choice value/.code 2 args=\pgfkeys@error{%
Choice '#2' unknown in key
'#1'. I am going to ignore this key}}
The text was updated successfully, but these errors were encountered: