File: array.el.html
Commands for editing a buffer interpreted as a rectangular array or matrix of whitespace-separated strings. You specify the array dimensions and some other parameters at startup time.
Written by dmb%morgoth@harvard.harvard.edu (address is old)
(David M. Brown at Goldberg-Zoino & Associates, Inc.)
Thanks to cph@kleph.ai.mit.edu for assistance
To do:
Smooth initialization process by grokking local variables list
at end of buffer or parsing buffer using whitespace as delimiters.
Make 'array-copy-column-right faster.
Defined variables (17)
array-buffer-column | Current column number of point in the buffer. |
array-buffer-line | Current line number of point in the buffer. |
array-column | Current array column location of point. |
array-columns-per-line | Number of array columns per line. |
array-copy-string | Current field string being copied. |
array-field-width | Width of a field in the array. |
array-line-length | Length of a line in the array. |
array-lines-per-row | Number of lines per array row. |
array-max-column | Number of columns in the array. |
array-max-row | Number of rows in the array. |
array-mode-abbrev-table | Abbrev table for ‘array-mode’. |
array-mode-hook | Hook run after entering Array mode. |
array-mode-map | Keymap used in array mode. |
array-mode-syntax-table | Syntax table for ‘array-mode’. |
array-respect-tabs | Should TAB conversion be prevented? |
array-row | Current array row location of point. |
array-rows-numbered | Are rows numbered in the buffer? |