Fri, 13 Jan 2012 (21:19 +0100 UTC) Didier Verna wrote:
Hi Robert,
robert delius royar <xemacs(a)frinabulax.org> wrote:
> Somewhere during recent changes in XEmacs code, highlighting forms
> have changed.
Yes, and this is a feature ;-)
It's my recent addition of the 'shrink face property. The change you're
seeing comes from the fact that from now on, face backgrounds extend to
the end of the physical line instead of just the newline character,
giving a "block" appearance to the text.
If you don't like this, you can turn it off by setting the corresponding
face's shrink property to t.
Thank you, I changed (custom-set-faces '(zmacs-region ((t (:background
"yellow"))) t)) to
(custom-set-faces '(zmacs-region ((t (:background "yellow" :shrink t)))
t))
in my font set up, and now evertything is back to what I wanted.
I recalled a discussion on the list about this change, but I did not
realize it was related.
--
rdr
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta