emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 50c5d56: --with-cairo is no longer experimental


From: Eli Zaretskii
Subject: Re: [Emacs-diffs] master 50c5d56: --with-cairo is no longer experimental
Date: Thu, 14 Nov 2019 13:53:45 +0200

> From: Robert Pluim <address@hidden>
> Cc: address@hidden
> Date: Tue, 12 Nov 2019 08:51:25 +0100
> 
> --- i/src/xfaces.c
> +++ w/src/xfaces.c
> @@ -6770,12 +6770,15 @@ syms_of_xfaces (void)
>                doc: /* List of ignored fonts.
>  Each element is a regular expression that matches names of fonts to
>  ignore.  */);
> -#ifdef HAVE_OTF_KANNADA_BUG
> -  /* https://debbugs.gnu.org/30193  */
> -  Vface_ignored_fonts = list1 (build_string ("Noto Serif Kannada"));
> +#ifdef HAVE_XFT
> +  Vface_ignored_fonts = list1 (build_string ("Noto Color Emoji"));
>  #else
>    Vface_ignored_fonts = Qnil;
>  #endif
> +#ifdef HAVE_OTF_KANNADA_BUG
> +  /* https://debbugs.gnu.org/30193  */
> +  Vface_ignored_fonts = Fcons (build_string ("Noto Serif Kannada"), 
> Vface_ignored_fonts);
> +#endif

LGTM, but please also add a short description of the reason why these
fonts are excluded, so that the readers won't need to look up the full
bug discussion.



reply via email to

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