auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] feature freeze in GNU emacs 25.


From: Rasmus
Subject: Re: [AUCTeX-devel] feature freeze in GNU emacs 25.
Date: Mon, 09 Nov 2015 19:04:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi,

Tassilo Horn <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]