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 wrap: on
line diff
--- a/yatexmth.el	Sun Jan 22 14:20:46 1995 +0000
+++ b/yatexmth.el	Thu Feb 02 17:18:29 1995 +0000
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX math-mode-specific functions.
-;;; yatexmth.el rev.3
+;;; yatexmth.el rev.4
 ;;; (c )1993-1995 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
-;;; Last modified Sun Jan 22 23:14:51 1995 on landcruiser
+;;; Last modified Fri Jan 27 23:57:40 1995 on VFR
 ;;; $Id$
 
 ;;; [Customization guide]
@@ -228,6 +228,9 @@
    ("\\-"	"leftharpoondown" "__\n\\")
    ("-/"	"rightharpoondown"  "__\n/")
    ("-\\"	"rightharpoonup" "~~\n\\")
+   ;;left and right
+   ("left"	"left"		"(leftmark)")
+   ("right"	"right"		"(rightmark)")
    ;other marks
    ("Z"		"aleph"		"|\\|")
    ("|\\|"	"aleph"		"|\\|")
@@ -671,7 +674,9 @@
       (delete-region beg (point))
       (call-interactively (global-key-binding this-key)))
      ((eq result 'select)
-      (message "Done."))
+      (message "Done.")
+      (setq YaTeX-current-completion-type 'maketitle)
+      (insert (YaTeX-addin single-command)))
      ((eq result 'exit)
       (delete-region beg (point))
       (YaTeX-toggle-math-mode))

yatex.org