diff options
| author | Aaron S. Hawley | 2019-06-27 13:55:04 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-27 13:55:04 +0200 |
| commit | d64c72f50cb5acefb806c53dfc965ff5b22e8ac9 (patch) | |
| tree | 3a24cb3d315439c782a46d9a5fe088a5e3f4c1b5 /etc | |
| parent | 573de396f03684efa89ead24a371b0f4c9bf8d5d (diff) | |
| download | emacs-d64c72f50cb5acefb806c53dfc965ff5b22e8ac9.tar.gz emacs-d64c72f50cb5acefb806c53dfc965ff5b22e8ac9.zip | |
Allow generating wiki and mediawiki tables
* lisp/textmodes/table.el (table--generate-source-prologue)
(table--generate-source-epilogue)
(table--generate-source-scan-rows)
(table--generate-source-cells-in-a-row): Insert the wiki/mediawiki
separators.
* lisp/textmodes/table.el (table-source-languages): Add support
for wiki and mediawiki tables (bug#13287).
2019-06-27 Lars Ingebrigtsen <larsi@gnus.org>
* doc/emacs/text.texi (Table Misc): Mention the new wiki and
mediawiki formats.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -475,6 +475,10 @@ current and the previous or the next line, as before. | |||
| 475 | 475 | ||
| 476 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 476 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 477 | 477 | ||
| 478 | ** table | ||
| 479 | ** `table-generate-source' and friends now support outputting wiki and | ||
| 480 | mediawiki format tables. | ||
| 481 | |||
| 478 | --- | 482 | --- |
| 479 | ** telnet-mode | 483 | ** telnet-mode |
| 480 | *** Reverting a buffer in `telnet-mode' will restart a closed | 484 | *** Reverting a buffer in `telnet-mode' will restart a closed |