yatex

diff yatexprc.el @ 18:adc2f1472409

Make variables for temporary dictionary buffer-local. Change the default value of YaTeX-nervous to t. Create a temporary dictionary file when `T' is selected at the dictionary selection menu.
author yuuji
date Mon, 16 May 1994 09:30:52 +0000
parents cb9afa9c1213
children b00c74813e56
line diff
     1.1 --- a/yatexprc.el	Fri May 06 21:14:11 1994 +0000
     1.2 +++ b/yatexprc.el	Mon May 16 09:30:52 1994 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX process handler.
     1.5  ;;; yatexprc.el
     1.6  ;;; (c )1993-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Thu May  5 17:33:04 1994 on 98fa
     1.8 +;;; Last modified Fri May 13 01:22:54 1994 on 98fa
     1.9  ;;; $Id$
    1.10  
    1.11  (require 'yatex)
    1.12 @@ -565,7 +565,7 @@
    1.13      (if (setq b-in (YaTeX-get-builtin "!"))
    1.14  	(setq main-file (YaTeX-guess-parent b-in)))
    1.15      (if YaTeX-parent-file
    1.16 -	(setq main-file YaTeX-parent-file))
    1.17 +	(setq main-file (get-file-buffer YaTeX-parent-file)))
    1.18      (if (YaTeX-main-file-p)
    1.19  	(if (interactive-p) (message "I think this is main LaTeX source.") nil)
    1.20        (cond