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

Lines Matching +defs:table +defs:string

64 		 string)
79 If this is non-nil, it should be a regular expression string;
104 TeX Mode sets `tex-command' to this string.
106 :type 'string
112 LaTeX Mode sets `tex-command' to this string.
114 :type 'string
120 SliTeX Mode sets `tex-command' to this string.
122 :type 'string
131 :type 'string
143 (string :tag "String at your choice"))
154 "table" "table*" "tabular" "tabular*"
163 :type '(repeat string)
169 If this string contains an asterisk (`*'), that is replaced by the file name;
171 :type 'string
177 If this string contains an asterisk (`*'), that is replaced by the file name;
179 :type 'string
185 If this string contains an asterisk (`*'), that is replaced by the file name;
193 '(format \"lpr -P%s\" (read-string \"Use printer: \")))
197 :type '(choice (string :tag "Command")
208 If it is a string, that specifies the command directly.
209 If this string contains an asterisk (`*'), that is replaced by the file name;
213 :type '(choice (const nil) string sexp)
220 :type 'string
235 :type 'string
242 :type 'string
253 If this string contains an asterisk \(`*'\), that is replaced by the file name;
286 (defvar tex-mode-syntax-table
287 (let ((st (make-syntax-table)))
306 "Syntax table used while in TeX mode.")
313 (defcustom latex-imenu-indent-string ". "
316 :type 'string
366 latex-imenu-indent-string))
408 (1+ (or (cdr (assoc (match-string 1) latex-section-alist)) -1))
561 'font-lock-string-face)
632 ;; start and end the fenced-string).
643 ;; syntax-table properties of previous entries.
667 '((t :inherit font-lock-string-face))
675 ;; '((t :inherit font-lock-string-face))
684 "Place syntax-table properties on the \verb construct.
698 (skip-chars-forward (string ?^ char)) ;; Use `end' ?
700 (put-text-property (1- (point)) (point) 'syntax-table '(1)))
702 (put-text-property (point) (1+ (point)) 'syntax-table '(7))
708 ;; Use string syntax but math face for $...$.
908 Command string used by \\[tex-region] or \\[tex-buffer].
913 Command string used by \\[tex-print] to print a .dvi file.
915 Alternative command string used by \\[tex-print] (when given a prefix
918 Command string used by \\[tex-view] to preview a .dvi file.
920 Command string used by \\[tex-show-print-queue] to show the print
954 Command string used by \\[tex-region] or \\[tex-buffer].
959 Command string used by \\[tex-print] to print a .dvi file.
961 Alternative command string used by \\[tex-print] (when given a prefix
964 Command string used by \\[tex-view] to preview a .dvi file.
966 Command string used by \\[tex-show-print-queue] to show the print
1036 Command string used by \\[tex-region] or \\[tex-buffer].
1041 Command string used by \\[tex-print] to print a .dvi file.
1043 Alternative command string used by \\[tex-print] (when given a prefix
1046 Command string used by \\[tex-view] to preview a .dvi file.
1048 Command string used by \\[tex-show-print-queue] to show the print
1284 (unless (re-search-forward (regexp-quote (match-string 1)) opoint t)
1306 ("table" nil "\\caption{" > (skeleton-read "Caption: ") "}" > \n
1307 '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table"))
1310 '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table"))))
1461 (with-syntax-table tex-mode-syntax-table
1470 (match-string 1)))
1478 (prog1 (match-string 1)
1602 evaluates to a command string.
1609 (star (string-match "\\*" cmd))
1610 (string
1628 (insert string)
1647 (not (string-match "\\.dvi$" (car list)))
1697 FORMAT is an expression that evaluates to a string that can contain
1700 IN can be either a string (with the same % escapes in it) indicating
1703 OUT describes the output file and is either a %-escaped string
1707 (defsubst* tex-string-prefix-p (str1 str2)
1724 ((eq all 'sub) (tex-string-prefix-p default-directory dir))
1733 ((eq all 'sub) (tex-string-prefix-p default-directory dir))
1772 (if (or (file-exists-p file) (string-match "\\.tex\\'" file))
1778 (mapcar (lambda (s) (car (split-string s)))
1779 (split-string cmd "\\s-*\\(?:;\\|&&\\)\\s-*"))
1827 (unless (string-match ignored-dirs-re f)
1849 (substring s 0 (string-match "[ \t]\\|\\'" s))))
1922 (and (string-match re (car cmd))
1923 (or (not (string-match "%[fr]\\([-._[:alnum:]]+\\)" (car cmd)))
1924 (string-match (regexp-quote (match-string 1 (car cmd)))
1929 (string-match (concat "[' \t\"]" (format-spec "%r" fspec)
1963 (let* ((star (string-match "\\*" command))
1993 (defvar tex-error-parse-syntax-table
1994 (let ((st (make-syntax-table)))
2005 "Syntax-table used while parsing TeX error messages.")
2032 (linenum (string-to-number (match-string 1)))
2033 (error-text (regexp-quote (match-string 3)))
2036 (with-syntax-table tex-error-parse-syntax-table
2046 (not (string-equal last-filename filename))))
2203 (subst-char-in-string ?. ?- (system-name))))
2206 ;; Expand each file name, separated by colons, in the string S.
2209 (while (string-match ":" s start)
2318 (string-match "\\.[^.]*$" file))
2326 (string-match "\\." file))
2366 (defvar tex-latex-indent-syntax-table
2367 (let ((st (make-syntax-table tex-mode-syntax-table)))
2372 "Syntax table used while computing indentation.")
2378 (with-syntax-table tex-latex-indent-syntax-table
2404 (member (match-string 2) tex-verbatim-environments)
2451 (member (match-string 1)
2487 'syntax-table
2490 ;; syntax-table can't deal with. We could turn it
2493 (eval-when-compile (string-to-syntax "< b"))
2494 (eval-when-compile (string-to-syntax ">"))))
2499 'syntax-table
2500 (eval-when-compile (string-to-syntax "> b")))))
2501 (eval-when-compile (string-to-syntax "< b")))))