[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 64d314e0f64 2/2: Prefer defface's ':slant italic' to obsolete
From: |
Eli Zaretskii |
Subject: |
Re: master 64d314e0f64 2/2: Prefer defface's ':slant italic' to obsolete alias ':italic t' |
Date: |
Tue, 21 Jan 2025 15:22:26 +0200 |
Stefan,
This (and other similar hunks) doesn't seem right to me:
> - '(font-lock-comment-face ((t (:italic t :slant oblique :foreground
> "chocolate1"))))
> + '(font-lock-comment-face ((t (:slant italic :slant oblique
> :foreground "chocolate1"))))
> '(font-lock-comment-delimiter-face ((t (:foreground "Salmon"))))
> - '(font-lock-doc-face ((t (:italic t :slant oblique :foreground
> "LightCoral"))))
> + '(font-lock-doc-face ((t (:slant italic :slant oblique
> :foreground "LightCoral"))))
What do we expect from specifying the same face attribute twice?
- Re: master 64d314e0f64 2/2: Prefer defface's ':slant italic' to obsolete alias ':italic t',
Eli Zaretskii <=