Hans Hagen schrieb am 24.06.2021 um 23:47:
On 6/24/2021 10:00 PM, Rik Kabel wrote:
I get no quotation marks at all (and no protrusion) with \quotation{text} using \setupquotation[method=font]. This seems to have started earlier this month, but for the record, I am using ConTeXt ver: 2021.06.24 19:19 LMTX.
Wolfgang's example from a related thread earlier this month (https://www.mail-archive.com/ntg-context@ntg.nl/msg98669.html) should have quotation marks and protrusion for the third line, matching the second line.
\definefontfeature [default] [default] [protrusion=quality,expansion=quality]
\setupquotation [method=font]
\setupalign[hz,hanging]
\starttext
oh hi there
“you are so”
\quotation{you are so}
here here
\stoptext
Similarly with \setupquote. Help, please! Let's see what Wolfgang says ...
The change on line 855 and 865 in typo-del.mkxl from \currentparentXXX to \currentXXXparent is wrong. \def\typo_delimited_fontdriven_e {\typo_delimited_stop_content % \usedlanguageparameter{\c!right\currentparentdelimitedtext}% was: \currentdelimitedtext \usedlanguageparameter{\c!right\currentdelimitedtextparent}% \dostoptagged \typo_delimited_pop \endgroup} Wolfgang