Mercurial > emacs
comparison lisp/faces.el @ 58710:2015bd985187
(glyph): New face.
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Wed, 01 Dec 2004 18:29:20 +0000 |
parents | 8f14c8ea51a1 |
children | 8acd64f0bef0 |
comparison
equal
deleted
inserted
replaced
58709:2448f32821a6 | 58710:2015bd985187 |
---|---|
2020 :version "21.1" | 2020 :version "21.1" |
2021 :group 'font-lock ; like `show-trailing-whitespace' | 2021 :group 'font-lock ; like `show-trailing-whitespace' |
2022 :group 'basic-faces) | 2022 :group 'basic-faces) |
2023 | 2023 |
2024 | 2024 |
2025 (defface glyph | |
2026 '((t | |
2027 :inherit secondary-selection)) | |
2028 "Basic face for displaying \\ and ^ in multichar glyphs. | |
2029 It is also used for ... in ellipses." | |
2030 :group 'basic-faces) | |
2031 | |
2032 | |
2025 | 2033 |
2026 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 2034 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2027 ;;; Manipulating font names. | 2035 ;;; Manipulating font names. |
2028 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 2036 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2029 | 2037 |