Hi,

remove the \v!-prefix for “none” and “command”

-\startsetups[\??listrenderings:\v!none]
+\startsetups[\??listrenderings:none]
    % nothing, nb we use the [] syntax here because we end with a \cs
\stopsetups

-\startsetups[\??listrenderings:\v!command]
+\startsetups[\??listrenderings:command]
    \edef\p_command{\listalternativeparameter\c!command}%
    \ifx\p_command\empty
        [\currentlist: \currentlistentrynumber\space -- 
\currentlistentrytitle\space -- \currentlistentrypagenumber]%
    \else
        
\p_command\currentlistentrynumber\currentlistentrytitle\currentlistentrypagenumber
    \fi
\stopsetups

because they are used without them

\definelistalternative
  [\v!command]
  [\c!renderingsetup=\??listrenderings:command]

\definelistalternative
  [\v!none]
  [\c!renderingsetup=\??listrenderings:none]

Wolfgang
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to