Files
emacs/lisp
Michael Vehrs 081e8d653d 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
2012-04-21 13:54:39 +08:00
..
2012-04-20 16:48:50 +08:00
2012-04-15 15:28:01 +08:00
2012-04-10 13:15:11 +02:00
2012-04-20 16:48:50 +08:00
2012-04-12 19:47:13 -04:00
2012-04-16 19:07:19 -04:00
2012-04-20 16:48:50 +08:00
2012-04-10 19:03:34 +02:00
2012-03-11 19:02:48 +01:00
2012-04-20 16:48:50 +08:00
2012-04-19 18:50:07 +02:00
2012-04-21 13:54:39 +08:00
2012-02-24 14:32:46 -05:00
2012-04-15 04:59:30 +02:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-02-24 14:32:46 -05:00
2012-04-15 04:59:30 +02:00
2012-04-15 04:59:30 +02:00
2012-04-05 09:29:19 +02:00
2012-02-02 18:07:29 +09:00
2012-04-17 06:21:15 -04:00
2012-04-13 22:10:55 -07:00
2012-04-02 12:38:31 +08:00
2012-04-10 04:45:10 +02:00
2012-02-11 15:06:46 -08:00
2012-03-25 16:37:21 -04:00
2012-04-20 16:48:50 +08:00
2012-04-16 14:46:46 -04:00
2012-04-20 16:48:50 +08:00
2012-04-21 13:54:39 +08:00
2012-02-11 15:06:46 -08:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.