[slime-devel] Emacs font strangeness
Helmut Eller
e9626484 at stud3.tuwien.ac.at
Sat Nov 8 19:03:36 UTC 2003
Brian Downing <bdowning at lavos.net> writes:
> Having looked at the code and seen the reason for this, would something
> like this be too complicated and horrible?
>
> (defun slime-maybe-inherit (inherit-from otherwise)
> (if (>= emacs-major-version 21)
> `(t (:inherit ,inherit-from))
> otherwise))
Good idea. I've committed something similar.
Those pesky defface forms require almost a PhD in Emacsology :-)
Helmut.
More information about the slime-devel
mailing list