bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21025: tabulated-list.el: It should preserve header line set by deri


From: Vaidheeswaran C
Subject: bug#21025: tabulated-list.el: It should preserve header line set by derived modes. (Encl. a suggested PATCH)
Date: Fri, 10 Jul 2015 00:02:09 +0530
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0

tabulated-list.el: It should preserve header line set by derived
modes.  Also some fontification improvements.

1. Load the attached font-family.el.

2. M-x list-font-families.

3. Note that there is no header line when I explicitly request that I
   need a header line @ lines 25, 26 in font-family.el

      (setq tabulated-list-use-header-line nil)
      (setq header-line-format "Font families")

----------------------------------------------------------------

4. Apply the attached patch.

5. See that the header line is preserved (and stays put even when the
   columns are sorted and the buffer is refreshed).

6. Admire the revamped look of header columns.  (See the attached
   screenshot)

----------------------------------------------------------------

edictc.el -- my all new DICT client for Emacs -- uses header lines
when in tabulated list mode.  (See the attached screenshot.)  Btw, the
red strip is coming from whitespace mode.

Attachment: font-family.el
Description: Text Data

Attachment: tabulated-list.el.diff
Description: Text Data

Attachment: tabulated-list-with-header-line-(after the fix).png
Description: PNG image

Attachment: a-preview-of-edictc.el-with-header-xref-buttons-and-header-line-in-tabulated-list-mode.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]