| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* ftable.el (ftable): Remove custom options.
(ftable-fill, ftable-edit-cell, ftable-reformat): Add autoload cookie.
|
|
* ftable.el (ftable--at-table-p, ftable--beginning-of-table): Change
valign to ftable.
|
|
* ftable.el (ftable--beginning-of-table, ftable--end-of-table): Don't
move point if not at a table.
|
|
* ftable.el (ftable--at-table-p, ftable--beginning-of-table,
ftable--end-of-table): New functions.
(ftable--table-info): Use new functions.
|
|
|
|
|
|
* ftable.el (ftable--parse-to, ftable--max-line-width,
ftable--pad-to): Replace 'length' with 'string-width'.
|
|
* ftable.el (ftable-recognize-table): Remove custom option.
(ftable-fill, ftable-edit-cell, ftable-reformat): Run
'table-recognize' after edit if the table is managed by table.el.
(ftable--replace-text): Add a new parameter FN.
(ftable--table-info): Return a new information: table-cell-p. This
tells the caller if the table is managed by table.el
|
|
* README.org: Fix typo.
* ftable.el (ftable): New custom group.
(ftable-fill-column): Change to a custom option.
(ftable-recognize-table): New custom option.
|
|
|
|
And removes an assertion.
* ftable.el (ftable-parse-error): New error.
(ftable--parse-to): Add dimension check.
(ftable--check-dimension): New function
(ftable--tokenize-line): Remove assertion.
|
|
|
|
Sometimes it doesn't work.
* ftable.el (ftable--table-info): Change 'forward-paragraph' to
'search-forward'.
|
|
* README.org: New file.
* ftable.gif: New file.
* ftable.el: New file.
|