• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching defs:table

496 	;; Try to use Cygwin mount table via `cygpath.exe'.
2106 (defvar woman-syntax-table nil
2107 "Syntax table to support special characters used internally by WoMan.")
2109 (if woman-syntax-table
2111 (setq woman-syntax-table (make-syntax-table))
2113 (modify-syntax-entry woman-unpadded-space-char "." woman-syntax-table)
2114 (modify-syntax-entry woman-escaped-escape-char "." woman-syntax-table)
2117 (defun woman-set-buffer-display-table ()
2118 "Set up a display table for a WoMan buffer.
2119 This display table is used for displaying internal special characters, but
2120 does not interfere with any existing display table, e.g. for displaying
2122 (setq buffer-display-table
2126 ;; The MS-DOS terminal also sets standard-display-table to
2128 (if standard-display-table ; default is nil !!!
2129 (copy-sequence standard-display-table)
2130 (make-display-table)))
2132 (aset buffer-display-table woman-unpadded-space-char [?\ ])
2133 (aset buffer-display-table woman-escaped-escape-char [?\\]))
2277 (set-syntax-table woman-syntax-table)
2278 (woman-set-buffer-display-table)
2989 displayed only with a modified display table.
3030 "Display table of glyphs of graphic characters and their octal codes.
4203 ;; This is necessary to preserve some table layouts.
4548 ;;; Preliminary table support (.TS/.TE)
4551 ".TS -- Start of table code for the tbl processor.
4561 ;; table and end with a period. Currently, just delete them:
4582 ;; Format table with no filling or adjusting (cf. woman2-nf):
4587 ;; ".TE -- End of table code for the tbl processor."