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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Thu, 23 Jun 2005 17:24:58 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.323 emacs/lisp/faces.el:1.324
*** emacs/lisp/faces.el:1.323   Wed Jun 22 14:20:18 2005
--- emacs/lisp/faces.el Thu Jun 23 21:24:58 2005
***************
*** 2119,2135 ****
      ;; See the comment in minibuffer-prompt for
      ;; the reason not to use blue on MS-DOS.
      (((type pc)) :foreground "magenta")
!     ;; red4 is too light -- rms.
!     (t :foreground "blue"))
    "Face for characters displayed as ^-sequences or \-sequences."
    :group 'basic-faces
    :version "22.1")
  
! (defface no-break-space
    '((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
!     (((class color) (min-colors 8)) :background "magenta" :foreground )
      (t :inverse-video t))
!   "Face for non-breaking space."
    :group 'basic-faces
    :version "22.1")
  
--- 2119,2136 ----
      ;; See the comment in minibuffer-prompt for
      ;; the reason not to use blue on MS-DOS.
      (((type pc)) :foreground "magenta")
!     ;; red4 is too dark, but some say blue is too loud.
!     ;; brown seems to work ok. -- rms.
!     (t :foreground "brown"))
    "Face for characters displayed as ^-sequences or \-sequences."
    :group 'basic-faces
    :version "22.1")
  
! (defface nobreak-space
    '((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
!     (((class color) (min-colors 8)) :background "magenta")
      (t :inverse-video t))
!   "Face for displaying nobreak space."
    :group 'basic-faces
    :version "22.1")
  




reply via email to

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