This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ca2f814673
freebsd-ports
/
misc
/
table.el
/
pkg-message
6 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
misc/table.el: Do not install files for xemacs It was removed in 2014. It was installing a broken symlink too.
2019-05-30 09:33:01 +02:00
To use table.el in Emacs, add the:
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/ PR: ports/102323 Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
2006-08-20 23:16:16 +02:00
(require 'table)
to your ~/.emacs or init.el
Reference in a new issue
Copy permalink