olivetti icon indicating copy to clipboard operation
olivetti copied to clipboard

updated face with face-attribute for unspecified.

Open jduhamel opened this issue 1 year ago • 1 comments

in mixed pitch mode, :height for the default face was returning unspecified as per emacs29 faces. changed to use face-attribute with inherit.

jduhamel avatar Jul 31 '24 14:07 jduhamel

Hi Joe,

Here the variable height is supposed to return nil unless the default face has been remapped, in which case it returns the remapped :height property. Your change makes it return the default height of the default face regardless of remapping, which is not what we want. Also I'm not sure if you tested this because when I test it breaks the specified body width.

rnkn avatar Aug 02 '24 03:08 rnkn