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.
The Info node `(xemacs)X Resources' mentions this, but says that
either form is acceptable. Maybe this should be changed.
BTW, what widget(s) is/are matched by the '*'?
I tried to follow this in the source, but I found this all rather
confusing.
The full (generic) path would be:
Emacs.TopLevelEmacsShell.EmacsManager.EmacsFrame.font-lock-comment-face.attributeForeground:
turquoise4
Running editres on XEmacs should clarify matters.
--
Glynn Clements <glynn(a)sensei.co.uk>