>>>> "Jan" == Jan Vroonhof
<vroonhof(a)math.ethz.ch> writes:
Jan> Martin Buchholz <martin(a)xemacs.org> writes:
> Lucidatypewriter to Courier. I have to use
Options->
Font->Lucidatypewriter to get back to my preferred typeface.
> This seems like a clear user interface bug.
Jan> It is. Unfortunately I do not know a good way to solve this. Maybe the
Jan> best way for now would be to always specify family and size to custom.
Jan> i.e change
Jan> (when (and family (not (equal family from-family)))
Jan> (setq new-props (append (list :family family) new-props)))
Jan> to
Jan> ; (when (and family (not (equal family from-family)))
Jan> (setq new-props (append (list :family (or family from-family))
Jan> new-props)) ; )
Jan> Does that work for you?
Yes.