Hi,

Tassilo Horn <[email protected]> writes:

>> Good, BTW, where is the configuration to use which font for which
>> symbol?
>
> In Emacs, fontsets define which font is used for which character.  See
> (info "(emacs)Fontsets").  However, that's a part of Emacs I have never
> messed with because it always did the right thing for me.

It mostly works and 25.1 will have some further improvements.

Nonetheless, here's some examples:

    (setq face-ignored-fonts '("Latin Modern Math"))
    (mapc (lambda (x)
            (set-fontset-font x 'mathematical (font-spec :family "XITS Math") 
nil 'append)
            (set-fontset-font x 'greek (font-spec :family "Fira Mono") nil
                              'prepend)
            (set-fontset-font x '(#x1f601 . #x1f567) "Symbola"))
          '("fontset-startup" "fontset-default"))                            

Rasmus

-- 
This is the kind of tedious nonsense up with which I will not put


_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to