comparison lisp/textmodes/tex-mode.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children fd954cd9d770
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
194 :type '(choice (string :tag "Command") 194 :type '(choice (string :tag "Command")
195 (sexp :tag "Expression")) 195 (sexp :tag "Expression"))
196 :group 'tex-view) 196 :group 'tex-view)
197 197
198 ;;;###autoload 198 ;;;###autoload
199 (defcustom tex-dvi-view-command '(if (eq window-system 'x) "xdvi" "dvi2tty * | cat -s") 199 (defcustom tex-dvi-view-command '(if (eq window-system 'x) \"xdvi\" \"dvi2tty * | cat -s\")
200 "*Command used by \\[tex-view] to display a `.dvi' file. 200 "*Command used by \\[tex-view] to display a `.dvi' file.
201 If it is a string, that specifies the command directly. 201 If it is a string, that specifies the command directly.
202 If this string contains an asterisk (`*'), that is replaced by the file name; 202 If this string contains an asterisk (`*'), that is replaced by the file name;
203 otherwise, the file name, preceded by a space, is added at the end. 203 otherwise, the file name, preceded by a space, is added at the end.
204 204
2410 2410
2411 (run-hooks 'tex-mode-load-hook) 2411 (run-hooks 'tex-mode-load-hook)
2412 2412
2413 (provide 'tex-mode) 2413 (provide 'tex-mode)
2414 2414
2415 ;;; arch-tag: c0a680b1-63aa-4547-84b9-4193c29c0080
2416 ;;; tex-mode.el ends here 2415 ;;; tex-mode.el ends here