yatex

diff yatexmth.el @ 53:5f4b18da14b3

Fix functions relating YaTeX-beginning-of-environment or YaTeX-end-of-environment. Line indentation by TAB much improved. Functions that work at enclosing environments, YaTeX-enclose-<ENVNAME>, introduced. Functions for enclosing verbatim and equations are supplied. SPC, DEL, +, - in YaTeX-hierarchy buffer. Compensate odd highlighting of hilit19.
author yuuji
date Thu, 02 Feb 1995 17:18:29 +0000
parents 5d94deabb9f9
children a9653fbd1c1c
line diff
     1.1 --- a/yatexmth.el	Sun Jan 22 14:20:46 1995 +0000
     1.2 +++ b/yatexmth.el	Thu Feb 02 17:18:29 1995 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; YaTeX math-mode-specific functions.
     1.6 -;;; yatexmth.el rev.3
     1.7 +;;; yatexmth.el rev.4
     1.8  ;;; (c )1993-1995 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
     1.9 -;;; Last modified Sun Jan 22 23:14:51 1995 on landcruiser
    1.10 +;;; Last modified Fri Jan 27 23:57:40 1995 on VFR
    1.11  ;;; $Id$
    1.12  
    1.13  ;;; [Customization guide]
    1.14 @@ -228,6 +228,9 @@
    1.15     ("\\-"	"leftharpoondown" "__\n\\")
    1.16     ("-/"	"rightharpoondown"  "__\n/")
    1.17     ("-\\"	"rightharpoonup" "~~\n\\")
    1.18 +   ;;left and right
    1.19 +   ("left"	"left"		"(leftmark)")
    1.20 +   ("right"	"right"		"(rightmark)")
    1.21     ;other marks
    1.22     ("Z"		"aleph"		"|\\|")
    1.23     ("|\\|"	"aleph"		"|\\|")
    1.24 @@ -671,7 +674,9 @@
    1.25        (delete-region beg (point))
    1.26        (call-interactively (global-key-binding this-key)))
    1.27       ((eq result 'select)
    1.28 -      (message "Done."))
    1.29 +      (message "Done.")
    1.30 +      (setq YaTeX-current-completion-type 'maketitle)
    1.31 +      (insert (YaTeX-addin single-command)))
    1.32       ((eq result 'exit)
    1.33        (delete-region beg (point))
    1.34        (YaTeX-toggle-math-mode))