Do not propertize newline in Gemini headings patch_no-propertize-gemini-heading-newline
authorProtesilaos Stavrou <info@protesilaos.com>
Fri, 30 Jul 2021 20:08:52 +0000 (23:08 +0300)
committerProtesilaos Stavrou <info@protesilaos.com>
Fri, 30 Jul 2021 20:08:52 +0000 (23:08 +0300)
commit706124e5f6ba5b1b6586acbb311c1e28d78f1deb
tree05eb97a0429e114e3e57e9c6ae1f01a79fb9dee7
parent2f0cf000c8bdcf18f8622e99a070d74502ed8093
Do not propertize newline in Gemini headings

The problem with the old design is noticeable when the heading's face
has a background, overline, or underline attribute.  That will appear on
the new line below the heading.

You can reproduce the problem by evaluating the following form and
visiting a page with headings:

    (set-face-attribute 'elpher-gemini-heading1 nil :background "gray50" :overline t)
elpher.el