yatex

changeset 386:8d17b1902bdd dev

Update menu string of YaTeX-%-menu
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Jan 2015 23:20:53 +0900
parents 0f66df4d0477
children 04ee01ddb7ab
files yatex.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Tue Jan 06 23:14:31 2015 +0900
     1.2 +++ b/yatex.el	Tue Jan 06 23:20:53 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue Jan  6 23:02:32 2015 on firestorm
     1.7 +;;; Last modified Tue Jan  6 23:19:53 2015 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -1656,7 +1656,7 @@
    1.12    "Operate %# notation."
    1.13    ;;Do not use interactive"r" for the functions which require no mark
    1.14    (interactive)
    1.15 -  (message "!)Edit-%%#! B)EGIN-END-region P)review L)Edit-%%#LPR make(I)ndex B)ibtex")
    1.16 +  (message "!)Edit-%%#! D)VIPDF B)EGIN-END-region P)review L)PR make(I)ndex b)ibtex")
    1.17    (let ((c (or char (read-char))) (string "") key
    1.18  	(b (make-marker)) (e (make-marker)))
    1.19      (save-excursion
    1.20 @@ -1666,6 +1666,7 @@
    1.21  				 (?p . "PREVIEW")
    1.22  				 (?l . "LPR")
    1.23  				 (?i . "MAKEINDEX")
    1.24 +				 (?d . "DVIPDF")
    1.25  				 (?b . "BIBTEX")))))
    1.26  	(YaTeX-getset-builtin key t))
    1.27  
    1.28 @@ -1684,8 +1685,7 @@
    1.29  	(goto-char e)
    1.30  	(insert "%#END\n")
    1.31  	(set-marker b nil)
    1.32 -	(set-marker e nil))
    1.33 -       ))))
    1.34 +	(set-marker e nil))))))
    1.35  
    1.36  (defvar YaTeX-refcommand-def-regexp-default
    1.37    "label\\|bibitem")