On 6/5/2022 12:00 PM, Eli Zaretskii wrote: > Looks okay, except for one thing: > >> + if (pixelwise == BODY_IN_REMAPPED_CHARS) >> + { >> + if (Vface_remapping_alist) > > This should be > > if (!NILP (Vface_remapping_alist)) Thanks, fixed.