[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Messed up display and incorrect handling of `face' specs on before-strin
From: |
Stefan Monnier |
Subject: |
Messed up display and incorrect handling of `face' specs on before-strings |
Date: |
Tue, 06 Apr 2010 23:13:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Try the nhexl-mode below on a buffer.
You should see that the first line of the buffer is displayed
differently from the rest (the first line is displayed the way I'd want
it). On the subsequent lines, the `face' properties as well as the
`display' properties on the before-strings seem to be ignored (or
something like that).
This minor mode seems to hit several other bugs, but let's start
with this one since I haven't found easily reproducible test cases for
the other ones yet.
Stefan
nhexl-mode.el
Description: application/emacs-lisp
- Messed up display and incorrect handling of `face' specs on before-strings,
Stefan Monnier <=