Hi Stephen,
On Fri, Nov 21, 2014 at 12:52 AM, Stephen J. Turnbull
<stephen(a)xemacs.org> wrote:
Johann 'Myrkraverk' Oskarsson writes:
> Currently I'm doing this in my init.el:
>
> (set-face-property 'font-lock-variable-name-face
> 'highlight [bold highlight])
Does this actually do anything different from
(set-face-property 'font-lock-variable-name-face 'highlight t)
There's no observable difference (where I'm using this I'm using tty
only; never X) but the value for bold is not t.
In *scratch* :
(face-property 'bold 'highlight)
#<face-boolean-specifier global=(((tty) . t) ((default tty) . t))
fallback=#<face-boolean-specifier global=<unspecified>
fallback=((nil)) 0x1d3> 0x724>
Ben preferred using the docstrings rather than the lispref as
primary
documentation. Dealing with the lispref is often a PITA because of
the Fscked-up Documentation License.
That's unfortunate.
Thanks for the heads up on the docstrings, I'll pay closer attention
to them in the future.
Johann
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta