Sean MacLennan <seanm(a)storm.ca> writes:
However, the faces where not showing up on my screen. I did a quick
check in the cperl-mode.el file and on line 5802 found the following
code:
(and (fboundp 'turn-on-font-lock) ; Check for newer font-lock
(not cperl-xemacs-p) ; not yet as of XEmacs 19.12
If you comment out the (not cperl-xemacs-p) line, the two faces seem
to work. Does anybody remember/know why this was put in and whether it
is safe to remove it now. I am running the lotsa ones release
(21.1.11) of XEmacs and prog-modes version 1.28.
Also, the comment for the `Cperl Nonoverridable Face' seems to come
from the `Cperl Array Face' and does not really describe what the face
does.
It looks like the right solution to me. Could you make a
patch and send it to xemacs-patches? I think Adrian did
some work on cperl-mode and maybe he can comment on this.
--
Yoshiki Hayashi