yatex

diff yatexadd.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 18f4939986e6
line diff
     1.1 --- a/yatexadd.el	Sun Jan 22 14:20:46 1995 +0000
     1.2 +++ b/yatexadd.el	Thu Feb 02 17:18:29 1995 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; YaTeX add-in functions.
     1.6 -;;; yatexadd.el rev.12
     1.7 +;;; yatexadd.el rev.13
     1.8  ;;; (c )1991-1995 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.9 -;;; Last modified Sun Jan 22 23:15:48 1995 on landcruiser
    1.10 +;;; Last modified Thu Jan 26 03:31:20 1995 on figaro
    1.11  ;;; $Id$
    1.12  
    1.13  ;;;
    1.14 @@ -286,7 +286,10 @@
    1.15        (concat "[" label "]")))
    1.16  )
    1.17  
    1.18 -(defun YaTeX:item () " ")
    1.19 +(defun YaTeX:item ()
    1.20 +  (YaTeX-indent-line)
    1.21 +  (setq section-name "label")
    1.22 +  " ")
    1.23  (fset 'YaTeX:item\[\] 'YaTeX:item)
    1.24  (fset 'YaTeX:subitem 'YaTeX:item)
    1.25  (fset 'YaTeX:subsubitem 'YaTeX:item)