Vin Shelton wrote:
The warning is:
(1) (resource/warning) Bad resource specification encountered: something like
Emacs*font-lock-comment-face.attributeForeground: turquoise4
You should replace the * with a . in order to get proper behavior when
you use the specifier and/or `set-face-*' functions.
What is the proper X resource hierarchy to use?
Glynn wrote:
Emacs*EmacsFrame.font-lock-comment-face.attributeForeground:
turquoise4
Yes that works, thanks. How is this documented? The old resource
worked with 20.4. BTW, what widget(s) is/are matched by the '*'?
I tried to follow this in the source, but I found this all rather
confusing.
vin