[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Flymake and the 'face' property (was: master cd06d17: Fix bug with face-
From: |
Eli Zaretskii |
Subject: |
Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump) |
Date: |
Mon, 28 Jan 2019 22:12:25 +0200 |
João, while debugging the problem uncovered by Hydra, I found out that
Flymake puts its own values of the 'face' property on its faces. For
example:
(put 'flymake-error 'face 'flymake-error)
This causes the following trouble:
(face-id 'flymake-error)
=> flymake-error
This is unexpected, since face-id is supposed to return a numeric ID
of a face, otherwise make-glyph-code will break, for example.
IOW, the 'face' property of a face symbol is reserved and shouldn't be
used by packages in any other way except as explained above. Can
Flymake please behave in this regard?
Thanks.
- Re: master cd06d17: Fix bug with face-id after restoring from pdump, Glenn Morris, 2019/01/28
- Re: master cd06d17: Fix bug with face-id after restoring from pdump, Eli Zaretskii, 2019/01/28
- Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump),
Eli Zaretskii <=
- Re: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), João Távora, 2019/01/28
- Re: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), Eli Zaretskii, 2019/01/28
- Re: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), João Távora, 2019/01/28
- Re: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), Eli Zaretskii, 2019/01/29
- Message not available
- Fwd: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), João Távora, 2019/01/29
- Re: Fwd: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), Eli Zaretskii, 2019/01/29
- Re: Fwd: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), Daniel Colascione, 2019/01/29
- Re: Fwd: Flymake and the 'face' property (was: master cd06d17: Fix bug with face-id after restoring from pdump), Eli Zaretskii, 2019/01/29
- Re: Fwd: Flymake and the 'face' property, Daniel Colascione, 2019/01/29
- Re: Fwd: Flymake and the 'face' property, Eli Zaretskii, 2019/01/29