On Mon, 07 Mar 2005 08:23:04 -0500, Stefan Monnier <[EMAIL PROTECTED]> wrote: > Also, looking at the code of set-face-font, it doesn't do aything else than > call (set-face-attribute face frame :font font), so I doubt it will give > much better results.
Well what I mean to say was you shouldn't call "set-frame-attribute :font" either. :-) > Also the docstring of set-face-font says that a nil > `frame' argument makes it apply to all frames, which I'd understand as > including future frames as well. The code does "future frames" for t, "current frames" for nil, and "future + current frames" for `0'. The docstrign is not so helpful i think. -Miles -- Do not taunt Happy Fun Ball. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
