Skip to content

Commit

Permalink
Resurrect "/handler config" choice definitions.
Browse files Browse the repository at this point in the history
They somehow ended commented out.
  • Loading branch information
sasozivanovic committed Oct 8, 2023
1 parent 063cec7 commit cbc3548
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tex/generic/pgf/utilities/pgfkeys.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1357,19 +1357,19 @@

\pgfkeys{
/handler config/.is choice,
% /handler config/all/.code={%
% \let\pgfkeys@case@three=\pgfkeys@case@three@handleall
% \let\pgfkeys@ifexecutehandler=\pgfkeys@ifexecutehandler@handleall
% },
% /handler config/only existing/.code={%
% \let\pgfkeys@case@three=\pgfkeys@case@three@handle@restricted
% \let\pgfkeys@ifexecutehandler=\pgfkeys@ifexecutehandler@handleonlyexisting
% },
% /handler config/full or existing/.code={%
% \let\pgfkeys@case@three=\pgfkeys@case@three@handle@restricted
% \let\pgfkeys@ifexecutehandler=\pgfkeys@ifexecutehandler@handlefullorexisting
% },
% /handler config/only existing/add exception/.code={\pgfkeysaddhandleonlyexistingexception{#1}},
/handler config/all/.code={%
\let\pgfkeys@case@three=\pgfkeys@case@three@handleall
\let\pgfkeys@ifexecutehandler=\pgfkeys@ifexecutehandler@handleall
},
/handler config/only existing/.code={%
\let\pgfkeys@case@three=\pgfkeys@case@three@handle@restricted
\let\pgfkeys@ifexecutehandler=\pgfkeys@ifexecutehandler@handleonlyexisting
},
/handler config/full or existing/.code={%
\let\pgfkeys@case@three=\pgfkeys@case@three@handle@restricted
\let\pgfkeys@ifexecutehandler=\pgfkeys@ifexecutehandler@handlefullorexisting
},
/handler config/only existing/add exception/.code={\pgfkeysaddhandleonlyexistingexception{#1}},
}%

\pgfkeysaddhandleonlyexistingexception{.cd}%
Expand Down

0 comments on commit cbc3548

Please sign in to comment.