yatex

view yatex.el @ 345:82ca1d4a994d

Add wrap{figure,table} to default completion
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 18 Dec 2014 23:31:39 +0900
parents 914b56a1386a
children 85737ee595a2
line source
1 ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
2 ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Thu Dec 18 18:20:39 2014 on firestorm
4 ;;; $Id$
5 ;;; The latest version of this software is always available at;
6 ;;; http://www.yatex.org/
8 ;;; Code:
9 (require 'comment)
10 (require 'yatexlib)
11 (defconst YaTeX-revision-number "1.77.5"
12 "Revision number of running yatex.el")
14 ;---------- Local variables ----------
15 (defvar YaTeX-prefix "\C-c"
16 "*Prefix key to call YaTeX functions.
17 You can select favorite prefix key by setq in your ~/.emacs.")
19 (defvar YaTeX-environment-indent 1
20 "*Indentation depth at column width in LaTeX environments.")
22 (defvar YaTeX-fill-prefix nil
23 "*fill-prefix used for auto-fill-mode.
24 The default value is nil.")
26 (defvar YaTeX-fill-column 72
27 "*fill-column used for auto-fill-mode.")
29 (defvar YaTeX-comment-prefix "%"
30 "TeX comment prefix.")
32 (defvar YaTeX-current-position-register ?3
33 "*Position register to keep where the last completion was done.
34 All of YaTeX completing input store the current position into
35 the register YaTeX-current-position-register. So every time you
36 make a trip to any other part of text other than you are writing, you can
37 return to the editing paragraph by calling register-to-point with argument
38 YaTeX-current-position-register.")
40 ;;(defvar YaTeX-tmp-dic-unit 'main-file
41 ;; "*Default switching unit of temporary dictionary.
42 ;;There are two switching unit:
43 ;;'main-file : switch tmp-dic according to main-file directory.
44 ;;'directory : switch tmp-dic dir by dir."
45 ;;)
46 (defvar YaTeX-use-LaTeX2e t "*Use LaTeX2e or not. Nil means latex 2.09")
48 (defvar tex-command
49 (cond
50 (YaTeX-use-LaTeX2e "platex")
51 (YaTeX-japan "jlatex")
52 (t "latex"))
53 "*Default command for typesetting LaTeX text.")
55 (defvar bibtex-command (if YaTeX-japan "jbibtex" "bibtex")
56 "*Default command of BibTeX.")
58 (defvar dvi2-command ;previewer command for your site
59 (if YaTeX-dos "dviout -wait=0"
60 "xdvi -geo +0+0 -s 4")
61 "*Default previewer command including its option.
62 This default value is for X window system.")
64 (defvar YaTeX-cmd-gimp "gimp")
65 (defvar YaTeX-cmd-tgif "tgif")
66 (defvar YaTeX-cmd-inkscape "inkscape")
67 (defvar YaTeX-cmd-dia "dia")
68 (defvar YaTeX-cmd-ooo "soffice")
69 (defvar YaTeX-cmd-gs "gs")
70 (defvar YaTeX-cmd-edit-ps YaTeX-cmd-gimp)
71 (defvar YaTeX-cmd-edit-pdf YaTeX-cmd-ooo)
72 (defvar YaTeX-cmd-edit-ai YaTeX-cmd-inkscape)
73 (defvar YaTeX-cmd-edit-svg YaTeX-cmd-inkscape)
74 (defvar YaTeX-cmd-edit-images YaTeX-cmd-gimp)
76 (defvar tex-pdfview-command ;previewer command for your site
77 (cond
78 (YaTeX-dos "acroread")
79 (YaTeX-macos "open")
80 (t "evince"))
81 "*Default PDF viewer command including its option.")
83 (defvar makeindex-command (if YaTeX-dos "makeind" "makeindex")
84 "*Default makeindex command.")
86 (defvar dviprint-command-format
87 (if YaTeX-dos "dviprt %s %f%t"
88 "dvi2ps %f %t %s | lpr")
89 "*Command line string to print out current file.
90 Format string %s will be replaced by the filename. Do not forget to
91 specify the `from usage' and `to usage' with their option by format string
92 %f and %t.
93 See also documentation of dviprint-from-format and dviprint-to-format.")
95 (defvar dviprint-from-format
96 (if YaTeX-dos "%b-" "-f %b")
97 "*`From' page format of dvi filter. %b will turn to beginning page number.")
99 (defvar dviprint-to-format
100 (if YaTeX-dos "%e" "-t %e")
101 "*`To' page format of dvi filter. %e will turn to end page number.")
103 (defvar YaTeX-dvipdf-command
104 "dvipdfmx"
105 "*Command name to convert dvi file to PDF.")
107 (defvar YaTeX-default-document-style
108 (concat (if YaTeX-japan "j") "article")
109 "*Default LaTeX Documentstyle for YaTeX-typeset-region.")
111 (defvar YaTeX-need-nonstop nil
112 "*T for adding `\\nonstopmode{}' to text before invoking latex command.")
114 (defvar latex-warning-regexp "line.* [0-9]*"
115 "*Regular expression of line number of warning message by latex command.")
117 (defvar latex-error-regexp "l\\.[1-9][0-9]*"
118 "*Regular expression of line number of latex error.
119 Perhaps your latex command stops at this error message with line number of
120 LaTeX source text.")
122 (defvar latex-dos-emergency-message
123 "Emergency stop" ;<- for Micro tex, ASCII-pTeX 1.6
124 "Message pattern of emergency stop of typesetting.
125 Because Demacs (GNU Emacs on DOS) cannot have concurrent process, the
126 latex command which is stopping on a LaTeX error, is terminated by Demacs.
127 Many latex command on DOS display some messages when it is terminated by
128 other process, user or OS. Define to this variable a message string of your
129 latex command on DOS shown at abnormal termination.
130 Remember Demacs's call-process function is not oriented for interactive
131 process.")
133 (defvar NTT-jTeX nil
134 "*T for using NTT-jTeX for latex command.
135 More precisely, setting t to this variables inhibits inter-word break on
136 typeset document by line-break of source text. That is, YaTeX automatically
137 put % after each line at filling.
138 改行+インデントによって、タイプセット後の字間が空いてしまうのを抑制する場合に
139 tにする(古いNTT-jTeXで顕著に現れる)。具体的には、fillするときに各行の終わりに
140 %を付加する。")
143 (defvar YaTeX-item-regexp
144 (concat (regexp-quote "\\") "\\(sub\\|bib\\)*item")
145 "*Regular expression of item command.")
147 (defvar YaTeX-sectioning-regexp
148 "\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\)\\(\\*\\|\\b\\)"
149 "*LaTeX sectioning commands regexp.")
151 (defvar YaTeX-paragraph-start
152 (concat "^[ \t]*%\\|^[ \t]*$\\|\\'\\|^\C-l\\|\\\\\\\\$\\|^[ \t]*\\\\\\("
153 YaTeX-sectioning-regexp ;sectioning commands
154 "\\|[A-z]*item\\|begin{\\|end{" ;special declaration
155 "\\|\\[\\|\\]"
156 "\\|newpage\\b\\|vspace\\b"
157 "\\)")
158 "*Paragraph starting regexp of common LaTeX source. Use this value
159 for YaTeX-uncomment-paragraph.")
161 (defvar YaTeX-paragraph-separate
162 (concat "^[ \t]*%\\|^[ \t]*$\\|^\C-l\\|\\\\\\\\$\\|^[ \t]*\\\\\\("
163 YaTeX-sectioning-regexp ;sectioning commands
164 "\\|begin{\\|end{" ;special declaration
165 "\\|\\[\\|\\]"
166 "\\|newpage\\b\\|vspace\\b"
167 "\\)")
168 "*Paragraph delimiter regexp of common LaTeX source. Use this value
169 for YaTeX-uncomment-paragraph.")
171 (defvar YaTeX-verbatim-environments
172 '("verbatim" "verbatim*" "alltt")
173 "*Assume these environments of this variable disable LaTeX commands.")
174 (defvar YaTeX-verb-regexp "verb\\*?\\|path"
175 "*Regexp of verb family. Do not contain preceding \\\\ nor \\(\\).")
176 (defvar YaTeX-fill-inhibit-environments
177 (append '("tabular" "tabular*" "array" "picture" "eqnarray" "eqnarray*"
178 "longtable"
179 "equation" "equation*" "math" "displaymath")
180 YaTeX-verbatim-environments)
181 "*In these environments, YaTeX inhibits fill-paragraph from formatting.
182 Define those environments as a form of list.")
184 (defvar YaTeX-itemizing-env-regexp
185 "itemize\\|enumerate\\|description\\|list\\|thebibliography"
186 "*Regexp of itemizing environments")
187 (defvar YaTeX-equation-env-regexp
188 "array\\*?\\|equation\\*?"
189 "*Regexp of environments for equations")
190 (defvar YaTeX-array-env-regexp
191 (concat
192 "array\\*?\\|eqnarray\\*?\\|tabbing\\|tabular\\*?\\|" ;LaTeX
193 "longtable\\|" ;LaTeX2e
194 "matrix\\|pmatrix\\|bmatrix\\|vmatrix\\|Vmatrix\\|" ;AMS-LaTeX
195 "align\\*?\\|split\\*?\\|aligned\\*?\\|alignat\\*?\\|" ;AMS-LaTeX
196 "[bpvV]?matrix\\|smallmatrix\\|cases\\|" ;AMS-LaTeX
197 "xalignat\\*?\\|xxalignat\\*?") ;AMS-LaTeX
198 "*Regexp of environments where `&' becomes field delimiter.")
199 (defvar YaTeX-uncomment-once t
200 "*T for removing all continuous commenting character(%).
201 Nil for removing only one commenting character at the beginning-of-line.")
203 (defvar YaTeX-close-paren-always t
204 "*Close parenthesis always when YaTeX-modify-mode is nil.")
206 (defvar YaTeX-greek-by-maketitle-completion nil
207 "*T for greek letters completion by maketitle-type completion.")
209 (defvar YaTeX-auto-math-mode t
210 "*T for changing YaTeX-math mode automatically.")
211 (defvar YaTeX-use-AMS-LaTeX t
212 "*T for using AMS-LaTeX")
214 (defvar yatex-mode-hook nil
215 "*List of functions to be called at the end of yatex-mode initializations.")
217 (defvar YaTeX-search-file-from-top-directory t
218 "*Non-nil means to search input-files from the directory where main file exists.")
220 (defvar YaTeX-use-font-lock (and (featurep 'font-lock)
221 (fboundp 'x-color-values)
222 (fboundp 'font-lock-fontify-region))
223 "*Use font-lock to fontify buffer or not.")
225 (defvar YaTeX-use-hilit19 (and (featurep 'hilit19) (fboundp 'x-color-values)
226 (fboundp 'hilit-translate)
227 (not YaTeX-use-font-lock))
228 "*Use hilit19 to highlight buffer or not.")
230 (defvar YaTeX-tabular-indentation 4
231 "*Indentation column-depth of continueing line in tabular environment.")
233 ;;-- Math mode values --
235 (defvar YaTeX-math-key-list-default
236 '((";" . YaTeX-math-sign-alist)
237 (":" . YaTeX-greek-key-alist))
238 "Default key sequence to invoke math-mode's image completion.")
240 (defvar YaTeX-math-key-list-private nil
241 "*User defined alist, math-mode-prefix vs completion alist.")
243 (defvar YaTeX-math-key-list
244 (append YaTeX-math-key-list-private YaTeX-math-key-list-default)
245 "Key sequence to invoke math-mode's image completion.")
247 (defvar YaTeX-skip-default-reader nil
248 "Non-nil skips default argument reader of section-type completion.")
250 (defvar YaTeX-simple-messages nil
251 "Non-nil makes minibuffer messages simpler.")
253 (defvar YaTeX-template-file "~/work/template.tex"
254 "*Template TeX source file. This will be inserted to empty file.")
256 (defvar YaTeX-addin-prefix "YaTeX:")
258 (defvar yatex-mode-abbrev-table nil
259 "*Abbrev table in use in yatex-mode buffers.")
260 (define-abbrev-table 'yatex-mode-abbrev-table ())
263 ;------------ Completion table ------------
264 ; Set tex-section-like command possible completion
265 (defvar section-table
266 (append
267 '(("part") ("chapter") ("chapter*") ("section") ("section*")
268 ("subsection") ("subsection*")
269 ("subsubsection") ("paragraph") ("subparagraph")
270 ("author") ("thanks") ("documentstyle") ("pagestyle") ("thispagestyle")
271 ("title") ("underline") ("label") ("makebox")
272 ("footnote") ("footnotetext") ("index")
273 ("hspace*") ("vspace*") ("bibliography") ("bibitem") ("cite")
274 ("input") ("include") ("includeonly") ("mbox") ("hbox") ("caption")
275 ("arabic")
276 ("newcounter")
277 ("newlength") ("setlength" 2) ("addtolength" 2) ("settowidth" 2)
278 ("setcounter" 2) ("addtocounter" 2) ("stepcounter" 2)
279 ("newcommand" 2) ("renewcommand" 2)
280 ("newenvironment" 3) ("newtheorem" 2)
281 ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox")
282 ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2)
283 ("multicolumn" 3) ("shortstack") ("parbox" 2)
284 ;; for mathmode accent
285 ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec")
286 ("widetilde") ("widehat") ("overline") ("overrightarrow")
287 ;; section types in mathmode
288 ("frac" 2) ("sqrt") ("mathrm") ("mathbf") ("mathit")
289 ;;cleveref
290 ("cref") ("crefrange") ("cpageref") ("labelcref") ("labelcpageref")
291 )
292 (if YaTeX-use-LaTeX2e
293 '(("documentclass") ("usepackage")
294 ("textbf") ("textgt") ("textit") ("textmc") ("textmd") ("textnormal")
295 ("textrm") ("textsc") ("textsf") ("textsl") ("texttt") ("textup")
296 ("mathbf") ("mathcal") ("mathit") ("mathnormal") ("mathrm")
297 ("mathsf") ("mathtt")
298 ("textcircled")
299 ("scalebox" 1) ;is faking of argument position
300 ("rotatebox" 2) ("resizebox" 3) ("reflectbox")
301 ("colorbox" 2) ("fcolorbox" 3) ("textcolor" 2) ("color") ("pagecolor")
302 ("includegraphics") ("includegraphics*")
303 ("bou") ;defined in plext
304 ("url") ;defined in url
305 ("shadowbox") ("doublebox") ("ovalbox") ("Ovalbox")
306 ("fancyoval") ;defined in fancybox
307 ("keytop") ("mask" 2) ("maskbox" 5) ;defined in ascmac
308 ("bm") ;deined in bm
309 ("verbfile") ("listing") ;defined in misc
310 ("slashbox" 2) ("backslashbox" 2) ;defined in slashbox
311 ))
312 (if YaTeX-use-AMS-LaTeX
313 '(("DeclareMathOperator" 2) ("boldsymbol") ("pmb") ("eqref")
314 ("tag") ("tag*"))))
315 "Default completion table for section-type completion.")
317 (defvar user-section-table nil)
318 (defvar tmp-section-table nil)
319 (defvar YaTeX-ams-math-begin-alist
320 '(("align") ("align*") ("multline") ("multline*") ("gather") ("gather*")
321 ("alignat") ("alignat*") ("xalignat") ("xalignat*")
322 ("xxalignat") ("xxalignat*") ("flalign") ("flalign*") ("equation*")))
323 (defvar YaTeX-ams-math-gathering-alist
324 '(("matrix") ("pmatrix") ("bmatrix") ("Bmatrix") ("vmatrix") ("Vmatrix")
325 ("split") ("split*") ("aligned") ("aligned*") ("alignedat") ("gathered")
326 ("smallmatrix") ("cases") ("subequations")))
327 ;; Prepare list(not alist) for YaTeX::ref in yatexadd.el
328 (defvar YaTeX-math-begin-list
329 (mapcar 'car YaTeX-ams-math-begin-alist))
330 (defvar YaTeX-math-gathering-list ;used in yatexadd.el#yatex::ref
331 (mapcar 'car YaTeX-ams-math-gathering-alist))
334 (defvar YaTeX-ams-env-table
335 (append YaTeX-ams-math-begin-alist YaTeX-ams-math-gathering-alist)
336 "*Standard AMS-LaTeX(2e) environment completion table.")
338 ; Set tex-environment possible completion
339 (defvar env-table
340 (append
341 '(("quote") ("quotation") ("center") ("verse") ("document")
342 ("verbatim") ("itemize") ("enumerate") ("description")
343 ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
344 ("sloppypar") ("picture") ("displaymath")
345 ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*")
346 ("abstract") ("array")
347 ("thebibliography") ("theindex") ("flushleft") ("flushright")
348 ("minipage")
349 ("supertabular")
350 ("wrapfigure") ("wraptable")
351 )
352 (if YaTeX-use-LaTeX2e
353 '(("comment") ;defined in version
354 ("longtable") ;defined in longtable
355 ("screen") ("boxnote") ("shadebox") ;; ("itembox") ;in ascmac
356 ("alltt") ;defined in alltt
357 ("multicols") ;defined in multicol
358 ("breakbox"))) ;defined in eclbkbox
359 (if YaTeX-use-AMS-LaTeX YaTeX-ams-env-table))
360 "Default completion table for begin-type completion.")
362 (defvar user-env-table nil)
363 (defvar tmp-env-table nil)
365 ; Set {\Large }-like completion
366 (defvar fontsize-table
367 '(("rm") ("em") ("bf") ("boldmath") ("it") ("sl") ("sf") ("sc") ("tt")
368 ("dg") ("dm")
369 ("tiny") ("scriptsize") ("footnotesize") ("small")("normalsize")
370 ("large") ("Large") ("LARGE") ("huge") ("Huge")
371 ("rmfamily") ("sffamily") ("ttfamily")
372 ("mdseries") ("bfseries") ("upshape")
373 ("itshape") ("slshape") ("scshape")
374 )
375 "Default completion table for large-type completion.")
377 (defvar LaTeX2e-fontstyle-alist
378 '(("rm" . "rmfamily")
379 ("sf" . "sffamily")
380 ("tt" . "ttfamily")
381 ("md" . "mdseries")
382 ("bf" . "bfseries")
383 ("up" . "upshape")
384 ("it" . "itshape")
385 ("sl" . "slshape")
386 ("sc" . "scshape")))
388 (defvar user-fontsize-table nil)
389 (defvar tmp-fontsize-table nil)
391 (defvar singlecmd-table
392 (append
393 '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par")
394 ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill")
395 ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow")
396 ("pagebreak") ("nopagebreak") ("tableofcontents")
397 ("newpage") ("clearpage") ("cleardoublepage")
398 ("footnotemark") ("verb") ("verb*")
399 ("linebreak") ("pagebreak") ("noindent") ("indent")
400 ("left") ("right") ("dots") ("smallskip") ("medskip") ("bigskip")
401 ("displaystyle")
402 )
403 (if YaTeX-greek-by-maketitle-completion
404 '(("alpha") ("beta") ("gamma") ("delta") ("epsilon")
405 ("varepsilon") ("zeta") ("eta") ("theta")("vartheta")
406 ("iota") ("kappa") ("lambda") ("mu") ("nu") ("xi") ("pi")
407 ("varpi") ("rho") ("varrho") ("sigma") ("varsigma") ("tau")
408 ("upsilon") ("phi") ("varphi") ("chi") ("psi") ("omega")
409 ("Gamma") ("Delta") ("Theta") ("Lambda")("Xi") ("Pi")
410 ("Sigma") ("Upsilon") ("Phi") ("Psi") ("Omega")))
411 (if YaTeX-use-LaTeX2e
412 '(("return") ("Return") ("yen"))) ;defined in ascmac
413 (if YaTeX-use-AMS-LaTeX
414 '(("nonumber")))
415 )
416 "Default completion table for maketitle-type completion.")
418 (defvar user-singlecmd-table nil)
419 (defvar tmp-singlecmd-table nil)
421 ;---------- Key mode map ----------
422 ;;;
423 ;; Create new key map: YaTeX-mode-map
424 ;; Do not change this section.
425 ;;;
426 (defvar YaTeX-mode-map nil
427 "Keymap used in YaTeX mode")
429 (defvar YaTeX-prefix-map nil
430 "Keymap used when YaTeX-prefix key pushed")
432 (defvar YaTeX-user-extensional-map (make-sparse-keymap)
433 "*Keymap used for the user's customization")
434 (defvar YaTeX-current-completion-type nil
435 "Has current completion type. This may be used in YaTeX addin functions.")
437 (defvar YaTeX-modify-mode nil
438 "*Current editing mode.
439 When non-nil, each opening parentheses only opens,
440 nil enters both open/close parentheses when opening parentheses key pressed.")
442 (defvar YaTeX-math-mode nil
443 "Holds whether current mode is math-mode.")
444 ;;;
445 ;; Define key table
446 ;;;
447 (if YaTeX-mode-map
448 nil
449 (setq YaTeX-mode-map (make-sparse-keymap))
450 (setq YaTeX-prefix-map (make-sparse-keymap))
451 (define-key YaTeX-mode-map "\"" 'YaTeX-insert-quote)
452 (define-key YaTeX-mode-map "{" 'YaTeX-insert-braces)
453 (define-key YaTeX-mode-map "(" 'YaTeX-insert-parens)
454 (define-key YaTeX-mode-map "$" 'YaTeX-insert-dollar)
455 (define-key YaTeX-mode-map "|" 'YaTeX-insert-bar)
456 (define-key YaTeX-mode-map "&" 'YaTeX-insert-amper)
457 (define-key YaTeX-mode-map "[" 'YaTeX-insert-brackets)
458 (define-key YaTeX-mode-map YaTeX-prefix YaTeX-prefix-map)
459 (define-key YaTeX-mode-map "\M-\C-@" 'YaTeX-mark-environment)
460 (define-key YaTeX-mode-map "\M-\C-a" 'YaTeX-beginning-of-environment)
461 (define-key YaTeX-mode-map "\M-\C-e" 'YaTeX-end-of-environment)
462 (define-key YaTeX-mode-map "\M-\C-m" 'YaTeX-intelligent-newline)
463 (define-key YaTeX-mode-map "\C-i" 'YaTeX-indent-line)
464 (YaTeX-define-key "%" 'YaTeX-%-menu)
465 (YaTeX-define-key "t" 'YaTeX-typeset-menu)
466 (YaTeX-define-key "w" 'YaTeX-switch-mode-menu)
467 (YaTeX-define-key "'" 'YaTeX-prev-error)
468 (YaTeX-define-key "^" 'YaTeX-visit-main)
469 (YaTeX-define-key "4^" 'YaTeX-visit-main-other-window)
470 (YaTeX-define-key "4g" 'YaTeX-goto-corresponding-*-other-window)
471 (YaTeX-define-key "44" 'YaTeX-switch-to-window)
472 (and YaTeX-emacs-19 window-system
473 (progn
474 (YaTeX-define-key "5^" 'YaTeX-visit-main-other-frame)
475 (YaTeX-define-key "5g" 'YaTeX-goto-corresponding-*-other-frame)
476 (YaTeX-define-key "55" 'YaTeX-switch-to-window)))
477 (YaTeX-define-key " " 'YaTeX-do-completion)
478 (YaTeX-define-key "v" 'YaTeX-version)
480 (YaTeX-define-key "}" 'YaTeX-insert-braces-region)
481 (YaTeX-define-key "]" 'YaTeX-insert-brackets-region)
482 (YaTeX-define-key ")" 'YaTeX-insert-parens-region)
483 (YaTeX-define-key "$" 'YaTeX-insert-dollars-region)
484 (YaTeX-define-key "i" 'YaTeX-fill-item)
485 (YaTeX-define-key "\\"
486 '(lambda () (interactive)
487 (insert (if (YaTeX-in-math-mode-p) "\\backslash" "\\textbackslash"))))
488 (if YaTeX-no-begend-shortcut
489 (progn
490 (YaTeX-define-key "B" 'YaTeX-make-begin-end-region)
491 (YaTeX-define-key "b" 'YaTeX-make-begin-end))
492 (YaTeX-define-begend-key "bc" "center")
493 (YaTeX-define-begend-key "bd" "document")
494 (YaTeX-define-begend-key "bD" "description")
495 (YaTeX-define-begend-key "be" "enumerate")
496 (YaTeX-define-begend-key "bE" "equation")
497 (YaTeX-define-begend-key "bi" "itemize")
498 (YaTeX-define-begend-key "bl" "flushleft")
499 (YaTeX-define-begend-key "bm" "minipage")
500 (YaTeX-define-begend-key "bt" "tabbing")
501 (YaTeX-define-begend-key "bT" "tabular")
502 (YaTeX-define-begend-key "b\^t" "table")
503 (YaTeX-define-begend-key "bp" "picture")
504 (YaTeX-define-begend-key "bq" "quote")
505 (YaTeX-define-begend-key "bQ" "quotation")
506 (YaTeX-define-begend-key "br" "flushright")
507 (YaTeX-define-begend-key "bv" "verbatim")
508 (YaTeX-define-begend-key "bV" "verse")
509 (YaTeX-define-key "B " 'YaTeX-make-begin-end-region)
510 (YaTeX-define-key "b " 'YaTeX-make-begin-end))
511 (YaTeX-define-key "e" 'YaTeX-end-environment)
512 (YaTeX-define-key "S" 'YaTeX-make-section-region)
513 (YaTeX-define-key "s" 'YaTeX-make-section)
514 (YaTeX-define-key "L" 'YaTeX-make-fontsize-region)
515 (YaTeX-define-key "l" 'YaTeX-make-fontsize)
516 (YaTeX-define-key "m" 'YaTeX-make-singlecmd)
517 (YaTeX-define-key "." 'YaTeX-comment-paragraph)
518 (YaTeX-define-key "," 'YaTeX-uncomment-paragraph)
519 (YaTeX-define-key ">" 'YaTeX-comment-region)
520 (YaTeX-define-key "<" 'YaTeX-uncomment-region)
521 (YaTeX-define-key "g" 'YaTeX-goto-corresponding-*)
522 (YaTeX-define-key "k" 'YaTeX-kill-*)
523 (YaTeX-define-key "c" 'YaTeX-change-*)
524 (YaTeX-define-key "a" 'YaTeX-make-accent)
525 (YaTeX-define-key "?" 'YaTeX-help)
526 (YaTeX-define-key "/" 'YaTeX-apropos)
527 (YaTeX-define-key "&" 'YaTeX-what-column)
528 (YaTeX-define-key "d" 'YaTeX-display-hierarchy)
529 (YaTeX-define-key "x" YaTeX-user-extensional-map)
530 (YaTeX-define-key "n"
531 '(lambda () (interactive)
532 (insert "\\" (if (YaTeX-on-section-command-p "o?oalign") "crcr" "\\"))))
533 (if YaTeX-dos
534 (define-key YaTeX-prefix-map "\C-r"
535 '(lambda () (interactive)
536 (YaTeX-set-screen-height YaTeX-saved-screen-height) (recenter)))))
538 (defvar YaTeX-section-completion-map nil
539 "*Key map used at YaTeX completion in the minibuffer.")
540 (if YaTeX-section-completion-map nil
541 (setq YaTeX-section-completion-map
542 (copy-keymap (or (and (boundp 'gmhist-completion-map)
543 gmhist-completion-map)
544 minibuffer-local-completion-map)))
545 (define-key YaTeX-section-completion-map
546 " " 'YaTeX-minibuffer-complete)
547 (define-key YaTeX-section-completion-map
548 "\C-i" 'YaTeX-minibuffer-complete)
549 (define-key YaTeX-section-completion-map
550 "\C-v" 'YaTeX-read-section-with-overview))
552 (defvar YaTeX-recursive-map nil
553 "*Key map used at YaTeX reading arguments in the minibuffer.")
554 (if YaTeX-recursive-map nil
555 (setq YaTeX-recursive-map (copy-keymap global-map))
556 (define-key YaTeX-recursive-map YaTeX-prefix YaTeX-prefix-map)
557 (mapcar
558 (function
559 (lambda (key)
560 (define-key YaTeX-mode-map (car key) 'YaTeX-math-insert-sequence)
561 (define-key YaTeX-recursive-map (car key) 'YaTeX-math-insert-sequence)))
562 YaTeX-math-key-list))
563 ;---------- Define other variable ----------
564 (defvar YaTeX-env-name "document" "*Initial tex-environment completion")
565 (defvar YaTeX-section-name
566 (if YaTeX-use-LaTeX2e "documentclass" "documentstyle")
567 "*Initial tex-section completion")
568 (defvar YaTeX-fontsize-name "large" "*Initial fontsize completion")
569 (defvar YaTeX-single-command "maketitle" "*Initial LaTeX single command")
570 (defvar YaTeX-kanji-code (if YaTeX-dos 1 2)
571 "*File kanji code used by Japanese TeX.
572 nil: Do not care (Preserve coding-system)
573 0: no-converion (mule)
574 1: Shift JIS
575 2: JIS
576 3: EUC
577 4: UTF-8")
579 (defvar YaTeX-coding-system nil "File coding system used by Japanese TeX.")
580 (cond
581 (YaTeX-emacs-20
582 (setq YaTeX-coding-system
583 (cdr (assoc YaTeX-kanji-code YaTeX-kanji-code-alist))))
584 ((boundp 'MULE)
585 (setq YaTeX-coding-system
586 (symbol-value (cdr (assoc YaTeX-kanji-code YaTeX-kanji-code-alist))))))
588 (defvar YaTeX-mode-syntax-table nil
589 "*Syntax table for yatex-mode")
591 (if YaTeX-mode-syntax-table nil
592 (setq YaTeX-mode-syntax-table (make-syntax-table (standard-syntax-table)))
593 (modify-syntax-entry ?\n " " YaTeX-mode-syntax-table)
594 (modify-syntax-entry ?\{ "(}" YaTeX-mode-syntax-table)
595 (modify-syntax-entry ?\} "){" YaTeX-mode-syntax-table)
596 (modify-syntax-entry ?\t " " YaTeX-mode-syntax-table)
597 (modify-syntax-entry ?\f ">" YaTeX-mode-syntax-table)
598 (modify-syntax-entry ?\n ">" YaTeX-mode-syntax-table)
599 (modify-syntax-entry ?$ "$$" YaTeX-mode-syntax-table)
600 (modify-syntax-entry ?% "<" YaTeX-mode-syntax-table)
601 (modify-syntax-entry ?\\ "/" YaTeX-mode-syntax-table)
602 (modify-syntax-entry ?~ " " YaTeX-mode-syntax-table))
604 ;---------- Provide YaTeX-mode ----------
605 ;;;
606 ;; Major mode definition
607 ;;;
608 (defun yatex-mode ()
609 " Yet Another LaTeX mode: Major mode for editing input files of LaTeX.
610 -You can invoke processes concerning LaTeX typesetting by
611 \\[YaTeX-typeset-menu]
612 -Complete LaTeX environment form of `\\begin{env} ... \\end{env}' by
613 \\[YaTeX-make-begin-end]
614 -Enclose region into some environment by
615 \\[universal-argument] \\[YaTeX-make-begin-end]
616 -Complete LaTeX command which takes argument like `\\section{}' by
617 \\[YaTeX-make-section]
618 -Put LaTeX command which takes no arguments like `\\maketitle' by
619 \\[YaTeX-make-singlecmd]
620 -Complete font or character size descriptor like `{\\large }' by
621 \\[YaTeX-make-fontsize]
622 -Enclose region into those descriptors above by
623 \\[universal-argument] \\[YaTeX-make-fontsize]
624 -Enter European accent notations by
625 \\[YaTeX-make-accent]
626 -Toggle various modes of YaTeX by
627 \\[YaTeX-switch-mode-menu]
628 -Change environt name (on the begin/end line) by
629 \\[YaTeX-change-*]
630 -Kill LaTeX command/environment sequences by
631 \\[YaTeX-kill-*]
632 -Kill LaTeX command/environment with its contents
633 \\[universal-argument] \\[YaTeX-kill-*]
634 -Go to corresponding object (begin/end, file, labels) by
635 \\[YaTeX-goto-corresponding-*] or
636 \\[YaTeX-goto-corresponding-*-other-window] (in other window)
637 \\[YaTeX-goto-corresponding-*-other-frame] (in other frame)
638 -Go to main LaTeX source text by
639 \\[YaTeX-visit-main] or
640 \\[YaTeX-visit-main-other-window] (in other window)
641 \\[YaTeX-visit-main-other-frame] (in other frame)
642 -Comment out or uncomment region by
643 \\[YaTeX-comment-region] or \\[YaTeX-uncomment-region]
644 -Comment out or uncomment paragraph by
645 \\[YaTeX-comment-paragraph] or \\[YaTeX-uncomment-paragraph]
646 -Make an \\item entry hang-indented by
647 \\[YaTeX-fill-item]
648 -Enclose the region with parentheses by
649 \\[YaTeX-insert-parens-region]
650 \\[YaTeX-insert-braces-region]
651 \\[YaTeX-insert-brackets-region]
652 \\[YaTeX-insert-dollars-region]
653 -Look up the corresponding column header of tabular environment by
654 \\[YaTeX-what-column]
655 -Enter a newline and an entry suitable for environment by
656 \\[YaTeX-intelligent-newline]
657 -View the structure of file inclusion by
658 \\[YaTeX-display-hierarchy]
659 -Refer the online help of popular LaTeX commands by
660 \\[YaTeX-help] (help)
661 \\[YaTeX-apropos] (apropos)
662 -Edit `%# notation' by
663 \\[YaTeX-%-menu]
665 Those are enough for fastening your editing of LaTeX source. But further
666 more features are available and they are documented in the manual.
667 "
668 (interactive)
669 (kill-all-local-variables)
670 (setq major-mode 'yatex-mode)
671 (setq mode-name (if YaTeX-japan "やてふ" "YaTeX"))
672 (mapcar 'make-local-variable
673 '(dvi2-command fill-column fill-prefix
674 tmp-env-table tmp-section-table tmp-fontsize-table
675 tmp-singlecmd-table paragraph-start paragraph-separate
676 YaTeX-math-mode indent-line-function comment-line-break-function
677 comment-start comment-start-skip
678 ))
679 (cond ((null YaTeX-kanji-code)
680 nil)
681 ((boundp 'MULE)
682 (set-file-coding-system YaTeX-coding-system))
683 ((and YaTeX-emacs-20 (boundp 'buffer-file-coding-system))
684 (setq buffer-file-coding-system
685 (or (and (fboundp 'set-auto-coding) buffer-file-name
686 (save-excursion
687 (goto-char (point-min))
688 (set-auto-coding buffer-file-name (buffer-size))))
689 YaTeX-coding-system)))
690 ((featurep 'mule)
691 (set-file-coding-system YaTeX-coding-system))
692 ((boundp 'NEMACS)
693 (make-local-variable 'kanji-fileio-code)
694 (setq kanji-fileio-code YaTeX-kanji-code)))
695 (setq fill-column YaTeX-fill-column
696 fill-prefix YaTeX-fill-prefix
697 paragraph-start YaTeX-paragraph-start
698 paragraph-separate YaTeX-paragraph-separate
699 indent-line-function 'YaTeX-indent-line
700 comment-start YaTeX-comment-prefix
701 comment-end ""
702 comment-start-skip "[^\\\\]%+[ \t]*"
703 local-abbrev-table yatex-mode-abbrev-table)
704 (if (fboundp 'comment-indent-new-line) ;for Emacs21
705 (setq comment-line-break-function 'YaTeX-comment-line-break))
706 ;; +dnd for X11 w/ emacs23+
707 (and window-system (featurep 'dnd) (require 'yatex23 nil t)
708 (set (make-local-variable 'dnd-protocol-alist)
709 (cons (cons "^file:" 'YaTeX-dnd-handler) dnd-protocol-alist)))
711 (if (and YaTeX-use-font-lock (featurep 'font-lock))
712 (progn
713 (require 'yatex19)
714 (YaTeX-font-lock-set-default-keywords)
715 (or (featurep 'xemacs)
716 (set (make-local-variable 'font-lock-defaults)
717 (get 'yatex-mode 'font-lock-defaults)))
718 ;;(font-lock-mode 1)
719 ))
720 (use-local-map YaTeX-mode-map)
721 (set-syntax-table YaTeX-mode-syntax-table)
722 (if YaTeX-dos (setq YaTeX-saved-screen-height (YaTeX-screen-height)))
723 (YaTeX-read-user-completion-table)
724 (and (fboundp 'YaTeX-hilit-setup-alist) (YaTeX-hilit-setup-alist))
725 (makunbound 'inenv)
726 (turn-on-auto-fill) ;1.63
727 (and (= 0 (buffer-size)) (file-exists-p YaTeX-template-file)
728 (y-or-n-p (format "Insert %s?" YaTeX-template-file))
729 (insert-file-contents (expand-file-name YaTeX-template-file)))
730 (run-hooks 'text-mode-hook 'yatex-mode-hook))
732 ;---------- Define YaTeX-mode functions ----------
733 (defvar YaTeX-ec "\\" "Escape character of current mark-up language.")
734 (defvar YaTeX-ec-regexp (regexp-quote YaTeX-ec))
735 (defvar YaTeX-struct-begin
736 (concat YaTeX-ec "begin{%1}%2")
737 "Keyword format of begin-environment.")
738 (defvar YaTeX-struct-end
739 (concat YaTeX-ec "end{%1}")
740 "Keyword format of end-environment.")
741 (defvar YaTeX-struct-name-regexp "[^}]*"
742 "Environment name regexp.")
743 (defvar YaTeX-TeX-token-regexp
744 (cond (YaTeX-japan "[A-Za-z*ぁ-ん亜-龠]+")
745 (t "[A-Za-z*]+"))
746 "Regexp of characters which can be a member of TeX command's name.")
747 (defvar YaTeX-kanji-regexp "[ぁ-ん亜-龠]"
748 "Generic regexp of Japanese Kanji (and symbol) characters.")
749 (defvar YaTeX-command-token-regexp YaTeX-TeX-token-regexp
750 "Regexp of characters which can be a member of current mark up language's command name.")
752 ;;(defvar YaTeX-struct-section
753 ;; (concat YaTeX-ec "%1{%2}")
754 ;; "Keyword to make section.")
756 ;;;
757 ;; autoload section
758 ;;;
760 ;;autoload from yatexprc.el
761 (autoload 'YaTeX-visit-main "yatexprc" "Visit main LaTeX file." t)
762 (autoload 'YaTeX-visit-main-other-window "yatexprc"
763 "Visit main other window." t)
764 (autoload 'YaTeX-main-file-p "yatexprc" "Check if the file is main." t)
765 (autoload 'YaTeX-get-builtin "yatexprc" "Get %# built-in." t)
766 (autoload 'YaTeX-system "yatexprc" "Call system command" t)
767 (autoload 'YaTeX-save-buffers "yatexprc" "Save buffers of same major mode" t)
769 ;;autoload from yatexmth.el
770 (autoload 'YaTeX-math-insert-sequence "yatexmth" "Image input." t)
771 (autoload 'YaTeX-in-math-mode-p "yatexmth" "Check if in math-env." t)
772 (autoload 'YaTeX-toggle-math-mode "yatexmth" "YaTeX math-mode interfaces." t)
773 (autoload 'YaTeX-math-member-p "yatexmth" "Check if a word is math command." t)
774 (autoload 'YaTeX-insert-amsparens-region "yatexmth" "AMS parens region" t)
775 (autoload 'YaTeX-insert-amsbraces-region "yatexmth" "AMS braces region" t)
776 (autoload 'YaTeX-insert-amsbrackets-region "yatexmth" "AMS brackets region" t)
777 (autoload 'YaTeX-on-parenthesis-p "yatexmth" "Check if on math-parens" t)
778 (autoload 'YaTeX-goto-open-paren "yatexmth" "Goto opening paren" t)
779 (autoload 'YaTeX-change-parentheses "yatexmth" "Change corresponding parens" t)
780 (autoload 'YaTeX-goto-corresponding-paren "yatexmth" "\bigl\bigr jumps" t)
781 (autoload 'YaTeX-typeset-math-region "yatexmth" "Typeset math-region" t)
783 ;;autoload from yatexhlp.el
784 (autoload 'YaTeX-help "yatexhlp" "YaTeX helper with LaTeX commands." t)
785 (autoload 'YaTeX-apropos "yatexhlp" "Apropos for (La)TeX commands." t)
787 ;;autoload from yatexgen.el
788 (autoload 'YaTeX-generate "yatexgen" "YaTeX add-in function generator." t)
789 (autoload 'YaTeX-generate-simple "yatexgen" "YaTeX add-in support." t)
791 ;;autoload from yatexsec.el
792 (autoload 'YaTeX-section-overview "yatexsec" "YaTeX sectioning(view)" t)
793 (autoload 'YaTeX-read-section-in-minibuffer "yatexsec" "YaTeX sectioning" t)
794 (autoload 'YaTeX-make-section-with-overview "yatexsec" "YaTeX sectioning" t)
796 ;;autoload from yatexenv.el
797 (autoload 'YaTeX-what-column "yatexenv" "YaTeX env. specific funcs" t)
798 (autoload 'YaTeX-intelligent-newline "yatexenv" "YaTeX env. specific funcs" t)
799 (autoload 'YaTeX-indent-line-equation "yatexenv" "Indent equation lines." t)
800 (autoload 'YaTeX-goto-corresponding-leftright "yatexenv" "\left\right jumps" t)
802 ;;autoload from yatexhie.el
803 (autoload 'YaTeX-display-hierarchy "yatexhie"
804 "YaTeX document hierarchy browser" t)
805 (autoload 'YaTeX-display-hierarchy-directly "yatexhie"
806 "Same as YaTeX-display-hierarchy. Call from mouse." t)
808 ;;autoload from yatexpkg.el
809 (autoload 'YaTeX-package-auto-usepackage "yatexpkg" "Auto \\usepackage" t)
811 ;;;
812 ;; YaTeX-mode functions
813 ;;;
814 (defun YaTeX-insert-begin-end (env region-mode)
815 "Insert \\begin{mode-name} and \\end{mode-name}.
816 This works also for other defined begin/end tokens to define the structure."
817 (setq YaTeX-current-completion-type 'begin)
818 (let*((ccol (current-column)) beg beg2 exchange
819 (arg region-mode) ;for old compatibility
820 (indent-column (+ ccol YaTeX-environment-indent))(i 1) func)
821 (if (and region-mode (> (point) (mark)))
822 (progn (exchange-point-and-mark)
823 (setq exchange t
824 ccol (current-column)
825 indent-column (+ ccol YaTeX-environment-indent))))
826 ;;VER2 (insert "\\begin{" env "}" (YaTeX-addin env))
827 (setq beg (point))
828 (YaTeX-insert-struc 'begin env)
829 (setq beg2 (point))
830 (insert "\n")
831 (indent-to indent-column)
832 (save-excursion
833 ;;indent optional argument of \begin{env}, if any
834 (while (> (point-beginning-of-line) beg)
835 (skip-chars-forward "\\s " (point-end-of-line))
836 (indent-to indent-column)
837 (forward-line -1)))
838 (require 'yatexenv)
839 (if region-mode
840 ;;if region-mode, indent all text in the region
841 (save-excursion
842 (if (fboundp (intern-soft (concat "YaTeX-enclose-" env)))
843 (funcall (intern-soft (concat "YaTeX-enclose-" env))
844 (point) (mark))
845 (while (< (progn (forward-line 1) (point)) (mark))
846 (if (eolp) nil
847 (skip-chars-forward " \t\n")
848 (indent-to indent-column))))))
849 (if region-mode (exchange-point-and-mark))
850 (indent-to ccol)
851 ;;VER2 (insert "\\end{" env "}\n")
852 (YaTeX-insert-struc 'end env)
853 (YaTeX-reindent ccol)
854 (if region-mode
855 (progn
856 (insert "\n")
857 (or exchange (exchange-point-and-mark)))
858 (goto-char beg2)
859 (YaTeX-intelligent-newline nil)
860 (if (fboundp (intern-soft (concat "YaTeX-intelligent-newline-" env)))
861 (progn
862 (message
863 (cond
864 (YaTeX-japan "%s で次の行の入力に進みます。")
865 (t "`%s' produces the next line's template."))
866 (key-description
867 (car (where-is-internal 'YaTeX-intelligent-newline))))))
868 (YaTeX-indent-line))
869 (YaTeX-package-auto-usepackage env 'env)
870 (if YaTeX-current-position-register
871 (point-to-register YaTeX-current-position-register))))
873 (defun YaTeX-make-begin-end (arg)
874 "Make LaTeX environment command of \\begin{env.} ... \\end{env.}
875 by completing read.
876 If you invoke this command with universal argument,
877 \(key binding for universal-argument is \\[universal-argument]\)
878 you can put REGION into that environment between \\begin and \\end."
879 (interactive "P")
880 (let*
881 ((mode (if arg " region" ""))
882 (env
883 (YaTeX-read-environment
884 (format "Begin environment%s(default %s): " mode YaTeX-env-name))))
885 (if (string= env "")
886 (setq env YaTeX-env-name))
887 (setq YaTeX-env-name env)
888 (YaTeX-update-table
889 (list YaTeX-env-name) 'env-table 'user-env-table 'tmp-env-table)
890 (YaTeX-insert-begin-end YaTeX-env-name arg)))
892 (defun YaTeX-make-begin-end-region ()
893 "Call YaTeX-make-begin-end with ARG to specify region mode."
894 (interactive)
895 (YaTeX-make-begin-end t))
897 (defun YaTeX-guess-section-type ()
898 (if (eq major-mode 'yatex-mode)
899 (save-excursion
900 (cond
901 ((save-excursion (not (search-backward YaTeX-ec nil t)))
902 (if YaTeX-use-LaTeX2e "documentclass" "documentstyle"))
903 ((progn
904 (if (= (char-after (1- (point))) ?~) (forward-char -1))
905 (forward-char -1) (looking-at "表\\|図\\|式\\|第"))
906 "ref")
907 ((and (looking-at "[a-z \t]")
908 (progn (skip-chars-backward "a-z \t")
909 (looking-at "table\\|figure\\|formula\\|eq\\(\\.\\|uation\\)")))
910 "ref")
911 ((save-excursion
912 (skip-chars-backward "[^ア-ン]")
913 (looking-at "プログラム\\|リスト"))
914 "ref")
915 ((YaTeX-re-search-active-backward
916 (concat YaTeX-ec-regexp "begin{\\([^}]+\\)}")
917 (regexp-quote YaTeX-comment-prefix)
918 (save-excursion (forward-line -1) (point))
919 t)
920 (let ((env (YaTeX-match-string 1)))
921 (cdr (assoc env
922 '(("table" . "caption"))))))
923 ))))
925 (defun YaTeX-make-section (arg &optional beg end cmd)
926 "Make LaTeX \\section{} type command with completing read.
927 With numeric ARG, you can specify the number of arguments of
928 LaTeX command.
929 For example, if you want to produce LaTeX command
931 \\addtolength{\\topmargin}{8mm}
933 which has two arguments. You can produce that sequence by typing...
934 ESC 2 C-c s add SPC RET \\topm SPC RET 8mm RET
935 \(by default\)
936 Then yatex will automatically complete `addtolength' with two arguments
937 next time.
938 You can complete symbol at LaTeX command and the 1st argument.
940 If the optional 2nd and 3rd argument BEG END are specified, enclose
941 the region from BEG to END into the first argument of the LaTeX sequence.
942 Optional 4th arg CMD is LaTeX command name, for non-interactive use."
943 (interactive "P")
944 (setq YaTeX-current-completion-type 'section)
945 (if (equal arg '(4)) (setq beg (region-beginning) end (region-end)))
946 (unwind-protect
947 (let*
948 ((source-window (selected-window))
949 guess
950 (section
951 (or cmd
952 (progn
953 (setq guess
954 (or (YaTeX-guess-section-type) YaTeX-section-name))
955 (YaTeX-read-section
956 (if YaTeX-simple-messages
957 (format "Section-type (default %s): " guess)
958 (if (> (minibuffer-depth) 0)
959 (format "%s???{} (default %s)%s: "
960 YaTeX-ec guess
961 (format "[level:%d]" (minibuffer-depth)))
962 (format "(C-v for view-section) %s???{%s} (default %s): "
963 YaTeX-ec (if beg "region" "") guess)))
964 nil))))
965 (section (if (string= section "") guess section))
966 (numarg ;; The number of section-type command's argument
967 (or (and (numberp arg) arg)
968 (nth 1 (YaTeX-lookup-table section 'section))
969 1))
970 (arg-reader (intern-soft (concat "YaTeX::" section)))
971 (addin-args (and arg-reader (fboundp arg-reader)))
972 (title "")
973 (j 1)
974 (after-change-functions nil) ;inhibit font-locking temporarily
975 (enable-recursive-minibuffers t)
976 (mkarg-func
977 (function
978 (lambda (n)
979 (while (<= j n)
980 (unwind-protect
981 (setq title
982 (cond
983 (addin-args (funcall arg-reader j))
984 (YaTeX-skip-default-reader "")
985 (t
986 (read-string
987 (format "Argument %d of %s: " j section)))))
988 (insert
989 (concat ;to allow nil return value
990 "{" title "}")))
991 (setq j (1+ j))))))
992 );;let
993 (setq YaTeX-section-name section)
994 (if beg
995 (let*((e (make-marker))
996 (ar2 (intern-soft (concat "YaTeX::" section "-region")))
997 (arp (and ar2 (fboundp ar2))))
998 (goto-char end)
999 (insert "}")
1000 (set-marker e (point))
1001 (goto-char beg)
1002 (unwind-protect
1003 (progn
1004 (insert YaTeX-ec YaTeX-section-name
1005 (YaTeX-addin YaTeX-section-name))
1006 (if (> numarg 1) (funcall mkarg-func (1- numarg))))
1007 (insert "{"))
1008 (if arp (funcall ar2 (point) e))
1009 (goto-char e)
1010 (set-marker e nil))
1011 (use-global-map YaTeX-recursive-map)
1012 (if (= numarg 0) (YaTeX-make-singlecmd YaTeX-section-name)
1013 (progn (insert YaTeX-ec YaTeX-section-name)
1014 (insert (YaTeX-addin YaTeX-section-name))))
1015 ;;read arguments with add-in
1016 (funcall mkarg-func numarg))
1017 (YaTeX-update-table
1018 (if (/= numarg 1) (list section numarg)
1019 (list section))
1020 'section-table 'user-section-table 'tmp-section-table)
1021 (if YaTeX-current-position-register
1022 (point-to-register YaTeX-current-position-register))
1023 (if (string= (YaTeX-buffer-substring (- (point) 2) (point))
1024 "{}")
1025 (forward-char -1))
1026 (while (string= (YaTeX-buffer-substring (- (point) 3) (1- (point)))
1027 "{}")
1028 (forward-char -2))
1029 (YaTeX-package-auto-usepackage section 'section))
1030 (if (<= (minibuffer-depth) 0) (use-global-map global-map))
1031 (insert ""))) ;insert dummy string to fontify(Emacs20)
1033 (defun YaTeX-make-section-region (args beg end)
1034 "Call YaTeX-make-section with arguments to specify region mode."
1035 (interactive "P\nr")
1036 (YaTeX-make-section args beg end))
1038 (defun YaTeX-make-fontsize (arg &optional fontsize)
1039 "Make completion like {\\large ...} or {\\slant ...} in minibuffer.
1040 If you invoke this command with universal argument, you can put region
1041 into {\\xxx } braces.
1042 \(key binding for universal-argument is \\[universal-argument]\)"
1043 (interactive "P")
1044 (YaTeX-sync-local-table 'tmp-fontsize-table)
1045 (let* ((mode (if arg "region" ""))
1046 (fontsize
1047 (or fontsize
1048 (YaTeX-read-fontsize
1049 (if YaTeX-simple-messages
1050 (format "Font or size (default %s): " YaTeX-fontsize-name)
1051 (format "{\\??? %s} (default %s)%s: " mode YaTeX-fontsize-name
1052 (if (> (minibuffer-depth) 0)
1053 (format "[level:%d]" (minibuffer-depth)) "")))
1054 nil nil))))
1055 (if (string= fontsize "")
1056 (setq fontsize YaTeX-fontsize-name))
1057 (setq YaTeX-current-completion-type 'large)
1058 (setq YaTeX-fontsize-name fontsize)
1059 (YaTeX-update-table
1060 (list YaTeX-fontsize-name)
1061 'fontsize-table 'user-fontsize-table 'tmp-fontsize-table)
1062 (and YaTeX-use-LaTeX2e
1063 (YaTeX-latex2e-p)
1064 (setq fontsize
1065 (cdr (assoc YaTeX-fontsize-name LaTeX2e-fontstyle-alist)))
1066 (setq YaTeX-fontsize-name fontsize))
1067 (if arg
1068 (save-excursion
1069 (if (> (point) (mark)) (exchange-point-and-mark))
1070 (insert "{\\" YaTeX-fontsize-name " ")
1071 (exchange-point-and-mark)
1072 (insert "}"))
1073 (insert (concat "{\\" YaTeX-fontsize-name " }"))
1074 (forward-char -1)
1075 (if YaTeX-current-position-register
1076 (point-to-register YaTeX-current-position-register))
1077 (save-excursion
1078 (insert (YaTeX-addin YaTeX-fontsize-name)))
1079 (YaTeX-package-auto-usepackage YaTeX-fontsize-name 'large))))
1081 (defun YaTeX-make-fontsize-region ()
1082 "Call function:YaTeX-make-fontsize with ARG to specify region mode."
1083 (interactive)
1084 (YaTeX-make-fontsize t))
1086 (defvar YaTeX-singlecmd-suffix "" "*Suffix for maketitle-type commands.")
1087 (defvar YaTeX-read-singlecmd-history nil "Holds maketitle-type history.")
1088 (put 'YaTeX-read-singlecmd-history 'no-default t)
1089 (defun YaTeX-make-singlecmd (single)
1090 (interactive
1091 (list (YaTeX-cplread-with-learning
1092 (if YaTeX-simple-messages
1093 (format "maketitle-type (default %s): " YaTeX-single-command)
1094 (format "%s??? (default %s)%s: " YaTeX-ec YaTeX-single-command
1095 (if (> (minibuffer-depth) 0)
1096 (format "[level:%d]" (minibuffer-depth)) "")))
1097 'singlecmd-table 'user-singlecmd-table 'tmp-singlecmd-table
1098 nil nil nil 'YaTeX-read-singlecmd-history)))
1099 (if (string= single "")
1100 (setq single YaTeX-single-command))
1101 (setq YaTeX-single-command single)
1102 (setq YaTeX-current-completion-type 'maketitle)
1103 (let ((dollar (and (not (YaTeX-in-math-mode-p))
1104 (YaTeX-math-member-p YaTeX-single-command)))
1105 p q)
1106 (if dollar (insert "$"))
1107 (insert YaTeX-ec YaTeX-single-command)
1108 (setq p (point))
1109 (insert (YaTeX-addin single) YaTeX-singlecmd-suffix)
1110 (if dollar (insert "$"))
1111 (setq q (point))
1112 (goto-char p)
1113 (forward-char -2)
1114 (if (looking-at "\\[\\]") (forward-char 1) (goto-char q)))
1115 (YaTeX-package-auto-usepackage YaTeX-single-command 'maketitle)
1116 (if YaTeX-current-position-register
1117 (point-to-register YaTeX-current-position-register)))
1119 (defvar YaTeX-completion-begin-regexp "[{\\]"
1120 "Regular expression of limit where LaTeX command's completion begins.")
1122 (defun YaTeX-do-completion ()
1123 "Try completion on LaTeX command preceding point."
1124 (interactive)
1125 (if
1126 (or (eq (preceding-char) ? )
1127 (eq (preceding-char) ?\t)
1128 (eq (preceding-char) ?\n)
1129 (bobp))
1130 (message "Nothing to complete.") ;Do not complete
1131 (let* ((end (point))
1132 (limit (point-beginning-of-line))
1133 (completion-begin
1134 (progn (re-search-backward "[ \t\n]" limit 1) (point)))
1135 (begin (progn
1136 (goto-char end)
1137 (if (re-search-backward YaTeX-completion-begin-regexp
1138 completion-begin t)
1139 (1+ (point))
1140 nil))))
1141 (goto-char end)
1142 (cond
1143 ((null begin)
1144 (message "I think it is not a LaTeX sequence."))
1145 (t
1146 (mapcar 'YaTeX-sync-local-table
1147 '(tmp-section-table tmp-env-table tmp-singlecmd-table))
1148 (let*((pattern (YaTeX-buffer-substring begin end))
1149 (all-table
1150 (append
1151 section-table user-section-table tmp-section-table
1152 env-table user-env-table tmp-env-table
1153 singlecmd-table user-singlecmd-table tmp-singlecmd-table))
1154 ;; First,
1155 ;; search completion without backslash.
1156 (completion (try-completion pattern all-table)))
1157 (if
1158 (eq completion nil)
1159 ;; Next,
1160 ;; search completion with backslash
1161 (setq completion
1162 (try-completion
1163 (YaTeX-buffer-substring (1- begin) end)
1164 all-table nil)
1165 begin (1- begin)))
1166 (cond
1167 ((null completion)
1168 (message (concat "Can't find completion for '" pattern "'"))
1169 (ding))
1170 ((eq completion t) (message "Sole completion."))
1171 ((not (string= completion pattern))
1172 (delete-region begin end)
1173 (insert completion)
1175 (t
1176 (message "Making completion list...")
1177 (with-output-to-temp-buffer "*Help*"
1178 (display-completion-list
1179 (all-completions pattern all-table)))))))))))
1181 (defun YaTeX-toggle-modify-mode (&optional arg)
1182 (interactive "P")
1183 (or (memq 'YaTeX-modify-mode mode-line-format)
1184 (setq mode-line-format
1185 (append (list "" 'YaTeX-modify-mode) mode-line-format)))
1186 (if (or arg (null YaTeX-modify-mode))
1187 (progn
1188 (setq YaTeX-modify-mode "*m*")
1189 (message "Modify mode"))
1190 (setq YaTeX-modify-mode nil)
1191 (message "Cancel modify mode."))
1192 (set-buffer-modified-p (buffer-modified-p))) ;redraw mode-line
1194 (defun YaTeX-switch-mode-menu (arg &optional char)
1195 (interactive "P")
1196 (message "Toggle: (M)odify-mode ma(T)h-mode")
1197 (let ((c (or char (read-char))))
1198 (cond
1199 ((= c ?m) (YaTeX-toggle-modify-mode arg))
1200 ((or (= c ?$) (= c ?t))
1201 (if YaTeX-auto-math-mode
1202 (message "Makes no sense in YaTeX-auto-math-mode.")
1203 (YaTeX-toggle-math-mode arg))))))
1205 (defun YaTeX-insert-quote ()
1206 (interactive)
1207 (insert
1208 (cond
1209 ((YaTeX-literal-p) ?\")
1210 ((= (preceding-char) ?\\ ) ?\")
1211 ;((= (preceding-char) ?\( ) ?\")
1212 ((or (= (preceding-char) 32)
1213 (= (preceding-char) 9)
1214 (= (preceding-char) ?\n)
1215 (bobp)
1216 (string-match
1217 (regexp-quote (char-to-string (preceding-char)))
1218 "、。,.?!「」『』【】()"))
1219 "``")
1220 (t "''"))))
1222 (defun YaTeX-closable-p ()
1223 (and (not YaTeX-modify-mode)
1224 (not (eq YaTeX-close-paren-always 'never))
1225 (or YaTeX-close-paren-always (eolp))
1226 (not (input-pending-p))
1227 (not (YaTeX-literal-p)))
1228 ;;(or YaTeX-modify-mode
1229 ;; (and (not YaTeX-close-paren-always) (not (eolp)))
1230 ;; (input-pending-p)
1231 ;; (YaTeX-quick-in-environment-p "verbatim"))
1234 (defun YaTeX-insert-braces-region (beg end &optional open close)
1235 (interactive "r")
1236 (save-excursion
1237 (goto-char end)
1238 (YaTeX-insert-inherit (or close "}"))
1239 (goto-char beg)
1240 (YaTeX-insert-inherit (or open "{"))))
1242 (defun YaTeX-get-macro-at-point (&optional p)
1243 "Get (La)TeX macro around point P."
1244 (interactive "d")
1245 (save-excursion
1246 (goto-char (setq p (or p (point))))
1247 (let ((token (substring (substring YaTeX-TeX-token-regexp 1) 0 -2))
1248 bsend)
1249 (and (not (bobp))
1250 (or (looking-at YaTeX-TeX-token-regexp)
1251 (string-match
1252 YaTeX-TeX-token-regexp (char-to-string (preceding-char))))
1253 (progn
1254 (skip-chars-backward token)
1255 (equal (preceding-char) ?\\))
1256 (save-excursion
1257 (setq bsend (point))
1258 (skip-chars-backward "\\\\") ;emacs18 doesn't return distance
1259 (/= (% (- bsend (point)) 2) 0)) ;consider \\
1260 (looking-at YaTeX-TeX-token-regexp)
1261 (YaTeX-match-string 0)))))
1263 (defun YaTeX-insert-braces (arg &optional open close)
1264 (interactive "p")
1265 (let ((begend-guide
1266 (function
1267 (lambda ()
1268 (if (equal (get 'YaTeX-insert-braces 'begend-guide) 2)
1269 nil ;if triggered thrice, do nothing
1270 (momentary-string-display
1271 (format
1272 (cond
1273 (YaTeX-japan "begin/end入力には %s を使いましょう")
1274 (t "You don't understand Zen of `%s'!"))
1275 (key-description
1276 (car (where-is-internal 'YaTeX-make-begin-end))))
1277 (point))
1278 (put 'YaTeX-insert-braces 'begend-guide
1279 (+ 1 (string-to-int ;increment counter of beg-end guidance
1280 (prin1-to-string
1281 (get 'YaTeX-insert-braces 'begend-guide)))))))))
1282 env macro not-literal b e)
1283 (cond
1284 ((YaTeX-jmode) (YaTeX-self-insert arg))
1285 ((not (YaTeX-closable-p)) (YaTeX-self-insert arg))
1286 ((save-excursion
1287 (and (> (- (point) (point-min)) 6)
1288 (condition-case () (forward-char -6) (error nil)))
1289 (looking-at "\\\\left\\\\"))
1290 (insert "{\\right\\}")
1291 (forward-char -8))
1292 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
1293 (and (> (- (point) (point-min)) 6) (forward-char -6))
1294 (looking-at "\\\\[bB]igl\\\\"))
1295 (insert
1296 (concat
1297 "{" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\}"))
1298 (forward-char -7))
1299 ((save-excursion
1300 (and (> (- (point) (point-min)) 7)
1301 (condition-case () (forward-char -7) (error nil)))
1302 (looking-at "\\\\[bB]iggl\\\\"))
1303 (insert
1304 (concat
1305 "{" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\}"))
1306 (forward-char -8))
1307 ((= (preceding-char) ?\\ )
1308 (insert "{\\}")
1309 (forward-char -2)) ;matsu's hack ends here
1310 ((and (setq not-literal (not (YaTeX-literal-p)))
1311 (equal "end" (setq macro (YaTeX-get-macro-at-point)))
1312 (setq env (YaTeX-inner-environment)))
1313 (funcall begend-guide)
1314 (insert "{" env "}"))
1315 ((and not-literal (equal "begin" macro))
1316 (insert "{")
1317 (save-excursion
1318 (indent-to (prog1 (- (current-column) 7) (insert "}\n")))
1319 (insert "\\end{}")
1320 (setq e (point)))
1321 (setq env
1322 (YaTeX-read-environment
1323 (format "Begin environment(default %s): " YaTeX-env-name)))
1324 (if (string= "" env) (setq env YaTeX-env-name))
1325 (setq YaTeX-env-name env)
1326 (funcall begend-guide)
1327 (delete-region (- (point) 7) e)
1328 (YaTeX-insert-begin-end env nil))
1329 (t
1330 (insert (or open "{") (or close "}"))
1331 (forward-char -1)
1332 (if (and (eq (char-after (point)) ?\}) ;; the case `\\{}'
1333 (eq (char-after (- (point) 2)) ?\\ ))
1334 (progn (insert "\\") (forward-char -1)))
1335 ))))
1337 (defun YaTeX-jmode ()
1338 (or (and (boundp 'canna:*japanese-mode*) canna:*japanese-mode*)
1339 (and (boundp 'egg:*mode-on*) egg:*mode-on* egg:*input-mode*)
1340 (and (boundp 'skk-mode) skk-mode (not skk-latin-mode))
1341 (and (boundp 'default-input-method) default-input-method
1342 current-input-method)))
1344 (defun YaTeX-jmode-off ()
1345 (if (cond
1346 ((and (boundp 'canna:*japanese-mode*) canna:*japanese-mode*)
1347 (canna-toggle-japanese-mode) t)
1348 ((and (boundp 'egg:*mode-on*) egg:*mode-on* egg:*input-mode*)
1349 (egg:toggle-egg-mode-on-off) t)
1350 ((and (fboundp 'skk-mode) (boundp 'skk-mode) skk-mode)
1351 (cond
1352 ((fboundp 'skk-latin-mode)
1353 (or (and (boundp 'skk-henkan-mode) skk-henkan-mode)
1354 (and (boundp 'skk-henkan-on)
1355 (or skk-henkan-mode skk-henkan-active))
1356 (and (boundp 'j-henkan-on)
1357 (or j-henkan-on j-henkan-active))
1358 ;; Deactivate jmode if henkan-mode is not running.
1359 ;; Suggested by tt.tetsuo.tsukamoto.
1360 (progn
1361 (put 'YaTeX-jmode-on 'skkkata skk-katakana)
1362 (skk-latin-mode t))))
1363 ((fboundp 'skk-mode-off) (skk-mode-off))
1364 (t (j-mode-off)))
1365 t)
1366 ((and (fboundp 'toggle-input-method) current-input-method)
1367 (toggle-input-method) t)
1368 ((and (fboundp 'fep-force-off) (fep-force-off))))
1369 (put 'YaTeX-jmode 'jmode t)))
1371 (defun YaTeX-jmode-on ()
1372 (cond
1373 ((boundp 'canna:*japanese-mode*)
1374 (if (not canna:*japanese-mode*) (canna-toggle-japanese-mode)))
1375 ((boundp 'egg:*mode-on*)
1376 (and (not egg:*mode-on*) (not egg:*input-mode*)
1377 (egg:toggle-egg-mode-on-off)))
1378 ((and (fboundp 'skk-mode) (boundp 'skk-mode))
1379 (if (get 'YaTeX-jmode-on 'skkkata)
1380 (skk-j-mode-on t)
1381 (skk-mode 1))
1382 (put 'YaTeX-jmode-on 'skkkata nil))
1383 ((fboundp 'toggle-input-method)
1384 (if (not current-input-method) (toggle-input-method)))
1385 ((and (fboundp 'fep-force-on) (fep-force-on)))))
1387 (defun YaTeX-jmode-back ()
1388 (if (get 'YaTeX-jmode 'jmode)
1389 (YaTeX-jmode-on))
1390 (setplist 'YaTeX-jmode nil))
1392 (defun YaTeX-self-insert (arg)
1393 (call-interactively (global-key-binding (char-to-string (YaTeX-last-key)))))
1394 (defun YaTeX-insert-inherit (&rest args)
1395 (apply (if (fboundp 'insert-and-inherit) 'insert-and-inherit 'insert)
1396 args))
1398 (defun YaTeX-insert-brackets (arg)
1399 "Insert Kagi-kakko or \\ [ \\] pair or simply \[."
1400 (interactive "p")
1401 (let ((col (1- (current-column))))
1402 (cond
1403 ((YaTeX-jmode) (YaTeX-self-insert arg))
1404 ((not (YaTeX-closable-p))
1405 (YaTeX-self-insert arg))
1406 ((save-excursion
1407 (and (> (- (point) (point-min)) 5) (forward-char -5))
1408 (looking-at "\\\\left"))
1409 (YaTeX-insert-inherit "[\\right]")
1410 (forward-char -7))
1411 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
1412 (and (> (- (point) (point-min)) 5) (forward-char -5))
1413 (looking-at "\\\\[bB]igl"))
1414 (YaTeX-insert-inherit
1415 (concat
1416 "[" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r]"))
1417 (forward-char -6))
1418 ((save-excursion
1419 (and (> (- (point) (point-min)) 6) (forward-char -6))
1420 (looking-at "\\\\[bB]iggl"))
1421 (YaTeX-insert-inherit
1422 (concat
1423 "[" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r]"))
1424 (forward-char -7)) ;matsu's hack ends here
1425 ((and (= (preceding-char) ?\\ )
1426 (/= (char-after (- (point) 2)) ?\\ )
1427 (not (YaTeX-in-math-mode-p)))
1428 (YaTeX-insert-inherit (YaTeX-last-key) "\n")
1429 (indent-to (max 0 col))
1430 (YaTeX-insert-inherit "\\]")
1431 (beginning-of-line)
1432 (open-line 1)
1433 (delete-region (point) (progn (beginning-of-line) (point)))
1434 (indent-to (+ YaTeX-environment-indent (max 0 col)))
1435 (or YaTeX-auto-math-mode YaTeX-math-mode (YaTeX-toggle-math-mode 1)))
1436 ((YaTeX-closable-p)
1437 (YaTeX-insert-inherit "[]")
1438 (backward-char 1))
1439 (t (YaTeX-self-insert arg)))))
1441 (defun YaTeX-insert-brackets-region (beg end)
1442 (interactive "r")
1443 (YaTeX-insert-braces-region beg end "[" "]"))
1445 (defun YaTeX-insert-parens (arg)
1446 "Insert parenthesis pair."
1447 (interactive "p")
1448 (cond
1449 ((YaTeX-jmode) (YaTeX-self-insert arg))
1450 ((not (YaTeX-closable-p)) (YaTeX-self-insert arg))
1451 ((save-excursion
1452 (and (> (- (point) (point-min)) 5) (forward-char -5))
1453 (looking-at "\\\\left"))
1454 (YaTeX-insert-inherit "(\\right)")
1455 (forward-char -7))
1456 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
1457 (and (> (- (point) (point-min)) 5) (forward-char -5))
1458 (looking-at "\\\\[bB]igl"))
1459 (YaTeX-insert-inherit
1460 (concat
1461 "(" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r)"))
1462 (forward-char -6))
1463 ((save-excursion
1464 (and (> (- (point) (point-min)) 6) (forward-char -6))
1465 (looking-at "\\\\[bB]iggl"))
1466 (YaTeX-insert-inherit
1467 (concat
1468 "(" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r)"))
1469 (forward-char -7))
1470 ((= (preceding-char) ?\\ ) ;matsu's hack ends here
1471 (YaTeX-insert-inherit "(\\)")
1472 (backward-char 2))
1473 ((YaTeX-closable-p)
1474 (YaTeX-insert-inherit "()")
1475 (backward-char 1))
1476 (t (YaTeX-self-insert arg))))
1478 (defun YaTeX-insert-parens-region (beg end)
1479 (interactive "r")
1480 (YaTeX-insert-braces-region beg end "(" ")"))
1482 (defun YaTeX-insert-bar (arg)
1483 "Insert bar pair."
1484 (interactive "p")
1485 (cond
1486 ((YaTeX-jmode) (YaTeX-self-insert arg))
1487 ((not (YaTeX-closable-p)) (YaTeX-self-insert arg))
1488 ((save-excursion
1489 (and (> (- (point) (point-min)) 5) (forward-char -5))
1490 (looking-at "\\\\left"))
1491 (YaTeX-insert-inherit "|\\right|")
1492 (forward-char -7))
1493 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
1494 (and (> (- (point) (point-min)) 5) (forward-char -5))
1495 (looking-at "\\\\[bB]igl"))
1496 (insert
1497 (concat
1498 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r|"))
1499 (forward-char -6))
1500 ((save-excursion
1501 (and (> (- (point) (point-min)) 6) (forward-char -6))
1502 (looking-at "\\\\[bB]iggl"))
1503 (insert
1504 (concat
1505 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r|"))
1506 (forward-char -7))
1507 ((save-excursion ; added by Jin <MAF01011<at>nifty.ne.jp>
1508 (and (> (- (point) (point-min)) 6) (forward-char -6))
1509 (looking-at "\\\\left\\\\"))
1510 (YaTeX-insert-inherit "|\\right\\|")
1511 (forward-char -8))
1512 ((save-excursion
1513 (and (> (- (point) (point-min)) 6) (forward-char -6))
1514 (looking-at "\\\\[bB]igl\\\\"))
1515 (insert
1516 (concat
1517 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\|"))
1518 (forward-char -7))
1519 ((save-excursion
1520 (and (> (- (point) (point-min)) 7) (forward-char -7))
1521 (looking-at "\\\\[bB]iggl\\\\"))
1522 (insert
1523 (concat
1524 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\|"))
1525 (forward-char -8)) ; added by Jin up to here.
1526 ((= (preceding-char) ?\\ )
1527 (YaTeX-insert-inherit "|\\|")
1528 (backward-char 2))
1529 ; ((and (YaTeX-closable-p)
1530 ; (/= (preceding-char) ?|)
1531 ; (/= (following-char) ?|))
1532 ; (YaTeX-insert-inherit "||")
1533 ; (backward-char 1))
1534 (t (YaTeX-self-insert arg))))
1536 (defvar YaTeX-use-jmode-hook
1537 (and (featurep 'canna) (boundp 'canna:*initialized*) canna:*initialized*)
1538 ;; (not (and (fboundp 'skk-mode) (boundp 'skk-mode)))
1539 "*Non-nil means activate automatic jmode switcher within/out math mode.
1540 Hopefully, change default to t in the next version of 1.75.")
1541 (defun YaTeX-jmode-hook (old new)
1542 "A hook controling jmode on/off."
1543 ;; This function is called via point-entered/leave hook, so that
1544 ;; codes in it is evaluated on such emacsen as having text-properties.
1545 (let ((inhibit-point-motion-hooks t)
1546 (oldp (plist-get (text-properties-at old) 'point-left))
1547 (newp (plist-get (text-properties-at new) 'point-left))
1548 (lnew (plist-get (text-properties-at new) 'last-new))
1549 (mjmode (plist-get (text-properties-at new) 'mjmode))
1550 (bmp (buffer-modified-p))
1551 (jm (YaTeX-jmode)) b e)
1552 (unwind-protect
1553 (cond
1554 ((eq lnew new) nil) ;Do nothing if continuous entry
1555 ((and (not (eq newp 'YaTeX-jmode-hook))
1556 (eq oldp 'YaTeX-jmode-hook)
1557 (plist-get (text-properties-at old) 'entered))
1558 ;; leave
1559 (remove-text-properties
1560 (setq b (1+ (or (previous-single-property-change old 'point-left)
1561 (1- (point)))))
1562 (setq e (1- (or (next-single-property-change old 'point-left)
1563 (1+ (point)))))
1564 (list 'last-new nil 'entered nil))
1565 (add-text-properties b e (list 'mjmode jm))
1566 (if (boundp 'skk-katakana)
1567 (put 'YaTeX-jmode-on 'skkkata skk-katakana))
1568 (if (plist-get (text-properties-at old) 'jmode)
1569 (YaTeX-jmode-on)))
1570 ((and (not (eq oldp 'YaTeX-jmode-hook))
1571 (eq newp 'YaTeX-jmode-hook)
1572 (not (plist-get (text-properties-at new) 'entered)))
1573 ;; enter
1574 (add-text-properties
1575 (1+ (or (previous-single-property-change new 'point-left)
1576 (1- (point))))
1577 (1- (or (next-single-property-change new 'point-left)
1578 (1+ (point))))
1579 (list 'jmode jm 'last-new new 'entered t))
1580 (if (boundp 'skk-katakana) ;care for skk katakana mode
1581 (put 'YaTeX-jmode-on 'skkkata skk-katakana))
1582 (if mjmode (YaTeX-jmode-on) (YaTeX-jmode-off))))
1583 ;;unwind job
1584 (set-buffer-modified-p bmp))))
1586 (defun YaTeX-insert-dollar ()
1587 (interactive)
1588 (if (or (not (YaTeX-closable-p))
1589 (= (preceding-char) 92)
1590 (and (YaTeX-in-math-mode-p)
1591 (or (/= (preceding-char) ?$) (/= (following-char) ?$))))
1592 (insert "$")
1593 (insert "$$")
1594 (forward-char -1)
1595 (and YaTeX-use-jmode-hook
1596 (fboundp 'add-text-properties)
1597 (add-text-properties
1598 (1- (point)) (1+ (point))
1599 (list 'point-left 'YaTeX-jmode-hook
1600 'point-entered 'YaTeX-jmode-hook
1601 'front-sticky t
1602 'rear-nonsticky t
1603 'mjmode nil
1604 'jmode (YaTeX-jmode))))
1605 (YaTeX-jmode-off)
1606 (or YaTeX-auto-math-mode YaTeX-math-mode (YaTeX-toggle-math-mode 1))))
1608 (defun YaTeX-insert-dollars-region (beg end)
1609 (interactive "r")
1610 (YaTeX-insert-braces-region beg end "$" "$"))
1612 (defun YaTeX-insert-amper ()
1613 (interactive)
1614 (if (or (string-match YaTeX-array-env-regexp
1615 (or (YaTeX-inner-environment t) "document"))
1616 (= (preceding-char) 92)
1617 (YaTeX-literal-p)
1618 (YaTeX-in-math-mode-p))
1619 (insert "&")
1620 (insert "\\&")))
1622 (defun YaTeX-version ()
1623 "Return string of the version of running YaTeX."
1624 (interactive)
1625 (message
1626 (concat "Yet Another tex-mode "
1627 (if YaTeX-japan "「野鳥」" "`Wild Bird'")
1628 " Revision "
1629 YaTeX-revision-number)))
1631 (defun YaTeX-typeset-menu (arg &optional char)
1632 "Typeset, preview, visit error and miscellaneous convenient menu.
1633 Optional second argument CHAR is for non-interactive call from menu."
1634 (interactive "P")
1635 (message
1636 (concat "J)latex R)egion E)nv B)ibtex mk(I)dx "
1637 "latex+p(D)f "
1638 (if (fboundp 'start-process) "K)ill ")
1639 "P)review "
1640 (and (boundp 'window-system) window-system "S)earch ")
1641 "V)iewErr L)pr"))
1642 (let ((sw (selected-window)) (c (or char (read-char))))
1643 (require 'yatexprc) ;for Nemacs's bug
1644 (select-window sw)
1645 (cond
1646 ((memq c '(?j ?\C-j)) (YaTeX-typeset-buffer) ; memq for usability test
1647 (put 'dvi2-command 'format 'dvi))
1648 ((= c ?r) (YaTeX-typeset-region))
1649 ((= c ?e) (YaTeX-typeset-environment))
1650 ((= c ?b) (YaTeX-call-builtin-on-file
1651 "BIBTEX" bibtex-command arg))
1652 ((= c ?i) (YaTeX-call-builtin-on-file
1653 "MAKEINDEX" makeindex-command arg))
1654 ((= c ?k) (YaTeX-kill-typeset-process YaTeX-typeset-process))
1655 ((= c ?p) (call-interactively 'YaTeX-preview))
1656 ((= c ?q) (YaTeX-system "lpq" "*Printer queue*"))
1657 ((= c ?d) (YaTeX-typeset-buffer
1658 (or (YaTeX-get-builtin "DVIPDF") YaTeX-dvipdf-command))
1659 (put 'dvi2-command 'format 'pdf))
1660 ((= c ?v) (YaTeX-view-error))
1661 ((= c ?l) (YaTeX-lpr arg))
1662 ((= c ?m) (YaTeX-switch-mode-menu arg))
1663 ((= c ?s) (YaTeX-xdvi-remote-search arg)))))
1665 (if (fboundp 'wrap-function-to-control-ime)
1666 (wrap-function-to-control-ime 'YaTeX-typeset-menu t "P"))
1669 (defun YaTeX-%-menu (&optional beg end char)
1670 "Operate %# notation."
1671 ;;Do not use interactive"r" for the functions which require no mark
1672 (interactive)
1673 (message "!)Edit-%%#! B)EGIN-END-region P)review L)Edit-%%#LPR make(I)ndex B)ibtex")
1674 (let ((c (or char (read-char))) (string "") key
1675 (b (make-marker)) (e (make-marker)))
1676 (save-excursion
1677 (cond
1678 ((rindex "!plib" c) ;Edit %#xxx
1679 (setq key (cdr (assq c '((?! . "!")
1680 (?p . "PREVIEW")
1681 (?l . "LPR")
1682 (?i . "MAKEINDEX")
1683 (?b . "BIBTEX")))))
1684 (YaTeX-getset-builtin key t))
1686 ((= c ?b) ;%#BEGIN %#END region
1687 (or end (setq beg (min (point) (mark)) end (max (point) (mark))))
1688 (set-marker b beg)
1689 (set-marker e end)
1690 (goto-char (point-min))
1691 (while (re-search-forward "^%#\\(BEGIN\\)\\|\\(END\\)$" nil t)
1692 (beginning-of-line)
1693 (delete-region (point) (progn (forward-line 1) (point))))
1694 (goto-char b)
1695 (open-line 1)
1696 (delete-region (point) (progn (beginning-of-line)(point)));for 19 :-<
1697 (insert "%#BEGIN")
1698 (goto-char e)
1699 (insert "%#END\n")
1700 (set-marker b nil)
1701 (set-marker e nil))
1702 ))))
1704 (defvar YaTeX-refcommand-def-regexp-default
1705 "label\\|bibitem")
1706 (defvar YaTeX-refcommand-def-regexp-private nil
1707 "*Regexp of defining label commands")
1708 (defvar YaTeX-refcommand-def-regexp
1709 (concat (if YaTeX-refcommand-def-regexp-private
1710 (concat YaTeX-refcommand-def-regexp-private "\\|"))
1711 YaTeX-refcommand-def-regexp-default))
1713 (defvar YaTeX-refcommand-ref-regexp-default
1714 "\\(page\\|eq\\|fig\\)?ref\\|cite"
1715 "Regexp of LaTeX's label-referring macros.
1716 Searching for this will be done without `\\\\'.
1717 So you need not add patterns if new referring macro ends with \"ref\".")
1718 (defvar YaTeX-refcommand-ref-regexp-private nil
1719 "*Regexp of referring label commands.
1720 See documentation of `YaTeX-refcommand-ref-regexp-default'.")
1721 (defvar YaTeX-refcommand-ref-regexp
1722 (concat (if YaTeX-refcommand-ref-regexp-private
1723 (concat YaTeX-refcommand-ref-regexp-private "\\|"))
1724 YaTeX-refcommand-ref-regexp-default))
1726 (defvar YaTeX-refcommand-regexp
1727 (concat YaTeX-refcommand-def-regexp
1728 "\\|" YaTeX-refcommand-ref-regexp)
1729 "Regexp of label defining/referring command name.")
1731 (defun YaTeX-goto-corresponding-label (reverse &optional otherwin)
1732 "Jump to corresponding \\label{} and \\ref{} or \\cite and \\bibitem.
1733 The default search direction depends on the command at the cursor position.
1734 When the cursor is on \\ref(\\cite), YaTeX will try to search the
1735 corresponding \\label(\\bibitem) backward,
1736 and if it fails search forward again. And when the cursor is
1737 on \\label(\\bibitem), YaTeX will search the corresponding \\ref(\\cite)
1738 forward at first and secondary backward.
1739 Argument REVERSE non-nil makes the default
1740 direction rule reverse. Since Search string is automatically set in
1741 search-last-string, you can repeat search the same label/ref by typing
1742 \\[isearch-forward] or \\[isearch-backward].
1743 If optional second argument OTHERWIN is non-nil, move to other window."
1745 (let ((scmd "") label direc string blist (p (point)) (cb (current-buffer))
1746 (refcommands YaTeX-refcommand-regexp)
1747 (foundmsg (format "Type %s %c to return to original position."
1748 (key-description
1749 (car
1750 (or (where-is-internal 'register-to-point)
1751 (where-is-internal 'jump-to-register))))
1752 YaTeX-current-position-register))
1753 (func (function (lambda (string sfunc)
1754 (or
1755 (funcall sfunc string nil t)
1756 (funcall (if (eq sfunc 're-search-forward)
1757 're-search-backward 're-search-forward)
1758 string nil t))))))
1759 (cond
1760 ((YaTeX-on-section-command-p refcommands)
1761 (setq scmd
1762 (cdr
1763 (assoc
1764 (YaTeX-match-string 1)
1765 '(("label" . "\\\\\\(page\\|eq\\)?ref{%k}")
1766 ("ref" . "\\\\label{%k}")
1767 ("eqref" . "\\\\label{%k}")
1768 ("pageref" . "\\\\label{%k}")
1769 ("cite" .
1770 "\\\\bibitem\\(\\[[^]]+\\]\\)?{%k}\\|^\\s *@[a-z]+{%k,")
1771 ("bibitem" . "\\\\cite\\(\\[[^]]+\\]\\)?")))))
1772 (goto-char (match-end 0))
1773 (let ((label (YaTeX-buffer-substring
1774 (1- (point)) (progn (backward-list 1) (1+ (point)))))
1775 (fp (make-marker))fl fn
1776 (goother (function (lambda (buffer point)
1777 (goto-char point)
1778 (if (one-window-p)
1779 (split-window-calculate-height
1780 YaTeX-default-pop-window-height))
1781 (select-window (get-lru-window))
1782 (switch-to-buffer buffer)))))
1783 ;(setq string (concat "\\" scmd "{" label "}"))
1784 ;(setq string (concat "\\\\" scmd "{" (regexp-quote label) "}"))
1785 (setq string (YaTeX-replace-format scmd "k" (regexp-quote label)))
1786 (setq direc (if (string-match "ref\\|cite" scmd)
1787 're-search-forward 're-search-backward))
1788 (if YaTeX-current-position-register
1789 (point-to-register YaTeX-current-position-register))
1790 (if reverse (setq direc (if (eq direc 're-search-forward)
1791 're-search-backward 're-search-forward)))
1792 (if (funcall func string direc) ;label/ref found!
1793 (progn
1794 (if otherwin (funcall goother cb p))
1795 (goto-char (match-beginning 0))
1796 (push-mark p))
1797 ;;if label/ref not found, search through all yatex buffers.
1798 (goto-char p) ;resume position of current buffer
1799 (catch 'found
1800 (setq blist (YaTeX-yatex-buffer-list))
1801 (while blist
1802 ;; search for corresponding keyword
1803 (set-buffer (car blist))
1804 (if (YaTeX-on-section-command-p refcommands)
1805 (goto-char (match-beginning 0)))
1806 (cond
1807 ; cond1
1808 ((funcall func string direc)
1809 (cond
1810 (otherwin
1811 (set-buffer cb)
1812 (funcall goother (car blist) p))
1813 ((or (get-buffer-window (car blist))
1814 (and YaTeX-emacs-19
1815 (get-buffer-window (car blist) t)))
1816 (goto-buffer-window (car blist)))
1817 (t
1818 (switch-to-buffer (car blist))
1819 (message foundmsg)))
1820 (goto-char (match-beginning 0))
1821 (throw 'found t))
1822 ; cond2
1823 ((and
1824 (string-match "bibitem" scmd)
1825 (catch 'found2
1826 (save-excursion
1827 (goto-char (point-min))
1828 (while (YaTeX-re-search-active-forward
1829 "\\\\bibliography{\\([^}]*\\)}" "%" nil t)
1830 (setq fl (YaTeX-split-string (YaTeX-match-string 1) ","))
1831 (while fl
1832 (if (or (file-exists-p (setq fn (car fl)))
1833 (file-exists-p (setq fn (concat fn ".bib"))))
1834 (progn
1835 (set-buffer (find-file-noselect fn))
1836 (save-excursion
1837 (goto-char (point-min))
1838 (if (YaTeX-re-search-active-forward
1839 string "%" nil t)
1840 (throw 'found2
1841 (set-marker fp (point)))))))
1842 (setq fl (cdr fl)))))))
1843 (if otherwin
1844 (funcall goother (marker-buffer fp) fp)
1845 (switch-to-buffer (marker-buffer fp))
1846 (goto-char fp))
1847 (set-marker fp nil)
1848 (message foundmsg)
1849 (throw 'found t)))
1850 (setq blist (cdr blist)))
1851 ;; search for bibliography
1852 )))
1853 (if YaTeX-emacs-19
1854 (setq regexp-search-ring
1855 (cons string (delete string regexp-search-ring)))
1856 (setq search-last-regexp string)))
1857 (t nil))))
1859 ;;YaTeX-goto-corresponding-environment was moved to yatexlib
1861 (defun YaTeX-goto-corresponding-file (&optional other)
1862 "Visit or switch buffer of corresponding file,
1863 looking at \\input or \\include or \\includeonly on current line."
1864 (if (not (YaTeX-on-includes-p)) nil
1865 (let ((parent buffer-file-name) input-file b)
1866 (save-excursion
1867 (if (and (re-search-forward "[{%]" (point-end-of-line) t)
1868 (= ?{ (char-after (match-beginning 0))))
1869 nil
1870 (skip-chars-backward "^,{"))
1871 (setq input-file
1872 (YaTeX-buffer-substring
1873 (point) (progn (skip-chars-forward "^ ,}") (point))))
1874 (if (not (string-match "\\.\\(tex\\|sty\\)$" input-file))
1875 (setq input-file (concat input-file ".tex"))))
1876 (cond
1877 (other (YaTeX-switch-to-buffer-other-window input-file))
1878 ((setq b (YaTeX-get-file-buffer input-file))
1879 (goto-buffer-window b))
1880 (t (YaTeX-switch-to-buffer input-file)))
1881 (or (YaTeX-get-builtin "!")
1882 YaTeX-parent-file
1883 (setq YaTeX-parent-file parent)))))
1885 (defun YaTeX-goto-corresponding-BEGIN-END ()
1886 (if (not (YaTeX-on-BEGIN-END-p)) nil
1887 (if (cond
1888 ((equal (match-beginning 0) (match-beginning 1)) ;if on %#BEGIN
1889 (not (search-forward "%#END" nil t)))
1890 (t ; if on %#END
1891 (not (search-backward "%#BEGIN" nil t))))
1892 (error "Corresponding %%#BEGIN/END not found."))
1893 (beginning-of-line)
1894 t))
1896 (defvar YaTeX-processed-file-regexp-alist nil
1897 "Alist of regexp of processed file regexp vs. its file name part;
1898 For example, if you include image file with `\\epsfile{file=FILE}' where
1899 `FILE' is processed file. You might want to view FILE with other previewer
1900 such as ghostview, or want to preview its source which was drawn with
1901 other drawing tool, tgif for example. Then you should set entire regexp
1902 of including expression and enclose its file name part with \\\\( and \\\\).
1904 Ex. (\"\\\\\\\\epsfile{[^}]*file=\\\\([^,} ]+\\\\)\\\\(\\\\.e?ps\\\\)?[^}]*}\" 1)
1906 Where the first group surrounded by \\\\( and \\\\) is the file name part
1907 of expression. So you should set 1 to second element. And the first
1908 matching group is sent to (image) processor defined by the variable
1909 YaTeX-file-processor-alist. See also the documentation of
1910 YaTeX-file-processor-alist.
1912 ↑じゃ良くわかんないすね。例えば tgif hoge.obj して hoge.eps を
1913 \\epsfile{file=hoge.eps} でインクルードしているとしよう。その行で
1914 \[prefix\] g を押した時に tgif を起動して欲しかったら、まず上のような
1915 正規表現を設定する。\\\\(と\\\\)で囲んだところがファイル名になるように
1916 注意する。でファイル名部分が何番目の\\\\(\\\\)になるかをリストの2番目に書く。
1917 すると、その部分が変数 YaTeX-file-processor-alist で定義された
1918 処理プログラムに渡される。というわけ。
1919 ん〜やっぱりむずかしいね。分からない時は隣の Lisper に聞くか、
1920 fj野鳥の会で聞こう!
1921 ")
1923 (defvar YaTeX-processed-file-regexp-alist-default
1924 '(("\\\\epsfile\\(\\[[^]]+\\]\\)?{[^},]*file=\\(\\([^,} ]*/\\)?[^,}. ]+\\)\\(\\.e?ps\\)?[^}]*}" 2)
1925 ("\\\\epsfig{[^},]*fi\\(le\\|gure\\)=\\(\\([^,} ]*/\\)?[^,}. ]+\\)\\(\\.e?ps\\)?[^}]*}" 2)
1926 ("\\\\postscriptbox{[^}]*}{[^}]*}{\\(\\([^,} ]*/\\)?[^}. ]+\\)\\(\\.e?ps\\)?}" 1)
1927 ("\\\\\\(epsfbox\\|epsfig\\)\\*?{\\(\\([^,} ]*/\\)?[^}. ]+\\)\\(\\.e?ps\\)?}" 2) ;\epsfbox{hoge.ps}
1928 ("\\\\includegraphics\\*?\\(.*\\]\\|\\s \\)?{\\(.*\\)\\(\\.ai\\|\\.pdf\\|\\.svg\\|\\.png\\|\\.jpe?g\\|\\.e?ps\\)}" 2) ;\includegraphics[options...]{hoge.eps}
1929 ("\\\\\\(psbox\\)\\(\\[[^]]+\\]\\)?{\\(\\([^,} ]*/\\)?[^} ]+\\)\\(\\.e?ps\\)}" 3) ;\psbox[options...]{hoge.eps} (97/1/11)
1930 ("\\\\input{\\([^} ]+\\)\\(\\.tps\\)}" 1) ;tgif2tex (1998/9/16)
1932 "See the documentation of YaTeX-processed-file-regexp-alist.")
1934 (defvar YaTeX-file-processor-alist nil
1935 "*Alist of files' processor vs. its extension;
1936 See also the documentation of YaTeX-processed-file-regexp-alist.")
1938 (defvar YaTeX-file-processor-alist-default
1939 (list (cons YaTeX-cmd-tgif ".obj")
1940 (cons YaTeX-cmd-gimp ".xcf")
1941 (cons YaTeX-cmd-gimp ".xcf.gz")
1942 (cons YaTeX-cmd-gimp ".xcf.bz2")
1943 (cons YaTeX-cmd-edit-svg ".svg")
1944 (cons YaTeX-cmd-edit-svg ".svgz")
1945 (cons YaTeX-cmd-edit-ai ".ai")
1946 '("dia" . ".dia")
1947 (cons YaTeX-cmd-ooo ".odg")
1948 (cons YaTeX-cmd-edit-images ".jpeg")
1949 (cons YaTeX-cmd-edit-images ".jpg")
1950 (cons YaTeX-cmd-edit-images ".png")
1951 (cons YaTeX-cmd-edit-ps ".ps")
1952 (cons YaTeX-cmd-edit-ps ".eps")
1953 (cons YaTeX-cmd-edit-pdf ".pdf")
1954 '(t . ".tex")
1955 '(t . ".sty")
1956 '(t . ""))
1957 "See the documentation of YaTeX-file-processor-alist.")
1959 (defun YaTeX-goto-corresponding-file-processor (&optional other)
1960 "Execute corresponding file processor."
1961 (save-excursion
1962 (or (looking-at YaTeX-ec-regexp)
1963 (skip-chars-backward (concat "^" YaTeX-ec) (point-beginning-of-line)))
1964 (let ((list (append YaTeX-processed-file-regexp-alist
1965 YaTeX-processed-file-regexp-alist-default))
1966 (p (point)) flist file
1967 (peol (point-end-of-line))
1968 (basedir
1969 (if YaTeX-search-file-from-top-directory
1970 (save-excursion (YaTeX-visit-main t) default-directory)
1971 ".")))
1972 (setq flist (catch 'found
1973 (while list
1974 (goto-char p)
1975 (if (re-search-forward (car (car list)) peol t)
1976 (progn
1977 (setq file (YaTeX-match-string
1978 (car (cdr (car list)))))
1979 (throw 'found (cdr (car list)))))
1980 (setq list (cdr list)))))
1981 (if flist ;if pattern and file name found
1982 (let*((plist (append YaTeX-file-processor-alist
1983 YaTeX-file-processor-alist-default))
1984 (plist0 plist)
1985 ext cmd src buf (alt (car (cdr flist))))
1986 (if (and (re-search-forward
1987 (concat YaTeX-comment-prefix "\\s *\\(.*\\)$") peol t)
1988 (assoc (setq cmd (YaTeX-match-string 1))
1989 YaTeX-file-processor-alist))
1990 (setq src ;if processor is specified
1991 (concat file
1992 (cdr (assoc cmd YaTeX-file-processor-alist))))
1993 (while plist ;if processor is not specified
1994 (setq ext (cdr (car plist)))
1995 (if (and (string< "" (concat file ext))
1996 (file-exists-p
1997 (expand-file-name (concat file ext) basedir)))
1998 (setq cmd (car (car plist))
1999 src (concat file ext) plist nil))
2000 (setq plist (cdr plist)))
2001 (if (and (null src) alt YaTeX-create-file-prefix-g)
2002 (setq cmd alt
2003 src (concat file (cdr (assoc alt plist0))))))
2004 (if src ;if processor and src file found
2005 (let ((default-directory basedir))
2006 (cond
2007 ((stringp cmd)
2008 (let ((buf (concat "* " cmd " " src " *")))
2009 (YaTeX-system (concat cmd " " src) buf)
2010 t))
2011 ((eq t cmd)
2012 (let ((parent buffer-file-name))
2013 (funcall
2014 (cond
2015 (other 'YaTeX-switch-to-buffer-other-window)
2016 ((get-file-buffer src) 'goto-buffer-window)
2017 (t 'YaTeX-switch-to-buffer))
2018 src)
2019 (or (YaTeX-get-builtin "!")
2020 YaTeX-parent-file
2021 (setq YaTeX-parent-file parent))
2022 t))
2023 ((symbolp cmd)
2024 (cond
2025 ((symbol-function cmd)
2026 (funcall cmd src other)))
2027 t)))))))))
2029 (defun YaTeX-on-section-command-p (command)
2030 "Check if point is on the LaTeX command: COMMAND(regexp).
2031 Return nil if point is not on it. Otherwise return the
2032 number of argument position.
2033 Section command name is stored in match-data #1.
2034 Parsing information is stored to plist.
2035 Macros name stored to propname 'command.
2036 Macro's argument number stored to propname 'argc."
2037 (let ((p (point)) md (parg 0) (argc 1) word (grouping 0) (i 0)
2038 (ec+command (concat YaTeX-ec-regexp "\\(" command "\\)")))
2039 (setplist 'YaTeX-on-section-command-p nil)
2040 (while (setq i (string-match "\\\\(" command i))
2041 (setq grouping (1+ grouping) i (+ i 2)))
2042 (save-excursion
2043 (if (looking-at ec+command) nil
2044 (catch 'found ;caught value has no meaning
2045 ;;(1) looking at current position
2046 (and (looking-at command)
2047 (save-excursion
2048 (while (and (not (bobp)) (looking-at command))
2049 (forward-char -1))
2050 (looking-at ec+command))
2051 (goto-char (match-beginning 0))
2052 (throw 'found t))
2053 ;;If inside of parentheses, try to escape.
2054 (while (and (not (= (preceding-char) ?\])) ;skip optional arg
2055 (condition-case err
2056 (progn (up-list -1) t)
2057 (error nil))))
2058 (while (equal (preceding-char) ?\]) (backward-list))
2059 ;;(2) search command directly
2060 (skip-chars-forward "^{}[]")
2061 (and (YaTeX-re-search-active-backward
2062 ec+command
2063 YaTeX-comment-prefix nil t)
2064 (>= p (match-beginning 0))
2065 (throw 'found (goto-char (match-beginning 0))))
2066 ;;(3) search token
2067 (goto-char p)
2068 (while t
2069 (if (bobp) (throw 'found nil))
2070 (cond
2071 ((looking-at YaTeX-ec-regexp) (throw 'found t))
2072 ((looking-at "[[{]") nil)
2073 ((looking-at "[]}]")(condition-case nil (up-list -1) (error nil)))
2074 (t (skip-chars-backward " \t\r\n")))
2075 (skip-chars-backward (concat "^ \t\r\n{}[]" YaTeX-ec-regexp))
2076 (or (bobp) (forward-char -1)))))
2077 (if (and
2078 (looking-at (concat ec+command
2079 "\\(\\(\\[[^]]+\\]\\|([0-9,]+)\\)*\\)" ;optional arg
2080 ;"[ \t\n\r]*{[^}]+}")) ;arg braces
2081 "[ \t\n\r]*{[^}]*}")) ;arg braces
2082 (not (YaTeX-lookup-table
2083 (setq word (YaTeX-match-string 1)) 'singlecmd)))
2084 (progn
2085 (setq md (match-data))
2086 (skip-chars-forward "^{")
2087 (if (<= (point) p) (setq parg (1+ parg)))
2088 (setq argc
2089 (or (car (cdr (YaTeX-lookup-table word 'section)))
2090 argc))
2091 (put 'YaTeX-on-section-command-p 'argc argc)
2092 (put 'YaTeX-on-section-command-p 'command argc)
2093 (while (and (>= (setq argc (1- argc)) 0)
2094 (progn (skip-chars-forward " \t\n\r")
2095 (looking-at "{")))
2096 (forward-list 1)
2097 (if (<= (point) p) (setq parg (1+ parg))))
2098 (store-match-data md)
2099 (setq i (+ 2 grouping))
2100 (if (and (match-beginning i)
2101 (>= p (match-beginning i)) (< p (match-end i)))
2102 -1 ;return -1 if point is on optional arg
2103 (if (< p (point)) parg))
2104 )))))
2106 (defun YaTeX-on-maketitle-p ()
2107 "Check if point is on maketitle type commands.
2108 Call this function after YaTeX-on-section-command-p."
2109 (let ((p (point)))
2110 (save-excursion
2111 (or (= (char-after (point)) ?\\ )
2112 (progn
2113 (skip-chars-backward
2114 (concat "^" YaTeX-ec-regexp) (point-beginning-of-line))
2115 (or (bobp) (bolp) (backward-char 1))))
2116 (and (looking-at (concat YaTeX-ec-regexp YaTeX-TeX-token-regexp))
2117 (<= (match-beginning 0) p)
2118 (> (match-end 0) p)))))
2120 (defun YaTeX-on-begin-end-p ()
2121 (save-excursion
2122 (if (and (boundp 'in-leftright-p) in-leftright-p)
2123 ;; Dirty workaround for YaTeX-goto-corresponding-leftright 2003/3/28
2124 (let ((md (match-data))) ; for safety
2125 (if (looking-at YaTeX-ec-regexp)
2126 nil ; stay here
2127 (cond
2128 ((looking-at "\\w") (skip-chars-backward "A-Za-z"))
2129 ((looking-at "\\.()\\[\\]|") (forward-char -1)))
2130 (if (equal (char-after (1- (point)))
2131 (string-to-char YaTeX-ec))
2132 (forward-char -1))))
2133 ;(beginning-of-line)
2134 (if (equal (char-after (point)) ?\\) nil ;stay here
2135 (skip-chars-backward "^\n\\\\")
2136 (or (bolp) (forward-char -1))))
2137 (re-search-forward
2138 ;;"\\\\begin{\\([^}]+\\)}\\|\\\\end{\\([^}]+\\)}"
2139 (concat
2140 (YaTeX-replace-format-args
2141 (regexp-quote YaTeX-struct-begin)
2142 (concat "\\(" YaTeX-struct-name-regexp "\\)") "" "" "")
2143 "\\|"
2144 (YaTeX-replace-format-args
2145 (regexp-quote YaTeX-struct-end)
2146 (concat "\\(" YaTeX-struct-name-regexp "\\)") "" "" "")
2147 "\\|\\("
2148 YaTeX-ec-regexp ;;"[][()]\\)"
2149 "[][]\\)"
2151 (point-end-of-line) t)))
2153 (defun YaTeX-on-includes-p ()
2154 (save-excursion
2155 (beginning-of-line)
2156 (re-search-forward "\\(\\(include[^}]*\\)\\|\\(input\\)\\){[^}]*}"
2157 (point-end-of-line) t)))
2159 (defun YaTeX-on-comment-p (&optional sw)
2160 "Return t if current line is commented out.
2161 Optional argument SW t to treat all `%' lines as comment,
2162 even if on `%#' notation."
2163 (save-excursion
2164 (beginning-of-line)
2165 (skip-chars-forward "\\s ")
2166 (looking-at (if sw "%" "%[^#]"))))
2168 (defun YaTeX-on-BEGIN-END-p ()
2169 (save-excursion
2170 (let ((case-fold-search nil))
2171 (beginning-of-line)
2172 (re-search-forward
2173 "\\(%#BEGIN\\)\\|\\(%#END\\)" (point-end-of-line) t))))
2175 (defun YaTeX-goto-corresponding-* (arg)
2176 "Parse current line and call suitable function."
2177 (interactive "P")
2178 (let (mm)
2179 (cond
2180 ((YaTeX-goto-corresponding-label arg))
2181 ((YaTeX-goto-corresponding-environment))
2182 ((YaTeX-goto-corresponding-file-processor arg))
2183 ((YaTeX-goto-corresponding-file arg))
2184 ((YaTeX-goto-corresponding-BEGIN-END))
2185 ((and (setq mm (YaTeX-in-math-mode-p))
2186 (YaTeX-goto-corresponding-leftright)))
2187 ((and ;;mm YaTeX-use-AMS-LaTeX
2188 (YaTeX-goto-corresponding-paren)))
2189 ;;((and (string-match
2190 ;; YaTeX-equation-env-regexp ;to delay loading
2191 ;; (or (YaTeX-inner-environment t) "document"))
2192 ;; (YaTeX-goto-corresponding-leftright)))
2193 (t (message "I don't know where to go.")))))
2195 (defun YaTeX-goto-corresponding-*-other-window (arg)
2196 "Parse current line and call suitable function."
2197 (interactive "P")
2198 (cond
2199 ((YaTeX-goto-corresponding-label arg t))
2200 ;;((YaTeX-goto-corresponding-environment))
2201 ((YaTeX-goto-corresponding-file t))
2202 ;;((YaTeX-goto-corresponding-BEGIN-END))
2203 (t (message "I don't know where to go."))))
2205 (defun YaTeX-comment-region (alt-prefix)
2206 "Comment out region by '%'.
2207 If you call this function on the 'begin{}' or 'end{}' line,
2208 it comments out whole environment"
2209 (interactive "P")
2210 (if (not (YaTeX-on-begin-end-p))
2211 (comment-out-region
2212 (if alt-prefix
2213 (read-string "Insert prefix: ")
2214 YaTeX-comment-prefix))
2215 (YaTeX-comment-uncomment-env 'comment-out-region)))
2217 (defun YaTeX-uncomment-region (alt-prefix)
2218 "Uncomment out region by '%'."
2219 (interactive "P")
2220 (if (not (YaTeX-on-begin-end-p))
2221 (uncomment-out-region
2222 (if alt-prefix (read-string "Remove prefix: ")
2223 YaTeX-comment-prefix)
2224 (region-beginning) (region-end) YaTeX-uncomment-once)
2225 (YaTeX-comment-uncomment-env 'uncomment-out-region)))
2227 (defun YaTeX-comment-uncomment-env (func)
2228 "Comment or uncomment out one LaTeX environment switching function by FUNC."
2229 (let (beg (p (point)))
2230 (save-excursion
2231 (beginning-of-line)
2232 (setq beg (point))
2233 (YaTeX-goto-corresponding-environment)
2234 (beginning-of-line)
2235 (if (> p (point)) (setq beg (1+ beg)) (forward-char 1))
2236 (funcall func YaTeX-comment-prefix beg (point) YaTeX-uncomment-once)))
2237 (message "%sommented out current environment."
2238 (if (eq func 'comment-out-region) "C" "Un-c")))
2240 (defun YaTeX-comment-paragraph ()
2241 "Comment out current paragraph."
2242 (interactive)
2243 (save-excursion
2244 (cond
2245 ((YaTeX-on-begin-end-p)
2246 (beginning-of-line)
2247 (insert YaTeX-comment-prefix)
2248 (YaTeX-goto-corresponding-environment)
2249 (beginning-of-line)
2250 (insert YaTeX-comment-prefix))
2251 ((YaTeX-on-comment-p)
2252 (message "Already commented out."))
2253 (t
2254 (mark-paragraph)
2255 (if (looking-at paragraph-separate) (forward-line 1))
2256 (comment-out-region "%")))))
2258 (defun YaTeX-uncomment-paragraph ()
2259 "Uncomment current paragraph."
2260 (interactive)
2261 (save-excursion
2262 (if (YaTeX-on-begin-end-p)
2263 (let ((p (point-marker)))
2264 (YaTeX-goto-corresponding-environment)
2265 (YaTeX-remove-prefix YaTeX-comment-prefix YaTeX-uncomment-once)
2266 (goto-char p)
2267 (YaTeX-remove-prefix YaTeX-comment-prefix YaTeX-uncomment-once)
2268 (set-marker p nil))
2269 (if (YaTeX-on-comment-p)
2270 (let*((fill-prefix "")
2271 ;;append `^%' to head of paragraph delimiter.
2272 (paragraph-start
2273 (concat
2274 "^$\\|^%\\(" YaTeX-paragraph-separate "\\)"))
2275 (paragraph-separate paragraph-start))
2276 (mark-paragraph)
2277 (if (not (bobp)) (forward-line 1))
2278 (uncomment-out-region "%" nil nil YaTeX-uncomment-once))
2279 (message "This line is not a comment line.")))))
2281 (defun YaTeX-remove-prefix (prefix &optional once)
2282 "Remove prefix on current line as far as prefix detected. But
2283 optional argument ONCE makes deletion once."
2284 (interactive "sPrefix:")
2285 (beginning-of-line)
2286 (while (re-search-forward (concat "^" prefix) (point-end-of-line) t)
2287 (replace-match "")
2288 (if once (end-of-line))))
2290 (defun YaTeX-kill-some-pairs (predicate gofunc kill-contents)
2291 "Kill some matching pair.
2292 This function assumes that pairs occupy whole of each line where they resid."
2293 (if (not (funcall predicate)) nil
2294 (let ((b1 (match-beginning 0)) (e1 (match-end 0))
2295 b2 e2)
2296 (save-excursion
2297 (funcall gofunc)
2298 (funcall predicate) ;get match data
2299 (if (< (point) e1) ;if currently on begin-line
2300 (progn
2301 (setq b2 b1 e2 e1
2302 b1 (match-beginning 0) e1 (match-end 0))
2303 (goto-char e2)) ;goto end-line's end
2304 (setq b2 (match-beginning 0)
2305 e2 (match-end 0))
2306 (goto-char e2)) ;now e2 has surely end-line's end
2307 (skip-chars-forward " \t")
2308 (and (eolp)
2309 (not (eobp))
2310 (setq e2 (1+ (point))))
2311 (if (not kill-contents)
2312 (kill-region
2313 (progn
2314 (goto-char b2)
2315 (skip-chars-backward " \t%")
2316 (if (bolp) (point) b2))
2317 e2))
2318 (goto-char b1)
2319 (skip-chars-backward " \t%")
2320 (if (not kill-contents)
2321 (progn
2322 (kill-append
2323 (buffer-substring
2324 (setq b1 (if (bolp) (point) b1))
2325 (setq e1
2326 (progn
2327 (goto-char e1)
2328 (while (looking-at "{\\| \t")
2329 (forward-list 1))
2330 (skip-chars-forward " \t")
2331 (if (and (eolp) (not (eobp)))
2332 (1+ (point))
2333 (point)))))
2334 t)
2335 (delete-region b1 e1))
2336 (kill-region
2337 (if (bolp) (point) b1)
2338 e2)))
2339 t)))
2341 (defun YaTeX-kill-section-command (point kill-all)
2342 "Kill section-type command at POINT leaving its last argument.
2343 Non-nil for the second argument kill its last argument too."
2344 (let ((cmd (get 'YaTeX-on-section-command-p 'command))
2345 (argc (get 'YaTeX-on-section-command-p 'argc))
2346 beg (end (make-marker)))
2347 (save-excursion
2348 (goto-char point)
2349 (or (looking-at YaTeX-ec-regexp)
2350 (progn
2351 (skip-chars-backward (concat "^" YaTeX-ec-regexp))
2352 (forward-char -1)))
2353 (setq beg (point))
2354 (skip-chars-forward "^{")
2355 (while (> (setq argc (1- argc)) 0)
2356 (skip-chars-forward "^{")
2357 (forward-list 1))
2358 (kill-region beg (point))
2359 (forward-list 1)
2360 (set-marker end (point))
2361 (if kill-all
2362 (progn
2363 (kill-append (buffer-substring beg end) nil)
2364 (delete-region beg end))
2365 (goto-char beg)
2366 (kill-append
2367 (buffer-substring
2368 (point) (progn (skip-chars-forward "^{" end) (1+ (point))))
2369 nil)
2370 (delete-region beg (1+ (point)))
2371 (goto-char end)
2372 (set-marker end nil)
2373 (kill-append (buffer-substring (point) (1- (point))) nil)
2374 (delete-backward-char 1)))))
2376 (defun YaTeX-kill-paren (kill-contents)
2377 "Kill parentheses leaving its contents.
2378 But kill its contents if the argument KILL-CONTENTS is non-nil."
2379 (interactive "P")
2380 (let (p bsl (backslash-syntax (char-to-string (char-syntax ?\\)))
2381 (md (match-data)))
2382 (unwind-protect
2383 (save-excursion
2384 (modify-syntax-entry ?\\ " ")
2385 (if (looking-at "\\s(\\|\\(\\s)\\)")
2386 (progn
2387 (if (match-beginning 1)
2388 (up-list -1))
2389 (if (and (> (point) (point-min))
2390 (= (char-after (1- (point))) ?\\ ))
2391 (setq p (1- (point)) bsl t)
2392 (setq p (point)))
2393 (forward-list 1)
2394 ;(YaTeX-goto-open-paren t)
2395 (if kill-contents (delete-region p (point))
2396 (backward-delete-char 1)
2397 (cond
2398 ((save-excursion
2399 (forward-char -2)
2400 (looking-at (concat YaTeX-ec-regexp "/")))
2401 (backward-delete-char 2))
2402 ((= (char-after (1- (point))) ?\\)
2403 (backward-delete-char 1)))
2404 (goto-char p)
2405 (if (looking-at
2406 (concat "{" YaTeX-ec-regexp
2407 YaTeX-command-token-regexp "+"
2408 "\\s +"))
2409 (delete-region (point) (match-end 0))
2410 (delete-char 1)
2411 (if bsl (delete-char 1))))
2412 t)))
2413 (modify-syntax-entry ?\\ backslash-syntax)
2414 (store-match-data md))))
2416 (defvar YaTeX-read-environment-history nil "Holds history of environments.")
2417 (put 'YaTeX-read-environment-history 'no-default t)
2418 (defun YaTeX-read-environment (prompt &optional predicate must-match initial)
2419 "Read a LaTeX environment name with completion."
2420 (YaTeX-sync-local-table 'tmp-env-table)
2421 (completing-read-with-history
2422 prompt
2423 (append tmp-env-table user-env-table env-table)
2424 predicate must-match initial
2425 'YaTeX-read-environment-history))
2427 (defvar YaTeX-read-section-history nil "Holds history of section-types.")
2428 (put 'YaTeX-read-section-history 'no-default t)
2429 (defun YaTeX-read-section (prompt &optional predicate initial)
2430 "Read a LaTeX section-type command with completion."
2431 (YaTeX-sync-local-table 'tmp-section-table)
2432 (let ((minibuffer-completion-table
2433 (append tmp-section-table user-section-table section-table)))
2434 (read-from-minibuffer-with-history
2435 prompt initial YaTeX-section-completion-map nil
2436 'YaTeX-read-section-history)))
2438 (defun YaTeX-read-section-with-overview ()
2439 "Read sectioning command with overview.
2440 This function refers a local variable `source-window' in YaTeX-make-section,
2441 because this function is called with no argument."
2442 (interactive)
2443 (require 'yatexsec) ;some case needs this
2444 (if (> (minibuffer-depth) 1)
2445 (error "Too many minibuffer levels for overview."))
2446 (let ((sw (selected-window))
2447 (minibuffer-max-depth nil) ; for XEmacs20
2448 (enable-recursive-minibuffers t) sect)
2449 (unwind-protect
2450 (progn
2451 (select-window source-window)
2452 (setq sect (YaTeX-read-section-in-minibuffer
2453 "Sectioning(Up=C-p, Down=C-n, Help=?): "
2454 YaTeX-sectioning-level (YaTeX-section-overview))))
2455 (select-window sw))
2456 (YaTeX-minibuffer-erase)
2457 (insert sect)
2458 (exit-minibuffer)))
2460 (defvar YaTeX-read-fontsize-history nil "Holds history of font designator.")
2461 (put 'YaTeX-read-fontsize-history 'no-default t)
2462 (defun YaTeX-read-fontsize (prompt &optional predicate must-match initial)
2463 "Read a LaTeX font changing command with completion."
2464 (YaTeX-sync-local-table 'tmp-fontsize-table)
2465 (completing-read-with-history
2466 prompt (append tmp-fontsize-table user-fontsize-table fontsize-table)
2467 predicate must-match initial 'YaTeX-read-fontsize-history))
2469 (defun YaTeX-change-environment ()
2470 "Change the name of environment."
2471 (interactive)
2472 (if (not (YaTeX-on-begin-end-p)) nil
2473 (save-excursion
2474 (let (p env newenv (m1 (match-beginning 1)) (m2 (match-beginning 2)))
2475 (setq env (if m1 (YaTeX-buffer-substring m1 (match-end 1))
2476 (YaTeX-buffer-substring m2 (match-end 2))))
2477 (goto-char (match-beginning 0))
2478 (set-mark-command nil)
2479 (YaTeX-goto-corresponding-environment)
2480 (setq newenv (YaTeX-read-environment
2481 (format "Change environment `%s' to: " env)))
2482 (cond
2483 ((string= newenv "") (message "Change environment cancelled."))
2484 ((string= newenv env) (message "No need to change."))
2485 (t
2486 (search-forward (concat "{" env) (point-end-of-line) t)
2487 (replace-match (concat "{" newenv) t)
2488 (exchange-point-and-mark)
2489 (search-forward (concat "{" env) (point-end-of-line) t)
2490 (replace-match (concat "{" newenv) t)))
2491 t))))
2493 (defun YaTeX-change-section ()
2494 "Change section-type command."
2495 (interactive)
2496 (let*((where (YaTeX-on-section-command-p YaTeX-command-token-regexp))
2497 (p (point)) (cmd (YaTeX-match-string 1))
2498 (beg (make-marker)) (end (make-marker)) old new)
2499 (if (null where) nil
2500 (unwind-protect
2501 (let ((source-window (selected-window)))
2502 (cond
2503 ((equal where 0);;if point is on section command
2504 (set-marker beg (match-beginning 1))
2505 (set-marker end (match-end 1))
2506 (goto-char beg) ;beginning of the command
2507 (setq new (YaTeX-read-section
2508 (format "Change `%s' to: " cmd) nil)
2509 old cmd))
2511 ((= where -1);;if point is on a optional parameter
2512 (set-marker beg (match-beginning 2))
2513 (skip-chars-forward "^{")
2514 (set-marker end (point))
2515 (goto-char p)
2516 (setq new
2517 (if (fboundp (intern-soft (concat YaTeX-addin-prefix cmd)))
2518 (YaTeX-addin cmd)
2519 (concat "["
2520 (read-string
2521 (format "Change `%s' to: "
2522 (setq old (YaTeX-buffer-substring
2523 (1+ beg) (1- end)))))
2524 "]"))))
2526 ((> where 0);;if point is in arguments' braces
2527 (or (looking-at "{")
2528 (progn (skip-chars-backward "^{") (forward-char -1)))
2529 (set-marker beg (1+ (point)))
2530 (forward-list 1)
2531 (forward-char -1)
2532 (set-marker end (point))
2533 (setq old (YaTeX-buffer-substring beg end))
2534 (goto-char p)
2535 (if (> (length old) 40)
2536 (setq old (concat (substring old 0 12) "..."
2537 (substring old -12))))
2538 (setq new
2539 (if (intern-soft (concat "YaTeX::" cmd))
2540 (funcall (intern-soft (concat "YaTeX::" cmd)) where)
2541 (read-string (format "Change `%s' to: " old)))))
2542 ) ;cond
2543 (if (string= old new)
2544 nil ;do not replace
2545 (delete-region beg end)
2546 (goto-char beg)
2547 (insert-before-markers new)))
2548 (set-marker beg nil)
2549 (set-marker end nil))
2550 ;;(goto-char (marker-position p))
2551 new)))
2553 (defun YaTeX-change-fontsize ()
2554 "Change large-type command."
2555 (let ((lt (append tmp-fontsize-table user-fontsize-table fontsize-table))
2556 (p (point)) large old new beg end)
2557 ;;(and (looking-at "}") (up-list -1))
2558 ;;(and (looking-at "{") (forward-char 1))
2559 ;;Is above convenient?
2560 (save-excursion
2561 (or (looking-at YaTeX-ec-regexp)
2562 (progn
2563 (skip-chars-backward (concat "^" YaTeX-ec-regexp))
2564 (forward-char -1)))
2565 (cond
2566 ((and
2567 (looking-at
2568 (concat YaTeX-ec-regexp "\\(" YaTeX-TeX-token-regexp "\\)"))
2569 (< p (match-end 0))
2570 (assoc (setq old (YaTeX-match-string 1)) lt))
2571 (goto-char p)
2572 (setq beg (match-beginning 1) end (match-end 1) ;save match position
2573 new (completing-read
2574 (format "Change font/size `%s' to : " old) lt))
2575 (delete-region beg end)
2576 (goto-char beg)
2577 (insert-before-markers new)
2578 new)
2579 (t nil)
2580 ))))
2582 (defun YaTeX-change-math-image ()
2583 "Change with image completion."
2584 (let (maketitle memberp beg end)
2585 (if (and (YaTeX-on-maketitle-p)
2586 (progn
2587 (setq maketitle (substring (YaTeX-match-string 0) 1))
2588 (setq memberp (YaTeX-math-member-p maketitle))))
2589 (let*((last-command-char (string-to-char (car memberp)))
2590 (last-command-event last-command-char))
2591 (setq beg (match-beginning 0) end (match-end 0))
2592 (delete-region beg end)
2593 (YaTeX-math-insert-sequence t (cdr memberp))))))
2595 (defun YaTeX-kill-* (&optional arg)
2596 "Parse current line and call suitable function.
2597 Non-nil for ARG kills its contents too."
2598 (interactive "P")
2599 (cond
2600 ((YaTeX-kill-some-pairs 'YaTeX-on-begin-end-p
2601 'YaTeX-goto-corresponding-environment arg))
2602 ((YaTeX-kill-some-pairs 'YaTeX-on-BEGIN-END-p
2603 'YaTeX-goto-corresponding-BEGIN-END arg))
2604 ((YaTeX-on-section-command-p YaTeX-command-token-regexp);on any command
2605 (YaTeX-kill-section-command (match-beginning 0) arg))
2606 ((YaTeX-kill-paren arg))
2607 (t (message "I don't know what to kill."))))
2609 (defun YaTeX-change-* ()
2610 "Parse current line and call suitable function."
2611 (interactive)
2612 (cond
2613 ((YaTeX-change-parentheses))
2614 ((YaTeX-change-environment))
2615 ((YaTeX-change-section))
2616 ((YaTeX-change-fontsize))
2617 ((YaTeX-change-math-image))
2618 (t (message "I don't know what to change."))))
2620 ;;;
2621 ;Check availability of add-in functions
2622 ;;;
2623 (cond
2624 ((featurep 'yatexadd) nil) ;Already provided.
2625 ((progn (load "yatexadd" t) (featurep 'yatexadd)) nil)
2626 (t (message "YaTeX add-in functions not supplied.")))
2628 (defun YaTeX-addin (name)
2629 "Check availability of addin function and call it if exists."
2630 (if (and (not (get 'YaTeX-generate 'disabled))
2631 (intern-soft (concat YaTeX-addin-prefix name))
2632 (fboundp (intern-soft (concat YaTeX-addin-prefix name))))
2633 (let ((s (funcall (intern (concat YaTeX-addin-prefix name)))))
2634 (if (stringp s) s ""))
2635 "")) ;Add in function is not bound.
2638 (defun YaTeX-on-item-p (&optional point)
2639 "Return t if POINT (default is (point)) is on \\item."
2640 (let ((p (or point (point))))
2641 (save-excursion
2642 (goto-char p)
2643 (end-of-line)
2644 (setq p (point))
2645 (re-search-backward YaTeX-paragraph-delimiter nil t)
2646 (re-search-forward YaTeX-item-regexp p t))))
2648 (defun YaTeX-in-verb-p (&optional point)
2649 "Check if POINT is in verb or verb*. Default of POINT is (point)."
2650 (setq point (or point (point)))
2651 (save-excursion
2652 (let ((md (match-data)))
2653 (goto-char point)
2654 (unwind-protect
2655 (if (not (re-search-backward
2656 (concat YaTeX-ec-regexp
2657 "\\(" YaTeX-verb-regexp "\\)"
2658 "\\([^-A-Za-z_*]\\)")
2659 (point-beginning-of-line) t))
2660 nil
2661 (goto-char (match-end 2))
2662 (skip-chars-forward
2663 (concat "^" (YaTeX-buffer-substring
2664 (match-beginning 2) (match-end 2))))
2665 (and (< (match-beginning 2) point) (< (1- point) (point))))
2666 (store-match-data md)))))
2668 (defun YaTeX-literal-p (&optional point)
2669 "Check if POINT is in verb or verb* or verbatime environment family.
2670 Default of POINT is (point)."
2671 (let ((md (match-data)))
2672 (unwind-protect
2673 (cond
2674 ((equal YaTeX-ec "\\") ;maybe LaTeX
2675 (save-excursion
2676 (and point (goto-char point))
2677 (or (YaTeX-in-verb-p (point))
2678 (and (not (looking-at "\\\\end{verb"))
2679 (YaTeX-quick-in-environment-p
2680 YaTeX-verbatim-environments))))))
2681 (store-match-data md))))
2683 (defun YaTeX-in-environment-p (env)
2684 "Return if current LaTeX environment is ENV.
2685 ENV is given in the form of environment's name or its list."
2686 (let ((md (match-data)) (nest 0) p envrx)
2687 (cond
2688 ((atom env)
2689 (setq envrx
2690 (concat "\\("
2691 (regexp-quote
2692 (YaTeX-replace-format-args
2693 YaTeX-struct-begin env "" ""))
2694 "\\)\\|\\("
2695 (regexp-quote
2696 (YaTeX-replace-format-args
2697 YaTeX-struct-end env "" ""))
2698 "\\)"))
2699 (save-excursion
2700 (setq p (catch 'open
2701 (while (YaTeX-re-search-active-backward
2702 envrx YaTeX-comment-prefix nil t)
2703 (if (match-beginning 2)
2704 (setq nest (1+ nest))
2705 (setq nest (1- nest)))
2706 (if (< nest 0)
2707 (throw 'open (cons env (match-beginning 0)))))))))
2708 ((listp env)
2709 (setq p
2710 (or (YaTeX-in-environment-p (car env))
2711 (and (cdr env) (YaTeX-in-environment-p (cdr env)))))))
2712 (store-match-data md)
2713 p;(or p (YaTeX-in-verb-p (match-beginning 0)))
2714 ))
2716 (defun YaTeX-quick-in-environment-p (env)
2717 "Check quickly but unsure if current environment is ENV.
2718 ENV is given in the form of environment's name or its list.
2719 This function returns correct result only if ENV is NOT nested."
2720 (save-excursion
2721 (let ((md (match-data)) m0 (p (point)) rc clfound)
2722 (cond
2723 ((listp env)
2724 (or (YaTeX-quick-in-environment-p (car env))
2725 (and (cdr env) (YaTeX-quick-in-environment-p (cdr env)))))
2726 (t
2727 (unwind-protect
2728 (if (prog1
2729 (YaTeX-search-active-backward
2730 (YaTeX-replace-format-args YaTeX-struct-begin env "" "")
2731 YaTeX-comment-prefix nil t)
2732 (setq m0 (match-beginning 0)))
2733 (if (YaTeX-search-active-forward
2734 (YaTeX-replace-format-args
2735 YaTeX-struct-end env)
2736 YaTeX-comment-prefix p t nil)
2737 nil ;if \end{env} found, return nil
2738 (cons env m0))) ;else, return meaningful values
2739 (store-match-data md)))))))
2741 ;; Filling \item
2742 (defun YaTeX-remove-trailing-comment (start end)
2743 "Remove trailing comment from START to end."
2744 (save-excursion
2745 (let ((trcom (concat YaTeX-comment-prefix "$")))
2746 (goto-char start)
2747 (while (re-search-forward trcom end t)
2748 (if (/= (char-after (1- (match-beginning 0))) ?\\ )
2749 (replace-match "\\1"))))))
2751 (defvar YaTeX-itemize-withlabel-max-indent-depth 8)
2752 (defun YaTeX-get-item-info (&optional recent thisenv)
2753 "Return the list of the beginning of \\item and column of its item.
2754 If it seems to be outside of itemizing environment, just return nil.
2755 Non-nil for optional argument RECENT refers recent \\item.
2756 Optional second argument THISENV omits calling YaTeX-inner-environment."
2757 (save-excursion
2758 (let* ((p (point)) env e0 c cc md
2759 (bndry (and (setq env (or thisenv (YaTeX-inner-environment t)))
2760 (get 'YaTeX-inner-environment 'point))))
2761 (end-of-line)
2762 (if (if recent
2763 (catch 'found
2764 (while (YaTeX-re-search-active-backward
2765 YaTeX-item-regexp YaTeX-comment-prefix bndry t)
2766 (setq md (match-data))
2767 (YaTeX-inner-environment t)
2768 (store-match-data md)
2769 (if (= bndry (get 'YaTeX-inner-environment 'point))
2770 (throw 'found t))))
2771 (goto-char bndry)
2772 (YaTeX-re-search-active-forward
2773 YaTeX-item-regexp YaTeX-comment-prefix p t))
2774 (progn
2775 (goto-char (match-end 0))
2776 ;(setq c (current-column))
2777 (if (string-match "desc" env)
2778 (setq c 6)
2779 (setq cc (current-column))
2780 (if (equal (following-char) ?\[) (forward-list 1))
2781 (if (< (- (current-column) cc)
2782 YaTeX-itemize-withlabel-max-indent-depth)
2783 (setq c 0)
2784 (move-to-column cc)
2785 (setq c YaTeX-itemize-withlabel-max-indent-depth)))
2786 (skip-chars-forward " \t" (point-end-of-line))
2787 (list (point-beginning-of-line) (+ c (current-column))))))))
2789 (defun YaTeX-fill-item ()
2790 "Fill item in itemize environment."
2791 (interactive)
2792 (save-excursion
2793 (let* ((p (point))
2794 (item-term (concat
2795 "\\(^[ \t]*$\\)\\|" YaTeX-item-regexp "\\|\\("
2796 YaTeX-ec-regexp "\\(begin\\|end\\)\\)"))
2797 ;;This value depends on LaTeX.
2798 fill-prefix start col
2799 (info (YaTeX-get-item-info t)))
2800 (if (null info) nil ;not on \item, do nothing
2801 (setq start (car info)
2802 col (car (cdr info)))
2803 (save-excursion
2804 (if (re-search-backward "^\\s *$" start t)
2805 ;;if separated from \item line, isolate this block
2806 (progn
2807 (setq start (1+ (match-end 0)))
2808 (goto-char start)
2809 (skip-chars-forward " \t")
2810 (delete-region (point) start) ;is this your favor???
2811 (indent-to col))))
2812 (beginning-of-line)
2813 (if (<= (save-excursion
2814 (re-search-forward
2815 (concat "\\\\end{\\|\\\\begin{\\|^[ \t]*$") nil t)
2816 (match-beginning 0))
2817 p)
2818 (progn (message "Not on itemize.") nil)
2819 (end-of-line)
2820 (newline)
2821 (indent-to col)
2822 (setq fill-prefix
2823 (YaTeX-buffer-substring (point-beginning-of-line)(point)))
2824 (beginning-of-line)
2825 (delete-region (point) (progn (forward-line 1) (point)))
2826 (re-search-forward item-term nil 1)
2827 (YaTeX-remove-trailing-comment start (point))
2828 (beginning-of-line)
2829 (push-mark (point) t)
2830 (goto-char start)
2831 (forward-line 1)
2832 (while (< (point) (mark))
2833 (delete-region (point) (progn (skip-chars-forward " \t") (point)))
2834 (forward-line 1))
2835 (fill-region-as-paragraph start (mark))
2836 (if NTT-jTeX
2837 (while (progn(forward-line -1)(end-of-line) (> (point) start))
2838 (insert ?%)))
2839 (pop-mark))))))
2841 (defun YaTeX-fill-paragraph (arg)
2842 "YaTeX adjustment function for fill-paragraph.
2843 *Protect \\verb from unexpected broken up."
2844 (interactive "P")
2845 (cond
2846 ((not (eq major-mode 'yatex-mode)) (fill-paragraph arg))
2847 ((YaTeX-quick-in-environment-p YaTeX-fill-inhibit-environments) nil)
2848 ((YaTeX-in-math-mode-p) nil)
2849 (t
2850 (save-excursion
2851 (let*((verbrex (concat YaTeX-ec-regexp
2852 "\\(" YaTeX-verb-regexp "\\)" ;match#1
2853 "\\(.\\).*\\(\\2\\)")) ;match #2 and #3
2854 (tilderex (concat "\\("
2855 YaTeX-kanji-regexp "~"
2856 "\\)" YaTeX-ec-regexp
2857 "\\|\\("
2858 "~" YaTeX-kanji-regexp
2859 "\\)"))
2860 (p (point)) ii end poslist spacelist lenlist b e n
2861 (fill-prefix fill-prefix)
2862 (inenv (or (YaTeX-inner-environment t) "document"))
2863 (border (get 'YaTeX-inner-environment 'point)))
2864 (cond
2865 ((save-excursion (beginning-of-line) ;if point is on the first
2866 (setq end (point)) ;non-whitespace char
2867 (skip-chars-forward " \t")
2868 (equal (point) p))
2869 (setq fill-prefix (YaTeX-buffer-substring p end)))
2870 ((and ;;(not YaTeX-emacs-19)
2871 (string-match YaTeX-itemizing-env-regexp inenv)
2872 (setq ii (YaTeX-get-item-info)))
2873 (save-excursion
2874 (beginning-of-line)
2875 (indent-to-column (car (cdr ii)))
2876 (setq fill-prefix
2877 (YaTeX-buffer-substring (point) (point-beginning-of-line)))
2878 (delete-region (point) (progn (beginning-of-line) (point))))))
2879 (cond
2880 ((string-match "tabular" inenv)
2881 (let ((b (point-beginning-of-line))
2882 (e (point-end-of-line)))
2883 (if (re-search-backward
2884 "&\\|\\\\\\\\\\|\\\\\\(begin\\|end\\){" border t)
2885 (setq b (if (match-beginning 1)
2886 (progn (forward-line 1) (point))
2887 (point-beginning-of-line))))
2888 (goto-char p)
2889 (if (re-search-forward
2890 "&\\|\\\\\\\\\\|\\\\\\(end\\|begin\\){" nil t)
2891 (setq e (if (match-beginning 1)
2892 (progn (forward-line -1)
2893 (point-end-of-line))
2894 (match-beginning 0))))
2895 (set-mark e)
2896 (goto-char b)))
2897 (t
2898 (mark-paragraph)))
2899 (save-restriction
2900 (narrow-to-region (region-beginning) (region-end))
2901 (YaTeX-remove-trailing-comment (point-min) (point-max))
2902 ;; First, replace spaces in verb to _ temporarily.
2903 (goto-char (point-min))
2904 (while (YaTeX-re-search-active-forward
2905 verbrex YaTeX-comment-prefix (point-max) t)
2906 (setq end (match-beginning 3))
2907 (goto-char (match-beginning 2))
2908 (while (re-search-forward "\\s " end t)
2909 (setq poslist (cons (make-marker) poslist)
2910 spacelist (cons (preceding-char) spacelist)
2911 lenlist (cons 1 lenlist))
2912 (replace-match "_")
2913 (set-marker (car poslist) (match-beginning 0))))
2914 ;; Second, replace "表~\ref{...}" to "\\\ref{...}"
2915 (goto-char (point-min))
2916 (while (YaTeX-re-search-active-forward
2917 tilderex YaTeX-comment-prefix (point-max) t)
2918 (if (match-beginning 1)
2919 (setq b (match-beginning 1) e (match-end 1) n 1)
2920 (setq b (match-beginning 2) e (match-end 2) n 2))
2921 (setq poslist (cons (make-marker) poslist)
2922 spacelist (cons (YaTeX-match-string n) spacelist)
2923 lenlist (cons 2 lenlist))
2924 (goto-char (match-beginning 0))
2925 (delete-region (point) e)
2926 (insert YaTeX-ec YaTeX-ec) ;set-marker should be here
2927 (set-marker (car poslist) b))
2928 ;;(fill-paragraph arg)
2929 (fill-region-as-paragraph (point-min) (point-max) arg)
2930 (while spacelist
2931 (goto-char (car poslist))
2932 (set-marker (car poslist) nil)
2933 (and (eolp) (skip-chars-forward "\n\t "))
2934 (delete-char (car lenlist))
2935 (insert (car spacelist))
2936 (setq spacelist (cdr spacelist)
2937 poslist (cdr poslist)
2938 lenlist (cdr lenlist)))
2939 (goto-char (point-min))
2940 (forward-word 1)
2941 (beginning-of-line)
2942 (while (re-search-forward "\\\\\\([a-z]*ref\\|cite\\){" nil t)
2943 (if (< (point-end-of-line)
2944 (save-excursion (forward-char -1) (forward-list 1) (point)))
2945 (progn (end-of-line)
2946 (if (save-excursion
2947 (backward-word 1)
2948 (looking-at "[^0-9A-z!-)]"))
2949 (insert YaTeX-comment-prefix)))))
2950 ;; Nonbreak space `~'
2951 (goto-char (point-min))
2952 (while (YaTeX-re-search-active-forward
2953 "~\\(\\s *\\)$" YaTeX-comment-prefix (point-max) t)
2954 (delete-region (match-beginning 1) (match-end 1))
2955 (insert YaTeX-comment-prefix))
2956 (goto-char (point-min))
2957 (if (and NTT-jTeX (looking-at "[ \t]\\|^$"))
2958 (progn
2959 (goto-char (point-min))
2960 (while (not (eobp))
2961 (end-of-line)
2962 (or (bolp)
2963 (save-excursion
2964 (backward-word 1)
2965 (looking-at "[0-9A-z!-)]")) ;is not japanese string
2966 (progn (setq p (point)) (insert YaTeX-comment-prefix)))
2967 (forward-line 1))
2968 (goto-char p)
2969 (if (looking-at "%") (delete-char 1)) ;remove last inserted `%'
2970 ))))))))
2972 (if (fboundp 'YaTeX-saved-indent-new-comment-line) nil
2973 (fset 'YaTeX-saved-indent-new-comment-line
2974 (symbol-function 'indent-new-comment-line))
2975 (fset 'indent-new-comment-line 'YaTeX-indent-new-comment-line))
2977 (defun YaTeX-indent-new-comment-line (&optional soft)
2978 "Tuned `indent-new-comment-line' function for yatex.
2979 See the documentation of `YaTeX-saved-indent-new-comment-line'."
2980 (interactive)
2981 (cond
2982 ((or (not (memq major-mode '(yatex-mode yahtml-mode)))
2983 (string-match
2984 "document"
2985 (or (and (boundp 'inenv) inenv)
2986 (or (YaTeX-inner-environment t) "document"))))
2987 (apply 'YaTeX-saved-indent-new-comment-line (if soft (list soft))))
2988 ; ((and (eq major-mode 'yahtml-mode)
2989 ; (string-match
2990 ; "^[Pp][Rr][Ee]" (yahtml-inner-environment-but "^[Aa]\\b" t)))
2991 ; (yahtml-indent-new-commnet-line))
2992 ((and (eq major-mode 'yatex-mode) ;1997/2/4
2993 (YaTeX-in-math-mode-p)) nil) ;1996/12/30
2994 (t (let (fill-prefix)
2995 (apply 'YaTeX-saved-indent-new-comment-line (if soft (list soft)))))))
2997 (defun YaTeX-fill-* ()
2998 "Fill paragraph according to its condition."
2999 (interactive)
3000 (cond
3001 ((YaTeX-fill-item))
3002 ))
3004 ;; Accent completion
3005 (defun YaTeX-read-accent-char (x)
3006 "Read char in accent braces."
3007 (let ((c (read-char)))
3008 (concat
3009 (if (and (or (= c ?i) (= c ?j))
3010 (not (string-match (regexp-quote x) "cdb")))
3011 "\\" "")
3012 (char-to-string c))))
3014 (defun YaTeX-make-accent ()
3015 "Make accent usage."
3016 (interactive)
3017 (message "1:` 2:' 3:^ 4:\" 5:~ 6:= 7:. u v H t c d b")
3018 (let ((c (read-char))(case-fold-search nil))
3019 (setq c (cond ((and (> c ?0) (< c ?8))
3020 (substring "`'^\"~=." (1- (- c ?0)) (- c ?0)))
3021 ((= c ?h) "H")
3022 (t (char-to-string c))))
3023 (if (not (string-match c "`'^\"~=.uvHtcdb")) nil
3024 (insert "\\" c "{}")
3025 (backward-char 1)
3026 (insert (YaTeX-read-accent-char c))
3027 (if (string= c "t") (insert (YaTeX-read-accent-char c)))
3028 (forward-char 1))))
3030 ;; Indentation
3031 (defun YaTeX-current-indentation ()
3032 "Return the indentation of current environment."
3033 (save-excursion
3034 ;;(beginning-of-line)
3035 (if (YaTeX-beginning-of-environment t)
3036 (goto-char (get 'YaTeX-inner-environment 'point))
3037 (forward-line -1)
3038 (beginning-of-line)
3039 (skip-chars-forward " \t"))
3040 (current-column)))
3042 (defun YaTeX-previous-line-indentation ()
3043 (save-excursion
3044 (forward-line -1)
3045 (skip-chars-forward " \t")
3046 (current-column)))
3048 (defvar YaTeX-noindent-env-regexp "verbatim\\*?\\|alltt"
3049 "*Regexp of environment names that should begin with no indentation.
3050 All verbatime-like environment name should match with.")
3051 (defun YaTeX-indent-line ()
3052 "Indent corrent line referrin current environment."
3053 (interactive)
3054 (let ((indent-relative
3055 (function
3056 (lambda (&optional additional)
3057 (YaTeX-reindent
3058 (+ (YaTeX-current-indentation)
3059 (or additional 0)
3060 YaTeX-environment-indent)))))
3061 sect depth iteminfo (p (point)) pp (peol (point-end-of-line)) begend
3062 ;;inenv below is sometimes defined in YaTeX-indent-new-comment-line
3063 (inenv (or (and (boundp 'inenv) inenv) (YaTeX-inner-environment t))))
3064 ;;(if NTT-jTeX ;;Do you need this section?
3065 ;; (save-excursion
3066 ;; (end-of-line)
3067 ;; (let ((p (point)))
3068 ;; (forward-line -1)
3069 ;; (end-of-line)
3070 ;; (or (= p (point))
3071 ;; (progn (backward-char (length YaTeX-comment-prefix))
3072 ;; (not (looking-at (regexp-quote YaTeX-comment-prefix))))
3073 ;; (progn
3074 ;; (skip-chars-backward YaTeX-comment-prefix)
3075 ;; (kill-line))))))
3076 (or inenv (setq inenv "document")) ;is the default environment
3077 (cond
3078 ((and
3079 (prog1 (YaTeX-on-begin-end-p)
3080 (setq begend (match-beginning 0)))
3081 (or (match-beginning 2) ;if \end
3082 (and (match-beginning 3) ;if \) \]
3083 (= (char-syntax (char-after (1+ (match-beginning 3)))) ?\)))))
3084 (YaTeX-reindent
3085 (save-excursion
3086 (YaTeX-goto-corresponding-environment)
3087 (current-column))))
3088 ;; on the begining of verbatime line, remove all indentation
3089 ((and begend ;; match-beginning 0 of \begin
3090 YaTeX-noindent-env-regexp
3091 (stringp YaTeX-noindent-env-regexp)
3092 (save-excursion
3093 (and ;; if the \begin is the first declaration of this line
3094 (progn (beginning-of-line) (skip-chars-forward " \t")
3095 (= begend (point)))
3096 (progn
3097 (goto-char begend)
3098 (looking-at
3099 (concat YaTeX-ec-regexp
3100 "begin{\\(" YaTeX-noindent-env-regexp "\\)}"))))))
3101 (save-excursion
3102 (goto-char begend)
3103 (delete-region (point) (point-beginning-of-line))))
3104 ((string-match YaTeX-equation-env-regexp inenv)
3105 (YaTeX-indent-line-equation)) ;autoload-ed from yatexenv
3106 (;(YaTeX-in-environment-p '("itemize" "enumerate" "description" "list"))
3107 (string-match YaTeX-itemizing-env-regexp inenv)
3108 ;;(YaTeX-on-item-p) ??
3109 ;;(setq iteminfo (YaTeX-get-item-info t))
3110 (if (save-excursion
3111 (beginning-of-line)
3112 (re-search-forward YaTeX-item-regexp peol t))
3113 (progn
3114 (save-excursion
3115 (goto-char (1+ (match-beginning 0)))
3116 (setq depth
3117 (* YaTeX-environment-indent
3118 (cond
3119 ((looking-at "subsubsub") 3)
3120 ((looking-at "subsub") 2)
3121 ((looking-at "sub") 1)
3122 (t 0)))))
3123 (funcall indent-relative depth))
3124 (YaTeX-reindent (or (car (cdr (YaTeX-get-item-info t inenv)))
3125 (+ (save-excursion
3126 (beginning-of-line)
3127 (YaTeX-current-indentation))
3128 YaTeX-environment-indent))))
3130 ((YaTeX-literal-p) ;verbatims
3131 (tab-to-tab-stop))
3132 ((string-match "\\(tabular\\|array\\)" inenv) ;1.73
3133 (let ((n 1))
3134 (condition-case err
3135 (save-excursion
3136 (beginning-of-line)
3137 (skip-chars-forward "[ \t]")
3138 ;;(if (looking-at "&") (forward-char 1))
3139 (require 'yatexenv)
3140 (setq n (car (YaTeX-array-what-column-internal))))
3141 (error nil))
3142 (YaTeX-reindent
3143 (+ (YaTeX-current-indentation)
3144 YaTeX-environment-indent
3145 (* (1- n) YaTeX-tabular-indentation)))))
3146 ((and inenv (not (equal "document" inenv)))
3147 (funcall indent-relative))
3148 ((YaTeX-on-section-command-p YaTeX-sectioning-regexp)
3149 (require 'yatexsec) ;to know YaTeX-sectioning-level
3150 (setq sect (YaTeX-match-string 1))
3151 (if (string-match "\\*$" sect)
3152 (setq sect (substring sect 0 -1)))
3153 (YaTeX-reindent
3154 (* (max
3155 (1- ;I want chapter to have indentation 0
3156 (or (cdr (assoc sect YaTeX-sectioning-level))
3157 0))
3158 0)
3159 YaTeX-environment-indent)))
3160 ;;Default movement
3161 ((and (bolp) fill-prefix) (insert fill-prefix))
3162 (t (save-excursion
3163 (beginning-of-line)
3164 (if fill-prefix
3165 (progn
3166 (delete-region (point)
3167 (progn (skip-chars-forward " \t")
3168 (point)))
3169 (insert fill-prefix))
3170 (skip-chars-forward " \t")
3171 (if (bobp)
3172 nil
3173 (indent-relative-maybe))))
3174 (skip-chars-forward " \t")))
3175 ;;if current line is \begin, re-indent \end too
3176 (if (and (YaTeX-on-begin-end-p) (match-beginning 1))
3177 (save-excursion
3178 ;;(beginning-of-line)
3179 ;;(search-forward "\\begin")
3180 (goto-char (match-beginning 0))
3181 (setq depth (current-column))
3182 (YaTeX-goto-corresponding-environment)
3183 (YaTeX-reindent depth)))
3184 (if (or
3185 (and NTT-jTeX
3186 (save-excursion (beginning-of-line) (looking-at "[ \t]")))
3187 (save-excursion
3188 (beginning-of-line)
3189 (and
3190 (not (bobp))
3191 (progn
3192 (backward-char 1)
3193 (re-search-backward
3194 "\\\\\\(\\(page\\)?ref\\|cite\\){" (point-beginning-of-line) t))
3195 (goto-char (1- (match-end 0)))
3196 (> (save-excursion
3197 (condition-case ()
3198 (progn (forward-list 1) (point))
3199 (error (point-max))))
3200 (point-end-of-line)))))
3201 (save-excursion
3202 (end-of-line)
3203 (let ((p (point)))
3204 (forward-line -1)
3205 (end-of-line)
3206 (or (= p (point))
3207 (looking-at (regexp-quote YaTeX-comment-prefix))
3208 (bobp) (bolp)
3209 (save-excursion
3210 (backward-word 1)
3211 (looking-at "\\sw+")) ;is not japanese string
3212 (insert YaTeX-comment-prefix)))))))
3214 (defun YaTeX-comment-line-break (&optional soft)
3215 "Call comment-indent-new-line and YaTeX-indent-line"
3216 (comment-indent-new-line soft)
3217 (YaTeX-indent-line))
3219 (defun YaTeX-latex2e-p ()
3220 (let ((b (current-buffer))
3221 (ptn (concat YaTeX-ec "documentclass")))
3222 (unwind-protect
3223 (or (save-excursion (search-backward ptn nil t))
3224 (progn
3225 (YaTeX-visit-main t)
3226 (save-excursion (search-backward ptn nil t))))
3227 (set-buffer b))))
3229 (provide 'yatex)
3230 (defvar yatex-mode-load-hook nil
3231 "*List of functions to be called when yatex.el is loaded.")
3232 (if (and YaTeX-emacs-19 YaTeX-display-color-p (not (featurep 'yatex19)))
3233 (load "yatex19"))
3234 (load "yatexhks" t)
3236 ;;-------------------- Final hook jobs --------------------
3237 (substitute-all-key-definition
3238 'fill-paragraph 'YaTeX-fill-paragraph YaTeX-mode-map)
3239 (substitute-all-key-definition
3240 'kill-buffer 'YaTeX-kill-buffer YaTeX-mode-map)
3241 (run-hooks 'yatex-mode-load-hook)
3243 ;; `History' was moved to ChangeLog
3244 ;----------------------------- End of yatex.el -----------------------------
3246 ; Local variables:
3247 ; coding: sjis
3248 ; End: