diff yatexadd.el @ 14:b7b023a74293

Region-based section-type completion. Kill section-type command and parens (sometimes with font) with [prefix] k. Rewrite error-jump functions. Fix the bug of recursive section-type completion.
author yuuji
date Fri, 22 Apr 1994 17:35:25 +0000
parents eafae54794a0
children cb9afa9c1213
line wrap: on
line diff
--- a/yatexadd.el	Sat Jan 29 07:59:59 1994 +0000
+++ b/yatexadd.el	Fri Apr 22 17:35:25 1994 +0000
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX add-in functions.
-;;; yatexadd.el rev.6
-;;; (c )1991-1993 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Sat Jan 29 16:55:09 1994 on gloria
+;;; yatexadd.el rev.7
+;;; (c )1991-1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
+;;; Last modified Sat Apr 23 02:26:47 1994 on pajero
 ;;; $Id$
 
 (provide 'yatexadd)
@@ -152,6 +152,17 @@
       (concat ULchar "{" bndry "}")))
 )
 
+(defun YaTeX:verb ()
+  "Enclose \\verb's contents with the same characters."
+  (let ((quote-char (read-string "Quoting char: " "|"))
+	(contents (read-string "Quoted contents: ")))
+    (concat quote-char contents quote-char))
+)
+
+;;;
+;;Subroutine
+;;;
+
 (defun YaTeX:check-completion-type (type)
   "Check valid completion type."
   (if (not (eq type YaTeX-current-completion-type))

yatex.org