summaryrefslogtreecommitdiff
path: root/ftable.el
AgeCommit message (Collapse)Author
2023-01-02* ftable.el: New version.externals/ftableYuan Fu
2021-08-02Prepare for ELPAYuan Fu
* ftable.el (ftable): Remove custom options. (ftable-fill, ftable-edit-cell, ftable-reformat): Add autoload cookie.
2020-12-30Fix typoYuan Fu
* ftable.el (ftable--at-table-p, ftable--beginning-of-table): Change valign to ftable.
2020-11-30Fix beginning- and end-of-table functionYuan Fu
* ftable.el (ftable--beginning-of-table, ftable--end-of-table): Don't move point if not at a table.
2020-11-30Allow non-table lines before and after tableYuan Fu
* ftable.el (ftable--at-table-p, ftable--beginning-of-table, ftable--end-of-table): New functions. (ftable--table-info): Use new functions.
2020-11-27* ftable.el: Add a workaround.Yuan Fu
2020-11-27* ftable.el (ftable-edit-cell): Fix typos.Yuan Fu
2020-11-27Make ftable work with CJK charactersYuan Fu
* ftable.el (ftable--parse-to, ftable--max-line-width, ftable--pad-to): Replace 'length' with 'string-width'.
2020-11-27Add table.el intergrationYuan Fu
* 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
2020-11-27Add customizationYuan Fu
* README.org: Fix typo. * ftable.el (ftable): New custom group. (ftable-fill-column): Change to a custom option. (ftable-recognize-table): New custom option.
2020-11-25* ftable.el (ftable-misc-test): Fix test.Yuan Fu
2020-11-25Add checks for parsingYuan Fu
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.
2020-11-25xxYuan Fu
2020-11-25Not use forward-paragraphYuan Fu
Sometimes it doesn't work. * ftable.el (ftable--table-info): Change 'forward-paragraph' to 'search-forward'.
2020-11-25InitYuan Fu
* README.org: New file. * ftable.gif: New file. * ftable.el: New file.