Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1494114
 поиск   регистрация   авторизация 
 
Группа :: Редакторы
Пакет: emacs21

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: emacs-21.2-face-font-selection-slant-important.patch


diff --exclude='*.orig' -duNr emacs-21.2.orig/lisp/faces.el emacs-21.2/lisp/faces.el
--- emacs-21.2.orig/lisp/faces.el	2002-01-28 19:32:36 +0300
+++ emacs-21.2/lisp/faces.el	2003-02-10 19:15:27 +0300
@@ -44,7 +44,9 @@
 
 
 (defcustom face-font-selection-order
-  '(:width :height :weight :slant)
+  '(:slant :width :height :weight)
+; I consider slant to be important for the visual presentation
+; (imz@altlinx.ru, 2003 Feb 10).
   "*A list specifying how face font selection chooses fonts.
 Each of the four symbols `:width', `:height', `:weight', and `:slant'
 must appear once in the list, and the list must not contain any other
 
design & coding: Vladimir Lettiev aka crux © 2004-2005