--- yatex1.73/yatex19.el._orig_	2003-12-25 13:13:14.000000000 +0900
+++ yatex1.73/yatex19.el	2004-08-02 18:07:18.000000000 +0900
@@ -127,9 +127,7 @@
    ;; Help for LaTeX ---------------------------------------------------------
    (cons (list 'ap "apr") (cons "Apropos on LaTeX commands" 'YaTeX-apropos))
    (cons (list 'help "help") (cons "Help on LaTeX commands" 'YaTeX-help))
-   ;; Menu for Typeset relating processes ------------------------------------
-   (cons (list 'process "Process menu")
-	 (cons "Process" YaTeX-mode-menu-map-process)))
+   )
 ))
 
 ;; Make section-type commands menu -------------------------------------------
@@ -222,6 +220,14 @@
 	 (cons "Environment region"
 	       YaTeX-mode-menu-map-envr)))))
 
+(YaTeX-define-menu
+ 'YaTeX-mode-menu-map
+ (nreverse
+  (list
+   ;; Menu for Typeset relating processes ------------------------------------
+   (cons (list 'process "Process menu")
+	 (cons "Process" YaTeX-mode-menu-map-process)))))
+
 (and (featurep 'xemacs)
      (add-hook 'yatex-mode-hook
 	       '(lambda ()
--- yatex1.73/yatex.el._orig_	2003-12-25 13:13:14.000000000 +0900
+++ yatex1.73/yatex.el	2004-08-02 19:04:59.000000000 +0900
@@ -58,7 +58,7 @@
 
 (defvar dvi2-command		;previewer command for your site
   (if YaTeX-dos "dviout -wait=0"
-    "xdvi -geo +0+0 -s 4")
+    "xdvi ")
   "*Default previewer command including its option.
 This default value is for X window system.")
 
@@ -1180,15 +1180,15 @@
 	   (save-excursion (backward-char 4) (looking-at "\\\\end"))
 	   (not (YaTeX-literal-p))
 	   (setq env (YaTeX-inner-environment)))
-      (momentary-string-display
-       (concat
-	"{"
-	(cond
-	 (YaTeX-japan
-	  (format "x͂ %s b g܂傤" YaTeX-prefix))
-	 (t (format "You don't understand Zen of `%s b':p" YaTeX-prefix)))
-	"}")
-       (point))
+;      (momentary-string-display
+;       (concat
+;	"{"
+;	(cond
+;	 (YaTeX-japan
+;	  (format "x͂ %s b g܂傤" YaTeX-prefix))
+;	 (t (format "You don't understand Zen of `%s b':p" YaTeX-prefix)))
+;	"}")
+;       (point))
       (insert (or open "{") env (or close "}")))
      (t
       (insert (or open "{") (or close "}"))
