yatex

diff yatex23.el @ 414:0863123199f0

Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
author HIROSE Yuuji <yuuji@koeki-u.ac.jp>
date Wed, 08 Jul 2015 13:30:56 +0900
parents e95ae850eefb
children 5b49aea3810d
line diff
     1.1 --- a/yatex23.el	Tue Jan 06 20:38:34 2015 +0900
     1.2 +++ b/yatex23.el	Wed Jul 08 13:30:56 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     1.5  ;;; (c)2014-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue Jan  6 08:54:04 2015 on firestorm
     1.7 +;;; Last modified Sun Jan 18 21:12:27 2015 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -17,7 +17,7 @@
    1.12    "DnD handler for yatex-mode
    1.13  Convert local image URI to \\includegraphcis{} and
    1.14  .tex file names to \\include{}."
    1.15 -  (let*((file (dnd-get-local-file-name uri))
    1.16 +  (let*((file (dnd-get-local-file-name uri t))
    1.17  	(path (save-excursion
    1.18  		(YaTeX-visit-main t)
    1.19  		(file-relative-name file)))