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 wrap: on
line diff
--- a/yatexadd.el	Sun Jan 22 14:20:46 1995 +0000
+++ b/yatexadd.el	Thu Feb 02 17:18:29 1995 +0000
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX add-in functions.
-;;; yatexadd.el rev.12
+;;; yatexadd.el rev.13
 ;;; (c )1991-1995 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Sun Jan 22 23:15:48 1995 on landcruiser
+;;; Last modified Thu Jan 26 03:31:20 1995 on figaro
 ;;; $Id$
 
 ;;;
@@ -286,7 +286,10 @@
       (concat "[" label "]")))
 )
 
-(defun YaTeX:item () " ")
+(defun YaTeX:item ()
+  (YaTeX-indent-line)
+  (setq section-name "label")
+  " ")
 (fset 'YaTeX:item\[\] 'YaTeX:item)
 (fset 'YaTeX:subitem 'YaTeX:item)
 (fset 'YaTeX:subsubitem 'YaTeX:item)

yatex.org