Improve tbl support in woman.el.
authorMichael Vehrs <Michael.Burschik@gmx.de>
Sat, 21 Apr 2012 05:54:39 +0000 (13:54 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 21 Apr 2012 05:54:39 +0000 (13:54 +0800)
commit081e8d653d004b6c78e1ceea25eb9d31f4652ecd
treecc43ed11f2df2aa9775c502f5d9a82a489f70028
parent2f38dff7b3e82b8b054927cda25620b4eac3239c
Improve tbl support in woman.el.

* lisp/woman.el (woman-find-next-control-line): New arg, specifying an
additional regexp component for the control line.
(woman2-roff-buffer): Use it.
(woman-break-table): New function.
(woman2-TS): Use it.

And some cleanups:

* lisp/woman.el (woman-set-buffer-display-table, woman-decode-region)
(woman-horizontal-escapes, woman-negative-vertical-space)
(woman-tab-to-tab-stop, woman2-fc, woman2-TS)
(WoMan-warn-ignored): Use ?\s instead of ?\ .

Fixes: debbugs:5635
lisp/ChangeLog
lisp/woman.el