emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Mon, 06 Jun 2005 08:18:20 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.312 emacs/lisp/faces.el:1.313
*** emacs/lisp/faces.el:1.312   Fri Jun  3 10:38:05 2005
--- emacs/lisp/faces.el Mon Jun  6 12:18:20 2005
***************
*** 2084,2096 ****
    :group 'whitespace          ; like `show-trailing-whitespace'
    :group 'basic-faces)
  
! (defface escape-glyph '((((background dark)) :foreground "cyan")
!                       ;; See the comment in minibuffer-prompt for
!                       ;; the reason not to use blue on MS-DOS.
!                       (((type pc)) :foreground "magenta")
!                       (t :foreground "blue"))
    "Face for characters displayed as ^-sequences or \-sequences."
!   :group 'basic-faces)
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;; Manipulating font names.
--- 2084,2112 ----
    :group 'whitespace          ; like `show-trailing-whitespace'
    :group 'basic-faces)
  
! (defface escape-glyph
!   '((((background dark)) :foreground "pink2")
!     ;; See the comment in minibuffer-prompt for
!     ;; the reason not to use blue on MS-DOS.
!     (((type pc)) :foreground "magenta")
!     (t :foreground "red4"))
    "Face for characters displayed as ^-sequences or \-sequences."
!   :group 'basic-faces
!   :version "22.1")
! 
! (defface no-break-space
!   '((t :inherit escape-glyph :underline t))
!   "Face for non-breaking space."
!   :group 'basic-faces
!   :version "22.1")
! 
! (defface shadow
!   '((((background dark))  :foreground "grey70")
!     (((background light)) :foreground "grey50"))
!   "Basic face for shadowed text."
!   :group 'basic-faces
!   :version "22.1")
! 
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;; Manipulating font names.




reply via email to

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