SHA256
1
0
forked from pool/emacs
Dr. Werner Fink 2020-08-18 09:24:15 +00:00 committed by Git OBS Bridge
parent 4efdb355de
commit db885a57ff
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,8 @@ Emacs.menu*.font: -*-helvetica-bold-r-normal--12-*-*-*-p-*-iso8859-*
! With GNU Emacs 24 Xft is used, therefore no fontsets are required. If you
! like to use fontsets you have to disable "FontBackend" and enable "Font".
! If Xft fails then X font scheme (including fontsets) is used as fallback.
Emacs.FontBackend: xft,x
!!Emacs.Font: fontset-16
!! Emacs.FontBackend: xft,x
!! Emacs.Font: fontset-16
Emacs*Fontset-0:\
-*-fixed-medium-r-*--16-*-*-*-*-*-fontset-16,\
latin-iso8859-1:-*-fixed-medium-r-*--16-*-iso8859-1,\

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 18 09:22:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Switch Emacs.FontBackend setting off (boo#1175372)
-------------------------------------------------------------------
Sun Aug 16 16:53:39 UTC 2020 - Andreas Schwab <schwab@linux-m68k.org>