yatex

diff yatex.new @ 16:cb9afa9c1213

Auto-indentation at begin-type completion works correctly. Hack for gmhist&gmhist-mh. Fix the bug on \ref-completion. YaTeX-help is now available.
author yuuji
date Fri, 06 May 1994 21:14:11 +0000
parents cd762e854337
children adc2f1472409
line diff
     1.1 --- a/yatex.new	Mon Apr 25 03:18:12 1994 +0000
     1.2 +++ b/yatex.new	Fri May 06 21:14:11 1994 +0000
     1.3 @@ -1,7 +1,14 @@
     1.4 -
     1.5  	Yet Another tex-mode for Emacs
     1.6  	yatex.el 各バージョンの変更点について。
     1.7  
     1.8 +1.48	[prefix] ? の YaTeX-help でカーソル位置の LaTeX コマンドのヘルプ
     1.9 +	が出るようにした(ヘルプ内容は未完成)。
    1.10 +	begin 型補完全般でのインデント調整処理の改善。
    1.11 +	gmhistとの連携により Preview, Lpr, call-command それぞれのヒスト
    1.12 +	リを他のヒストリとは分離させた。
    1.13 +	\ref 補完でカレントバッファのラベルが出なくなっていたバグを修正。
    1.14 +	outline-minor-mode との連携がうまくいかなかったのを修正。
    1.15 +
    1.16  1.47	YaTeX-quick-in-environment-p と YaTeX-get-latex-command の
    1.17  	バグフィクス。
    1.18  
    1.19 @@ -10,6 +17,8 @@
    1.20  	エラー行ジャンプの適正化。
    1.21  	再帰的 section 型補完時のバグフィクス。
    1.22  	親ファイルを手入力した時に二度目以降もそのファイルを親とみなす。
    1.23 +	[prefix] g でファイル間ジャンプをする時に、既にそのファイルがど
    1.24 +	こかのウィンドウに出ていれば、そのウィンドウに移るようにした。
    1.25  	\verbのアドイン関数追加。
    1.26  
    1.27  1.45:	comment-region を begin/end 行で起動した時にメッセージを出す。
    1.28 @@ -122,3 +131,7 @@
    1.29  	fill-prefix を null にした。
    1.30  
    1.31  1.27:	最初の正式リリース版
    1.32 +
    1.33 +Local Variables:
    1.34 +mode: indented-text
    1.35 +End: