yatex

diff yatex.new @ 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/yatex.new	Fri May 06 21:14:11 1994 +0000
     1.2 +++ b/yatex.new	Mon May 16 09:30:52 1994 +0000
     1.3 @@ -1,6 +1,14 @@
     1.4  	Yet Another tex-mode for Emacs
     1.5  	yatex.el 各バージョンの変更点について。
     1.6  
     1.7 +1.49	YaTeX::newcommand において \newcommand の引数0個の時は maketitle 
     1.8 +	型用の辞書を更新するようにした。
     1.9 +	テンポラリ辞書を格納する変数を buffer-local に。
    1.10 +	YaTeX-nervous のデフォルト値を t にした。
    1.11 +	ユーザが新規コマンドのテンポラリ辞書への追加を指示した時には、テ
    1.12 +	ンポラリ辞書ファイルがなくても作成するようにした。
    1.13 +	YaTeX-typeset-region の bug-fix.
    1.14 +
    1.15  1.48	[prefix] ? の YaTeX-help でカーソル位置の LaTeX コマンドのヘルプ
    1.16  	が出るようにした(ヘルプ内容は未完成)。
    1.17  	begin 型補完全般でのインデント調整処理の改善。