Bug 102323 - New port: misc/table.el (Create and edit WYSIWYG text based embedded tables in Emacs)
Summary: New port: misc/table.el (Create and edit WYSIWYG text based embedded tables i...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 13:00 UTC by Denis Shaposhnikov
Modified: 2006-08-20 22:20 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (3.04 KB, text/plain)
2006-08-20 13:00 UTC, Denis Shaposhnikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2006-08-20 13:00:29 UTC
Table.el is an Emacs lisp package that extends Emacs and provides text
based table creation and editing feature. With this package Emacs is
capable of editing tables that are embedded inside a document, the
feature similar to the ones seen in modern WYSIWYG word processors. A
table is a rectangular text area consisting from a surrounding frame
and content inside the frame. The content is usually subdivided into
multiple rectangular cells, see the actual tables used below in this
document. Once a table is recognized, editing operation inside a table
cell is confined into that specific cell's rectangular area. This
means that typing and deleting characters inside a cell do not affect
any outside text but introduces appropriate formatting only to the
cell contents. If necessary for accommodating added text in the cell,
the cell automatically grows vertically and/or horizontally.

WWW: http://table.sourceforge.net/
Comment 1 Andrey Slusar freebsd_committer freebsd_triage 2006-08-20 16:25:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 2 Andrey Slusar freebsd_committer freebsd_triage 2006-08-20 22:20:58 UTC
State Changed
From-To: open->closed

New port added with modifications. Thanks!