>EMACSPEAK --Complete Audio Desktop

Next: , Previous: emacspeak-speedbar, Up: Emacspeak Commands


10.60 emacspeak-table-ui

Automatically generated documentation for commands defined in module emacspeak-table-ui.

— Interactive Command: emacspeak-table-copy-current-element-to-register (REGISTER)

Speak current table element

— Interactive Command: emacspeak-table-copy-to-clipboard ()

Copy table in current buffer to the table clipboard. Current buffer must be in emacspeak-table mode.

— Interactive Command: emacspeak-table-display-table-in-region (START END)

control e TAB

Recognize tabular data in current region and display it in table browsing mode in a a separate buffer. emacspeak table mode is designed to let you browse tabular data using all the power of the two-dimensional spatial layout while giving you sufficient contextual information. The tables subdirectory of the emacspeak distribution contains some sample tables –these are the CalTrain schedules. Execute command `describe-mode' bound to C-h m in a buffer that is in emacspeak table mode to read the documentation on the table browser.

— Interactive Command: emacspeak-table-find-csv-file (FILENAME)

Process a csv (comma separated values) file. The processed data and presented using emacspeak table navigation.

— Interactive Command: emacspeak-table-find-file (FILENAME)

control e control t

Open a file containing table data and display it in table mode. emacspeak table mode is designed to let you browse tabular data using all the power of the two-dimensional spatial layout while giving you sufficient contextual information. The etc/tables subdirectory of the emacspeak distribution contains some sample tables –these are the CalTrain schedules. Execute command `describe-mode' bound to C-h m in a buffer that is in emacspeak table mode to read the documentation on the table browser.

— Interactive Command: emacspeak-table-get-entry-with-headers (ROW COLUMN &optional ROW-HEAD-P COL-HEAD-P)

Return both row and column header and table element

— Interactive Command: emacspeak-table-goto (ROW COLUMN)

Prompt for a table cell coordinates and jump to it.

— Interactive Command: emacspeak-table-goto-bottom ()

Goes to the bottom of the current column.

— Interactive Command: emacspeak-table-goto-left ()

Goes to the left of the current row.

— Interactive Command: emacspeak-table-goto-right ()

Goes to the right of the current row.

— Interactive Command: emacspeak-table-goto-top ()

Goes to the top of the current column.

— Interactive Command: emacspeak-table-next-column (&optional COUNT)

Move to the next column if possible

— Interactive Command: emacspeak-table-next-row (&optional COUNT)

Move to the next row if possible

— Interactive Command: emacspeak-table-paste-from-clipboard ()

Paste the emacspeak table clipboard into the current buffer. Use the major mode of this buffer to decide what kind of table markup to use.

— Interactive Command: emacspeak-table-previous-column (&optional COUNT)

Move to the previous column if possible

— Interactive Command: emacspeak-table-previous-row (&optional COUNT)

Move to the previous row if possible

— Interactive Command: emacspeak-table-search (&optional WHAT)

Search the table for matching elements. Interactively prompts for row or column to search and pattern to look for. If there is a match, makes the matching cell current. When called from a program, `what' can be either `row' or `column'.

— Interactive Command: emacspeak-table-search-column ()

Search in current table column.

— Interactive Command: emacspeak-table-search-headers ()

Search the table row or column headers. Interactively prompts for row or column to search and pattern to look for. If there is a match, makes the matching row or column current.

— Interactive Command: emacspeak-table-search-row ()

Search in current table row.

— Interactive Command: emacspeak-table-select-automatic-speaking-method ()

Interactively select the kind of automatic speech to produce when browsing table elements

— Interactive Command: emacspeak-table-sort-on-current-column ()

Sort table on current column.

— Interactive Command: emacspeak-table-speak-both-headers-and-element ()

Speak both row and column header and table element

— Interactive Command: emacspeak-table-speak-column-filtered (&optional PREFIX)

Speaks a table column after applying a specified column filter. Optional prefix arg prompts for a new filter.

— Interactive Command: emacspeak-table-speak-column-header-and-element ()

Speak column header and table element

— Interactive Command: emacspeak-table-speak-coordinates ()

Speak current table coordinates.

— Interactive Command: emacspeak-table-speak-current-element ()

Speak current table element

— Interactive Command: emacspeak-table-speak-dimensions ()

Speak current table dimensions.

— Interactive Command: emacspeak-table-speak-row-filtered (&optional PREFIX)

Speaks a table row after applying a specified row filter. Optional prefix arg prompts for a new filter.

— Interactive Command: emacspeak-table-speak-row-header-and-element ()

Speak row header and table element

— Interactive Command: emacspeak-table-ui-filter-load (FILE)

Load saved filter settings.

— Interactive Command: emacspeak-table-ui-filter-save (FILE)

Save out filter settings.

— Interactive Command: emacspeak-table-view-csv-buffer (&optional BUFFER-NAME)

Process a csv (comma separated values) data. The processed data and presented using emacspeak table navigation.