annotate yatex.el @ 512:46f02e576ee1 dev

Typo
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 04 Jan 2018 22:47:54 +0900
parents 7a64b7761d6b
children 668632d9392e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
286
bf201e406e3f First line header changed.
HIROSE Yuuji <yuuji@gentei.org>
parents: 285
diff changeset
1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
509
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
510
7a64b7761d6b Add completion set for "\includesvg"
HIROSE Yuuji <yuuji@gentei.org>
parents: 509
diff changeset
3 ;;; Last modified Wed Jan 3 23:56:34 2018 on firestorm
366
HIROSE Yuuji <yuuji@gentei.org>
parents: 364
diff changeset
4 ;;; $Id$
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
5 ;;; The latest version of this software is always available at;
484
791fd80d22ed https://www.yatex.org
HIROSE Yuuji <yuuji@gentei.org>
parents: 482
diff changeset
6 ;;; https://www.yatex.org/
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
7
495
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
8 ;;; This program is distributed as a free software. You can
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
9 ;;; use/copy/modify/redistribute this software freely but with NO
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
10 ;;; warranty to anything as a result of using this software. Adopting
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
11 ;;; code from this program is also free. But I would not do contract
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
12 ;;; act.
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
13 ;;;
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
14 ;;; This software can be treated with: ``The 2-Clause BSD License''
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
15 ;;; (since 2017-09-09, yatex 1.80).
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
16
286
bf201e406e3f First line header changed.
HIROSE Yuuji <yuuji@gentei.org>
parents: 285
diff changeset
17 ;;; Code:
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
18 (require 'yatexlib)
509
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
19 (defconst YaTeX-revision-number "1.80.2"
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
20 "Revision number of running yatex.el")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
21
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
22 ;---------- Local variables ----------
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
23 (defvar YaTeX-prefix "\C-c"
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
24 "*Prefix key to call YaTeX functions.
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
25 You can select favorite prefix key by setq in your ~/.emacs.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
26
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
27 (defvar YaTeX-environment-indent 1
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
28 "*Indentation depth at column width in LaTeX environments.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
29
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
30 (defvar YaTeX-fill-prefix nil
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
31 "*fill-prefix used for auto-fill-mode.
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
32 The default value is nil.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
33
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
34 (defvar YaTeX-fill-column 72
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
35 "*fill-column used for auto-fill-mode.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
36
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
37 (defvar YaTeX-comment-prefix "%"
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
38 "TeX comment prefix.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
39
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
40 (defvar YaTeX-current-position-register ?3
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
41 "*Position register to keep where the last completion was done.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
42 All of YaTeX completing input store the current position into
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
43 the register YaTeX-current-position-register. So every time you
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
44 make a trip to any other part of text other than you are writing, you can
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
45 return to the editing paragraph by calling register-to-point with argument
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
46 YaTeX-current-position-register.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
47
286
bf201e406e3f First line header changed.
HIROSE Yuuji <yuuji@gentei.org>
parents: 285
diff changeset
48 (defvar YaTeX-use-LaTeX2e t "*Use LaTeX2e or not. Nil means latex 2.09")
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
49
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
50 (defvar tex-command
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
51 (cond
503
d675f6d06481 Format string `%k' in tex-command replaced to kanji-coding mnemonic.
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
52 (YaTeX-use-LaTeX2e "platex -kanji=%k")
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
53 (YaTeX-japan "jlatex")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
54 (t "latex"))
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
55 "*Default command for typesetting LaTeX text.
503
d675f6d06481 Format string `%k' in tex-command replaced to kanji-coding mnemonic.
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
56 Overridden with `%#! CommandLine...' in the buffer.
d675f6d06481 Format string `%k' in tex-command replaced to kanji-coding mnemonic.
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
57 `%'s followed by a character are replaced as follows:
d675f6d06481 Format string `%k' in tex-command replaced to kanji-coding mnemonic.
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
58 %f -> Parent(main) document file name
d675f6d06481 Format string `%k' in tex-command replaced to kanji-coding mnemonic.
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
59 %r -> %f without extension
d675f6d06481 Format string `%k' in tex-command replaced to kanji-coding mnemonic.
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
60 %k -> One of Kanji code mnemonic: euc, jis, sjis, utf8
d675f6d06481 Format string `%k' in tex-command replaced to kanji-coding mnemonic.
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
61 ")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
62
506
feef2aa1f50f Bibtex-command accepts %k like "pbibtex -kanji=%k".
HIROSE Yuuji <yuuji@gentei.org>
parents: 503
diff changeset
63 (defvar bibtex-command (if YaTeX-japan "pbibtex -kanji=%k" "bibtex")
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
64 "*Default command of BibTeX.
508
f5cf5888847d Update default value of bibtex-command
HIROSE Yuuji <yuuji@gentei.org>
parents: 506
diff changeset
65 Overridden with `%#BIBTEX CommandLine...' in the buffer.
f5cf5888847d Update default value of bibtex-command
HIROSE Yuuji <yuuji@gentei.org>
parents: 506
diff changeset
66 Pettern `%k' in a string will be replaced with Kanji-code mnemonic of ptex.")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
67
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
68 (defvar dvi2-command ;previewer command for your site
468
84aa8dc36fd6 Previewer default for macosx
HIROSE Yuuji <yuuji@gentei.org>
parents: 458
diff changeset
69 (cond (YaTeX-dos "dviout -wait=0")
84aa8dc36fd6 Previewer default for macosx
HIROSE Yuuji <yuuji@gentei.org>
parents: 458
diff changeset
70 (YaTeX-macos "open -a Preview")
84aa8dc36fd6 Previewer default for macosx
HIROSE Yuuji <yuuji@gentei.org>
parents: 458
diff changeset
71 (t "xdvi -geo +0+0 -s 4"))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
72 "*Default previewer command including its option.
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
73 Overridden with `%#PREVIEW CommandLine...' in the buffer.")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
74
334
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
75 (defvar YaTeX-cmd-gimp "gimp")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
76 (defvar YaTeX-cmd-tgif "tgif")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
77 (defvar YaTeX-cmd-inkscape "inkscape")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
78 (defvar YaTeX-cmd-dia "dia")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
79 (defvar YaTeX-cmd-ooo "soffice")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
80 (defvar YaTeX-cmd-gs "gs")
400
62a18e164d0b Set pxdvi if available
HIROSE Yuuji <yuuji@gentei.org>
parents: 395
diff changeset
81 (defvar YaTeX-cmd-dvips
62a18e164d0b Set pxdvi if available
HIROSE Yuuji <yuuji@gentei.org>
parents: 395
diff changeset
82 (if (YaTeX-executable-find "pdvips") "pdvips" "dvips"))
361
41a05a44826a [pdftex] option for pdflatex
HIROSE Yuuji <yuuji@gentei.org>
parents: 360
diff changeset
83 (defvar YaTeX-cmd-displayline
41a05a44826a [pdftex] option for pdflatex
HIROSE Yuuji <yuuji@gentei.org>
parents: 360
diff changeset
84 "/Applications/Skim.app/Contents/SharedSupport/displayline")
334
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
85 (defvar YaTeX-cmd-edit-ps YaTeX-cmd-gimp)
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
86 (defvar YaTeX-cmd-edit-pdf YaTeX-cmd-ooo)
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
87 (defvar YaTeX-cmd-edit-ai YaTeX-cmd-inkscape)
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
88 (defvar YaTeX-cmd-edit-svg YaTeX-cmd-inkscape)
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
89 (defvar YaTeX-cmd-edit-images YaTeX-cmd-gimp)
362
b1e6c8c03253 Preparing for 1.78
HIROSE Yuuji <yuuji@gentei.org>
parents: 361
diff changeset
90 (defvar YaTeX-cmd-view-images "display -geometry +0+0")
334
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
91
327
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
92 (defvar tex-pdfview-command ;previewer command for your site
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
93 (cond
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
94 (YaTeX-dos "acroread")
361
41a05a44826a [pdftex] option for pdflatex
HIROSE Yuuji <yuuji@gentei.org>
parents: 360
diff changeset
95 (YaTeX-macos (cond
41a05a44826a [pdftex] option for pdflatex
HIROSE Yuuji <yuuji@gentei.org>
parents: 360
diff changeset
96 ((file-executable-p YaTeX-cmd-displayline) "open -a Skim")
41a05a44826a [pdftex] option for pdflatex
HIROSE Yuuji <yuuji@gentei.org>
parents: 360
diff changeset
97 (t "open")))
327
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
98 (t "evince"))
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
99 "*Default PDF viewer command including its option.
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
100 Overridden with `%#PDFVIEW CommandLine...' in the buffer.")
327
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
101
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
102 (defvar makeindex-command (if YaTeX-dos "makeind" "makeindex")
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
103 "*Default makeindex command.
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
104 Overridden with `%#MAKEINDEX CommandLine...' in the buffer.")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
105
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
106 (defvar dviprint-command-format
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
107 (if YaTeX-dos "dviprt %s %f%t"
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
108 "dvi2ps %f %t %s | lpr")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
109 "*Command line string to print out current file.
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
110 Overridden with `%#LPR CommandLine...' in the buffer.
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
111 Format string %s will be replaced by the filename. Do not forget to
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
112 specify the `from usage' and `to usage' with their option by format string
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
113 %f and %t.
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
114 See also documentation of dviprint-from-format and dviprint-to-format.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
115
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
116 (defvar dviprint-from-format
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
117 (if YaTeX-dos "%b-" "-f %b")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
118 "*`From' page format of dvi filter. %b will turn to beginning page number.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
119
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
120 (defvar dviprint-to-format
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
121 (if YaTeX-dos "%e" "-t %e")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
122 "*`To' page format of dvi filter. %e will turn to end page number.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
123
123
590fc51462c7 New typeset menu `latex+p(D)f' added.
yuuji@gentei.org
parents: 119
diff changeset
124 (defvar YaTeX-dvipdf-command
590fc51462c7 New typeset menu `latex+p(D)f' added.
yuuji@gentei.org
parents: 119
diff changeset
125 "dvipdfmx"
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
126 "*Command name to convert dvi file to PDF.
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
127 Overridden with `%#DVIPDF CommandLine...' in the buffer.")
123
590fc51462c7 New typeset menu `latex+p(D)f' added.
yuuji@gentei.org
parents: 119
diff changeset
128
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
129 (defvar YaTeX-default-document-style
347
85737ee595a2 `jsarticle' as default
HIROSE Yuuji <yuuji@gentei.org>
parents: 345
diff changeset
130 (concat (if YaTeX-japan "js") "article")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
131 "*Default LaTeX Documentstyle for YaTeX-typeset-region.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
132
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
133 (defvar YaTeX-need-nonstop nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
134 "*T for adding `\\nonstopmode{}' to text before invoking latex command.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
135
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
136 (defvar latex-warning-regexp "line.* [0-9]*"
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
137 "*Regular expression of line number of warning message by latex command.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
138
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
139 (defvar latex-error-regexp "l\\.[1-9][0-9]*"
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
140 "*Regular expression of line number of latex error.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
141 Perhaps your latex command stops at this error message with line number of
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
142 LaTeX source text.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
143
1
912f6e258cba Support %#! usage to specify latex command.
yuuji
parents: 0
diff changeset
144 (defvar latex-dos-emergency-message
3
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
145 "Emergency stop" ;<- for Micro tex, ASCII-pTeX 1.6
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
146 "Message pattern of emergency stop of typesetting.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
147 Because Demacs (GNU Emacs on DOS) cannot have concurrent process, the
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
148 latex command which is stopping on a LaTeX error, is terminated by Demacs.
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
149 Many latex command on DOS display some messages when it is terminated by
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
150 other process, user or OS. Define to this variable a message string of your
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
151 latex command on DOS shown at abnormal termination.
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
152 Remember Demacs's call-process function is not oriented for interactive
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
153 process.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
154
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
155 (defvar NTT-jTeX nil
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
156 "*T for using NTT-jTeX for latex command.
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
157 More precisely, setting t to this variables inhibits inter-word break on
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
158 typeset document by line-break of source text. That is, YaTeX automatically
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
159 put % after each line at filling.
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
160 ‰üs+ƒCƒ“ƒfƒ“ƒg‚É‚æ‚Á‚ÄAƒ^ƒCƒvƒZƒbƒgŒã‚ÌŽšŠÔ‚ª‹ó‚¢‚Ä‚µ‚Ü‚¤‚Ì‚ð—}§‚·‚éꇂÉ
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
161 t‚É‚·‚é(ŒÃ‚¢NTT-jTeX‚ÅŒ°’˜‚ÉŒ»‚ê‚é)B‹ï‘Ì“I‚É‚ÍAfill‚·‚é‚Æ‚«‚ÉŠes‚ÌI‚í‚è‚É
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
162 %‚ð•t‰Á‚·‚éB")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
163
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
164
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
165 (defvar YaTeX-item-regexp
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
166 (concat (regexp-quote "\\") "\\(sub\\|bib\\)*item")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
167 "*Regular expression of item command.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
168
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
169 (defvar YaTeX-sectioning-regexp
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
170 "\\(part\\|chapter\\*?\\|\\(sub\\)*\\(section\\|paragraph\\)\\)\\(\\*\\|\\b\\)"
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
171 "*LaTeX sectioning commands regexp.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
172
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
173 (defvar YaTeX-paragraph-start
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
174 (concat "^[ \t]*%\\|^[ \t]*$\\|\\'\\|^\C-l\\|\\\\\\\\$\\|^[ \t]*\\\\\\("
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
175 YaTeX-sectioning-regexp ;sectioning commands
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
176 "\\|[A-z]*item\\|begin{\\|end{" ;special declaration
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
177 "\\|\\[\\|\\]"
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
178 "\\|newpage\\b\\|vspace\\b"
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
179 "\\)")
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
180 "*Paragraph starting regexp of common LaTeX source. Use this value
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
181 for YaTeX-uncomment-paragraph.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
182
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
183 (defvar YaTeX-paragraph-separate
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
184 (concat "^[ \t]*%\\|^[ \t]*$\\|^\C-l\\|\\\\\\\\$\\|^[ \t]*\\\\\\("
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
185 YaTeX-sectioning-regexp ;sectioning commands
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
186 "\\|begin{\\|end{" ;special declaration
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
187 "\\|\\[\\|\\]"
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
188 "\\|newpage\\b\\|vspace\\b"
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
189 "\\)")
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
190 "*Paragraph delimiter regexp of common LaTeX source. Use this value
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
191 for YaTeX-uncomment-paragraph.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
192
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
193 (defvar YaTeX-verbatim-environments
177
9c5a764a871f Treat `alltt' in YaTeX-verbatim-environments.
yuuji@gentei.org
parents: 176
diff changeset
194 '("verbatim" "verbatim*" "alltt")
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
195 "*Assume these environments of this variable disable LaTeX commands.")
177
9c5a764a871f Treat `alltt' in YaTeX-verbatim-environments.
yuuji@gentei.org
parents: 176
diff changeset
196 (defvar YaTeX-verb-regexp "verb\\*?\\|path"
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
197 "*Regexp of verb family. Do not contain preceding \\\\ nor \\(\\).")
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
198 (defvar YaTeX-fill-inhibit-environments
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
199 (append '("tabular" "tabular*" "array" "picture" "eqnarray" "eqnarray*"
307
326bd21ad995 Add 'longtable to array like environment
HIROSE Yuuji <yuuji@gentei.org>
parents: 294
diff changeset
200 "longtable"
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
201 "equation" "equation*" "math" "displaymath")
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
202 YaTeX-verbatim-environments)
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
203 "*In these environments, YaTeX inhibits fill-paragraph from formatting.
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
204 Define those environments as a form of list.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
205
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
206 (defvar YaTeX-itemizing-env-regexp
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
207 "itemize\\|enumerate\\|description\\|list\\|thebibliography"
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
208 "*Regexp of itemizing environments")
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
209 (defvar YaTeX-equation-env-regexp
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
210 "array\\*?\\|equation\\*?"
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
211 "*Regexp of environments for equations")
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
212 (defvar YaTeX-array-env-regexp
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
213 (concat
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
214 "array\\*?\\|eqnarray\\*?\\|tabbing\\|tabular\\*?\\|" ;LaTeX
307
326bd21ad995 Add 'longtable to array like environment
HIROSE Yuuji <yuuji@gentei.org>
parents: 294
diff changeset
215 "longtable\\|" ;LaTeX2e
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
216 "matrix\\|pmatrix\\|bmatrix\\|vmatrix\\|Vmatrix\\|" ;AMS-LaTeX
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
217 "align\\*?\\|split\\*?\\|aligned\\*?\\|alignat\\*?\\|" ;AMS-LaTeX
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
218 "[bpvV]?matrix\\|smallmatrix\\|cases\\|" ;AMS-LaTeX
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
219 "xalignat\\*?\\|xxalignat\\*?") ;AMS-LaTeX
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
220 "*Regexp of environments where `&' becomes field delimiter.")
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
221 (defvar YaTeX-uncomment-once t
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
222 "*T for removing all continuous commenting character(%).
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
223 Nil for removing only one commenting character at the beginning-of-line.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
224
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
225 (defvar YaTeX-close-paren-always t
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
226 "*Close parenthesis always when YaTeX-modify-mode is nil.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
227
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
228 (defvar YaTeX-greek-by-maketitle-completion nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
229 "*T for greek letters completion by maketitle-type completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
230
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
231 (defvar YaTeX-auto-math-mode t
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
232 "*T for changing YaTeX-math mode automatically.")
316
c66a2ddb46e4 Now 'YaTeX-use-AMS-LaTeX is t.
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
233 (defvar YaTeX-use-AMS-LaTeX t
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
234 "*T for using AMS-LaTeX")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
235
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
236 (defvar yatex-mode-hook nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
237 "*List of functions to be called at the end of yatex-mode initializations.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
238
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
239 (defvar YaTeX-search-file-from-top-directory t
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
240 "*Non-nil means to search input-files from the directory where main file exists.")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
241
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
242 (defvar YaTeX-use-font-lock (and (featurep 'font-lock)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
243 (fboundp 'x-color-values)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
244 (fboundp 'font-lock-fontify-region))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
245 "*Use font-lock to fontify buffer or not.")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
246
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
247 (defvar YaTeX-use-hilit19 (and (featurep 'hilit19) (fboundp 'x-color-values)
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
248 (fboundp 'hilit-translate)
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
249 (not YaTeX-use-font-lock))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
250 "*Use hilit19 to highlight buffer or not.")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
251
82
yuuji
parents: 79
diff changeset
252 (defvar YaTeX-tabular-indentation 4
yuuji
parents: 79
diff changeset
253 "*Indentation column-depth of continueing line in tabular environment.")
yuuji
parents: 79
diff changeset
254
409
781604df4cbd New variables: YaTeX-electric-indent-mode, yahtml-electric-indent-mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 407
diff changeset
255 (defvar YaTeX-electric-indent-mode -1
781604df4cbd New variables: YaTeX-electric-indent-mode, yahtml-electric-indent-mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 407
diff changeset
256 "*(for Emacs 24.4+) Pass this value to electric-indent-local-mode.
781604df4cbd New variables: YaTeX-electric-indent-mode, yahtml-electric-indent-mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 407
diff changeset
257 -1 means `off'.")
781604df4cbd New variables: YaTeX-electric-indent-mode, yahtml-electric-indent-mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 407
diff changeset
258
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
259 ;;-- Math mode values --
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
260
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
261 (defvar YaTeX-math-key-list-default
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
262 '((";" . YaTeX-math-sign-alist)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
263 (":" . YaTeX-greek-key-alist))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
264 "Default key sequence to invoke math-mode's image completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
265
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
266 (defvar YaTeX-math-key-list-private nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
267 "*User defined alist, math-mode-prefix vs completion alist.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
268
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
269 (defvar YaTeX-math-key-list
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
270 (append YaTeX-math-key-list-private YaTeX-math-key-list-default)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
271 "Key sequence to invoke math-mode's image completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
272
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
273 (defvar YaTeX-skip-default-reader nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
274 "Non-nil skips default argument reader of section-type completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
275
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
276 (defvar YaTeX-simple-messages nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
277 "Non-nil makes minibuffer messages simpler.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
278
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
279 (defvar YaTeX-template-file "~/work/template.tex"
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
280 "*Template TeX source file. This will be inserted to empty file.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
281
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
282 (defvar YaTeX-addin-prefix "YaTeX:")
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
283
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
284 (defvar yatex-mode-abbrev-table nil
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
285 "*Abbrev table in use in yatex-mode buffers.")
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
286 (define-abbrev-table 'yatex-mode-abbrev-table ())
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
287
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
288
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
289 ;------------ Completion table ------------
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
290 ; Set tex-section-like command possible completion
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
291 (defvar section-table
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
292 (append
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
293 '(("part") ("chapter") ("chapter*") ("section") ("section*")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
294 ("subsection") ("subsection*")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
295 ("subsubsection") ("paragraph") ("subparagraph")
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
296 ("author") ("thanks") ("documentstyle") ("pagestyle") ("thispagestyle")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
297 ("title") ("underline") ("label") ("makebox")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
298 ("footnote") ("footnotetext") ("index")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
299 ("hspace*") ("vspace*") ("bibliography") ("bibitem") ("cite")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
300 ("input") ("include") ("includeonly") ("mbox") ("hbox") ("caption")
442
5428250c886a Add "centering" and "uline" to section-table
HIROSE Yuuji <yuuji@gentei.org>
parents: 440
diff changeset
301 ("arabic") ("cetering") ("uline")
82
yuuji
parents: 79
diff changeset
302 ("newcounter")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
303 ("newlength") ("setlength" 2) ("addtolength" 2) ("settowidth" 2)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
304 ("setcounter" 2) ("addtocounter" 2) ("stepcounter" 2)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
305 ("newcommand" 2) ("renewcommand" 2)
82
yuuji
parents: 79
diff changeset
306 ("newenvironment" 3) ("newtheorem" 2)
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
307 ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox")
82
yuuji
parents: 79
diff changeset
308 ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2)
yuuji
parents: 79
diff changeset
309 ("multicolumn" 3) ("shortstack") ("parbox" 2)
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
310 ;; for mathmode accent
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
311 ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
312 ("widetilde") ("widehat") ("overline") ("overrightarrow")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
313 ;; section types in mathmode
456
7bf780961390 Add "mathbb" and so on
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
314 ("frac" 2) ("sqrt") ("mathrm") ("mathbf") ("mathit") ("mathbb")
7bf780961390 Add "mathbb" and so on
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
315 ("mathscr") ("mathrsfs")
314
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
316 ;;cleveref
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
317 ("cref") ("crefrange") ("cpageref") ("labelcref") ("labelcpageref")
422
5e7b06dcab9c Add beamer's typical completions
HIROSE Yuuji <yuuji@gentei.org>
parents: 416
diff changeset
318 ;; beamer
5e7b06dcab9c Add beamer's typical completions
HIROSE Yuuji <yuuji@gentei.org>
parents: 416
diff changeset
319 ("frametitle") ("framesubtitle")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
320 )
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
321 (if YaTeX-use-LaTeX2e
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
322 '(("documentclass") ("usepackage")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
323 ("textbf") ("textgt") ("textit") ("textmc") ("textmd") ("textnormal")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
324 ("textrm") ("textsc") ("textsf") ("textsl") ("texttt") ("textup")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
325 ("mathbf") ("mathcal") ("mathit") ("mathnormal") ("mathrm")
440
0c098405a3c9 Add \text{}
HIROSE Yuuji <yuuji@gentei.org>
parents: 434
diff changeset
326 ("mathsf") ("mathtt") ("text")
82
yuuji
parents: 79
diff changeset
327 ("textcircled")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
328 ("scalebox" 1) ;is faking of argument position
82
yuuji
parents: 79
diff changeset
329 ("rotatebox" 2) ("resizebox" 3) ("reflectbox")
yuuji
parents: 79
diff changeset
330 ("colorbox" 2) ("fcolorbox" 3) ("textcolor" 2) ("color") ("pagecolor")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
331 ("includegraphics") ("includegraphics*")
510
7a64b7761d6b Add completion set for "\includesvg"
HIROSE Yuuji <yuuji@gentei.org>
parents: 509
diff changeset
332 ("includesvg")
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
333 ("bou") ;defined in plext
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
334 ("url") ;defined in url
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
335 ("shadowbox") ("doublebox") ("ovalbox") ("Ovalbox")
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
336 ("fancyoval") ;defined in fancybox
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
337 ("keytop") ("mask" 2) ("maskbox" 5) ;defined in ascmac
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
338 ("bm") ;deined in bm
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
339 ("verbfile") ("listing") ;defined in misc
82
yuuji
parents: 79
diff changeset
340 ("slashbox" 2) ("backslashbox" 2) ;defined in slashbox
yuuji
parents: 79
diff changeset
341 ))
yuuji
parents: 79
diff changeset
342 (if YaTeX-use-AMS-LaTeX
yuuji
parents: 79
diff changeset
343 '(("DeclareMathOperator" 2) ("boldsymbol") ("pmb") ("eqref")
yuuji
parents: 79
diff changeset
344 ("tag") ("tag*"))))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
345 "Default completion table for section-type completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
346
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
347 (defvar user-section-table nil)
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
348 (defvar tmp-section-table nil)
82
yuuji
parents: 79
diff changeset
349 (defvar YaTeX-ams-math-begin-alist
yuuji
parents: 79
diff changeset
350 '(("align") ("align*") ("multline") ("multline*") ("gather") ("gather*")
yuuji
parents: 79
diff changeset
351 ("alignat") ("alignat*") ("xalignat") ("xalignat*")
yuuji
parents: 79
diff changeset
352 ("xxalignat") ("xxalignat*") ("flalign") ("flalign*") ("equation*")))
yuuji
parents: 79
diff changeset
353 (defvar YaTeX-ams-math-gathering-alist
yuuji
parents: 79
diff changeset
354 '(("matrix") ("pmatrix") ("bmatrix") ("Bmatrix") ("vmatrix") ("Vmatrix")
yuuji
parents: 79
diff changeset
355 ("split") ("split*") ("aligned") ("aligned*") ("alignedat") ("gathered")
yuuji
parents: 79
diff changeset
356 ("smallmatrix") ("cases") ("subequations")))
yuuji
parents: 79
diff changeset
357 ;; Prepare list(not alist) for YaTeX::ref in yatexadd.el
449
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
358 (defvar YaTeX-math-other-env-alist-default
450
8871fe9f563b YaTeX-math-other-env-alist should have list form
HIROSE Yuuji <yuuji@gentei.org>
parents: 449
diff changeset
359 '(("numcases") ("subnumcases"))
449
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
360 "Default alist of additional environments for equations")
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
361 (defvar YaTeX-math-other-env-alist-private nil
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
362 "*User defined alist of additional environments for equations")
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
363 (defvar YaTeX-math-other-env-alist
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
364 (append YaTeX-math-other-env-alist-default
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
365 YaTeX-math-other-env-alist-private)
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
366 "Alist of additional environments for equations")
450
8871fe9f563b YaTeX-math-other-env-alist should have list form
HIROSE Yuuji <yuuji@gentei.org>
parents: 449
diff changeset
367 (defvar YaTeX-math-other-env-list
8871fe9f563b YaTeX-math-other-env-alist should have list form
HIROSE Yuuji <yuuji@gentei.org>
parents: 449
diff changeset
368 (mapcar 'car YaTeX-math-other-env-alist))
449
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
369
82
yuuji
parents: 79
diff changeset
370 (defvar YaTeX-math-begin-list
yuuji
parents: 79
diff changeset
371 (mapcar 'car YaTeX-ams-math-begin-alist))
yuuji
parents: 79
diff changeset
372 (defvar YaTeX-math-gathering-list ;used in yatexadd.el#yatex::ref
yuuji
parents: 79
diff changeset
373 (mapcar 'car YaTeX-ams-math-gathering-alist))
yuuji
parents: 79
diff changeset
374
yuuji
parents: 79
diff changeset
375 (defvar YaTeX-ams-env-table
yuuji
parents: 79
diff changeset
376 (append YaTeX-ams-math-begin-alist YaTeX-ams-math-gathering-alist)
yuuji
parents: 79
diff changeset
377 "*Standard AMS-LaTeX(2e) environment completion table.")
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
378
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
379 ; Set tex-environment possible completion
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
380 (defvar env-table
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
381 (append
434
22e8feb8ee15 Accidental misspelling corrected
HIROSE Yuuji <yuuji@gentei.org>
parents: 433
diff changeset
382 '(("quote") ("quotation") ("center") ("verse") ("document")
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
383 ("verbatim") ("itemize") ("enumerate") ("description")
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
384 ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
385 ("sloppypar") ("picture") ("displaymath")
240
5ab3322d0f03 Intelligent newline of eqnarray(*) is same as align's.
yuuji@gentei.org
parents: 239
diff changeset
386 ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*")
5ab3322d0f03 Intelligent newline of eqnarray(*) is same as align's.
yuuji@gentei.org
parents: 239
diff changeset
387 ("abstract") ("array")
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
388 ("thebibliography") ("theindex") ("flushleft") ("flushright")
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
389 ("minipage")
82
yuuji
parents: 79
diff changeset
390 ("supertabular")
345
82ca1d4a994d Add wrap{figure,table} to default completion
HIROSE Yuuji <yuuji@gentei.org>
parents: 334
diff changeset
391 ("wrapfigure") ("wraptable")
424
af4fa99fabd3 Beamer: column/columns
HIROSE Yuuji <yuuji@gentei.org>
parents: 422
diff changeset
392 ("frame") ("block") ("example") ("columns") ("column") ;beamer
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
393 )
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
394 (if YaTeX-use-LaTeX2e
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
395 '(("comment") ;defined in version
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
396 ("longtable") ;defined in longtable
82
yuuji
parents: 79
diff changeset
397 ("screen") ("boxnote") ("shadebox") ;; ("itembox") ;in ascmac
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
398 ("alltt") ;defined in alltt
82
yuuji
parents: 79
diff changeset
399 ("multicols") ;defined in multicol
yuuji
parents: 79
diff changeset
400 ("breakbox"))) ;defined in eclbkbox
449
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
401 (if YaTeX-use-AMS-LaTeX YaTeX-ams-env-table)
c2c547e147c7 YaTeX-math-other-env-alist-* for additional math-environments
HIROSE Yuuji <yuuji@gentei.org>
parents: 447
diff changeset
402 YaTeX-math-other-env-alist)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
403 "Default completion table for begin-type completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
404
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
405 (defvar user-env-table nil)
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
406 (defvar tmp-env-table nil)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
407
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
408 ; Set {\Large }-like completion
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
409 (defvar fontsize-table
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
410 '(("rm") ("em") ("bf") ("boldmath") ("it") ("sl") ("sf") ("sc") ("tt")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
411 ("dg") ("dm")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
412 ("tiny") ("scriptsize") ("footnotesize") ("small")("normalsize")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
413 ("large") ("Large") ("LARGE") ("huge") ("Huge")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
414 ("rmfamily") ("sffamily") ("ttfamily")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
415 ("mdseries") ("bfseries") ("upshape")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
416 ("itshape") ("slshape") ("scshape")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
417 )
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
418 "Default completion table for large-type completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
419
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
420 (defvar LaTeX2e-fontstyle-alist
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
421 '(("rm" . "rmfamily")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
422 ("sf" . "sffamily")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
423 ("tt" . "ttfamily")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
424 ("md" . "mdseries")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
425 ("bf" . "bfseries")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
426 ("up" . "upshape")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
427 ("it" . "itshape")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
428 ("sl" . "slshape")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
429 ("sc" . "scshape")))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
430
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
431 (defvar user-fontsize-table nil)
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
432 (defvar tmp-fontsize-table nil)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
433
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
434 (defvar singlecmd-table
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
435 (append
400
62a18e164d0b Set pxdvi if available
HIROSE Yuuji <yuuji@gentei.org>
parents: 395
diff changeset
436 '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par") ("and")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
437 ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill")
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
438 ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
439 ("pagebreak") ("nopagebreak") ("tableofcontents")
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
440 ("newpage") ("clearpage") ("cleardoublepage")
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
441 ("footnotemark") ("verb") ("verb*")
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
442 ("linebreak") ("pagebreak") ("noindent") ("indent")
495
9c857ce72a03 Copy "copying" clause from yatexe.tex
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
443 ("raggedright") ("raggedleft") ("centering")
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
444 ("left") ("right") ("dots") ("smallskip") ("medskip") ("bigskip")
82
yuuji
parents: 79
diff changeset
445 ("displaystyle")
422
5e7b06dcab9c Add beamer's typical completions
HIROSE Yuuji <yuuji@gentei.org>
parents: 416
diff changeset
446 ("onslide") ("pause") ;beamer
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
447 )
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
448 (if YaTeX-greek-by-maketitle-completion
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
449 '(("alpha") ("beta") ("gamma") ("delta") ("epsilon")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
450 ("varepsilon") ("zeta") ("eta") ("theta")("vartheta")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
451 ("iota") ("kappa") ("lambda") ("mu") ("nu") ("xi") ("pi")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
452 ("varpi") ("rho") ("varrho") ("sigma") ("varsigma") ("tau")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
453 ("upsilon") ("phi") ("varphi") ("chi") ("psi") ("omega")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
454 ("Gamma") ("Delta") ("Theta") ("Lambda")("Xi") ("Pi")
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
455 ("Sigma") ("Upsilon") ("Phi") ("Psi") ("Omega")))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
456 (if YaTeX-use-LaTeX2e
82
yuuji
parents: 79
diff changeset
457 '(("return") ("Return") ("yen"))) ;defined in ascmac
86
f14ec50103d0 as of 2009/9/28
yuuji@gentei.org
parents: 82
diff changeset
458 (if YaTeX-use-AMS-LaTeX
f14ec50103d0 as of 2009/9/28
yuuji@gentei.org
parents: 82
diff changeset
459 '(("nonumber")))
82
yuuji
parents: 79
diff changeset
460 )
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
461 "Default completion table for maketitle-type completion.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
462
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
463 (defvar user-singlecmd-table nil)
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
464 (defvar tmp-singlecmd-table nil)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
465
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
466 ;---------- Key mode map ----------
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
467 ;;;
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
468 ;; Create new key map: YaTeX-mode-map
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
469 ;; Do not change this section.
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
470 ;;;
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
471 (defvar YaTeX-mode-map nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
472 "Keymap used in YaTeX mode")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
473
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
474 (defvar YaTeX-prefix-map nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
475 "Keymap used when YaTeX-prefix key pushed")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
476
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
477 (defvar YaTeX-user-extensional-map (make-sparse-keymap)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
478 "*Keymap used for the user's customization")
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
479 (defvar YaTeX-current-completion-type nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
480 "Has current completion type. This may be used in YaTeX addin functions.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
481
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
482 (defvar YaTeX-modify-mode nil
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
483 "*Current editing mode.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
484 When non-nil, each opening parentheses only opens,
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
485 nil enters both open/close parentheses when opening parentheses key pressed.")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
486
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
487 (defvar YaTeX-math-mode nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
488 "Holds whether current mode is math-mode.")
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
489 ;;;
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
490 ;; Define key table
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
491 ;;;
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
492 (if YaTeX-mode-map
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
493 nil
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
494 (setq YaTeX-mode-map (make-sparse-keymap))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
495 (setq YaTeX-prefix-map (make-sparse-keymap))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
496 (define-key YaTeX-mode-map "\"" 'YaTeX-insert-quote)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
497 (define-key YaTeX-mode-map "{" 'YaTeX-insert-braces)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
498 (define-key YaTeX-mode-map "(" 'YaTeX-insert-parens)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
499 (define-key YaTeX-mode-map "$" 'YaTeX-insert-dollar)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
500 (define-key YaTeX-mode-map "|" 'YaTeX-insert-bar)
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
501 (define-key YaTeX-mode-map "&" 'YaTeX-insert-amper)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
502 (define-key YaTeX-mode-map "[" 'YaTeX-insert-brackets)
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
503 (define-key YaTeX-mode-map YaTeX-prefix YaTeX-prefix-map)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
504 (define-key YaTeX-mode-map "\M-\C-@" 'YaTeX-mark-environment)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
505 (define-key YaTeX-mode-map "\M-\C-a" 'YaTeX-beginning-of-environment)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
506 (define-key YaTeX-mode-map "\M-\C-e" 'YaTeX-end-of-environment)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
507 (define-key YaTeX-mode-map "\M-\C-m" 'YaTeX-intelligent-newline)
32
546c4baad92f The first typesetting splits window into 3 on Nemacs. Fixed.
yuuji
parents: 22
diff changeset
508 (define-key YaTeX-mode-map "\C-i" 'YaTeX-indent-line)
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
509 (YaTeX-define-key "%" 'YaTeX-%-menu)
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
510 (YaTeX-define-key "t" 'YaTeX-typeset-menu)
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
511 (YaTeX-define-key "w" 'YaTeX-switch-mode-menu)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
512 (YaTeX-define-key "'" 'YaTeX-prev-error)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
513 (YaTeX-define-key "^" 'YaTeX-visit-main)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
514 (YaTeX-define-key "4^" 'YaTeX-visit-main-other-window)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
515 (YaTeX-define-key "4g" 'YaTeX-goto-corresponding-*-other-window)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
516 (YaTeX-define-key "44" 'YaTeX-switch-to-window)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
517 (and YaTeX-emacs-19 window-system
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
518 (progn
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
519 (YaTeX-define-key "5^" 'YaTeX-visit-main-other-frame)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
520 (YaTeX-define-key "5g" 'YaTeX-goto-corresponding-*-other-frame)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
521 (YaTeX-define-key "55" 'YaTeX-switch-to-window)))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
522 (YaTeX-define-key " " 'YaTeX-do-completion)
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
523 (YaTeX-define-key "v" 'YaTeX-version)
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
524
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
525 (YaTeX-define-key "}" 'YaTeX-insert-braces-region)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
526 (YaTeX-define-key "]" 'YaTeX-insert-brackets-region)
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
527 (YaTeX-define-key ")" 'YaTeX-insert-parens-region)
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
528 (YaTeX-define-key "$" 'YaTeX-insert-dollars-region)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
529 (YaTeX-define-key "i" 'YaTeX-fill-item)
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
530 (YaTeX-define-key "\\"
353
2a72779d9c50 Rewrite lambda notations to suppress annoying warnings from emacs24
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
531 (function(lambda () (interactive)
2a72779d9c50 Rewrite lambda notations to suppress annoying warnings from emacs24
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
532 (insert (if (YaTeX-in-math-mode-p) "\\backslash" "\\textbackslash")))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
533 (if YaTeX-no-begend-shortcut
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
534 (progn
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
535 (YaTeX-define-key "B" 'YaTeX-make-begin-end-region)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
536 (YaTeX-define-key "b" 'YaTeX-make-begin-end))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
537 (YaTeX-define-begend-key "bc" "center")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
538 (YaTeX-define-begend-key "bd" "document")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
539 (YaTeX-define-begend-key "bD" "description")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
540 (YaTeX-define-begend-key "be" "enumerate")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
541 (YaTeX-define-begend-key "bE" "equation")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
542 (YaTeX-define-begend-key "bi" "itemize")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
543 (YaTeX-define-begend-key "bl" "flushleft")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
544 (YaTeX-define-begend-key "bm" "minipage")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
545 (YaTeX-define-begend-key "bt" "tabbing")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
546 (YaTeX-define-begend-key "bT" "tabular")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
547 (YaTeX-define-begend-key "b\^t" "table")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
548 (YaTeX-define-begend-key "bp" "picture")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
549 (YaTeX-define-begend-key "bq" "quote")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
550 (YaTeX-define-begend-key "bQ" "quotation")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
551 (YaTeX-define-begend-key "br" "flushright")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
552 (YaTeX-define-begend-key "bv" "verbatim")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
553 (YaTeX-define-begend-key "bV" "verse")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
554 (YaTeX-define-key "B " 'YaTeX-make-begin-end-region)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
555 (YaTeX-define-key "b " 'YaTeX-make-begin-end))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
556 (YaTeX-define-key "e" 'YaTeX-end-environment)
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
557 (YaTeX-define-key "S" 'YaTeX-make-section-region)
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
558 (YaTeX-define-key "s" 'YaTeX-make-section)
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
559 (YaTeX-define-key "L" 'YaTeX-make-fontsize-region)
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
560 (YaTeX-define-key "l" 'YaTeX-make-fontsize)
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
561 (YaTeX-define-key "m" 'YaTeX-make-singlecmd)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
562 (YaTeX-define-key "." 'YaTeX-comment-paragraph)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
563 (YaTeX-define-key "," 'YaTeX-uncomment-paragraph)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
564 (YaTeX-define-key ">" 'YaTeX-comment-region)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
565 (YaTeX-define-key "<" 'YaTeX-uncomment-region)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
566 (YaTeX-define-key "g" 'YaTeX-goto-corresponding-*)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
567 (YaTeX-define-key "k" 'YaTeX-kill-*)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
568 (YaTeX-define-key "c" 'YaTeX-change-*)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
569 (YaTeX-define-key "a" 'YaTeX-make-accent)
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
570 (YaTeX-define-key "?" 'YaTeX-help)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
571 (YaTeX-define-key "/" 'YaTeX-apropos)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
572 (YaTeX-define-key "&" 'YaTeX-what-column)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
573 (YaTeX-define-key "d" 'YaTeX-display-hierarchy)
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
574 (YaTeX-define-key "x" YaTeX-user-extensional-map)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
575 (YaTeX-define-key "n"
353
2a72779d9c50 Rewrite lambda notations to suppress annoying warnings from emacs24
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
576 (function(lambda () (interactive)
2a72779d9c50 Rewrite lambda notations to suppress annoying warnings from emacs24
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
577 (insert "\\" (if (YaTeX-on-section-command-p "o?oalign") "crcr" "\\")))))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
578 (if YaTeX-dos
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
579 (define-key YaTeX-prefix-map "\C-r"
353
2a72779d9c50 Rewrite lambda notations to suppress annoying warnings from emacs24
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
580 (function(lambda () (interactive)
2a72779d9c50 Rewrite lambda notations to suppress annoying warnings from emacs24
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
581 (YaTeX-set-screen-height YaTeX-saved-screen-height) (recenter))))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
582
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
583 (defvar YaTeX-section-completion-map nil
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
584 "*Key map used at YaTeX completion in the minibuffer.")
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
585 (if YaTeX-section-completion-map nil
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
586 (setq YaTeX-section-completion-map
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
587 (copy-keymap (or (and (boundp 'gmhist-completion-map)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
588 gmhist-completion-map)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
589 minibuffer-local-completion-map)))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
590 (define-key YaTeX-section-completion-map
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
591 " " 'YaTeX-minibuffer-complete)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
592 (define-key YaTeX-section-completion-map
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
593 "\C-i" 'YaTeX-minibuffer-complete)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
594 (define-key YaTeX-section-completion-map
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
595 "\C-v" 'YaTeX-read-section-with-overview))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
596
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
597 (defvar YaTeX-recursive-map nil
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
598 "*Key map used at YaTeX reading arguments in the minibuffer.")
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
599 (if YaTeX-recursive-map nil
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
600 (setq YaTeX-recursive-map (copy-keymap global-map))
82
yuuji
parents: 79
diff changeset
601 (define-key YaTeX-recursive-map YaTeX-prefix YaTeX-prefix-map)
yuuji
parents: 79
diff changeset
602 (mapcar
yuuji
parents: 79
diff changeset
603 (function
yuuji
parents: 79
diff changeset
604 (lambda (key)
yuuji
parents: 79
diff changeset
605 (define-key YaTeX-mode-map (car key) 'YaTeX-math-insert-sequence)
yuuji
parents: 79
diff changeset
606 (define-key YaTeX-recursive-map (car key) 'YaTeX-math-insert-sequence)))
yuuji
parents: 79
diff changeset
607 YaTeX-math-key-list))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
608 ;---------- Define other variable ----------
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
609 (defvar YaTeX-env-name "document" "*Initial tex-environment completion")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
610 (defvar YaTeX-section-name
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
611 (if YaTeX-use-LaTeX2e "documentclass" "documentstyle")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
612 "*Initial tex-section completion")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
613 (defvar YaTeX-fontsize-name "large" "*Initial fontsize completion")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
614 (defvar YaTeX-single-command "maketitle" "*Initial LaTeX single command")
469
c743ffec2b1b YaTeX-kanji-code defaults to nil(do not care kanji-code)
HIROSE Yuuji <yuuji@gentei.org>
parents: 468
diff changeset
615 (defvar YaTeX-kanji-code nil
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
616 "*File kanji code used by Japanese TeX.
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
617 nil: Do not care (Preserve coding-system)
512
HIROSE Yuuji <yuuji@gentei.org>
parents: 510
diff changeset
618 0: no-conversion (mule)
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
619 1: Shift JIS
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
620 2: JIS
86
f14ec50103d0 as of 2009/9/28
yuuji@gentei.org
parents: 82
diff changeset
621 3: EUC
f14ec50103d0 as of 2009/9/28
yuuji@gentei.org
parents: 82
diff changeset
622 4: UTF-8")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
623
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
624 (defvar YaTeX-coding-system nil "File coding system used by Japanese TeX.")
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
625 (cond
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
626 (YaTeX-emacs-20
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
627 (setq YaTeX-coding-system
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
628 (cdr (assoc YaTeX-kanji-code YaTeX-kanji-code-alist))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
629 ((boundp 'MULE)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
630 (setq YaTeX-coding-system
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
631 (symbol-value (cdr (assoc YaTeX-kanji-code YaTeX-kanji-code-alist))))))
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
632
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
633 (defvar YaTeX-mode-syntax-table nil
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
634 "*Syntax table for yatex-mode")
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
635
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
636 (if YaTeX-mode-syntax-table nil
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
637 (setq YaTeX-mode-syntax-table (make-syntax-table (standard-syntax-table)))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
638 (modify-syntax-entry ?\n " " YaTeX-mode-syntax-table)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
639 (modify-syntax-entry ?\{ "(}" YaTeX-mode-syntax-table)
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
640 (modify-syntax-entry ?\} "){" YaTeX-mode-syntax-table)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
641 (modify-syntax-entry ?\t " " YaTeX-mode-syntax-table)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
642 (modify-syntax-entry ?\f ">" YaTeX-mode-syntax-table)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
643 (modify-syntax-entry ?\n ">" YaTeX-mode-syntax-table)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
644 (modify-syntax-entry ?$ "$$" YaTeX-mode-syntax-table)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
645 (modify-syntax-entry ?% "<" YaTeX-mode-syntax-table)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
646 (modify-syntax-entry ?\\ "/" YaTeX-mode-syntax-table)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
647 (modify-syntax-entry ?~ " " YaTeX-mode-syntax-table))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
648
414
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
649 (defvar YaTeX-mode-syntax-table-nonparen nil
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
650 "Syntax table for yatex-mode with normal parentheses treated white spaces")
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
651 (if YaTeX-mode-syntax-table-nonparen nil
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
652 (setq YaTeX-mode-syntax-table-nonparen
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
653 (make-syntax-table YaTeX-mode-syntax-table))
416
465d80a913e4 Add two more pairs for zenkaku-parens
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 415
diff changeset
654 (let ((zenparens "()ijuvwxyzmnopstqrkl") (i 0) s)
414
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
655 (while (string-match "." zenparens i)
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
656 (setq s (substring zenparens (match-beginning 0) (match-end 0))
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
657 i (1+ i))
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
658 (modify-syntax-entry
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
659 (string-to-char s) " " YaTeX-mode-syntax-table-nonparen))))
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
660
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
661 ;---------- Provide YaTeX-mode ----------
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
662 ;;;
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
663 ;; Major mode definition
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
664 ;;;
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
665 (defun yatex-mode ()
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
666 " Yet Another LaTeX mode: Major mode for editing input files of LaTeX.
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
667 -You can invoke processes concerning LaTeX typesetting by
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
668 \\[YaTeX-typeset-menu]
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
669 -Complete LaTeX environment form of `\\begin{env} ... \\end{env}' by
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
670 \\[YaTeX-make-begin-end]
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
671 -Enclose region into some environment by
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
672 \\[universal-argument] \\[YaTeX-make-begin-end]
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
673 -Complete LaTeX command which takes argument like `\\section{}' by
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
674 \\[YaTeX-make-section]
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
675 -Put LaTeX command which takes no arguments like `\\maketitle' by
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
676 \\[YaTeX-make-singlecmd]
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
677 -Complete font or character size descriptor like `{\\large }' by
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
678 \\[YaTeX-make-fontsize]
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
679 -Enclose region into those descriptors above by
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
680 \\[universal-argument] \\[YaTeX-make-fontsize]
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
681 -Enter European accent notations by
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
682 \\[YaTeX-make-accent]
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
683 -Toggle various modes of YaTeX by
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
684 \\[YaTeX-switch-mode-menu]
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
685 -Change environt name (on the begin/end line) by
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
686 \\[YaTeX-change-*]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
687 -Kill LaTeX command/environment sequences by
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
688 \\[YaTeX-kill-*]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
689 -Kill LaTeX command/environment with its contents
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
690 \\[universal-argument] \\[YaTeX-kill-*]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
691 -Go to corresponding object (begin/end, file, labels) by
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
692 \\[YaTeX-goto-corresponding-*] or
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
693 \\[YaTeX-goto-corresponding-*-other-window] (in other window)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
694 \\[YaTeX-goto-corresponding-*-other-frame] (in other frame)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
695 -Go to main LaTeX source text by
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
696 \\[YaTeX-visit-main] or
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
697 \\[YaTeX-visit-main-other-window] (in other window)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
698 \\[YaTeX-visit-main-other-frame] (in other frame)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
699 -Comment out or uncomment region by
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
700 \\[YaTeX-comment-region] or \\[YaTeX-uncomment-region]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
701 -Comment out or uncomment paragraph by
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
702 \\[YaTeX-comment-paragraph] or \\[YaTeX-uncomment-paragraph]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
703 -Make an \\item entry hang-indented by
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
704 \\[YaTeX-fill-item]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
705 -Enclose the region with parentheses by
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
706 \\[YaTeX-insert-parens-region]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
707 \\[YaTeX-insert-braces-region]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
708 \\[YaTeX-insert-brackets-region]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
709 \\[YaTeX-insert-dollars-region]
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
710 -Look up the corresponding column header of tabular environment by
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
711 \\[YaTeX-what-column]
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
712 -Enter a newline and an entry suitable for environment by
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
713 \\[YaTeX-intelligent-newline]
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
714 -View the structure of file inclusion by
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
715 \\[YaTeX-display-hierarchy]
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
716 -Refer the online help of popular LaTeX commands by
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
717 \\[YaTeX-help] (help)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
718 \\[YaTeX-apropos] (apropos)
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
719 -Edit `%# notation' by
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
720 \\[YaTeX-%-menu]
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
721
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
722 Those are enough for fastening your editing of LaTeX source. But further
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
723 more features are available and they are documented in the manual.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
724 "
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
725 (interactive)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
726 (kill-all-local-variables)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
727 (setq major-mode 'yatex-mode)
55
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
728 (setq mode-name (if YaTeX-japan "‚â‚Ä‚Ó" "YaTeX"))
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 16
diff changeset
729 (mapcar 'make-local-variable
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
730 '(dvi2-command fill-column fill-prefix
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 16
diff changeset
731 tmp-env-table tmp-section-table tmp-fontsize-table
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
732 tmp-singlecmd-table paragraph-start paragraph-separate
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
733 YaTeX-math-mode indent-line-function comment-line-break-function
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
734 comment-start comment-start-skip
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
735 ))
354
5465428f5a68 `[prefix] t e' displays typesetting image in the next window, if possible.
HIROSE Yuuji <yuuji@gentei.org>
parents: 353
diff changeset
736 (YaTeX-set-file-coding-system YaTeX-kanji-code YaTeX-coding-system)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
737 (setq fill-column YaTeX-fill-column
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
738 fill-prefix YaTeX-fill-prefix
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
739 paragraph-start YaTeX-paragraph-start
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
740 paragraph-separate YaTeX-paragraph-separate
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
741 indent-line-function 'YaTeX-indent-line
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
742 comment-start YaTeX-comment-prefix
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
743 comment-end ""
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
744 comment-start-skip "[^\\\\]%+[ \t]*"
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
745 local-abbrev-table yatex-mode-abbrev-table)
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
746 (if (fboundp 'comment-indent-new-line) ;for Emacs21
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
747 (setq comment-line-break-function 'YaTeX-comment-line-break))
330
9cef5d10a0f1 First Drag-n-Drop support
HIROSE Yuuji <yuuji@gentei.org>
parents: 327
diff changeset
748 ;; +dnd for X11 w/ emacs23+
9cef5d10a0f1 First Drag-n-Drop support
HIROSE Yuuji <yuuji@gentei.org>
parents: 327
diff changeset
749 (and window-system (featurep 'dnd) (require 'yatex23 nil t)
9cef5d10a0f1 First Drag-n-Drop support
HIROSE Yuuji <yuuji@gentei.org>
parents: 327
diff changeset
750 (set (make-local-variable 'dnd-protocol-alist)
9cef5d10a0f1 First Drag-n-Drop support
HIROSE Yuuji <yuuji@gentei.org>
parents: 327
diff changeset
751 (cons (cons "^file:" 'YaTeX-dnd-handler) dnd-protocol-alist)))
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
752
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
753 (if (and YaTeX-use-font-lock (featurep 'font-lock))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
754 (progn
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
755 (require 'yatex19)
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
756 (YaTeX-font-lock-set-default-keywords)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
757 (or (featurep 'xemacs)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
758 (set (make-local-variable 'font-lock-defaults)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
759 (get 'yatex-mode 'font-lock-defaults)))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
760 ;;(font-lock-mode 1)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
761 ))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
762 (use-local-map YaTeX-mode-map)
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
763 (set-syntax-table YaTeX-mode-syntax-table)
182
67b1e094e151 Direct call to screen-{height,width} avoided for coming emacsen.
yuuji@gentei.org
parents: 181
diff changeset
764 (if YaTeX-dos (setq YaTeX-saved-screen-height (YaTeX-screen-height)))
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
765 (YaTeX-read-user-completion-table)
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
766 (and (fboundp 'YaTeX-hilit-setup-alist) (YaTeX-hilit-setup-alist))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
767 (makunbound 'inenv)
409
781604df4cbd New variables: YaTeX-electric-indent-mode, yahtml-electric-indent-mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 407
diff changeset
768 ;(turn-on-auto-fill) ;1.63 -> 1.79off
781604df4cbd New variables: YaTeX-electric-indent-mode, yahtml-electric-indent-mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 407
diff changeset
769 (if (fboundp 'electric-indent-local-mode)
781604df4cbd New variables: YaTeX-electric-indent-mode, yahtml-electric-indent-mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 407
diff changeset
770 (electric-indent-local-mode YaTeX-electric-indent-mode))
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
771 (and (= 0 (buffer-size)) (file-exists-p YaTeX-template-file)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
772 (y-or-n-p (format "Insert %s?" YaTeX-template-file))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
773 (insert-file-contents (expand-file-name YaTeX-template-file)))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
774 (run-hooks 'text-mode-hook 'yatex-mode-hook))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
775
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
776 ;---------- Define YaTeX-mode functions ----------
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
777 (defvar YaTeX-ec "\\" "Escape character of current mark-up language.")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
778 (defvar YaTeX-ec-regexp (regexp-quote YaTeX-ec))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
779 (defvar YaTeX-struct-begin
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
780 (concat YaTeX-ec "begin{%1}%2")
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
781 "Keyword format of begin-environment.")
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
782 (defvar YaTeX-struct-end
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
783 (concat YaTeX-ec "end{%1}")
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
784 "Keyword format of end-environment.")
217
e59126447ee7 Recognize null environment name as \begin{} ... \end{}.
yuuji@gentei.org
parents: 216
diff changeset
785 (defvar YaTeX-struct-name-regexp "[^}]*"
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
786 "Environment name regexp.")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
787 (defvar YaTeX-TeX-token-regexp
82
yuuji
parents: 79
diff changeset
788 (cond (YaTeX-japan "[A-Za-z*‚Ÿ-‚ñˆŸ-êž]+")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
789 (t "[A-Za-z*]+"))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
790 "Regexp of characters which can be a member of TeX command's name.")
82
yuuji
parents: 79
diff changeset
791 (defvar YaTeX-kanji-regexp "[‚Ÿ-‚ñˆŸ-êž]"
yuuji
parents: 79
diff changeset
792 "Generic regexp of Japanese Kanji (and symbol) characters.")
32
546c4baad92f The first typesetting splits window into 3 on Nemacs. Fixed.
yuuji
parents: 22
diff changeset
793 (defvar YaTeX-command-token-regexp YaTeX-TeX-token-regexp
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
794 "Regexp of characters which can be a member of current mark up language's command name.")
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
795
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
796 ;;(defvar YaTeX-struct-section
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
797 ;; (concat YaTeX-ec "%1{%2}")
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
798 ;; "Keyword to make section.")
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
799
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
800 ;;;
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
801 ;; autoload section
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
802 ;;;
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
803
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
804 ;;autoload from yatexprc.el
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
805 (autoload 'YaTeX-visit-main "yatexprc" "Visit main LaTeX file." t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
806 (autoload 'YaTeX-visit-main-other-window "yatexprc"
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
807 "Visit main other window." t)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
808 (autoload 'YaTeX-main-file-p "yatexprc" "Check if the file is main." t)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
809 (autoload 'YaTeX-get-builtin "yatexprc" "Get %# built-in." t)
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
810 (autoload 'YaTeX-system "yatexprc" "Call system command" t)
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
811 (autoload 'YaTeX-save-buffers "yatexprc" "Save buffers of same major mode" t)
350
91ba61bb536e [prefix] g calls forward-search of previewers if -src is given to typesetting.
HIROSE Yuuji <yuuji@gentei.org>
parents: 347
diff changeset
812 (autoload 'YaTeX-goto-corresponding-viewer "yatexprc" "Viewer jump line" t)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
813
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
814 ;;autoload from yatexmth.el
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
815 (autoload 'YaTeX-math-insert-sequence "yatexmth" "Image input." t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
816 (autoload 'YaTeX-in-math-mode-p "yatexmth" "Check if in math-env." t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
817 (autoload 'YaTeX-toggle-math-mode "yatexmth" "YaTeX math-mode interfaces." t)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
818 (autoload 'YaTeX-math-member-p "yatexmth" "Check if a word is math command." t)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
819 (autoload 'YaTeX-insert-amsparens-region "yatexmth" "AMS parens region" t)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
820 (autoload 'YaTeX-insert-amsbraces-region "yatexmth" "AMS braces region" t)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
821 (autoload 'YaTeX-insert-amsbrackets-region "yatexmth" "AMS brackets region" t)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
822 (autoload 'YaTeX-on-parenthesis-p "yatexmth" "Check if on math-parens" t)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
823 (autoload 'YaTeX-goto-open-paren "yatexmth" "Goto opening paren" t)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
824 (autoload 'YaTeX-change-parentheses "yatexmth" "Change corresponding parens" t)
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
825 (autoload 'YaTeX-goto-corresponding-paren "yatexmth" "\bigl\bigr jumps" t)
130
8703f090c628 `[prefix] t e' for YaTeX-typeset-environment.
yuuji@gentei.org
parents: 129
diff changeset
826 (autoload 'YaTeX-typeset-math-region "yatexmth" "Typeset math-region" t)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
827
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
828 ;;autoload from yatexhlp.el
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
829 (autoload 'YaTeX-help "yatexhlp" "YaTeX helper with LaTeX commands." t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
830 (autoload 'YaTeX-apropos "yatexhlp" "Apropos for (La)TeX commands." t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
831
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
832 ;;autoload from yatexgen.el
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
833 (autoload 'YaTeX-generate "yatexgen" "YaTeX add-in function generator." t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
834 (autoload 'YaTeX-generate-simple "yatexgen" "YaTeX add-in support." t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
835
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
836 ;;autoload from yatexsec.el
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
837 (autoload 'YaTeX-section-overview "yatexsec" "YaTeX sectioning(view)" t)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
838 (autoload 'YaTeX-read-section-in-minibuffer "yatexsec" "YaTeX sectioning" t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
839 (autoload 'YaTeX-make-section-with-overview "yatexsec" "YaTeX sectioning" t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
840
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
841 ;;autoload from yatexenv.el
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
842 (autoload 'YaTeX-what-column "yatexenv" "YaTeX env. specific funcs" t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
843 (autoload 'YaTeX-intelligent-newline "yatexenv" "YaTeX env. specific funcs" t)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
844 (autoload 'YaTeX-indent-line-equation "yatexenv" "Indent equation lines." t)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
845 (autoload 'YaTeX-goto-corresponding-leftright "yatexenv" "\left\right jumps" t)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
846
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
847 ;;autoload from yatexhie.el
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
848 (autoload 'YaTeX-display-hierarchy "yatexhie"
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
849 "YaTeX document hierarchy browser" t)
61
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
850 (autoload 'YaTeX-display-hierarchy-directly "yatexhie"
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
851 "Same as YaTeX-display-hierarchy. Call from mouse." t)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
852
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
853 ;;autoload from yatexpkg.el
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
854 (autoload 'YaTeX-package-auto-usepackage "yatexpkg" "Auto \\usepackage" t)
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
855
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
856 ;;;
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
857 ;; YaTeX-mode functions
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
858 ;;;
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
859 (defun YaTeX-insert-begin-end (env region-mode)
45
b0fc9c2950cd Prepare for supporting Emacs-19.
yuuji
parents: 36
diff changeset
860 "Insert \\begin{mode-name} and \\end{mode-name}.
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
861 This works also for other defined begin/end tokens to define the structure."
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
862 (setq YaTeX-current-completion-type 'begin)
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
863 (let*((ccol (current-column)) beg beg2 exchange
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
864 (arg region-mode) ;for old compatibility
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
865 (indent-column (+ ccol YaTeX-environment-indent))(i 1) func)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
866 (if (and region-mode (> (point) (mark)))
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
867 (progn (exchange-point-and-mark)
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
868 (setq exchange t
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
869 ccol (current-column)
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
870 indent-column (+ ccol YaTeX-environment-indent))))
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
871 ;;VER2 (insert "\\begin{" env "}" (YaTeX-addin env))
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
872 (setq beg (point))
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
873 (YaTeX-insert-struc 'begin env)
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
874 (setq beg2 (point))
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
875 (insert "\n")
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
876 (indent-to indent-column)
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
877 (save-excursion
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
878 ;;indent optional argument of \begin{env}, if any
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
879 (while (> (point-beginning-of-line) beg)
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
880 (skip-chars-forward "\\s " (point-end-of-line))
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
881 (indent-to indent-column)
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
882 (forward-line -1)))
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
883 (require 'yatexenv)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
884 (if region-mode
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
885 ;;if region-mode, indent all text in the region
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
886 (save-excursion
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
887 (if (fboundp (intern-soft (concat "YaTeX-enclose-" env)))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
888 (funcall (intern-soft (concat "YaTeX-enclose-" env))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
889 (point) (mark))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
890 (while (< (progn (forward-line 1) (point)) (mark))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
891 (if (eolp) nil
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
892 (skip-chars-forward " \t\n")
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
893 (indent-to indent-column))))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
894 (if region-mode (exchange-point-and-mark))
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
895 (indent-to ccol)
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
896 ;;VER2 (insert "\\end{" env "}\n")
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
897 (YaTeX-insert-struc 'end env)
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
898 (YaTeX-reindent ccol)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
899 (if region-mode
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
900 (progn
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
901 (insert "\n")
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
902 (or exchange (exchange-point-and-mark)))
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
903 (goto-char beg2)
215
a67236df3199 Intelligent-newline should always be called.
yuuji@gentei.org
parents: 212
diff changeset
904 (YaTeX-intelligent-newline nil)
218
58a023f16e07 Guidance of intelligent-newline shoud check fboundp.
yuuji@fusion.yk.gentei.org
parents: 217
diff changeset
905 (if (fboundp (intern-soft (concat "YaTeX-intelligent-newline-" env)))
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
906 (progn
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
907 (message
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
908 (cond
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
909 (YaTeX-japan "%s ‚ÅŽŸ‚Ìs‚Ì“ü—Í‚Éi‚Ý‚Ü‚·B")
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
910 (t "`%s' produces the next line's template."))
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
911 (key-description
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
912 (car (where-is-internal 'YaTeX-intelligent-newline))))))
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
913 (YaTeX-indent-line))
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
914 (YaTeX-package-auto-usepackage env 'env)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
915 (if YaTeX-current-position-register
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
916 (point-to-register YaTeX-current-position-register))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
917
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
918 (defun YaTeX-make-begin-end (arg)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
919 "Make LaTeX environment command of \\begin{env.} ... \\end{env.}
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
920 by completing read.
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
921 If you invoke this command with universal argument,
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
922 \(key binding for universal-argument is \\[universal-argument]\)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
923 you can put REGION into that environment between \\begin and \\end."
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
924 (interactive "P")
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
925 (let*
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
926 ((region-p (or arg (YaTeX-region-active-p)))
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
927 (mode (if region-p " region" ""))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
928 (env
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
929 (save-excursion ;for Emacs24 work-around to avoid point warp
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
930 (YaTeX-read-environment
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
931 (format "Begin environment%s(default %s): " mode YaTeX-env-name)))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
932 (if (string= env "")
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
933 (setq env YaTeX-env-name))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
934 (setq YaTeX-env-name env)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
935 (YaTeX-update-table
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
936 (list YaTeX-env-name) 'env-table 'user-env-table 'tmp-env-table)
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
937 (YaTeX-insert-begin-end YaTeX-env-name region-p)))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
938
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
939 (defun YaTeX-make-begin-end-region ()
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
940 "Call YaTeX-make-begin-end with ARG to specify region mode."
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
941 (interactive)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
942 (YaTeX-make-begin-end t))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
943
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
944 (defun YaTeX-guess-section-type ()
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
945 (if (eq major-mode 'yatex-mode)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
946 (save-excursion
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
947 (cond
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
948 ((save-excursion (not (search-backward YaTeX-ec nil t)))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
949 (if YaTeX-use-LaTeX2e "documentclass" "documentstyle"))
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
950 ((progn
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
951 (if (= (char-after (1- (point))) ?~) (forward-char -1))
82
yuuji
parents: 79
diff changeset
952 (forward-char -1) (looking-at "•\\\|}\\|Ž®\\|‘æ"))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
953 "ref")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
954 ((and (looking-at "[a-z \t]")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
955 (progn (skip-chars-backward "a-z \t")
314
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
956 (looking-at "table\\|figure\\|formula\\|eq\\(\\.\\|uation\\)")))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
957 "ref")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
958 ((save-excursion
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
959 (skip-chars-backward "[^ƒA-ƒ“]")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
960 (looking-at "ƒvƒƒOƒ‰ƒ€\\|ƒŠƒXƒg"))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
961 "ref")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
962 ((YaTeX-re-search-active-backward
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
963 (concat YaTeX-ec-regexp "begin{\\([^}]+\\)}")
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
964 (regexp-quote YaTeX-comment-prefix)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
965 (save-excursion (forward-line -1) (point))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
966 t)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
967 (let ((env (YaTeX-match-string 1)))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
968 (cdr (assoc env
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
969 '(("table" . "caption"))))))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
970 ))))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
971
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
972 (defun YaTeX-make-section (arg &optional beg end cmd)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
973 "Make LaTeX \\section{} type command with completing read.
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
974 With numeric ARG, you can specify the number of arguments of
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
975 LaTeX command.
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
976 For example, if you want to produce LaTeX command
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
977
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
978 \\addtolength{\\topmargin}{8mm}
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
979
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
980 which has two arguments. You can produce that sequence by typing...
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
981 ESC 2 C-c s add SPC RET \\topm SPC RET 8mm RET
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
982 \(by default\)
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
983 Then yatex will automatically complete `addtolength' with two arguments
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
984 next time.
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
985 You can complete symbol at LaTeX command and the 1st argument.
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
986
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
987 If the optional 2nd and 3rd argument BEG END are specified, enclose
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
988 the region from BEG to END into the first argument of the LaTeX sequence.
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
989 Optional 4th arg CMD is LaTeX command name, for non-interactive use."
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
990 (interactive "P")
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
991 (setq YaTeX-current-completion-type 'section)
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
992 (if (or (equal arg '(4)) (YaTeX-region-active-p))
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
993 (setq beg (region-beginning) end (region-end)))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
994 (unwind-protect
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
995 (let*
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
996 ((source-window (selected-window))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
997 guess
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
998 (section
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
999 (or cmd
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1000 (progn
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1001 (setq guess
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1002 (or (YaTeX-guess-section-type) YaTeX-section-name))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1003 (YaTeX-read-section
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1004 (if YaTeX-simple-messages
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1005 (format "Section-type (default %s): " guess)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1006 (if (> (minibuffer-depth) 0)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1007 (format "%s???{} (default %s)%s: "
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1008 YaTeX-ec guess
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1009 (format "[level:%d]" (minibuffer-depth)))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1010 (format "(C-v for view-section) %s???{%s} (default %s): "
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1011 YaTeX-ec (if beg "region" "") guess)))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1012 nil))))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1013 (section (if (string= section "") guess section))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1014 (numarg ;; The number of section-type command's argument
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1015 (or (and (numberp arg) arg)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1016 (nth 1 (YaTeX-lookup-table section 'section))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1017 1))
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1018 (arg-reader (intern-soft (concat "YaTeX::" section)))
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1019 (addin-args (and arg-reader (fboundp arg-reader)))
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1020 (title "")
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1021 (j 1)
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1022 (after-change-functions nil) ;inhibit font-locking temporarily
82
yuuji
parents: 79
diff changeset
1023 (enable-recursive-minibuffers t)
yuuji
parents: 79
diff changeset
1024 (mkarg-func
yuuji
parents: 79
diff changeset
1025 (function
yuuji
parents: 79
diff changeset
1026 (lambda (n)
yuuji
parents: 79
diff changeset
1027 (while (<= j n)
216
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1028 (unwind-protect
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1029 (setq title
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1030 (cond
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1031 (addin-args (funcall arg-reader j))
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1032 (YaTeX-skip-default-reader "")
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1033 (t
394
67fa6d791bc9 Workaround for `Same buffer in multiple frames' applied to yahtml
HIROSE Yuuji <yuuji@gentei.org>
parents: 393
diff changeset
1034 (read-string-with-history
216
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1035 (format "Argument %d of %s: " j section)))))
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1036 (insert
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1037 (concat ;to allow nil return value
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1038 "{" title "}")))
82
yuuji
parents: 79
diff changeset
1039 (setq j (1+ j))))))
yuuji
parents: 79
diff changeset
1040 );;let
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1041 (setq YaTeX-section-name section)
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1042 (if beg
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1043 (let*((e (make-marker))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1044 (ar2 (intern-soft (concat "YaTeX::" section "-region")))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1045 (arp (and ar2 (fboundp ar2))))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1046 (goto-char end)
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1047 (insert "}")
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1048 (set-marker e (point))
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1049 (goto-char beg)
216
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1050 (unwind-protect
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1051 (progn
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1052 (insert YaTeX-ec YaTeX-section-name
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1053 (YaTeX-addin YaTeX-section-name))
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1054 (if (> numarg 1) (funcall mkarg-func (1- numarg))))
c1edf0fbab32 Leave `{}' after C-g at section-type completion.
yuuji@gentei.org
parents: 215
diff changeset
1055 (insert "{"))
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1056 (if arp (funcall ar2 (point) e))
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1057 (goto-char e)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1058 (set-marker e nil))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1059 (use-global-map YaTeX-recursive-map)
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1060 (if (= numarg 0) (YaTeX-make-singlecmd YaTeX-section-name)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1061 (progn (insert YaTeX-ec YaTeX-section-name)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1062 (insert (YaTeX-addin YaTeX-section-name))))
82
yuuji
parents: 79
diff changeset
1063 ;;read arguments with add-in
yuuji
parents: 79
diff changeset
1064 (funcall mkarg-func numarg))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1065 (YaTeX-update-table
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1066 (if (/= numarg 1) (list section numarg)
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1067 (list section))
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1068 'section-table 'user-section-table 'tmp-section-table)
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1069 (if YaTeX-current-position-register
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1070 (point-to-register YaTeX-current-position-register))
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1071 (if (string= (YaTeX-buffer-substring (- (point) 2) (point))
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1072 "{}")
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1073 (forward-char -1))
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1074 (while (string= (YaTeX-buffer-substring (- (point) 3) (1- (point)))
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1075 "{}")
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1076 (forward-char -2))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1077 (YaTeX-package-auto-usepackage section 'section))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1078 (if (<= (minibuffer-depth) 0) (use-global-map global-map))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1079 (insert ""))) ;insert dummy string to fontify(Emacs20)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1080
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1081 (defun YaTeX-make-section-region (args beg end)
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1082 "Call YaTeX-make-section with arguments to specify region mode."
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
1083 (interactive "P\nr")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1084 (YaTeX-make-section args beg end))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1085
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1086 (defun YaTeX-make-fontsize (arg &optional fontsize)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1087 "Make completion like {\\large ...} or {\\slant ...} in minibuffer.
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1088 If you invoke this command with universal argument, you can put region
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1089 into {\\xxx } braces.
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1090 \(key binding for universal-argument is \\[universal-argument]\)"
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1091 (interactive "P")
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1092 (YaTeX-sync-local-table 'tmp-fontsize-table)
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1093 (let* ((region-p (if (or arg (YaTeX-region-active-p))
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1094 (cons (region-beginning) (region-end))))
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1095 (mode (if region-p "region" ""))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1096 (fontsize
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1097 (or fontsize
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1098 (YaTeX-read-fontsize
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1099 (if YaTeX-simple-messages
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1100 (format "Font or size (default %s): " YaTeX-fontsize-name)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1101 (format "{\\??? %s} (default %s)%s: " mode YaTeX-fontsize-name
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1102 (if (> (minibuffer-depth) 0)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1103 (format "[level:%d]" (minibuffer-depth)) "")))
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1104 nil nil))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1105 (if (string= fontsize "")
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1106 (setq fontsize YaTeX-fontsize-name))
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1107 (setq YaTeX-current-completion-type 'large)
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1108 (setq YaTeX-fontsize-name fontsize)
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1109 (YaTeX-update-table
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1110 (list YaTeX-fontsize-name)
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1111 'fontsize-table 'user-fontsize-table 'tmp-fontsize-table)
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
1112 (and YaTeX-use-LaTeX2e
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
1113 (YaTeX-latex2e-p)
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1114 (setq fontsize
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1115 (cdr (assoc YaTeX-fontsize-name LaTeX2e-fontstyle-alist)))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1116 (setq YaTeX-fontsize-name fontsize))
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1117 (if region-p
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1118 (let ((b (car region-p))
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1119 (e (set-marker (make-marker) (cdr region-p))))
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1120 (goto-char b)
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1121 (insert "{\\" YaTeX-fontsize-name " ")
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1122 (goto-char e)
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1123 (insert "}")
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1124 (set-marker e nil))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1125 (insert (concat "{\\" YaTeX-fontsize-name " }"))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1126 (forward-char -1)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1127 (if YaTeX-current-position-register
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1128 (point-to-register YaTeX-current-position-register))
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1129 (save-excursion
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1130 (insert (YaTeX-addin YaTeX-fontsize-name)))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1131 (YaTeX-package-auto-usepackage YaTeX-fontsize-name 'large))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1132
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1133 (defun YaTeX-make-fontsize-region ()
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1134 "Call function:YaTeX-make-fontsize with ARG to specify region mode."
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1135 (interactive)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1136 (YaTeX-make-fontsize t))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1137
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1138 (defvar YaTeX-singlecmd-suffix "" "*Suffix for maketitle-type commands.")
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1139 (defvar YaTeX-read-singlecmd-history nil "Holds maketitle-type history.")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1140 (put 'YaTeX-read-singlecmd-history 'no-default t)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1141 (defun YaTeX-make-singlecmd (single)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1142 (interactive
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1143 (list (YaTeX-cplread-with-learning
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1144 (if YaTeX-simple-messages
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1145 (format "maketitle-type (default %s): " YaTeX-single-command)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1146 (format "%s??? (default %s)%s: " YaTeX-ec YaTeX-single-command
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1147 (if (> (minibuffer-depth) 0)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1148 (format "[level:%d]" (minibuffer-depth)) "")))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1149 'singlecmd-table 'user-singlecmd-table 'tmp-singlecmd-table
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1150 nil nil nil 'YaTeX-read-singlecmd-history)))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1151 (if (string= single "")
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1152 (setq single YaTeX-single-command))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1153 (setq YaTeX-single-command single)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1154 (setq YaTeX-current-completion-type 'maketitle)
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1155 (let ((dollar (and (not (YaTeX-in-math-mode-p))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1156 (YaTeX-math-member-p YaTeX-single-command)))
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1157 p q)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1158 (if dollar (insert "$"))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1159 (insert YaTeX-ec YaTeX-single-command)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1160 (setq p (point))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1161 (insert (YaTeX-addin single) YaTeX-singlecmd-suffix)
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1162 (if dollar (insert "$"))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1163 (setq q (point))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1164 (goto-char p)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1165 (forward-char -2)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1166 (if (looking-at "\\[\\]") (forward-char 1) (goto-char q)))
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
1167 (YaTeX-package-auto-usepackage YaTeX-single-command 'maketitle)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1168 (if YaTeX-current-position-register
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1169 (point-to-register YaTeX-current-position-register)))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1170
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1171 (defvar YaTeX-completion-begin-regexp "[{\\]"
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1172 "Regular expression of limit where LaTeX command's completion begins.")
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1173
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1174 (defun YaTeX-do-completion ()
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1175 "Try completion on LaTeX command preceding point."
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1176 (interactive)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1177 (if
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1178 (or (eq (preceding-char) ? )
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1179 (eq (preceding-char) ?\t)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1180 (eq (preceding-char) ?\n)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1181 (bobp))
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1182 (message "Nothing to complete.") ;Do not complete
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1183 (let* ((end (point))
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1184 (limit (point-beginning-of-line))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1185 (completion-begin
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1186 (progn (re-search-backward "[ \t\n]" limit 1) (point)))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1187 (begin (progn
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1188 (goto-char end)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1189 (if (re-search-backward YaTeX-completion-begin-regexp
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1190 completion-begin t)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1191 (1+ (point))
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1192 nil))))
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1193 (goto-char end)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1194 (cond
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1195 ((null begin)
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1196 (message "I think it is not a LaTeX sequence."))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1197 (t
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1198 (mapcar 'YaTeX-sync-local-table
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 16
diff changeset
1199 '(tmp-section-table tmp-env-table tmp-singlecmd-table))
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1200 (let*((pattern (YaTeX-buffer-substring begin end))
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1201 (all-table
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1202 (append
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1203 section-table user-section-table tmp-section-table
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1204 env-table user-env-table tmp-env-table
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1205 singlecmd-table user-singlecmd-table tmp-singlecmd-table))
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1206 ;; First,
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1207 ;; search completion without backslash.
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
1208 (completion (try-completion pattern all-table)))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1209 (if
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1210 (eq completion nil)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1211 ;; Next,
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1212 ;; search completion with backslash
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1213 (setq completion
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1214 (try-completion
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1215 (YaTeX-buffer-substring (1- begin) end)
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1216 all-table nil)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1217 begin (1- begin)))
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1218 (cond
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1219 ((null completion)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1220 (message (concat "Can't find completion for '" pattern "'"))
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1221 (ding))
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1222 ((eq completion t) (message "Sole completion."))
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1223 ((not (string= completion pattern))
82
yuuji
parents: 79
diff changeset
1224 (delete-region begin end)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1225 (insert completion)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1226 )
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1227 (t
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1228 (message "Making completion list...")
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1229 (with-output-to-temp-buffer "*Help*"
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1230 (display-completion-list
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1231 (all-completions pattern all-table)))))))))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1232
12
a7f397790cdc Revise YaTeX-typeset faster.
yuuji
parents: 11
diff changeset
1233 (defun YaTeX-toggle-modify-mode (&optional arg)
a7f397790cdc Revise YaTeX-typeset faster.
yuuji
parents: 11
diff changeset
1234 (interactive "P")
a7f397790cdc Revise YaTeX-typeset faster.
yuuji
parents: 11
diff changeset
1235 (or (memq 'YaTeX-modify-mode mode-line-format)
a7f397790cdc Revise YaTeX-typeset faster.
yuuji
parents: 11
diff changeset
1236 (setq mode-line-format
a7f397790cdc Revise YaTeX-typeset faster.
yuuji
parents: 11
diff changeset
1237 (append (list "" 'YaTeX-modify-mode) mode-line-format)))
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1238 (if (or arg (null YaTeX-modify-mode))
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1239 (progn
12
a7f397790cdc Revise YaTeX-typeset faster.
yuuji
parents: 11
diff changeset
1240 (setq YaTeX-modify-mode "*m*")
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1241 (message "Modify mode"))
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1242 (setq YaTeX-modify-mode nil)
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1243 (message "Cancel modify mode."))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1244 (set-buffer-modified-p (buffer-modified-p))) ;redraw mode-line
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1245
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1246 (defun YaTeX-switch-mode-menu (arg &optional char)
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1247 (interactive "P")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1248 (message "Toggle: (M)odify-mode ma(T)h-mode")
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1249 (let ((c (or char (read-char))))
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1250 (cond
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1251 ((= c ?m) (YaTeX-toggle-modify-mode arg))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1252 ((or (= c ?$) (= c ?t))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1253 (if YaTeX-auto-math-mode
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1254 (message "Makes no sense in YaTeX-auto-math-mode.")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1255 (YaTeX-toggle-math-mode arg))))))
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1256
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1257 (defun YaTeX-insert-quote ()
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1258 (interactive)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1259 (insert
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1260 (cond
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1261 ((YaTeX-literal-p) ?\")
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1262 ((= (preceding-char) ?\\ ) ?\")
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1263 ;((= (preceding-char) ?\( ) ?\")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1264 ((or (= (preceding-char) 32)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1265 (= (preceding-char) 9)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1266 (= (preceding-char) ?\n)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1267 (bobp)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1268 (string-match
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1269 (regexp-quote (char-to-string (preceding-char)))
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1270 "ABCDHIuvwxyz()"))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1271 "``")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1272 (t "''"))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1273
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1274 (defun YaTeX-closable-p ()
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1275 (and (not YaTeX-modify-mode)
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1276 (not (eq YaTeX-close-paren-always 'never))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1277 (or YaTeX-close-paren-always (eolp))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1278 (not (input-pending-p))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1279 (not (YaTeX-literal-p)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1280 ;;(or YaTeX-modify-mode
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1281 ;; (and (not YaTeX-close-paren-always) (not (eolp)))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1282 ;; (input-pending-p)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1283 ;; (YaTeX-quick-in-environment-p "verbatim"))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1284 )
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1285
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1286 (defun YaTeX-insert-braces-region (beg end &optional open close)
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1287 (interactive "r")
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1288 (save-excursion
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1289 (goto-char end)
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1290 (YaTeX-insert-inherit (or close "}"))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1291 (goto-char beg)
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1292 (YaTeX-insert-inherit (or open "{"))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1293
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1294 (defun YaTeX-get-macro-at-point (&optional p)
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1295 "Get (La)TeX macro around point P."
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1296 (interactive "d")
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1297 (save-excursion
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1298 (goto-char (setq p (or p (point))))
198
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1299 (let ((token (substring (substring YaTeX-TeX-token-regexp 1) 0 -2))
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1300 bsend)
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1301 (and (not (bobp))
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1302 (or (looking-at YaTeX-TeX-token-regexp)
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1303 (string-match
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1304 YaTeX-TeX-token-regexp (char-to-string (preceding-char))))
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1305 (progn
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1306 (skip-chars-backward token)
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1307 (equal (preceding-char) ?\\))
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1308 (save-excursion
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1309 (setq bsend (point))
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1310 (skip-chars-backward "\\\\") ;emacs18 doesn't return distance
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1311 (/= (% (- bsend (point)) 2) 0)) ;consider \\
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1312 (looking-at YaTeX-TeX-token-regexp)
768ff443ef84 More accurate check for YaTeX-get-macro-at-point.
yuuji@gentei.org
parents: 197
diff changeset
1313 (YaTeX-match-string 0)))))
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1314
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1315 (defun YaTeX-insert-braces (arg &optional open close)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1316 (interactive "p")
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1317 (let ((begend-guide
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1318 (function
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1319 (lambda ()
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1320 (if (equal (get 'YaTeX-insert-braces 'begend-guide) 2)
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1321 nil ;if triggered thrice, do nothing
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1322 (momentary-string-display
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1323 (format
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1324 (cond
196
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1325 (YaTeX-japan "begin/end“ü—Í‚É‚Í %s ‚ðŽg‚¢‚Ü‚µ‚傤")
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1326 (t "You don't understand Zen of `%s'!"))
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1327 (key-description
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1328 (car (where-is-internal 'YaTeX-make-begin-end))))
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1329 (point))
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1330 (put 'YaTeX-insert-braces 'begend-guide
451
2011de73a671 Who owes the incompatibility of string-to-int?
HIROSE Yuuji <yuuji@gentei.org>
parents: 450
diff changeset
1331 (+ 1 (YaTeX-str2int ;increment counter of beg-end guidance
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1332 (prin1-to-string
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1333 (get 'YaTeX-insert-braces 'begend-guide)))))))))
196
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1334 env macro not-literal b e)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1335 (cond
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1336 ((YaTeX-region-active-p)
390
fa7370eb8292 Call YaTeX-insert-braces-region when region-active-p ("{")
HIROSE Yuuji <yuuji@gentei.org>
parents: 386
diff changeset
1337 (YaTeX-insert-braces-region (region-beginning) (region-end)))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1338 ((YaTeX-jmode) (YaTeX-self-insert arg))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1339 ((not (YaTeX-closable-p)) (YaTeX-self-insert arg))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1340 ((save-excursion
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1341 (and (> (- (point) (point-min)) 6)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1342 (condition-case () (forward-char -6) (error nil)))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1343 (looking-at "\\\\left\\\\"))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1344 (insert "{\\right\\}")
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1345 (forward-char -8))
193
e216f9f347fa Camouflage email addresses.
yuuji@gentei.org
parents: 192
diff changeset
1346 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1347 (and (> (- (point) (point-min)) 6) (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1348 (looking-at "\\\\[bB]igl\\\\"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1349 (insert
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1350 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1351 "{" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\}"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1352 (forward-char -7))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1353 ((save-excursion
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1354 (and (> (- (point) (point-min)) 7)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1355 (condition-case () (forward-char -7) (error nil)))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1356 (looking-at "\\\\[bB]iggl\\\\"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1357 (insert
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1358 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1359 "{" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\}"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1360 (forward-char -8))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1361 ((= (preceding-char) ?\\ )
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1362 (insert "{\\}")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1363 (forward-char -2)) ;matsu's hack ends here
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1364 ((and (setq not-literal (not (YaTeX-literal-p)))
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1365 (equal "end" (setq macro (YaTeX-get-macro-at-point)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1366 (setq env (YaTeX-inner-environment)))
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1367 (funcall begend-guide)
196
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1368 (insert "{" env "}"))
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1369 ((and not-literal (equal "begin" macro))
196
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1370 (insert "{")
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1371 (save-excursion
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1372 (indent-to (prog1 (- (current-column) 7) (insert "}\n")))
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1373 (insert "\\end{}")
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1374 (setq e (point)))
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1375 (setq env
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1376 (YaTeX-read-environment
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1377 (format "Begin environment(default %s): " YaTeX-env-name)))
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1378 (if (string= "" env) (setq env YaTeX-env-name))
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1379 (setq YaTeX-env-name env)
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1380 (funcall begend-guide)
196
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1381 (delete-region (- (point) 7) e)
194
2af7a6ba45cd Add guidance completion for `\begin{'.
yuuji@gentei.org
parents: 193
diff changeset
1382 (YaTeX-insert-begin-end env nil))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1383 (t
47
d7e7b4654058 Support special popup frame.
yuuji
parents: 46
diff changeset
1384 (insert (or open "{") (or close "}"))
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1385 (forward-char -1)
196
701d87b607e0 The indentation of automatically inserted \end, fixed.
yuuji@gentei.org
parents: 195
diff changeset
1386 (if (and (eq (char-after (point)) ?\}) ;; the case `\\{}'
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1387 (eq (char-after (- (point) 2)) ?\\ ))
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1388 (progn (insert "\\") (forward-char -1)))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1389 ))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1390
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1391 (defun YaTeX-jmode ()
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1392 (or (and (boundp 'canna:*japanese-mode*) canna:*japanese-mode*)
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1393 (and (boundp 'egg:*mode-on*) egg:*mode-on* egg:*input-mode*)
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1394 (and (boundp 'skk-mode) skk-mode (not skk-latin-mode))
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1395 (and (boundp 'default-input-method) default-input-method
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1396 current-input-method)))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1397
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1398 (defun YaTeX-jmode-off ()
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1399 (if (cond
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1400 ((and (boundp 'canna:*japanese-mode*) canna:*japanese-mode*)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1401 (canna-toggle-japanese-mode) t)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1402 ((and (boundp 'egg:*mode-on*) egg:*mode-on* egg:*input-mode*)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1403 (egg:toggle-egg-mode-on-off) t)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1404 ((and (fboundp 'skk-mode) (boundp 'skk-mode) skk-mode)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1405 (cond
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1406 ((fboundp 'skk-latin-mode)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1407 (or (and (boundp 'skk-henkan-mode) skk-henkan-mode)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1408 (and (boundp 'skk-henkan-on)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1409 (or skk-henkan-mode skk-henkan-active))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1410 (and (boundp 'j-henkan-on)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1411 (or j-henkan-on j-henkan-active))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1412 ;; Deactivate jmode if henkan-mode is not running.
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1413 ;; Suggested by tt.tetsuo.tsukamoto.
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1414 (progn
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1415 (put 'YaTeX-jmode-on 'skkkata skk-katakana)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1416 (skk-latin-mode t))))
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1417 ((fboundp 'skk-mode-off) (skk-mode-off))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1418 (t (j-mode-off)))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1419 t)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1420 ((and (fboundp 'toggle-input-method) current-input-method)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1421 (toggle-input-method) t)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1422 ((and (fboundp 'fep-force-off) (fep-force-off))))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1423 (put 'YaTeX-jmode 'jmode t)))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1424
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1425 (defun YaTeX-jmode-on ()
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1426 (cond
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1427 ((boundp 'canna:*japanese-mode*)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1428 (if (not canna:*japanese-mode*) (canna-toggle-japanese-mode)))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1429 ((boundp 'egg:*mode-on*)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1430 (and (not egg:*mode-on*) (not egg:*input-mode*)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1431 (egg:toggle-egg-mode-on-off)))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1432 ((and (fboundp 'skk-mode) (boundp 'skk-mode))
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1433 (if (get 'YaTeX-jmode-on 'skkkata)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1434 (skk-j-mode-on t)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1435 (skk-mode 1))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1436 (put 'YaTeX-jmode-on 'skkkata nil))
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1437 ((fboundp 'toggle-input-method)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1438 (if (not current-input-method) (toggle-input-method)))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1439 ((and (fboundp 'fep-force-on) (fep-force-on)))))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1440
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1441 (defun YaTeX-jmode-back ()
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1442 (if (get 'YaTeX-jmode 'jmode)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1443 (YaTeX-jmode-on))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1444 (setplist 'YaTeX-jmode nil))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1445
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1446 (defun YaTeX-self-insert (arg)
290
1a4332ecc58b For emacs-24.3+ and NEmacs(last-command-{char,event} handling)
HIROSE Yuuji <yuuji@gentei.org>
parents: 288
diff changeset
1447 (call-interactively (global-key-binding (char-to-string (YaTeX-last-key)))))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1448 (defun YaTeX-insert-inherit (&rest args)
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1449 (apply (if (fboundp 'insert-and-inherit) 'insert-and-inherit 'insert)
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1450 args))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1451
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1452 (defun YaTeX-insert-brackets (arg)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1453 "Insert Kagi-kakko or \\ [ \\] pair or simply \[."
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1454 (interactive "p")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1455 (let ((col (1- (current-column))))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1456 (cond
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1457 ((YaTeX-region-active-p)
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1458 (YaTeX-insert-brackets-region (region-beginning) (region-end)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1459 ((YaTeX-jmode) (YaTeX-self-insert arg))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1460 ((not (YaTeX-closable-p))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1461 (YaTeX-self-insert arg))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1462 ((save-excursion
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1463 (and (> (- (point) (point-min)) 5) (forward-char -5))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1464 (looking-at "\\\\left"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1465 (YaTeX-insert-inherit "[\\right]")
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1466 (forward-char -7))
193
e216f9f347fa Camouflage email addresses.
yuuji@gentei.org
parents: 192
diff changeset
1467 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1468 (and (> (- (point) (point-min)) 5) (forward-char -5))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1469 (looking-at "\\\\[bB]igl"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1470 (YaTeX-insert-inherit
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1471 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1472 "[" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r]"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1473 (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1474 ((save-excursion
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1475 (and (> (- (point) (point-min)) 6) (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1476 (looking-at "\\\\[bB]iggl"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1477 (YaTeX-insert-inherit
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1478 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1479 "[" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r]"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1480 (forward-char -7)) ;matsu's hack ends here
36
47659405d1af Added `verb' and `verb*'.
yuuji
parents: 34
diff changeset
1481 ((and (= (preceding-char) ?\\ )
47659405d1af Added `verb' and `verb*'.
yuuji
parents: 34
diff changeset
1482 (/= (char-after (- (point) 2)) ?\\ )
47659405d1af Added `verb' and `verb*'.
yuuji
parents: 34
diff changeset
1483 (not (YaTeX-in-math-mode-p)))
290
1a4332ecc58b For emacs-24.3+ and NEmacs(last-command-{char,event} handling)
HIROSE Yuuji <yuuji@gentei.org>
parents: 288
diff changeset
1484 (YaTeX-insert-inherit (YaTeX-last-key) "\n")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1485 (indent-to (max 0 col))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1486 (YaTeX-insert-inherit "\\]")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1487 (beginning-of-line)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1488 (open-line 1)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1489 (delete-region (point) (progn (beginning-of-line) (point)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1490 (indent-to (+ YaTeX-environment-indent (max 0 col)))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1491 (or YaTeX-auto-math-mode YaTeX-math-mode (YaTeX-toggle-math-mode 1)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1492 ((YaTeX-closable-p)
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1493 (YaTeX-insert-inherit "[]")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1494 (backward-char 1))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1495 (t (YaTeX-self-insert arg)))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1496
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1497 (defun YaTeX-insert-brackets-region (beg end)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1498 (interactive "r")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1499 (YaTeX-insert-braces-region beg end "[" "]"))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1500
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1501 (defun YaTeX-insert-parens (arg)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1502 "Insert parenthesis pair."
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1503 (interactive "p")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1504 (cond
392
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1505 ((YaTeX-region-active-p)
c44910b36b95 Switch to region-mode if completion called with active region.
HIROSE Yuuji <yuuji@gentei.org>
parents: 390
diff changeset
1506 (YaTeX-insert-parens-region (region-beginning) (region-end)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1507 ((YaTeX-jmode) (YaTeX-self-insert arg))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1508 ((not (YaTeX-closable-p)) (YaTeX-self-insert arg))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1509 ((save-excursion
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1510 (and (> (- (point) (point-min)) 5) (forward-char -5))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1511 (looking-at "\\\\left"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1512 (YaTeX-insert-inherit "(\\right)")
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1513 (forward-char -7))
193
e216f9f347fa Camouflage email addresses.
yuuji@gentei.org
parents: 192
diff changeset
1514 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1515 (and (> (- (point) (point-min)) 5) (forward-char -5))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1516 (looking-at "\\\\[bB]igl"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1517 (YaTeX-insert-inherit
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1518 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1519 "(" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r)"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1520 (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1521 ((save-excursion
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1522 (and (> (- (point) (point-min)) 6) (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1523 (looking-at "\\\\[bB]iggl"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1524 (YaTeX-insert-inherit
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1525 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1526 "(" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r)"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1527 (forward-char -7))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1528 ((= (preceding-char) ?\\ ) ;matsu's hack ends here
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1529 (YaTeX-insert-inherit "(\\)")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1530 (backward-char 2))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1531 ((YaTeX-closable-p)
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1532 (YaTeX-insert-inherit "()")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1533 (backward-char 1))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1534 (t (YaTeX-self-insert arg))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1535
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1536 (defun YaTeX-insert-parens-region (beg end)
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1537 (interactive "r")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1538 (YaTeX-insert-braces-region beg end "(" ")"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1539
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1540 (defun YaTeX-insert-bar (arg)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1541 "Insert bar pair."
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1542 (interactive "p")
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1543 (cond
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1544 ((YaTeX-jmode) (YaTeX-self-insert arg))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1545 ((not (YaTeX-closable-p)) (YaTeX-self-insert arg))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1546 ((save-excursion
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1547 (and (> (- (point) (point-min)) 5) (forward-char -5))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1548 (looking-at "\\\\left"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1549 (YaTeX-insert-inherit "|\\right|")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1550 (forward-char -7))
193
e216f9f347fa Camouflage email addresses.
yuuji@gentei.org
parents: 192
diff changeset
1551 ((save-excursion ;from matsu<at>math.s.chiba-u.ac.jp
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1552 (and (> (- (point) (point-min)) 5) (forward-char -5))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1553 (looking-at "\\\\[bB]igl"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1554 (insert
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1555 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1556 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r|"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1557 (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1558 ((save-excursion
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1559 (and (> (- (point) (point-min)) 6) (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1560 (looking-at "\\\\[bB]iggl"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1561 (insert
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1562 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1563 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r|"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1564 (forward-char -7))
193
e216f9f347fa Camouflage email addresses.
yuuji@gentei.org
parents: 192
diff changeset
1565 ((save-excursion ; added by Jin <MAF01011<at>nifty.ne.jp>
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1566 (and (> (- (point) (point-min)) 6) (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1567 (looking-at "\\\\left\\\\"))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1568 (YaTeX-insert-inherit "|\\right\\|")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1569 (forward-char -8))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1570 ((save-excursion
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1571 (and (> (- (point) (point-min)) 6) (forward-char -6))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1572 (looking-at "\\\\[bB]igl\\\\"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1573 (insert
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1574 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1575 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\|"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1576 (forward-char -7))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1577 ((save-excursion
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1578 (and (> (- (point) (point-min)) 7) (forward-char -7))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1579 (looking-at "\\\\[bB]iggl\\\\"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1580 (insert
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1581 (concat
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1582 "|" (buffer-substring (match-beginning 0) (- (match-end 0) 2)) "r\\|"))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1583 (forward-char -8)) ; added by Jin up to here.
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1584 ((= (preceding-char) ?\\ )
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1585 (YaTeX-insert-inherit "|\\|")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1586 (backward-char 2))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1587 ; ((and (YaTeX-closable-p)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1588 ; (/= (preceding-char) ?|)
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1589 ; (/= (following-char) ?|))
184
bdc00b25045d The text-property for math-mode should be front-sticky and rear-nonsticky.
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 181
diff changeset
1590 ; (YaTeX-insert-inherit "||")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1591 ; (backward-char 1))
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1592 (t (YaTeX-self-insert arg))))
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1593
285
032d08cdcca2 Activate YaTeX-use-jmode-hook only if using canna.
HIROSE Yuuji <yuuji@gentei.org>
parents: 282
diff changeset
1594 (defvar YaTeX-use-jmode-hook
032d08cdcca2 Activate YaTeX-use-jmode-hook only if using canna.
HIROSE Yuuji <yuuji@gentei.org>
parents: 282
diff changeset
1595 (and (featurep 'canna) (boundp 'canna:*initialized*) canna:*initialized*)
032d08cdcca2 Activate YaTeX-use-jmode-hook only if using canna.
HIROSE Yuuji <yuuji@gentei.org>
parents: 282
diff changeset
1596 ;; (not (and (fboundp 'skk-mode) (boundp 'skk-mode)))
197
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1597 "*Non-nil means activate automatic jmode switcher within/out math mode.
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1598 Hopefully, change default to t in the next version of 1.75.")
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1599 (defun YaTeX-jmode-hook (old new)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1600 "A hook controling jmode on/off."
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1601 ;; This function is called via point-entered/leave hook, so that
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1602 ;; codes in it is evaluated on such emacsen as having text-properties.
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1603 (let ((inhibit-point-motion-hooks t)
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1604 (oldp (plist-get (text-properties-at old) 'point-left))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1605 (newp (plist-get (text-properties-at new) 'point-left))
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1606 (lnew (plist-get (text-properties-at new) 'last-new))
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1607 (mjmode (plist-get (text-properties-at new) 'mjmode))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1608 (bmp (buffer-modified-p))
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1609 (jm (YaTeX-jmode)) b e)
181
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1610 (unwind-protect
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1611 (cond
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1612 ((eq lnew new) nil) ;Do nothing if continuous entry
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1613 ((and (not (eq newp 'YaTeX-jmode-hook))
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1614 (eq oldp 'YaTeX-jmode-hook)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1615 (plist-get (text-properties-at old) 'entered))
181
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1616 ;; leave
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1617 (remove-text-properties
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1618 (setq b (1+ (or (previous-single-property-change old 'point-left)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1619 (1- (point)))))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1620 (setq e (1- (or (next-single-property-change old 'point-left)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1621 (1+ (point)))))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1622 (list 'last-new nil 'entered nil))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1623 (add-text-properties b e (list 'mjmode jm))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1624 (if (boundp 'skk-katakana)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1625 (put 'YaTeX-jmode-on 'skkkata skk-katakana))
181
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1626 (if (plist-get (text-properties-at old) 'jmode)
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1627 (YaTeX-jmode-on)))
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1628 ((and (not (eq oldp 'YaTeX-jmode-hook))
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1629 (eq newp 'YaTeX-jmode-hook)
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1630 (not (plist-get (text-properties-at new) 'entered)))
181
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1631 ;; enter
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1632 (add-text-properties
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1633 (1+ (or (previous-single-property-change new 'point-left)
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1634 (1- (point))))
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1635 (1- (or (next-single-property-change new 'point-left)
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1636 (1+ (point))))
186
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1637 (list 'jmode jm 'last-new new 'entered t))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1638 (if (boundp 'skk-katakana) ;care for skk katakana mode
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1639 (put 'YaTeX-jmode-on 'skkkata skk-katakana))
61996cd55816 Ensure point-entered/point-left hook should not run continuously.
yuuji@gentei.org
parents: 185
diff changeset
1640 (if mjmode (YaTeX-jmode-on) (YaTeX-jmode-off))))
181
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1641 ;;unwind job
ab7cd5129797 Keep buffer-modified-p in YaTeX-jmode-hook().
yuuji@gentei.org
parents: 179
diff changeset
1642 (set-buffer-modified-p bmp))))
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
1643
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1644 (defun YaTeX-insert-dollar ()
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1645 (interactive)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1646 (if (or (not (YaTeX-closable-p))
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1647 (= (preceding-char) 92)
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1648 (and (YaTeX-in-math-mode-p)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1649 (or (/= (preceding-char) ?$) (/= (following-char) ?$))))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1650 (insert "$")
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1651 (insert "$$")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1652 (forward-char -1)
197
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1653 (and YaTeX-use-jmode-hook
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1654 (fboundp 'add-text-properties)
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1655 (add-text-properties
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1656 (1- (point)) (1+ (point))
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1657 (list 'point-left 'YaTeX-jmode-hook
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1658 'point-entered 'YaTeX-jmode-hook
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1659 'front-sticky t
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1660 'rear-nonsticky t
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1661 'mjmode nil
3842e55025aa Note on { after \begin.
yuuji@gentei.org
parents: 196
diff changeset
1662 'jmode (YaTeX-jmode))))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1663 (YaTeX-jmode-off)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1664 (or YaTeX-auto-math-mode YaTeX-math-mode (YaTeX-toggle-math-mode 1))))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1665
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1666 (defun YaTeX-insert-dollars-region (beg end)
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1667 (interactive "r")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1668 (YaTeX-insert-braces-region beg end "$" "$"))
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
1669
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1670 (defun YaTeX-insert-amper ()
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1671 (interactive)
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1672 (if (or (string-match YaTeX-array-env-regexp
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1673 (or (YaTeX-inner-environment t) "document"))
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1674 (= (preceding-char) 92)
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
1675 (YaTeX-literal-p)
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
1676 (YaTeX-in-math-mode-p))
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1677 (insert "&")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1678 (insert "\\&")))
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1679
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1680 (defun YaTeX-version ()
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1681 "Return string of the version of running YaTeX."
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1682 (interactive)
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1683 (message
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1684 (concat "Yet Another tex-mode "
55
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
1685 (if YaTeX-japan "u–ì’¹v" "`Wild Bird'")
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1686 " Revision "
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1687 YaTeX-revision-number)))
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
1688
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1689 (defun YaTeX-typeset-menu (arg &optional char)
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1690 "Typeset, preview, visit error and miscellaneous convenient menu.
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1691 Optional second argument CHAR is for non-interactive call from menu."
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1692 (interactive "P")
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1693 (message
130
8703f090c628 `[prefix] t e' for YaTeX-typeset-environment.
yuuji@gentei.org
parents: 129
diff changeset
1694 (concat "J)latex R)egion E)nv B)ibtex mk(I)dx "
123
590fc51462c7 New typeset menu `latex+p(D)f' added.
yuuji@gentei.org
parents: 119
diff changeset
1695 "latex+p(D)f "
590fc51462c7 New typeset menu `latex+p(D)f' added.
yuuji@gentei.org
parents: 119
diff changeset
1696 (if (fboundp 'start-process) "K)ill ")
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1697 "P)review "
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1698 (and (boundp 'window-system) window-system "S)earch ")
123
590fc51462c7 New typeset menu `latex+p(D)f' added.
yuuji@gentei.org
parents: 119
diff changeset
1699 "V)iewErr L)pr"))
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1700 (let ((sw (selected-window)) (c (or char (read-char))))
32
546c4baad92f The first typesetting splits window into 3 on Nemacs. Fixed.
yuuji
parents: 22
diff changeset
1701 (require 'yatexprc) ;for Nemacs's bug
546c4baad92f The first typesetting splits window into 3 on Nemacs. Fixed.
yuuji
parents: 22
diff changeset
1702 (select-window sw)
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
1703 (cond
327
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
1704 ((memq c '(?j ?\C-j)) (YaTeX-typeset-buffer) ; memq for usability test
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
1705 (put 'dvi2-command 'format 'dvi))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1706 ((= c ?r) (YaTeX-typeset-region))
130
8703f090c628 `[prefix] t e' for YaTeX-typeset-environment.
yuuji@gentei.org
parents: 129
diff changeset
1707 ((= c ?e) (YaTeX-typeset-environment))
224
9705855793ca YaTeX-typeset-auto-rerun for labels and bibitems reference resolution.
yuuji@gentei.org
parents: 218
diff changeset
1708 ((= c ?b) (YaTeX-call-builtin-on-file
227
3b2ac4652810 Handling of built-in is changed to use YaTeX-getset-builtin.
yuuji@gentei.org
parents: 224
diff changeset
1709 "BIBTEX" bibtex-command arg))
224
9705855793ca YaTeX-typeset-auto-rerun for labels and bibitems reference resolution.
yuuji@gentei.org
parents: 218
diff changeset
1710 ((= c ?i) (YaTeX-call-builtin-on-file
227
3b2ac4652810 Handling of built-in is changed to use YaTeX-getset-builtin.
yuuji@gentei.org
parents: 224
diff changeset
1711 "MAKEINDEX" makeindex-command arg))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1712 ((= c ?k) (YaTeX-kill-typeset-process YaTeX-typeset-process))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
1713 ((= c ?p) (call-interactively 'YaTeX-preview))
351
0fc7ea5baa5f YaTeX-system takes two more args for utilization from YaTeX-preview-jump-file.
HIROSE Yuuji <yuuji@gentei.org>
parents: 350
diff changeset
1714 ((= c ?q) (YaTeX-system "lpq" "Printer queue"))
288
dffc0d979ae0 Use %#DVIPDF on `[prefix] t d'.
HIROSE Yuuji <yuuji@gentei.org>
parents: 286
diff changeset
1715 ((= c ?d) (YaTeX-typeset-buffer
327
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
1716 (or (YaTeX-get-builtin "DVIPDF") YaTeX-dvipdf-command))
2bc5b59840d5 Change default previewer after [prefix]td
HIROSE Yuuji <yuuji@gentei.org>
parents: 323
diff changeset
1717 (put 'dvi2-command 'format 'pdf))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
1718 ((= c ?v) (YaTeX-view-error))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1719 ((= c ?l) (YaTeX-lpr arg))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1720 ((= c ?m) (YaTeX-switch-mode-menu arg))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1721 ((= c ?s) (YaTeX-xdvi-remote-search arg)))))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
1722
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1723 (if (fboundp 'wrap-function-to-control-ime)
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1724 (wrap-function-to-control-ime 'YaTeX-typeset-menu t "P"))
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1725
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
1726
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1727 (defun YaTeX-%-menu (&optional beg end char)
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1728 "Operate %# notation."
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
1729 ;;Do not use interactive"r" for the functions which require no mark
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
1730 (interactive)
410
9ab38ecfd3d1 Default previewer for PDF is taken from %#PDFVIEW instead of %#PREVIEW.
HIROSE Yuuji <yuuji@gentei.org>
parents: 409
diff changeset
1731 (message "!)Edit-%%#! D)VIPDF B)EGIN-END P)review pdf(V)iew L)PR M)akeidx b)ibtex dp(I)")
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
1732 (let ((c (or char (read-char))) (string "") key
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1733 (b (make-marker)) (e (make-marker)))
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1734 (save-excursion
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1735 (cond
410
9ab38ecfd3d1 Default previewer for PDF is taken from %#PDFVIEW instead of %#PREVIEW.
HIROSE Yuuji <yuuji@gentei.org>
parents: 409
diff changeset
1736 ((rindex "!plmibdv" c) ;Edit %#xxx
227
3b2ac4652810 Handling of built-in is changed to use YaTeX-getset-builtin.
yuuji@gentei.org
parents: 224
diff changeset
1737 (setq key (cdr (assq c '((?! . "!")
3b2ac4652810 Handling of built-in is changed to use YaTeX-getset-builtin.
yuuji@gentei.org
parents: 224
diff changeset
1738 (?p . "PREVIEW")
3b2ac4652810 Handling of built-in is changed to use YaTeX-getset-builtin.
yuuji@gentei.org
parents: 224
diff changeset
1739 (?l . "LPR")
407
b423cf9b35ee Revision number changed
HIROSE Yuuji <yuuji@gentei.org>
parents: 405
diff changeset
1740 (?m . "MAKEINDEX")
386
8d17b1902bdd Update menu string of YaTeX-%-menu
HIROSE Yuuji <yuuji@gentei.org>
parents: 385
diff changeset
1741 (?d . "DVIPDF")
410
9ab38ecfd3d1 Default previewer for PDF is taken from %#PDFVIEW instead of %#PREVIEW.
HIROSE Yuuji <yuuji@gentei.org>
parents: 409
diff changeset
1742 (?v . "PDFVIEW")
407
b423cf9b35ee Revision number changed
HIROSE Yuuji <yuuji@gentei.org>
parents: 405
diff changeset
1743 (?i . "IMAGEDPI")
227
3b2ac4652810 Handling of built-in is changed to use YaTeX-getset-builtin.
yuuji@gentei.org
parents: 224
diff changeset
1744 (?b . "BIBTEX")))))
3b2ac4652810 Handling of built-in is changed to use YaTeX-getset-builtin.
yuuji@gentei.org
parents: 224
diff changeset
1745 (YaTeX-getset-builtin key t))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1746
385
0f66df4d0477 %#BEGIN..%#END enclosing called by ?B in %-menu, instead of ?b
HIROSE Yuuji <yuuji@gentei.org>
parents: 382
diff changeset
1747 ((= c ?B) ;%#BEGIN %#END region
16
cb9afa9c1213 Auto-indentation at begin-type completion works correctly.
yuuji
parents: 15
diff changeset
1748 (or end (setq beg (min (point) (mark)) end (max (point) (mark))))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1749 (set-marker b beg)
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1750 (set-marker e end)
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1751 (goto-char (point-min))
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1752 (while (re-search-forward "^%#\\(BEGIN\\)\\|\\(END\\)$" nil t)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1753 (beginning-of-line)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1754 (delete-region (point) (progn (forward-line 1) (point))))
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1755 (goto-char b)
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1756 (open-line 1)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1757 (delete-region (point) (progn (beginning-of-line)(point)));for 19 :-<
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1758 (insert "%#BEGIN")
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1759 (goto-char e)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1760 (insert "%#END\n")
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1761 (set-marker b nil)
386
8d17b1902bdd Update menu string of YaTeX-%-menu
HIROSE Yuuji <yuuji@gentei.org>
parents: 385
diff changeset
1762 (set-marker e nil))))))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1763
168
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1764 (defvar YaTeX-refcommand-def-regexp-default
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1765 "label\\|bibitem")
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1766 (defvar YaTeX-refcommand-def-regexp-private nil
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1767 "*Regexp of defining label commands")
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1768 (defvar YaTeX-refcommand-def-regexp
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1769 (concat (if YaTeX-refcommand-def-regexp-private
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1770 (concat YaTeX-refcommand-def-regexp-private "\\|"))
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1771 YaTeX-refcommand-def-regexp-default))
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1772
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1773 (defvar YaTeX-refcommand-ref-regexp-default
314
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
1774 "\\(page\\|eq\\|fig\\)?ref\\|cite"
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
1775 "Regexp of LaTeX's label-referring macros.
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
1776 Searching for this will be done without `\\\\'.
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
1777 So you need not add patterns if new referring macro ends with \"ref\".")
168
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1778 (defvar YaTeX-refcommand-ref-regexp-private nil
314
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
1779 "*Regexp of referring label commands.
fae84a98372c ("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
HIROSE Yuuji <yuuji@gentei.org>
parents: 313
diff changeset
1780 See documentation of `YaTeX-refcommand-ref-regexp-default'.")
168
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1781 (defvar YaTeX-refcommand-ref-regexp
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1782 (concat (if YaTeX-refcommand-ref-regexp-private
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1783 (concat YaTeX-refcommand-ref-regexp-private "\\|"))
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1784 YaTeX-refcommand-ref-regexp-default))
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1785
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1786 (defvar YaTeX-refcommand-regexp
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1787 (concat YaTeX-refcommand-def-regexp
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1788 "\\|" YaTeX-refcommand-ref-regexp)
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1789 "Regexp of label defining/referring command name.")
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1790
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1791 (defun YaTeX-goto-corresponding-label (reverse &optional otherwin)
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1792 "Jump to corresponding \\label{} and \\ref{} or \\cite and \\bibitem.
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1793 The default search direction depends on the command at the cursor position.
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1794 When the cursor is on \\ref(\\cite), YaTeX will try to search the
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1795 corresponding \\label(\\bibitem) backward,
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1796 and if it fails search forward again. And when the cursor is
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1797 on \\label(\\bibitem), YaTeX will search the corresponding \\ref(\\cite)
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1798 forward at first and secondary backward.
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1799 Argument REVERSE non-nil makes the default
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1800 direction rule reverse. Since Search string is automatically set in
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1801 search-last-string, you can repeat search the same label/ref by typing
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1802 \\[isearch-forward] or \\[isearch-backward].
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1803 If optional second argument OTHERWIN is non-nil, move to other window."
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1804
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1805 (let ((scmd "") label direc string blist (p (point)) (cb (current-buffer))
168
191cffccc912 Replace all \ref{LABEL} when changing \label{LABEL}.
yuuji@gentei.org
parents: 166
diff changeset
1806 (refcommands YaTeX-refcommand-regexp)
82
yuuji
parents: 79
diff changeset
1807 (foundmsg (format "Type %s %c to return to original position."
yuuji
parents: 79
diff changeset
1808 (key-description
yuuji
parents: 79
diff changeset
1809 (car
yuuji
parents: 79
diff changeset
1810 (or (where-is-internal 'register-to-point)
yuuji
parents: 79
diff changeset
1811 (where-is-internal 'jump-to-register))))
yuuji
parents: 79
diff changeset
1812 YaTeX-current-position-register))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1813 (func (function (lambda (string sfunc)
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1814 (or
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1815 (funcall sfunc string nil t)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1816 (funcall (if (eq sfunc 're-search-forward)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1817 're-search-backward 're-search-forward)
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1818 string nil t))))))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1819 (cond
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1820 ((YaTeX-on-section-command-p refcommands)
82
yuuji
parents: 79
diff changeset
1821 (setq scmd
yuuji
parents: 79
diff changeset
1822 (cdr
yuuji
parents: 79
diff changeset
1823 (assoc
yuuji
parents: 79
diff changeset
1824 (YaTeX-match-string 1)
yuuji
parents: 79
diff changeset
1825 '(("label" . "\\\\\\(page\\|eq\\)?ref{%k}")
yuuji
parents: 79
diff changeset
1826 ("ref" . "\\\\label{%k}")
yuuji
parents: 79
diff changeset
1827 ("eqref" . "\\\\label{%k}")
yuuji
parents: 79
diff changeset
1828 ("pageref" . "\\\\label{%k}")
yuuji
parents: 79
diff changeset
1829 ("cite" .
yuuji
parents: 79
diff changeset
1830 "\\\\bibitem\\(\\[[^]]+\\]\\)?{%k}\\|^\\s *@[a-z]+{%k,")
yuuji
parents: 79
diff changeset
1831 ("bibitem" . "\\\\cite\\(\\[[^]]+\\]\\)?")))))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1832 (goto-char (match-end 0))
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1833 (let ((label (YaTeX-buffer-substring
82
yuuji
parents: 79
diff changeset
1834 (1- (point)) (progn (backward-list 1) (1+ (point)))))
yuuji
parents: 79
diff changeset
1835 (fp (make-marker))fl fn
yuuji
parents: 79
diff changeset
1836 (goother (function (lambda (buffer point)
yuuji
parents: 79
diff changeset
1837 (goto-char point)
yuuji
parents: 79
diff changeset
1838 (if (one-window-p)
yuuji
parents: 79
diff changeset
1839 (split-window-calculate-height
yuuji
parents: 79
diff changeset
1840 YaTeX-default-pop-window-height))
yuuji
parents: 79
diff changeset
1841 (select-window (get-lru-window))
yuuji
parents: 79
diff changeset
1842 (switch-to-buffer buffer)))))
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1843 ;(setq string (concat "\\" scmd "{" label "}"))
82
yuuji
parents: 79
diff changeset
1844 ;(setq string (concat "\\\\" scmd "{" (regexp-quote label) "}"))
yuuji
parents: 79
diff changeset
1845 (setq string (YaTeX-replace-format scmd "k" (regexp-quote label)))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1846 (setq direc (if (string-match "ref\\|cite" scmd)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1847 're-search-forward 're-search-backward))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1848 (if YaTeX-current-position-register
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1849 (point-to-register YaTeX-current-position-register))
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1850 (if reverse (setq direc (if (eq direc 're-search-forward)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1851 're-search-backward 're-search-forward)))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1852 (if (funcall func string direc) ;label/ref found!
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1853 (progn
82
yuuji
parents: 79
diff changeset
1854 (if otherwin (funcall goother cb p))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
1855 (goto-char (match-beginning 0))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1856 (push-mark p))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1857 ;;if label/ref not found, search through all yatex buffers.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1858 (goto-char p) ;resume position of current buffer
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1859 (catch 'found
82
yuuji
parents: 79
diff changeset
1860 (setq blist (YaTeX-yatex-buffer-list))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1861 (while blist
82
yuuji
parents: 79
diff changeset
1862 ;; search for corresponding keyword
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1863 (set-buffer (car blist))
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1864 (if (YaTeX-on-section-command-p refcommands)
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1865 (goto-char (match-beginning 0)))
82
yuuji
parents: 79
diff changeset
1866 (cond
yuuji
parents: 79
diff changeset
1867 ; cond1
yuuji
parents: 79
diff changeset
1868 ((funcall func string direc)
yuuji
parents: 79
diff changeset
1869 (cond
yuuji
parents: 79
diff changeset
1870 (otherwin
yuuji
parents: 79
diff changeset
1871 (set-buffer cb)
yuuji
parents: 79
diff changeset
1872 (funcall goother (car blist) p))
yuuji
parents: 79
diff changeset
1873 ((or (get-buffer-window (car blist))
yuuji
parents: 79
diff changeset
1874 (and YaTeX-emacs-19
yuuji
parents: 79
diff changeset
1875 (get-buffer-window (car blist) t)))
yuuji
parents: 79
diff changeset
1876 (goto-buffer-window (car blist)))
yuuji
parents: 79
diff changeset
1877 (t
yuuji
parents: 79
diff changeset
1878 (switch-to-buffer (car blist))
yuuji
parents: 79
diff changeset
1879 (message foundmsg)))
yuuji
parents: 79
diff changeset
1880 (goto-char (match-beginning 0))
yuuji
parents: 79
diff changeset
1881 (throw 'found t))
yuuji
parents: 79
diff changeset
1882 ; cond2
yuuji
parents: 79
diff changeset
1883 ((and
yuuji
parents: 79
diff changeset
1884 (string-match "bibitem" scmd)
yuuji
parents: 79
diff changeset
1885 (catch 'found2
yuuji
parents: 79
diff changeset
1886 (save-excursion
yuuji
parents: 79
diff changeset
1887 (goto-char (point-min))
yuuji
parents: 79
diff changeset
1888 (while (YaTeX-re-search-active-forward
yuuji
parents: 79
diff changeset
1889 "\\\\bibliography{\\([^}]*\\)}" "%" nil t)
yuuji
parents: 79
diff changeset
1890 (setq fl (YaTeX-split-string (YaTeX-match-string 1) ","))
yuuji
parents: 79
diff changeset
1891 (while fl
yuuji
parents: 79
diff changeset
1892 (if (or (file-exists-p (setq fn (car fl)))
yuuji
parents: 79
diff changeset
1893 (file-exists-p (setq fn (concat fn ".bib"))))
yuuji
parents: 79
diff changeset
1894 (progn
yuuji
parents: 79
diff changeset
1895 (set-buffer (find-file-noselect fn))
yuuji
parents: 79
diff changeset
1896 (save-excursion
yuuji
parents: 79
diff changeset
1897 (goto-char (point-min))
yuuji
parents: 79
diff changeset
1898 (if (YaTeX-re-search-active-forward
yuuji
parents: 79
diff changeset
1899 string "%" nil t)
yuuji
parents: 79
diff changeset
1900 (throw 'found2
yuuji
parents: 79
diff changeset
1901 (set-marker fp (point)))))))
yuuji
parents: 79
diff changeset
1902 (setq fl (cdr fl)))))))
yuuji
parents: 79
diff changeset
1903 (if otherwin
yuuji
parents: 79
diff changeset
1904 (funcall goother (marker-buffer fp) fp)
yuuji
parents: 79
diff changeset
1905 (switch-to-buffer (marker-buffer fp))
yuuji
parents: 79
diff changeset
1906 (goto-char fp))
yuuji
parents: 79
diff changeset
1907 (set-marker fp nil)
yuuji
parents: 79
diff changeset
1908 (message foundmsg)
yuuji
parents: 79
diff changeset
1909 (throw 'found t)))
yuuji
parents: 79
diff changeset
1910 (setq blist (cdr blist)))
yuuji
parents: 79
diff changeset
1911 ;; search for bibliography
yuuji
parents: 79
diff changeset
1912 )))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
1913 (if YaTeX-emacs-19
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1914 (setq regexp-search-ring
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1915 (cons string (delete string regexp-search-ring)))
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1916 (setq search-last-regexp string)))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1917 (t nil))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1918
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
1919 ;;YaTeX-goto-corresponding-environment was moved to yatexlib
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1920
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1921 (defun YaTeX-goto-corresponding-file (&optional other)
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1922 "Visit or switch buffer of corresponding file,
176
ad313119ba15 Add `alltt' to YaTeX-verb-regexp.
yuuji@gentei.org
parents: 169
diff changeset
1923 looking at \\input or \\include or \\includeonly on current line."
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1924 (if (not (YaTeX-on-includes-p)) nil
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
1925 (let ((parent buffer-file-name) input-file b)
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1926 (save-excursion
86
f14ec50103d0 as of 2009/9/28
yuuji@gentei.org
parents: 82
diff changeset
1927 (if (and (re-search-forward "[{%]" (point-end-of-line) t)
f14ec50103d0 as of 2009/9/28
yuuji@gentei.org
parents: 82
diff changeset
1928 (= ?{ (char-after (match-beginning 0))))
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1929 nil
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1930 (skip-chars-backward "^,{"))
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1931 (setq input-file
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
1932 (YaTeX-buffer-substring
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1933 (point) (progn (skip-chars-forward "^ ,}") (point))))
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1934 (if (not (string-match "\\.\\(tex\\|sty\\)$" input-file))
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1935 (setq input-file (concat input-file ".tex"))))
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1936 (cond
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1937 (other (YaTeX-switch-to-buffer-other-window input-file))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
1938 ((setq b (YaTeX-get-file-buffer input-file))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
1939 (goto-buffer-window b))
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1940 (t (YaTeX-switch-to-buffer input-file)))
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1941 (or (YaTeX-get-builtin "!")
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1942 YaTeX-parent-file
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1943 (setq YaTeX-parent-file parent)))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1944
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1945 (defun YaTeX-goto-corresponding-BEGIN-END ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1946 (if (not (YaTeX-on-BEGIN-END-p)) nil
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1947 (if (cond
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1948 ((equal (match-beginning 0) (match-beginning 1)) ;if on %#BEGIN
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1949 (not (search-forward "%#END" nil t)))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1950 (t ; if on %#END
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1951 (not (search-backward "%#BEGIN" nil t))))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
1952 (error "Corresponding %%#BEGIN/END not found."))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1953 (beginning-of-line)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1954 t))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
1955
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1956 (defvar YaTeX-processed-file-regexp-alist nil
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1957 "Alist of regexp of processed file regexp vs. its file name part;
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1958 For example, if you include image file with `\\epsfile{file=FILE}' where
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1959 `FILE' is processed file. You might want to view FILE with other previewer
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1960 such as ghostview, or want to preview its source which was drawn with
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1961 other drawing tool, tgif for example. Then you should set entire regexp
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1962 of including expression and enclose its file name part with \\\\( and \\\\).
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1963
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1964 Ex. (\"\\\\\\\\epsfile{[^}]*file=\\\\([^,} ]+\\\\)\\\\(\\\\.e?ps\\\\)?[^}]*}\" 1)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1965
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1966 Where the first group surrounded by \\\\( and \\\\) is the file name part
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1967 of expression. So you should set 1 to second element. And the first
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1968 matching group is sent to (image) processor defined by the variable
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1969 YaTeX-file-processor-alist. See also the documentation of
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1970 YaTeX-file-processor-alist.
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1971
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1972 ª‚¶‚á—Ç‚­‚í‚©‚ñ‚È‚¢‚·‚ËB—Ⴆ‚Î tgif hoge.obj ‚µ‚Ä hoge.eps ‚ð
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1973 \\epsfile{file=hoge.eps} ‚ŃCƒ“ƒNƒ‹[ƒh‚µ‚Ä‚¢‚é‚Æ‚µ‚悤B‚»‚Ìs‚Å
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1974 \[prefix\] g ‚ð‰Ÿ‚µ‚½Žž‚É tgif ‚ð‹N“®‚µ‚Ä—~‚µ‚©‚Á‚½‚çA‚Ü‚¸ã‚̂悤‚È
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1975 ³‹K•\Œ»‚ðÝ’è‚·‚éB\\\\(‚Æ\\\\)‚ň͂ñ‚¾‚Æ‚±‚낪ƒtƒ@ƒCƒ‹–¼‚É‚È‚é‚悤‚É
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1976 ’ˆÓ‚·‚éB‚Ńtƒ@ƒCƒ‹–¼•”•ª‚ª‰½”Ô–Ú‚Ì\\\\(\\\\)‚É‚È‚é‚©‚ðƒŠƒXƒg‚Ì2”Ô–Ú‚É‘‚­B
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1977 ‚·‚é‚ÆA‚»‚Ì•”•ª‚ª•Ï” YaTeX-file-processor-alist ‚Å’è‹`‚³‚ꂽ
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1978 ˆ—ƒvƒƒOƒ‰ƒ€‚É“n‚³‚ê‚éB‚Æ‚¢‚¤‚킯B
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1979 ‚ñ`‚â‚Á‚Ï‚è‚Þ‚¸‚©‚µ‚¢‚ËB•ª‚©‚ç‚È‚¢Žž‚Í—×‚Ì Lisper ‚É•·‚­‚©A
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1980 fj–ì’¹‚̉ï‚Å•·‚±‚¤!
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1981 ")
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1982
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1983 (defvar YaTeX-processed-file-regexp-alist-default
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
1984 '(("\\\\epsfile\\(\\[[^]]+\\]\\)?{[^},]*file=\\(\\([^,} ]*/\\)?[^,}. ]+\\)\\(\\.e?ps\\)?[^}]*}" 2)
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1985 ("\\\\epsfig{[^},]*fi\\(le\\|gure\\)=\\(\\([^,} ]*/\\)?[^,}. ]+\\)\\(\\.e?ps\\)?[^}]*}" 2)
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1986 ("\\\\postscriptbox{[^}]*}{[^}]*}{\\(\\([^,} ]*/\\)?[^}. ]+\\)\\(\\.e?ps\\)?}" 1)
274
27aaf7d5e513 Candidate: change default file processor.
HIROSE Yuuji <yuuji@gentei.org>
parents: 271
diff changeset
1987 ("\\\\\\(epsfbox\\|epsfig\\)\\*?{\\(\\([^,} ]*/\\)?[^}. ]+\\)\\(\\.e?ps\\)?}" 2) ;\epsfbox{hoge.ps}
275
45350f20793d Fix regexp for \includegraphics
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 274
diff changeset
1988 ("\\\\includegraphics\\*?\\(.*\\]\\|\\s \\)?{\\(.*\\)\\(\\.ai\\|\\.pdf\\|\\.svg\\|\\.png\\|\\.jpe?g\\|\\.e?ps\\)}" 2) ;\includegraphics[options...]{hoge.eps}
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
1989 ("\\\\\\(psbox\\)\\(\\[[^]]+\\]\\)?{\\(\\([^,} ]*/\\)?[^} ]+\\)\\(\\.e?ps\\)}" 3) ;\psbox[options...]{hoge.eps} (97/1/11)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
1990 ("\\\\input{\\([^} ]+\\)\\(\\.tps\\)}" 1) ;tgif2tex (1998/9/16)
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1991 )
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1992 "See the documentation of YaTeX-processed-file-regexp-alist.")
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1993
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1994 (defvar YaTeX-file-processor-alist nil
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
1995 "*Alist of files' processor vs. its extension;
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
1996 See also the documentation of YaTeX-processed-file-regexp-alist.")
274
27aaf7d5e513 Candidate: change default file processor.
HIROSE Yuuji <yuuji@gentei.org>
parents: 271
diff changeset
1997
509
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
1998 ;; Will go to yatexflt.el
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
1999 (defun YaTeX-filter-goto-source (file other-win)
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2000 "Go to corresponding text source of the graphic file"
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2001 (cond
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2002 ((file-exists-p file)
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2003 (let ((buf (find-file-noselect file)))
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2004 (funcall (cond (other-win 'YaTeX-switch-to-buffer-other-window)
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2005 ((get-buffer-window buf) 'goto-buffer-window)
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2006 (t 'YaTeX-switch-to-buffer))
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2007 buf)
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2008
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2009 ))))
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2010
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2011 (defvar YaTeX-file-processor-alist-default
334
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2012 (list (cons YaTeX-cmd-tgif ".obj")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2013 (cons YaTeX-cmd-gimp ".xcf")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2014 (cons YaTeX-cmd-gimp ".xcf.gz")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2015 (cons YaTeX-cmd-gimp ".xcf.bz2")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2016 (cons YaTeX-cmd-edit-svg ".svg")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2017 (cons YaTeX-cmd-edit-svg ".svgz")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2018 (cons YaTeX-cmd-edit-ai ".ai")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2019 '("dia" . ".dia")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2020 (cons YaTeX-cmd-ooo ".odg")
509
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2021 (cons 'YaTeX-filter-goto-source ".diag")
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2022 (cons 'YaTeX-filter-goto-source ".dot")
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2023 ;; List of target file itself below...
334
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2024 (cons YaTeX-cmd-edit-images ".jpeg")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2025 (cons YaTeX-cmd-edit-images ".jpg")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2026 (cons YaTeX-cmd-edit-images ".png")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2027 (cons YaTeX-cmd-edit-ps ".ps")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2028 (cons YaTeX-cmd-edit-ps ".eps")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2029 (cons YaTeX-cmd-edit-pdf ".pdf")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2030 '(t . ".tex")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2031 '(t . ".sty")
914b56a1386a Parameterize external commands
HIROSE Yuuji <yuuji@gentei.org>
parents: 330
diff changeset
2032 '(t . ""))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2033 "See the documentation of YaTeX-file-processor-alist.")
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2034
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2035 (defun YaTeX-goto-corresponding-file-processor (&optional other)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2036 "Execute corresponding file processor."
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2037 (save-excursion
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2038 (or (looking-at YaTeX-ec-regexp)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2039 (skip-chars-backward (concat "^" YaTeX-ec) (point-beginning-of-line)))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2040 (let ((list (append YaTeX-processed-file-regexp-alist
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2041 YaTeX-processed-file-regexp-alist-default))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2042 (p (point)) flist file
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2043 (peol (point-end-of-line))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2044 (basedir
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2045 (if YaTeX-search-file-from-top-directory
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2046 (save-excursion (YaTeX-visit-main t) default-directory)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2047 ".")))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2048 (setq flist (catch 'found
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2049 (while list
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2050 (goto-char p)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2051 (if (re-search-forward (car (car list)) peol t)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2052 (progn
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2053 (setq file (YaTeX-match-string
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2054 (car (cdr (car list)))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2055 (throw 'found (cdr (car list)))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2056 (setq list (cdr list)))))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2057 (if flist ;if pattern and file name found
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2058 (let*((plist (append YaTeX-file-processor-alist
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2059 YaTeX-file-processor-alist-default))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2060 (plist0 plist)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2061 ext cmd src buf (alt (car (cdr flist))))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2062 (if (and (re-search-forward
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2063 (concat YaTeX-comment-prefix "\\s *\\(.*\\)$") peol t)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2064 (assoc (setq cmd (YaTeX-match-string 1))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2065 YaTeX-file-processor-alist))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2066 (setq src ;if processor is specified
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2067 (concat file
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2068 (cdr (assoc cmd YaTeX-file-processor-alist))))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2069 (while plist ;if processor is not specified
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2070 (setq ext (cdr (car plist)))
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
2071 (if (and (string< "" (concat file ext))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2072 (file-exists-p
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2073 (expand-file-name (concat file ext) basedir)))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2074 (setq cmd (car (car plist))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2075 src (concat file ext) plist nil))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2076 (setq plist (cdr plist)))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2077 (if (and (null src) alt YaTeX-create-file-prefix-g)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2078 (setq cmd alt
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2079 src (concat file (cdr (assoc alt plist0))))))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2080 (if src ;if processor and src file found
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2081 (let ((default-directory basedir))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2082 (cond
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2083 ((stringp cmd)
351
0fc7ea5baa5f YaTeX-system takes two more args for utilization from YaTeX-preview-jump-file.
HIROSE Yuuji <yuuji@gentei.org>
parents: 350
diff changeset
2084 (YaTeX-system (concat cmd " " src) cmd)
0fc7ea5baa5f YaTeX-system takes two more args for utilization from YaTeX-preview-jump-file.
HIROSE Yuuji <yuuji@gentei.org>
parents: 350
diff changeset
2085 t)
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2086 ((eq t cmd)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2087 (let ((parent buffer-file-name))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2088 (funcall
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2089 (cond
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2090 (other 'YaTeX-switch-to-buffer-other-window)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2091 ((get-file-buffer src) 'goto-buffer-window)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2092 (t 'YaTeX-switch-to-buffer))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2093 src)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2094 (or (YaTeX-get-builtin "!")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2095 YaTeX-parent-file
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2096 (setq YaTeX-parent-file parent))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2097 t))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2098 ((symbolp cmd)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2099 (cond
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2100 ((symbol-function cmd)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2101 (funcall cmd src other)))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2102 t)))))))))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2103
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
2104 (defun YaTeX-on-section-command-p (command)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2105 "Check if point is on the LaTeX command: COMMAND(regexp).
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2106 Return nil if point is not on it. Otherwise return the
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2107 number of argument position.
82
yuuji
parents: 79
diff changeset
2108 Section command name is stored in match-data #1.
yuuji
parents: 79
diff changeset
2109 Parsing information is stored to plist.
yuuji
parents: 79
diff changeset
2110 Macros name stored to propname 'command.
yuuji
parents: 79
diff changeset
2111 Macro's argument number stored to propname 'argc."
yuuji
parents: 79
diff changeset
2112 (let ((p (point)) md (parg 0) (argc 1) word (grouping 0) (i 0)
yuuji
parents: 79
diff changeset
2113 (ec+command (concat YaTeX-ec-regexp "\\(" command "\\)")))
yuuji
parents: 79
diff changeset
2114 (setplist 'YaTeX-on-section-command-p nil)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2115 (while (setq i (string-match "\\\\(" command i))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2116 (setq grouping (1+ grouping) i (+ i 2)))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2117 (save-excursion
82
yuuji
parents: 79
diff changeset
2118 (if (looking-at ec+command) nil
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2119 (catch 'found ;caught value has no meaning
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2120 ;;(1) looking at current position
82
yuuji
parents: 79
diff changeset
2121 (and (looking-at command)
yuuji
parents: 79
diff changeset
2122 (save-excursion
yuuji
parents: 79
diff changeset
2123 (while (and (not (bobp)) (looking-at command))
yuuji
parents: 79
diff changeset
2124 (forward-char -1))
yuuji
parents: 79
diff changeset
2125 (looking-at ec+command))
yuuji
parents: 79
diff changeset
2126 (goto-char (match-beginning 0))
yuuji
parents: 79
diff changeset
2127 (throw 'found t))
245
8ad85ce1ee98 YaTeX-on-section-command-p tries to escape parentheses.
yuuji@gentei.org
parents: 240
diff changeset
2128 ;;If inside of parentheses, try to escape.
414
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2129 (unwind-protect
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2130 (progn
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2131 (set-syntax-table YaTeX-mode-syntax-table-nonparen)
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2132 (while (and (not (= (preceding-char) ?\])) ;skip optional arg
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2133 (condition-case err
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2134 (progn (up-list -1) t)
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2135 (error nil)))))
0863123199f0 Treat () and Zenkaku-paren chars as non-parens in YaTeX-on-section-command-p
HIROSE Yuuji <yuuji@koeki-u.ac.jp>
parents: 412
diff changeset
2136 (set-syntax-table YaTeX-mode-syntax-table))
245
8ad85ce1ee98 YaTeX-on-section-command-p tries to escape parentheses.
yuuji@gentei.org
parents: 240
diff changeset
2137 (while (equal (preceding-char) ?\]) (backward-list))
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2138 ;;(2) search command directly
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2139 (skip-chars-forward "^{}[]")
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2140 (and (YaTeX-re-search-active-backward
82
yuuji
parents: 79
diff changeset
2141 ec+command
yuuji
parents: 79
diff changeset
2142 YaTeX-comment-prefix nil t)
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2143 (>= p (match-beginning 0))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2144 (throw 'found (goto-char (match-beginning 0))))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2145 ;;(3) search token
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2146 (goto-char p)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2147 (while t
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2148 (if (bobp) (throw 'found nil))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2149 (cond
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2150 ((looking-at YaTeX-ec-regexp) (throw 'found t))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2151 ((looking-at "[[{]") nil)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2152 ((looking-at "[]}]")(condition-case nil (up-list -1) (error nil)))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2153 (t (skip-chars-backward " \t\r\n")))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2154 (skip-chars-backward (concat "^ \t\r\n{}[]" YaTeX-ec-regexp))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2155 (or (bobp) (forward-char -1)))))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2156 (if (and
82
yuuji
parents: 79
diff changeset
2157 (looking-at (concat ec+command
yuuji
parents: 79
diff changeset
2158 "\\(\\(\\[[^]]+\\]\\|([0-9,]+)\\)*\\)" ;optional arg
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
2159 ;"[ \t\n\r]*{[^}]+}")) ;arg braces
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
2160 "[ \t\n\r]*{[^}]*}")) ;arg braces
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2161 (not (YaTeX-lookup-table
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2162 (setq word (YaTeX-match-string 1)) 'singlecmd)))
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2163 (progn
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2164 (setq md (match-data))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2165 (skip-chars-forward "^{")
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2166 (if (<= (point) p) (setq parg (1+ parg)))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2167 (setq argc
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2168 (or (car (cdr (YaTeX-lookup-table word 'section)))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2169 argc))
82
yuuji
parents: 79
diff changeset
2170 (put 'YaTeX-on-section-command-p 'argc argc)
yuuji
parents: 79
diff changeset
2171 (put 'YaTeX-on-section-command-p 'command argc)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2172 (while (and (>= (setq argc (1- argc)) 0)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2173 (progn (skip-chars-forward " \t\n\r")
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2174 (looking-at "{")))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2175 (forward-list 1)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2176 (if (<= (point) p) (setq parg (1+ parg))))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2177 (store-match-data md)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2178 (setq i (+ 2 grouping))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2179 (if (and (match-beginning i)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2180 (>= p (match-beginning i)) (< p (match-end i)))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2181 -1 ;return -1 if point is on optional arg
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2182 (if (< p (point)) parg))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2183 )))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2184
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2185 (defun YaTeX-on-maketitle-p ()
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2186 "Check if point is on maketitle type commands.
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2187 Call this function after YaTeX-on-section-command-p."
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2188 (let ((p (point)))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2189 (save-excursion
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2190 (or (= (char-after (point)) ?\\ )
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2191 (progn
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2192 (skip-chars-backward
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2193 (concat "^" YaTeX-ec-regexp) (point-beginning-of-line))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2194 (or (bobp) (bolp) (backward-char 1))))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2195 (and (looking-at (concat YaTeX-ec-regexp YaTeX-TeX-token-regexp))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2196 (<= (match-beginning 0) p)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2197 (> (match-end 0) p)))))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2198
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2199 (defun YaTeX-on-begin-end-p ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2200 (save-excursion
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2201 (if (and (boundp 'in-leftright-p) in-leftright-p)
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2202 ;; Dirty workaround for YaTeX-goto-corresponding-leftright 2003/3/28
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2203 (let ((md (match-data))) ; for safety
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2204 (if (looking-at YaTeX-ec-regexp)
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2205 nil ; stay here
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2206 (cond
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2207 ((looking-at "\\w") (skip-chars-backward "A-Za-z"))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2208 ((looking-at "\\.()\\[\\]|") (forward-char -1)))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2209 (if (equal (char-after (1- (point)))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2210 (string-to-char YaTeX-ec))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2211 (forward-char -1))))
82
yuuji
parents: 79
diff changeset
2212 ;(beginning-of-line)
yuuji
parents: 79
diff changeset
2213 (if (equal (char-after (point)) ?\\) nil ;stay here
yuuji
parents: 79
diff changeset
2214 (skip-chars-backward "^\n\\\\")
yuuji
parents: 79
diff changeset
2215 (or (bolp) (forward-char -1))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2216 (re-search-forward
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2217 ;;"\\\\begin{\\([^}]+\\)}\\|\\\\end{\\([^}]+\\)}"
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2218 (concat
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2219 (YaTeX-replace-format-args
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2220 (regexp-quote YaTeX-struct-begin)
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2221 (concat "\\(" YaTeX-struct-name-regexp "\\)") "" "" "")
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2222 "\\|"
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2223 (YaTeX-replace-format-args
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2224 (regexp-quote YaTeX-struct-end)
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2225 (concat "\\(" YaTeX-struct-name-regexp "\\)") "" "" "")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2226 "\\|\\("
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2227 YaTeX-ec-regexp ;;"[][()]\\)"
412
b899adfd0879 Regexp of math-mode parentheses fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 410
diff changeset
2228 "[\\]\\[]\\)"
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2229 )
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2230 (point-end-of-line) t)))
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
2231
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2232 (defun YaTeX-on-includes-p ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2233 (save-excursion
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2234 (beginning-of-line)
86
f14ec50103d0 as of 2009/9/28
yuuji@gentei.org
parents: 82
diff changeset
2235 (re-search-forward "\\(\\(include[^}]*\\)\\|\\(input\\)\\){[^}]*}"
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2236 (point-end-of-line) t)))
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
2237
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2238 (defun YaTeX-on-comment-p (&optional sw)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2239 "Return t if current line is commented out.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2240 Optional argument SW t to treat all `%' lines as comment,
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2241 even if on `%#' notation."
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2242 (save-excursion
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2243 (beginning-of-line)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2244 (skip-chars-forward "\\s ")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2245 (looking-at (if sw "%" "%[^#]"))))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2246
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2247 (defun YaTeX-on-BEGIN-END-p ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2248 (save-excursion
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2249 (let ((case-fold-search nil))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2250 (beginning-of-line)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2251 (re-search-forward
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2252 "\\(%#BEGIN\\)\\|\\(%#END\\)" (point-end-of-line) t))))
6
49be9ccb0b65 Temporary dictionary.
yuuji
parents: 5
diff changeset
2253
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2254 (defun YaTeX-goto-corresponding-* (arg)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2255 "Parse current line and call suitable function."
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2256 (interactive "P")
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2257 (let (mm)
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2258 (cond
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2259 ((YaTeX-goto-corresponding-label arg))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2260 ((YaTeX-goto-corresponding-environment))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2261 ((YaTeX-goto-corresponding-file-processor arg))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2262 ((YaTeX-goto-corresponding-file arg))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2263 ((YaTeX-goto-corresponding-BEGIN-END))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2264 ((and (setq mm (YaTeX-in-math-mode-p))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2265 (YaTeX-goto-corresponding-leftright)))
82
yuuji
parents: 79
diff changeset
2266 ((and ;;mm YaTeX-use-AMS-LaTeX
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2267 (YaTeX-goto-corresponding-paren)))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2268 ;;((and (string-match
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2269 ;; YaTeX-equation-env-regexp ;to delay loading
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2270 ;; (or (YaTeX-inner-environment t) "document"))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2271 ;; (YaTeX-goto-corresponding-leftright)))
350
91ba61bb536e [prefix] g calls forward-search of previewers if -src is given to typesetting.
HIROSE Yuuji <yuuji@gentei.org>
parents: 347
diff changeset
2272 ((YaTeX-goto-corresponding-viewer))
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
2273 (t (message "I don't know where to go.")))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2274
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2275 (defun YaTeX-goto-corresponding-*-other-window (arg)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2276 "Parse current line and call suitable function."
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2277 (interactive "P")
509
3796f4f7c81d Begin implementation of helper for markdown-style graph generators.
HIROSE Yuuji <yuuji@gentei.org>
parents: 508
diff changeset
2278 (YaTeX-goto-corresponding-* t))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2279
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2280 (defun YaTeX-comment-region (alt-prefix)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2281 "Comment out region by '%'.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2282 If you call this function on the 'begin{}' or 'end{}' line,
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2283 it comments out whole environment"
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2284 (interactive "P")
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2285 (if (not (YaTeX-on-begin-end-p))
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2286 (YaTeX-comment-region-sub
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2287 (if alt-prefix
394
67fa6d791bc9 Workaround for `Same buffer in multiple frames' applied to yahtml
HIROSE Yuuji <yuuji@gentei.org>
parents: 393
diff changeset
2288 (read-string-with-history "Insert prefix: ")
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2289 YaTeX-comment-prefix))
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2290 (YaTeX-comment-uncomment-env 'YaTeX-comment-region-sub)))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2291
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2292 (defun YaTeX-uncomment-region (alt-prefix)
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2293 "Uncomment out region by '%'."
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2294 (interactive "P")
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2295 (if (not (YaTeX-on-begin-end-p))
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2296 (YaTeX-uncomment-region-sub
394
67fa6d791bc9 Workaround for `Same buffer in multiple frames' applied to yahtml
HIROSE Yuuji <yuuji@gentei.org>
parents: 393
diff changeset
2297 (if alt-prefix (read-string-with-history "Remove prefix: ")
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
2298 YaTeX-comment-prefix)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2299 (region-beginning) (region-end) YaTeX-uncomment-once)
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2300 (YaTeX-comment-uncomment-env 'YaTeX-uncomment-region-sub)))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2301
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2302 (defun YaTeX-comment-uncomment-env (func)
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2303 "Comment or uncomment out one LaTeX environment switching function by FUNC."
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2304 (let (beg beg2 (p (point)))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2305 (save-excursion
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2306 (beginning-of-line)
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2307 (setq beg (point))
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2308 (save-match-data
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2309 (while (and (not (eobp))
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2310 (not (eolp))
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2311 (looking-at YaTeX-comment-prefix))
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2312 (goto-char (match-end 0))))
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2313 (setq beg2 (point))
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2314 (YaTeX-goto-corresponding-environment)
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2315 (beginning-of-line)
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2316 (if (> p (point)) (setq beg (1+ beg2)) (forward-char 1))
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2317 (funcall func YaTeX-comment-prefix beg (point) YaTeX-uncomment-once)))
45
b0fc9c2950cd Prepare for supporting Emacs-19.
yuuji
parents: 36
diff changeset
2318 (message "%sommented out current environment."
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2319 (if (string-match "uncom" (symbol-name func)) "Un-c" "C")))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2320
3
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2321 (defun YaTeX-comment-paragraph ()
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2322 "Comment out current paragraph."
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2323 (interactive)
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2324 (save-excursion
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2325 (cond
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2326 ((YaTeX-on-begin-end-p)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2327 (beginning-of-line)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2328 (insert YaTeX-comment-prefix)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2329 (YaTeX-goto-corresponding-environment)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2330 (beginning-of-line)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2331 (insert YaTeX-comment-prefix))
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2332 ((YaTeX-on-comment-p)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2333 (message "Already commented out."))
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2334 (t
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2335 (mark-paragraph)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2336 (if (looking-at paragraph-separate) (forward-line 1))
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2337 (YaTeX-comment-region-sub "%")))))
3
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2338
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2339 (defun YaTeX-uncomment-paragraph ()
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2340 "Uncomment current paragraph."
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2341 (interactive)
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2342 (save-excursion
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2343 (if (YaTeX-on-begin-end-p)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2344 (let ((p (point-marker)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2345 (YaTeX-goto-corresponding-environment)
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
2346 (YaTeX-remove-prefix YaTeX-comment-prefix YaTeX-uncomment-once)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2347 (goto-char p)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2348 (YaTeX-remove-prefix YaTeX-comment-prefix YaTeX-uncomment-once)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2349 (set-marker p nil))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2350 (if (YaTeX-on-comment-p)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2351 (let*((fill-prefix "")
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2352 ;;append `^%' to head of paragraph delimiter.
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2353 (paragraph-start
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2354 (concat
61
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
2355 "^$\\|^%\\(" YaTeX-paragraph-separate "\\)"))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2356 (paragraph-separate paragraph-start))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2357 (mark-paragraph)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2358 (if (not (bobp)) (forward-line 1))
482
9132c20372ec Remove comment.el and incorporate it into yatexlib.el
HIROSE Yuuji <yuuji@gentei.org>
parents: 481
diff changeset
2359 (YaTeX-uncomment-region-sub "%" nil nil YaTeX-uncomment-once))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2360 (message "This line is not a comment line.")))))
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2361
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2362 (defun YaTeX-remove-prefix (prefix &optional once)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2363 "Remove prefix on current line as far as prefix detected. But
4
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2364 optional argument ONCE makes deletion once."
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2365 (interactive "sPrefix:")
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2366 (beginning-of-line)
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2367 (while (re-search-forward (concat "^" prefix) (point-end-of-line) t)
78dfe28b6a35 Provide service function to define begin/end insert key-bind.
yuuji
parents: 3
diff changeset
2368 (replace-match "")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2369 (if once (end-of-line))))
3
191610912c8b Add comment out region/paragraph.
yuuji
parents: 1
diff changeset
2370
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2371 (defun YaTeX-kill-some-pairs (predicate gofunc kill-contents)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2372 "Kill some matching pair.
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2373 This function assumes that pairs occupy whole of each line where they resid."
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2374 (if (not (funcall predicate)) nil
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2375 (let ((b1 (match-beginning 0)) (e1 (match-end 0))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2376 b2 e2)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2377 (save-excursion
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2378 (funcall gofunc)
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2379 (funcall predicate) ;get match data
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2380 (if (< (point) e1) ;if currently on begin-line
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2381 (progn
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2382 (setq b2 b1 e2 e1
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2383 b1 (match-beginning 0) e1 (match-end 0))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2384 (goto-char e2)) ;goto end-line's end
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2385 (setq b2 (match-beginning 0)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2386 e2 (match-end 0))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2387 (goto-char e2)) ;now e2 has surely end-line's end
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2388 (skip-chars-forward " \t")
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2389 (and (eolp)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2390 (not (eobp))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2391 (setq e2 (1+ (point))))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2392 (if (not kill-contents)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2393 (kill-region
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2394 (progn
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2395 (goto-char b2)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2396 (skip-chars-backward " \t%")
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2397 (if (bolp) (point) b2))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2398 e2))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2399 (goto-char b1)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2400 (skip-chars-backward " \t%")
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2401 (if (not kill-contents)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2402 (progn
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2403 (kill-append
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2404 (buffer-substring
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2405 (setq b1 (if (bolp) (point) b1))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2406 (setq e1
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2407 (progn
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2408 (goto-char e1)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2409 (while (looking-at "{\\| \t")
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2410 (forward-list 1))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2411 (skip-chars-forward " \t")
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2412 (if (and (eolp) (not (eobp)))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2413 (1+ (point))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2414 (point)))))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2415 t)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2416 (delete-region b1 e1))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2417 (kill-region
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2418 (if (bolp) (point) b1)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2419 e2)))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2420 t)))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2421
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2422 (defun YaTeX-kill-section-command (point kill-all)
82
yuuji
parents: 79
diff changeset
2423 "Kill section-type command at POINT leaving its last argument.
yuuji
parents: 79
diff changeset
2424 Non-nil for the second argument kill its last argument too."
yuuji
parents: 79
diff changeset
2425 (let ((cmd (get 'YaTeX-on-section-command-p 'command))
yuuji
parents: 79
diff changeset
2426 (argc (get 'YaTeX-on-section-command-p 'argc))
yuuji
parents: 79
diff changeset
2427 beg (end (make-marker)))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
2428 (save-excursion
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2429 (goto-char point)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2430 (or (looking-at YaTeX-ec-regexp)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2431 (progn
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2432 (skip-chars-backward (concat "^" YaTeX-ec-regexp))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2433 (forward-char -1)))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2434 (setq beg (point))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2435 (skip-chars-forward "^{")
82
yuuji
parents: 79
diff changeset
2436 (while (> (setq argc (1- argc)) 0)
yuuji
parents: 79
diff changeset
2437 (skip-chars-forward "^{")
yuuji
parents: 79
diff changeset
2438 (forward-list 1))
yuuji
parents: 79
diff changeset
2439 (kill-region beg (point))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2440 (forward-list 1)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2441 (set-marker end (point))
82
yuuji
parents: 79
diff changeset
2442 (if kill-all
yuuji
parents: 79
diff changeset
2443 (progn
yuuji
parents: 79
diff changeset
2444 (kill-append (buffer-substring beg end) nil)
yuuji
parents: 79
diff changeset
2445 (delete-region beg end))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2446 (goto-char beg)
82
yuuji
parents: 79
diff changeset
2447 (kill-append
yuuji
parents: 79
diff changeset
2448 (buffer-substring
yuuji
parents: 79
diff changeset
2449 (point) (progn (skip-chars-forward "^{" end) (1+ (point))))
yuuji
parents: 79
diff changeset
2450 nil)
yuuji
parents: 79
diff changeset
2451 (delete-region beg (1+ (point)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2452 (goto-char end)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2453 (set-marker end nil)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2454 (kill-append (buffer-substring (point) (1- (point))) nil)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2455 (delete-backward-char 1)))))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
2456
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2457 (defun YaTeX-kill-paren (kill-contents)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2458 "Kill parentheses leaving its contents.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2459 But kill its contents if the argument KILL-CONTENTS is non-nil."
79
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2460 (interactive "P")
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2461 (let (p bsl (backslash-syntax (char-to-string (char-syntax ?\\)))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2462 (md (match-data)))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2463 (unwind-protect
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2464 (save-excursion
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2465 (modify-syntax-entry ?\\ " ")
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2466 (if (looking-at "\\s(\\|\\(\\s)\\)")
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2467 (progn
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2468 (if (match-beginning 1)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2469 (up-list -1))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2470 (if (and (> (point) (point-min))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2471 (= (char-after (1- (point))) ?\\ ))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2472 (setq p (1- (point)) bsl t)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2473 (setq p (point)))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2474 (forward-list 1)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2475 ;(YaTeX-goto-open-paren t)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2476 (if kill-contents (delete-region p (point))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2477 (backward-delete-char 1)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2478 (cond
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2479 ((save-excursion
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2480 (forward-char -2)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2481 (looking-at (concat YaTeX-ec-regexp "/")))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2482 (backward-delete-char 2))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2483 ((= (char-after (1- (point))) ?\\)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2484 (backward-delete-char 1)))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2485 (goto-char p)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2486 (if (looking-at
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2487 (concat "{" YaTeX-ec-regexp
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2488 YaTeX-command-token-regexp "+"
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2489 "\\s +"))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2490 (delete-region (point) (match-end 0))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2491 (delete-char 1)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2492 (if bsl (delete-char 1))))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2493 t)))
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2494 (modify-syntax-entry ?\\ backslash-syntax)
0734be649cb8 Do not care file-coding-system when YaTeX-kanji-code is nil.
yuuji
parents: 77
diff changeset
2495 (store-match-data md))))
14
b7b023a74293 Region-based section-type completion.
yuuji
parents: 13
diff changeset
2496
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2497 (defvar YaTeX-read-environment-history nil "Holds history of environments.")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2498 (put 'YaTeX-read-environment-history 'no-default t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2499 (defun YaTeX-read-environment (prompt &optional predicate must-match initial)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2500 "Read a LaTeX environment name with completion."
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2501 (YaTeX-sync-local-table 'tmp-env-table)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2502 (completing-read-with-history
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2503 prompt
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2504 (append tmp-env-table user-env-table env-table)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2505 predicate must-match initial
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2506 'YaTeX-read-environment-history))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2507
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2508 (defvar YaTeX-read-section-history nil "Holds history of section-types.")
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2509 (put 'YaTeX-read-section-history 'no-default t)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2510 (defun YaTeX-read-section (prompt &optional predicate initial)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2511 "Read a LaTeX section-type command with completion."
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2512 (YaTeX-sync-local-table 'tmp-section-table)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2513 (let ((minibuffer-completion-table
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2514 (append tmp-section-table user-section-table section-table)))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2515 (read-from-minibuffer-with-history
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2516 prompt initial YaTeX-section-completion-map nil
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2517 'YaTeX-read-section-history)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2518
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2519 (defun YaTeX-read-section-with-overview ()
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2520 "Read sectioning command with overview.
119
34096706b634 Bind local variable source-window for YaTeX-read-section-with-overview
yuuji@gentei.org
parents: 107
diff changeset
2521 This function refers a local variable `source-window' in YaTeX-make-section,
34096706b634 Bind local variable source-window for YaTeX-read-section-with-overview
yuuji@gentei.org
parents: 107
diff changeset
2522 because this function is called with no argument."
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2523 (interactive)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2524 (require 'yatexsec) ;some case needs this
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2525 (if (> (minibuffer-depth) 1)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2526 (error "Too many minibuffer levels for overview."))
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2527 (let ((sw (selected-window))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2528 (minibuffer-max-depth nil) ; for XEmacs20
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
2529 (enable-recursive-minibuffers t) sect)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2530 (unwind-protect
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2531 (progn
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2532 (select-window source-window)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2533 (setq sect (YaTeX-read-section-in-minibuffer
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2534 "Sectioning(Up=C-p, Down=C-n, Help=?): "
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2535 YaTeX-sectioning-level (YaTeX-section-overview))))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2536 (select-window sw))
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
2537 (YaTeX-minibuffer-erase)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2538 (insert sect)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2539 (exit-minibuffer)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2540
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2541 (defvar YaTeX-read-fontsize-history nil "Holds history of font designator.")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2542 (put 'YaTeX-read-fontsize-history 'no-default t)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2543 (defun YaTeX-read-fontsize (prompt &optional predicate must-match initial)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2544 "Read a LaTeX font changing command with completion."
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2545 (YaTeX-sync-local-table 'tmp-fontsize-table)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2546 (completing-read-with-history
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2547 prompt (append tmp-fontsize-table user-fontsize-table fontsize-table)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2548 predicate must-match initial 'YaTeX-read-fontsize-history))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2549
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2550 (defun YaTeX-change-environment ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2551 "Change the name of environment."
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2552 (interactive)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2553 (if (not (YaTeX-on-begin-end-p)) nil
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2554 (save-excursion
179
a925cf5222f3 mew, skk
yuuji@gentei.org
parents: 177
diff changeset
2555 (let (p env newenv (m1 (match-beginning 1)) (m2 (match-beginning 2)))
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2556 (setq env (if m1 (YaTeX-buffer-substring m1 (match-end 1))
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2557 (YaTeX-buffer-substring m2 (match-end 2))))
11
390df0e505da Label completion works.
yuuji
parents: 7
diff changeset
2558 (goto-char (match-beginning 0))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2559 (set-mark-command nil)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2560 (YaTeX-goto-corresponding-environment)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2561 (setq newenv (YaTeX-read-environment
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2562 (format "Change environment `%s' to: " env)))
13
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2563 (cond
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2564 ((string= newenv "") (message "Change environment cancelled."))
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2565 ((string= newenv env) (message "No need to change."))
eafae54794a0 Show message at comment-region on begin/end mode.
yuuji
parents: 12
diff changeset
2566 (t
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2567 (search-forward (concat "{" env) (point-end-of-line) t)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2568 (replace-match (concat "{" newenv) t)
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2569 (exchange-point-and-mark)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2570 (search-forward (concat "{" env) (point-end-of-line) t)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2571 (replace-match (concat "{" newenv) t)))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2572 t))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2573
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2574 (defun YaTeX-change-section ()
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2575 "Change section-type command."
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2576 (interactive)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2577 (let*((where (YaTeX-on-section-command-p YaTeX-command-token-regexp))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2578 (p (point)) (cmd (YaTeX-match-string 1))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2579 (beg (make-marker)) (end (make-marker)) old new)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2580 (if (null where) nil
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2581 (unwind-protect
119
34096706b634 Bind local variable source-window for YaTeX-read-section-with-overview
yuuji@gentei.org
parents: 107
diff changeset
2582 (let ((source-window (selected-window)))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2583 (cond
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2584 ((equal where 0);;if point is on section command
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2585 (set-marker beg (match-beginning 1))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2586 (set-marker end (match-end 1))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2587 (goto-char beg) ;beginning of the command
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2588 (setq new (YaTeX-read-section
169
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2589 (format "Change `%s' to: " cmd) nil)
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2590 old cmd))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2591
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2592 ((= where -1);;if point is on a optional parameter
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2593 (set-marker beg (match-beginning 2))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2594 (skip-chars-forward "^{")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2595 (set-marker end (point))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2596 (goto-char p)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2597 (setq new
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2598 (if (fboundp (intern-soft (concat YaTeX-addin-prefix cmd)))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2599 (YaTeX-addin cmd)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2600 (concat "["
169
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2601 (read-string
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2602 (format "Change `%s' to: "
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2603 (setq old (YaTeX-buffer-substring
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2604 (1+ beg) (1- end)))))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2605 "]"))))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2606
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2607 ((> where 0);;if point is in arguments' braces
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2608 (or (looking-at "{")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2609 (progn (skip-chars-backward "^{") (forward-char -1)))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2610 (set-marker beg (1+ (point)))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2611 (forward-list 1)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2612 (forward-char -1)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2613 (set-marker end (point))
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2614 (setq old (YaTeX-buffer-substring beg end))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2615 (goto-char p)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2616 (if (> (length old) 40)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2617 (setq old (concat (substring old 0 12) "..."
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2618 (substring old -12))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2619 (setq new
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2620 (if (intern-soft (concat "YaTeX::" cmd))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2621 (funcall (intern-soft (concat "YaTeX::" cmd)) where)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2622 (read-string (format "Change `%s' to: " old)))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2623 ) ;cond
169
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2624 (if (string= old new)
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2625 nil ;do not replace
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2626 (delete-region beg end)
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2627 (goto-char beg)
0cb6c6a78e9e YaTeX-change-section: If new string equals to old one, do not change text.
yuuji@gentei.org
parents: 168
diff changeset
2628 (insert-before-markers new)))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2629 (set-marker beg nil)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2630 (set-marker end nil))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2631 ;;(goto-char (marker-position p))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2632 new)))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2633
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2634 (defun YaTeX-change-fontsize ()
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2635 "Change large-type command."
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2636 (let ((lt (append tmp-fontsize-table user-fontsize-table fontsize-table))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2637 (p (point)) large old new beg end)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2638 ;;(and (looking-at "}") (up-list -1))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2639 ;;(and (looking-at "{") (forward-char 1))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2640 ;;Is above convenient?
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2641 (save-excursion
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2642 (or (looking-at YaTeX-ec-regexp)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2643 (progn
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2644 (skip-chars-backward (concat "^" YaTeX-ec-regexp))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2645 (forward-char -1)))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2646 (cond
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2647 ((and
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2648 (looking-at
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2649 (concat YaTeX-ec-regexp "\\(" YaTeX-TeX-token-regexp "\\)"))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2650 (< p (match-end 0))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2651 (assoc (setq old (YaTeX-match-string 1)) lt))
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2652 (goto-char p)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2653 (setq beg (match-beginning 1) end (match-end 1) ;save match position
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2654 new (completing-read
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2655 (format "Change font/size `%s' to : " old) lt))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2656 (delete-region beg end)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2657 (goto-char beg)
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2658 (insert-before-markers new)
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2659 new)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2660 (t nil)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2661 ))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2662
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2663 (defun YaTeX-change-math-image ()
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2664 "Change with image completion."
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2665 (let (maketitle memberp beg end)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2666 (if (and (YaTeX-on-maketitle-p)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2667 (progn
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2668 (setq maketitle (substring (YaTeX-match-string 0) 1))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2669 (setq memberp (YaTeX-math-member-p maketitle))))
291
027c4e8d98ce Set last-command-event locally too.
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
2670 (let*((last-command-char (string-to-char (car memberp)))
027c4e8d98ce Set last-command-event locally too.
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
2671 (last-command-event last-command-char))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2672 (setq beg (match-beginning 0) end (match-end 0))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2673 (delete-region beg end)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2674 (YaTeX-math-insert-sequence t (cdr memberp))))))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2675
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2676 (defun YaTeX-kill-* (&optional arg)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2677 "Parse current line and call suitable function.
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2678 Non-nil for ARG kills its contents too."
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2679 (interactive "P")
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2680 (cond
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2681 ((YaTeX-kill-some-pairs 'YaTeX-on-begin-end-p
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2682 'YaTeX-goto-corresponding-environment arg))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2683 ((YaTeX-kill-some-pairs 'YaTeX-on-BEGIN-END-p
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2684 'YaTeX-goto-corresponding-BEGIN-END arg))
32
546c4baad92f The first typesetting splits window into 3 on Nemacs. Fixed.
yuuji
parents: 22
diff changeset
2685 ((YaTeX-on-section-command-p YaTeX-command-token-regexp);on any command
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2686 (YaTeX-kill-section-command (match-beginning 0) arg))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2687 ((YaTeX-kill-paren arg))
407
b423cf9b35ee Revision number changed
HIROSE Yuuji <yuuji@gentei.org>
parents: 405
diff changeset
2688 ((and (fboundp 'overlays-at)
b423cf9b35ee Revision number changed
HIROSE Yuuji <yuuji@gentei.org>
parents: 405
diff changeset
2689 (member YaTeX-on-the-fly-overlay (overlays-at (point))))
b423cf9b35ee Revision number changed
HIROSE Yuuji <yuuji@gentei.org>
parents: 405
diff changeset
2690 (YaTeX-on-the-fly-cancel))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2691 (t (message "I don't know what to kill."))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2692
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2693 (defun YaTeX-change-* ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2694 "Parse current line and call suitable function."
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2695 (interactive)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2696 (cond
82
yuuji
parents: 79
diff changeset
2697 ((YaTeX-change-parentheses))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2698 ((YaTeX-change-environment))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2699 ((YaTeX-change-section))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2700 ((YaTeX-change-fontsize))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2701 ((YaTeX-change-math-image))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2702 (t (message "I don't know what to change."))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2703
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2704 ;;;
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
2705 ;Check availability of add-in functions
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2706 ;;;
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2707 (cond
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
2708 ((featurep 'yatexadd) nil) ;Already provided.
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
2709 ((progn (load "yatexadd" t) (featurep 'yatexadd)) nil)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2710 (t (message "YaTeX add-in functions not supplied.")))
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2711
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2712 (defun YaTeX-addin (name)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2713 "Check availability of addin function and call it if exists."
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2714 (if (and (not (get 'YaTeX-generate 'disabled))
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
2715 (intern-soft (concat YaTeX-addin-prefix name))
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
2716 (fboundp (intern-soft (concat YaTeX-addin-prefix name))))
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
2717 (let ((s (funcall (intern (concat YaTeX-addin-prefix name)))))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2718 (if (stringp s) s ""))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2719 "")) ;Add in function is not bound.
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2720
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2721
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2722 (defun YaTeX-on-item-p (&optional point)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2723 "Return t if POINT (default is (point)) is on \\item."
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2724 (let ((p (or point (point))))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2725 (save-excursion
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2726 (goto-char p)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2727 (end-of-line)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2728 (setq p (point))
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2729 (re-search-backward YaTeX-paragraph-delimiter nil t)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2730 (re-search-forward YaTeX-item-regexp p t))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2731
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2732 (defun YaTeX-in-verb-p (&optional point)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2733 "Check if POINT is in verb or verb*. Default of POINT is (point)."
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2734 (setq point (or point (point)))
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
2735 (save-excursion
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2736 (let ((md (match-data)))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2737 (goto-char point)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2738 (unwind-protect
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2739 (if (not (re-search-backward
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2740 (concat YaTeX-ec-regexp
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2741 "\\(" YaTeX-verb-regexp "\\)"
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2742 "\\([^-A-Za-z_*]\\)")
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2743 (point-beginning-of-line) t))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2744 nil
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2745 (goto-char (match-end 2))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2746 (skip-chars-forward
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2747 (concat "^" (YaTeX-buffer-substring
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2748 (match-beginning 2) (match-end 2))))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2749 (and (< (match-beginning 2) point) (< (1- point) (point))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2750 (store-match-data md)))))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2751
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2752 (defun YaTeX-literal-p (&optional point)
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2753 "Check if POINT is in verb or verb* or verbatime environment family.
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
2754 Default of POINT is (point)."
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2755 (let ((md (match-data)))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2756 (unwind-protect
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2757 (cond
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2758 ((equal YaTeX-ec "\\") ;maybe LaTeX
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2759 (save-excursion
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2760 (and point (goto-char point))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2761 (or (YaTeX-in-verb-p (point))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2762 (and (not (looking-at "\\\\end{verb"))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2763 (YaTeX-quick-in-environment-p
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2764 YaTeX-verbatim-environments))))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
2765 (store-match-data md))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2766
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2767 ;; Filling \item
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2768 (defun YaTeX-remove-trailing-comment (start end)
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2769 "Remove trailing comment from START to end."
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2770 (save-excursion
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
2771 (let ((trcom (concat YaTeX-comment-prefix "$")))
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2772 (goto-char start)
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2773 (while (re-search-forward trcom end t)
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
2774 (if (/= (char-after (1- (match-beginning 0))) ?\\ )
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2775 (replace-match "\\1"))))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2776
82
yuuji
parents: 79
diff changeset
2777 (defvar YaTeX-itemize-withlabel-max-indent-depth 8)
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2778 (defun YaTeX-get-item-info (&optional recent thisenv)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2779 "Return the list of the beginning of \\item and column of its item.
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2780 If it seems to be outside of itemizing environment, just return nil.
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2781 Non-nil for optional argument RECENT refers recent \\item.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2782 Optional second argument THISENV omits calling YaTeX-inner-environment."
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2783 (save-excursion
82
yuuji
parents: 79
diff changeset
2784 (let* ((p (point)) env e0 c cc md
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2785 (bndry (and (setq env (or thisenv (YaTeX-inner-environment t)))
82
yuuji
parents: 79
diff changeset
2786 (get 'YaTeX-inner-environment 'point))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2787 (end-of-line)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2788 (if (if recent
82
yuuji
parents: 79
diff changeset
2789 (catch 'found
yuuji
parents: 79
diff changeset
2790 (while (YaTeX-re-search-active-backward
yuuji
parents: 79
diff changeset
2791 YaTeX-item-regexp YaTeX-comment-prefix bndry t)
yuuji
parents: 79
diff changeset
2792 (setq md (match-data))
yuuji
parents: 79
diff changeset
2793 (YaTeX-inner-environment t)
yuuji
parents: 79
diff changeset
2794 (store-match-data md)
yuuji
parents: 79
diff changeset
2795 (if (= bndry (get 'YaTeX-inner-environment 'point))
yuuji
parents: 79
diff changeset
2796 (throw 'found t))))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2797 (goto-char bndry)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2798 (YaTeX-re-search-active-forward
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2799 YaTeX-item-regexp YaTeX-comment-prefix p t))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2800 (progn
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2801 (goto-char (match-end 0))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2802 ;(setq c (current-column))
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2803 (if (string-match "desc" env)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2804 (setq c 6)
82
yuuji
parents: 79
diff changeset
2805 (setq cc (current-column))
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2806 (if (equal (following-char) ?\[) (forward-list 1))
82
yuuji
parents: 79
diff changeset
2807 (if (< (- (current-column) cc)
yuuji
parents: 79
diff changeset
2808 YaTeX-itemize-withlabel-max-indent-depth)
yuuji
parents: 79
diff changeset
2809 (setq c 0)
yuuji
parents: 79
diff changeset
2810 (move-to-column cc)
yuuji
parents: 79
diff changeset
2811 (setq c YaTeX-itemize-withlabel-max-indent-depth)))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2812 (skip-chars-forward " \t" (point-end-of-line))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2813 (list (point-beginning-of-line) (+ c (current-column))))))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2814
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2815 (defun YaTeX-fill-item ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2816 "Fill item in itemize environment."
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2817 (interactive)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2818 (save-excursion
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2819 (let* ((p (point))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2820 (item-term (concat
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2821 "\\(^[ \t]*$\\)\\|" YaTeX-item-regexp "\\|\\("
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2822 YaTeX-ec-regexp "\\(begin\\|end\\)\\)"))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2823 ;;This value depends on LaTeX.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2824 fill-prefix start col
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2825 (info (YaTeX-get-item-info t)))
55
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2826 (if (null info) nil ;not on \item, do nothing
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2827 (setq start (car info)
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2828 col (car (cdr info)))
55
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2829 (save-excursion
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2830 (if (re-search-backward "^\\s *$" start t)
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2831 ;;if separated from \item line, isolate this block
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2832 (progn
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2833 (setq start (1+ (match-end 0)))
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2834 (goto-char start)
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2835 (skip-chars-forward " \t")
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2836 (delete-region (point) start) ;is this your favor???
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
2837 (indent-to col))))
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2838 (beginning-of-line)
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2839 (if (<= (save-excursion
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2840 (re-search-forward
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2841 (concat "\\\\end{\\|\\\\begin{\\|^[ \t]*$") nil t)
46
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2842 (match-beginning 0))
cd1b63102eed Support Mule2
yuuji
parents: 45
diff changeset
2843 p)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2844 (progn (message "Not on itemize.") nil)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2845 (end-of-line)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2846 (newline)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2847 (indent-to col)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2848 (setq fill-prefix
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2849 (YaTeX-buffer-substring (point-beginning-of-line)(point)))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2850 (beginning-of-line)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2851 (delete-region (point) (progn (forward-line 1) (point)))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2852 (re-search-forward item-term nil 1)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2853 (YaTeX-remove-trailing-comment start (point))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2854 (beginning-of-line)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2855 (push-mark (point) t)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2856 (goto-char start)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2857 (forward-line 1)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2858 (while (< (point) (mark))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2859 (delete-region (point) (progn (skip-chars-forward " \t") (point)))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2860 (forward-line 1))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2861 (fill-region-as-paragraph start (mark))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2862 (if NTT-jTeX
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2863 (while (progn(forward-line -1)(end-of-line) (> (point) start))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2864 (insert ?%)))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2865 (pop-mark))))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
2866
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2867 (defun YaTeX-fill-paragraph (arg)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2868 "YaTeX adjustment function for fill-paragraph.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2869 *Protect \\verb from unexpected broken up."
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2870 (interactive "P")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2871 (cond
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2872 ((not (eq major-mode 'yatex-mode)) (fill-paragraph arg))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2873 ((YaTeX-quick-in-environment-p YaTeX-fill-inhibit-environments) nil)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2874 ((YaTeX-in-math-mode-p) nil)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2875 (t
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2876 (save-excursion
82
yuuji
parents: 79
diff changeset
2877 (let*((verbrex (concat YaTeX-ec-regexp
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2878 "\\(" YaTeX-verb-regexp "\\)" ;match#1
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2879 "\\(.\\).*\\(\\2\\)")) ;match #2 and #3
82
yuuji
parents: 79
diff changeset
2880 (tilderex (concat "\\("
yuuji
parents: 79
diff changeset
2881 YaTeX-kanji-regexp "~"
yuuji
parents: 79
diff changeset
2882 "\\)" YaTeX-ec-regexp
yuuji
parents: 79
diff changeset
2883 "\\|\\("
yuuji
parents: 79
diff changeset
2884 "~" YaTeX-kanji-regexp
yuuji
parents: 79
diff changeset
2885 "\\)"))
yuuji
parents: 79
diff changeset
2886 (p (point)) ii end poslist spacelist lenlist b e n
yuuji
parents: 79
diff changeset
2887 (fill-prefix fill-prefix)
yuuji
parents: 79
diff changeset
2888 (inenv (or (YaTeX-inner-environment t) "document"))
yuuji
parents: 79
diff changeset
2889 (border (get 'YaTeX-inner-environment 'point)))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2890 (cond
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2891 ((save-excursion (beginning-of-line) ;if point is on the first
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2892 (setq end (point)) ;non-whitespace char
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2893 (skip-chars-forward " \t")
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2894 (equal (point) p))
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2895 (setq fill-prefix (YaTeX-buffer-substring p end)))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
2896 ((and ;;(not YaTeX-emacs-19)
82
yuuji
parents: 79
diff changeset
2897 (string-match YaTeX-itemizing-env-regexp inenv)
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2898 (setq ii (YaTeX-get-item-info)))
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2899 (save-excursion
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2900 (beginning-of-line)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2901 (indent-to-column (car (cdr ii)))
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2902 (setq fill-prefix
165
b9f0c694f30e Two fixes;
yuuji@gentei.org
parents: 130
diff changeset
2903 (YaTeX-buffer-substring (point) (point-beginning-of-line)))
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2904 (delete-region (point) (progn (beginning-of-line) (point))))))
82
yuuji
parents: 79
diff changeset
2905 (cond
yuuji
parents: 79
diff changeset
2906 ((string-match "tabular" inenv)
yuuji
parents: 79
diff changeset
2907 (let ((b (point-beginning-of-line))
yuuji
parents: 79
diff changeset
2908 (e (point-end-of-line)))
yuuji
parents: 79
diff changeset
2909 (if (re-search-backward
yuuji
parents: 79
diff changeset
2910 "&\\|\\\\\\\\\\|\\\\\\(begin\\|end\\){" border t)
yuuji
parents: 79
diff changeset
2911 (setq b (if (match-beginning 1)
yuuji
parents: 79
diff changeset
2912 (progn (forward-line 1) (point))
yuuji
parents: 79
diff changeset
2913 (point-beginning-of-line))))
yuuji
parents: 79
diff changeset
2914 (goto-char p)
yuuji
parents: 79
diff changeset
2915 (if (re-search-forward
yuuji
parents: 79
diff changeset
2916 "&\\|\\\\\\\\\\|\\\\\\(end\\|begin\\){" nil t)
yuuji
parents: 79
diff changeset
2917 (setq e (if (match-beginning 1)
yuuji
parents: 79
diff changeset
2918 (progn (forward-line -1)
yuuji
parents: 79
diff changeset
2919 (point-end-of-line))
yuuji
parents: 79
diff changeset
2920 (match-beginning 0))))
yuuji
parents: 79
diff changeset
2921 (set-mark e)
yuuji
parents: 79
diff changeset
2922 (goto-char b)))
yuuji
parents: 79
diff changeset
2923 (t
yuuji
parents: 79
diff changeset
2924 (mark-paragraph)))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2925 (save-restriction
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2926 (narrow-to-region (region-beginning) (region-end))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2927 (YaTeX-remove-trailing-comment (point-min) (point-max))
82
yuuji
parents: 79
diff changeset
2928 ;; First, replace spaces in verb to _ temporarily.
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2929 (goto-char (point-min))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2930 (while (YaTeX-re-search-active-forward
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2931 verbrex YaTeX-comment-prefix (point-max) t)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2932 (setq end (match-beginning 3))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2933 (goto-char (match-beginning 2))
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2934 (while (re-search-forward "\\s " end t)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2935 (setq poslist (cons (make-marker) poslist)
82
yuuji
parents: 79
diff changeset
2936 spacelist (cons (preceding-char) spacelist)
yuuji
parents: 79
diff changeset
2937 lenlist (cons 1 lenlist))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2938 (replace-match "_")
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2939 (set-marker (car poslist) (match-beginning 0))))
82
yuuji
parents: 79
diff changeset
2940 ;; Second, replace "•\~\ref{...}" to "\\\ref{...}"
yuuji
parents: 79
diff changeset
2941 (goto-char (point-min))
yuuji
parents: 79
diff changeset
2942 (while (YaTeX-re-search-active-forward
yuuji
parents: 79
diff changeset
2943 tilderex YaTeX-comment-prefix (point-max) t)
yuuji
parents: 79
diff changeset
2944 (if (match-beginning 1)
yuuji
parents: 79
diff changeset
2945 (setq b (match-beginning 1) e (match-end 1) n 1)
yuuji
parents: 79
diff changeset
2946 (setq b (match-beginning 2) e (match-end 2) n 2))
yuuji
parents: 79
diff changeset
2947 (setq poslist (cons (make-marker) poslist)
yuuji
parents: 79
diff changeset
2948 spacelist (cons (YaTeX-match-string n) spacelist)
yuuji
parents: 79
diff changeset
2949 lenlist (cons 2 lenlist))
yuuji
parents: 79
diff changeset
2950 (goto-char (match-beginning 0))
yuuji
parents: 79
diff changeset
2951 (delete-region (point) e)
yuuji
parents: 79
diff changeset
2952 (insert YaTeX-ec YaTeX-ec) ;set-marker should be here
yuuji
parents: 79
diff changeset
2953 (set-marker (car poslist) b))
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2954 ;;(fill-paragraph arg)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
2955 (fill-region-as-paragraph (point-min) (point-max) arg)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2956 (while spacelist
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2957 (goto-char (car poslist))
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
2958 (set-marker (car poslist) nil)
82
yuuji
parents: 79
diff changeset
2959 (and (eolp) (skip-chars-forward "\n\t "))
yuuji
parents: 79
diff changeset
2960 (delete-char (car lenlist))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2961 (insert (car spacelist))
82
yuuji
parents: 79
diff changeset
2962 (setq spacelist (cdr spacelist)
yuuji
parents: 79
diff changeset
2963 poslist (cdr poslist)
yuuji
parents: 79
diff changeset
2964 lenlist (cdr lenlist)))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2965 (goto-char (point-min))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2966 (forward-word 1)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2967 (beginning-of-line)
82
yuuji
parents: 79
diff changeset
2968 (while (re-search-forward "\\\\\\([a-z]*ref\\|cite\\){" nil t)
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2969 (if (< (point-end-of-line)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2970 (save-excursion (forward-char -1) (forward-list 1) (point)))
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
2971 (progn (end-of-line)
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
2972 (if (save-excursion
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
2973 (backward-word 1)
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
2974 (looking-at "[^0-9A-z!-)]"))
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
2975 (insert YaTeX-comment-prefix)))))
82
yuuji
parents: 79
diff changeset
2976 ;; Nonbreak space `~'
yuuji
parents: 79
diff changeset
2977 (goto-char (point-min))
yuuji
parents: 79
diff changeset
2978 (while (YaTeX-re-search-active-forward
yuuji
parents: 79
diff changeset
2979 "~\\(\\s *\\)$" YaTeX-comment-prefix (point-max) t)
yuuji
parents: 79
diff changeset
2980 (delete-region (match-beginning 1) (match-end 1))
yuuji
parents: 79
diff changeset
2981 (insert YaTeX-comment-prefix))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2982 (goto-char (point-min))
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
2983 (if (and NTT-jTeX (looking-at "[ \t]\\|^$"))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2984 (progn
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2985 (goto-char (point-min))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2986 (while (not (eobp))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2987 (end-of-line)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2988 (or (bolp)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2989 (save-excursion
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2990 (backward-word 1)
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
2991 (looking-at "[0-9A-z!-)]")) ;is not japanese string
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
2992 (progn (setq p (point)) (insert YaTeX-comment-prefix)))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2993 (forward-line 1))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2994 (goto-char p)
61
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
2995 (if (looking-at "%") (delete-char 1)) ;remove last inserted `%'
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
2996 ))))))))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
2997
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2998 (if (fboundp 'YaTeX-saved-indent-new-comment-line) nil
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
2999 (fset 'YaTeX-saved-indent-new-comment-line
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3000 (symbol-function 'indent-new-comment-line))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3001 (fset 'indent-new-comment-line 'YaTeX-indent-new-comment-line))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3002
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
3003 (defun YaTeX-indent-new-comment-line (&optional soft)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
3004 "Tuned `indent-new-comment-line' function for yatex.
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
3005 See the documentation of `YaTeX-saved-indent-new-comment-line'."
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
3006 (interactive)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3007 (cond
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
3008 ((or (not (memq major-mode '(yatex-mode yahtml-mode)))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3009 (string-match
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3010 "document"
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3011 (or (and (boundp 'inenv) inenv)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3012 (or (YaTeX-inner-environment t) "document"))))
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
3013 (apply 'YaTeX-saved-indent-new-comment-line (if soft (list soft))))
60
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
3014 ; ((and (eq major-mode 'yahtml-mode)
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
3015 ; (string-match
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
3016 ; "^[Pp][Rr][Ee]" (yahtml-inner-environment-but "^[Aa]\\b" t)))
9e08ed569d80 yahtml: change keystroke of calling browser to [prefix] t p
yuuji
parents: 59
diff changeset
3017 ; (yahtml-indent-new-commnet-line))
61
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
3018 ((and (eq major-mode 'yatex-mode) ;1997/2/4
b9f753846b6b Bug fix release
yuuji
parents: 60
diff changeset
3019 (YaTeX-in-math-mode-p)) nil) ;1996/12/30
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
3020 (t (let (fill-prefix)
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
3021 (apply 'YaTeX-saved-indent-new-comment-line (if soft (list soft)))))))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3022
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3023 (defun YaTeX-fill-* ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3024 "Fill paragraph according to its condition."
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3025 (interactive)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3026 (cond
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3027 ((YaTeX-fill-item))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
3028 ))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3029
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3030 ;; Accent completion
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3031 (defun YaTeX-read-accent-char (x)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3032 "Read char in accent braces."
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3033 (let ((c (read-char)))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3034 (concat
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3035 (if (and (or (= c ?i) (= c ?j))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3036 (not (string-match (regexp-quote x) "cdb")))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3037 "\\" "")
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
3038 (char-to-string c))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3039
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3040 (defun YaTeX-make-accent ()
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3041 "Make accent usage."
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3042 (interactive)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3043 (message "1:` 2:' 3:^ 4:\" 5:~ 6:= 7:. u v H t c d b")
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3044 (let ((c (read-char))(case-fold-search nil))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3045 (setq c (cond ((and (> c ?0) (< c ?8))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3046 (substring "`'^\"~=." (1- (- c ?0)) (- c ?0)))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3047 ((= c ?h) "H")
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3048 (t (char-to-string c))))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3049 (if (not (string-match c "`'^\"~=.uvHtcdb")) nil
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3050 (insert "\\" c "{}")
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3051 (backward-char 1)
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3052 (insert (YaTeX-read-accent-char c))
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3053 (if (string= c "t") (insert (YaTeX-read-accent-char c)))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
3054 (forward-char 1))))
5
370a391533fd Post fj.sources.
yuuji
parents: 4
diff changeset
3055
359
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3056 ;; Field skip in tabular
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3057 (defun YaTeX-forward-field (arg)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3058 "Move forward to the ARGth next column field of table."
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3059 (interactive "p")
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3060 (if (< arg 0)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3061 (YaTeX-backward-field (- arg))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3062 (let ((ep (save-excursion (YaTeX-end-of-environment) (point)))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3063 (wc (car (YaTeX-array-what-column-internal))))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3064 (while (>= (setq arg (1- arg)) 0)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3065 (skip-chars-forward "^&\\\\")
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3066 (while (and (not (eobp))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3067 (> ep (point))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3068 (looking-at "\\&\\|\\\\")
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3069 (= wc (car (YaTeX-array-what-column-internal))))
362
b1e6c8c03253 Preparing for 1.78
HIROSE Yuuji <yuuji@gentei.org>
parents: 361
diff changeset
3070 (skip-chars-forward "&" ep)
b1e6c8c03253 Preparing for 1.78
HIROSE Yuuji <yuuji@gentei.org>
parents: 361
diff changeset
3071 (while (looking-at "[\n\t ]+\\|\\\\\\\\\\|\\\\.line\\>")
b1e6c8c03253 Preparing for 1.78
HIROSE Yuuji <yuuji@gentei.org>
parents: 361
diff changeset
3072 (goto-char (match-end 0))
b1e6c8c03253 Preparing for 1.78
HIROSE Yuuji <yuuji@gentei.org>
parents: 361
diff changeset
3073 ))))))
359
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3074
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3075 (defun YaTeX-backward-field (arg)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3076 "Move backward to the ARGth next column field of table."
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3077 (interactive "p")
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3078 (if (< arg 0)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3079 (YaTeX-forward-field (- arg))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3080 (let ((bp (save-excursion
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3081 (YaTeX-beginning-of-environment)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3082 (point-end-of-line)))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3083 (wc (car (YaTeX-array-what-column-internal))))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3084 (while (>= (setq arg (1- arg)) 0)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3085 (skip-chars-backward "^&\\\\" bp)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3086 (while (and (not (bobp))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3087 (< bp (point))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3088 (memq (preceding-char) '(?& ?\\))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3089 (= wc (car (YaTeX-array-what-column-internal))))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3090 (skip-chars-backward "&\\\\" bp)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3091 (skip-chars-backward "\n\t " bp))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3092 (if (eolp) (skip-chars-forward "^&\\\\"))))))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3093
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3094 ;; Indentation
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3095 (defun YaTeX-current-indentation ()
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3096 "Return the indentation of current environment."
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3097 (save-excursion
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3098 ;;(beginning-of-line)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3099 (if (YaTeX-beginning-of-environment t)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3100 (goto-char (get 'YaTeX-inner-environment 'point))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3101 (forward-line -1)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3102 (beginning-of-line)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3103 (skip-chars-forward " \t"))
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
3104 (current-column)))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3105
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3106 (defun YaTeX-previous-line-indentation ()
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3107 (save-excursion
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3108 (forward-line -1)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3109 (skip-chars-forward " \t")
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3110 (current-column)))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3111
82
yuuji
parents: 79
diff changeset
3112 (defvar YaTeX-noindent-env-regexp "verbatim\\*?\\|alltt"
yuuji
parents: 79
diff changeset
3113 "*Regexp of environment names that should begin with no indentation.
yuuji
parents: 79
diff changeset
3114 All verbatime-like environment name should match with.")
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3115 (defun YaTeX-indent-line ()
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3116 "Indent corrent line referrin current environment."
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3117 (interactive)
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3118 (let ((indent-relative
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3119 (function
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3120 (lambda (&optional additional)
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3121 (YaTeX-reindent
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3122 (+ (YaTeX-current-indentation)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3123 (or additional 0)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3124 YaTeX-environment-indent)))))
82
yuuji
parents: 79
diff changeset
3125 sect depth iteminfo (p (point)) pp (peol (point-end-of-line)) begend
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3126 ;;inenv below is sometimes defined in YaTeX-indent-new-comment-line
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3127 (inenv (or (and (boundp 'inenv) inenv) (YaTeX-inner-environment t))))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3128 ;;(if NTT-jTeX ;;Do you need this section?
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3129 ;; (save-excursion
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3130 ;; (end-of-line)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3131 ;; (let ((p (point)))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3132 ;; (forward-line -1)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3133 ;; (end-of-line)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3134 ;; (or (= p (point))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3135 ;; (progn (backward-char (length YaTeX-comment-prefix))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3136 ;; (not (looking-at (regexp-quote YaTeX-comment-prefix))))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3137 ;; (progn
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3138 ;; (skip-chars-backward YaTeX-comment-prefix)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3139 ;; (kill-line))))))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3140 (or inenv (setq inenv "document")) ;is the default environment
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3141 (cond
82
yuuji
parents: 79
diff changeset
3142 ((and
yuuji
parents: 79
diff changeset
3143 (prog1 (YaTeX-on-begin-end-p)
yuuji
parents: 79
diff changeset
3144 (setq begend (match-beginning 0)))
yuuji
parents: 79
diff changeset
3145 (or (match-beginning 2) ;if \end
yuuji
parents: 79
diff changeset
3146 (and (match-beginning 3) ;if \) \]
yuuji
parents: 79
diff changeset
3147 (= (char-syntax (char-after (1+ (match-beginning 3)))) ?\)))))
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3148 (YaTeX-reindent
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3149 (save-excursion
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3150 (YaTeX-goto-corresponding-environment)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3151 (current-column))))
82
yuuji
parents: 79
diff changeset
3152 ;; on the begining of verbatime line, remove all indentation
yuuji
parents: 79
diff changeset
3153 ((and begend ;; match-beginning 0 of \begin
yuuji
parents: 79
diff changeset
3154 YaTeX-noindent-env-regexp
yuuji
parents: 79
diff changeset
3155 (stringp YaTeX-noindent-env-regexp)
yuuji
parents: 79
diff changeset
3156 (save-excursion
yuuji
parents: 79
diff changeset
3157 (and ;; if the \begin is the first declaration of this line
yuuji
parents: 79
diff changeset
3158 (progn (beginning-of-line) (skip-chars-forward " \t")
yuuji
parents: 79
diff changeset
3159 (= begend (point)))
yuuji
parents: 79
diff changeset
3160 (progn
yuuji
parents: 79
diff changeset
3161 (goto-char begend)
yuuji
parents: 79
diff changeset
3162 (looking-at
yuuji
parents: 79
diff changeset
3163 (concat YaTeX-ec-regexp
yuuji
parents: 79
diff changeset
3164 "begin{\\(" YaTeX-noindent-env-regexp "\\)}"))))))
yuuji
parents: 79
diff changeset
3165 (save-excursion
yuuji
parents: 79
diff changeset
3166 (goto-char begend)
yuuji
parents: 79
diff changeset
3167 (delete-region (point) (point-beginning-of-line))))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3168 ((string-match YaTeX-equation-env-regexp inenv)
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3169 (YaTeX-indent-line-equation)) ;autoload-ed from yatexenv
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3170 (;(YaTeX-in-environment-p '("itemize" "enumerate" "description" "list"))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3171 (string-match YaTeX-itemizing-env-regexp inenv)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3172 ;;(YaTeX-on-item-p) ??
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3173 ;;(setq iteminfo (YaTeX-get-item-info t))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3174 (if (save-excursion
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3175 (beginning-of-line)
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3176 (re-search-forward YaTeX-item-regexp peol t))
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3177 (progn
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3178 (save-excursion
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3179 (goto-char (1+ (match-beginning 0)))
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3180 (setq depth
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3181 (* YaTeX-environment-indent
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3182 (cond
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3183 ((looking-at "subsubsub") 3)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3184 ((looking-at "subsub") 2)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3185 ((looking-at "sub") 1)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3186 (t 0)))))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3187 (funcall indent-relative depth))
82
yuuji
parents: 79
diff changeset
3188 (YaTeX-reindent (or (car (cdr (YaTeX-get-item-info t inenv)))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3189 (+ (save-excursion
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3190 (beginning-of-line)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3191 (YaTeX-current-indentation))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3192 YaTeX-environment-indent))))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3193 )
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
3194 ((YaTeX-literal-p) ;verbatims
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3195 (tab-to-tab-stop))
82
yuuji
parents: 79
diff changeset
3196 ((string-match "\\(tabular\\|array\\)" inenv) ;1.73
359
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3197 (let ((n 1) (cc (current-column)) (p (point)))
82
yuuji
parents: 79
diff changeset
3198 (condition-case err
yuuji
parents: 79
diff changeset
3199 (save-excursion
yuuji
parents: 79
diff changeset
3200 (beginning-of-line)
yuuji
parents: 79
diff changeset
3201 (skip-chars-forward "[ \t]")
yuuji
parents: 79
diff changeset
3202 ;;(if (looking-at "&") (forward-char 1))
yuuji
parents: 79
diff changeset
3203 (require 'yatexenv)
yuuji
parents: 79
diff changeset
3204 (setq n (car (YaTeX-array-what-column-internal))))
yuuji
parents: 79
diff changeset
3205 (error nil))
yuuji
parents: 79
diff changeset
3206 (YaTeX-reindent
yuuji
parents: 79
diff changeset
3207 (+ (YaTeX-current-indentation)
yuuji
parents: 79
diff changeset
3208 YaTeX-environment-indent
359
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3209 (* (1- n) YaTeX-tabular-indentation)))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3210 (and (= cc (current-column))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3211 (= p (point))
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3212 (equal last-command 'YaTeX-indent-line)
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3213 ;; if NO indent action occured, move to the next column
dbef6cf84f98 Two or more consecutive [Tab] in column of table jump to the next column.
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
3214 (YaTeX-forward-field 1))))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3215 ((and inenv (not (equal "document" inenv)))
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3216 (funcall indent-relative))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3217 ((YaTeX-on-section-command-p YaTeX-sectioning-regexp)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3218 (require 'yatexsec) ;to know YaTeX-sectioning-level
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3219 (setq sect (YaTeX-match-string 1))
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3220 (if (string-match "\\*$" sect)
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3221 (setq sect (substring sect 0 -1)))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3222 (YaTeX-reindent
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3223 (* (max
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3224 (1- ;I want chapter to have indentation 0
68
0eb6997bee16 More adjustment for Emacs20 and XEmacs
yuuji
parents: 64
diff changeset
3225 (or (cdr (assoc sect YaTeX-sectioning-level))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3226 0))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3227 0)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3228 YaTeX-environment-indent)))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3229 ;;Default movement
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3230 ((and (bolp) fill-prefix) (insert fill-prefix))
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3231 (t (save-excursion
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 47
diff changeset
3232 (beginning-of-line)
64
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
3233 (if fill-prefix
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
3234 (progn
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
3235 (delete-region (point)
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
3236 (progn (skip-chars-forward " \t")
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
3237 (point)))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
3238 (insert fill-prefix))
36a48185b95a Changes are listed in yatex.new.
yuuji
parents: 61
diff changeset
3239 (skip-chars-forward " \t")
82
yuuji
parents: 79
diff changeset
3240 (if (bobp)
yuuji
parents: 79
diff changeset
3241 nil
yuuji
parents: 79
diff changeset
3242 (indent-relative-maybe))))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3243 (skip-chars-forward " \t")))
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3244 ;;if current line is \begin, re-indent \end too
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3245 (if (and (YaTeX-on-begin-end-p) (match-beginning 1))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3246 (save-excursion
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3247 ;;(beginning-of-line)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3248 ;;(search-forward "\\begin")
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3249 (goto-char (match-beginning 0))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3250 (setq depth (current-column))
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3251 (YaTeX-goto-corresponding-environment)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
3252 (YaTeX-reindent depth)))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3253 (if (or
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3254 (and NTT-jTeX
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3255 (save-excursion (beginning-of-line) (looking-at "[ \t]")))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3256 (save-excursion
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3257 (beginning-of-line)
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3258 (and
82
yuuji
parents: 79
diff changeset
3259 (not (bobp))
yuuji
parents: 79
diff changeset
3260 (progn
yuuji
parents: 79
diff changeset
3261 (backward-char 1)
yuuji
parents: 79
diff changeset
3262 (re-search-backward
yuuji
parents: 79
diff changeset
3263 "\\\\\\(\\(page\\)?ref\\|cite\\){" (point-beginning-of-line) t))
59
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3264 (goto-char (1- (match-end 0)))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3265 (> (save-excursion
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3266 (condition-case ()
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3267 (progn (forward-list 1) (point))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3268 (error (point-max))))
48ac97a6b6ce Call drawing tools
yuuji
parents: 58
diff changeset
3269 (point-end-of-line)))))
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3270 (save-excursion
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3271 (end-of-line)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3272 (let ((p (point)))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3273 (forward-line -1)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3274 (end-of-line)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3275 (or (= p (point))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3276 (looking-at (regexp-quote YaTeX-comment-prefix))
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3277 (bobp) (bolp)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3278 (save-excursion
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3279 (backward-word 1)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
3280 (looking-at "\\sw+")) ;is not japanese string
69
807c1e7e68b7 yahtml-escape-chars-region
yuuji
parents: 68
diff changeset
3281 (insert YaTeX-comment-prefix)))))))
22
9d2387100375 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3282
77
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
3283 (defun YaTeX-comment-line-break (&optional soft)
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
3284 "Call comment-indent-new-line and YaTeX-indent-line"
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
3285 (comment-indent-new-line soft)
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
3286 (YaTeX-indent-line))
1b172d26b55e Fix auto-fill movement on Emacs21.
yuuji
parents: 73
diff changeset
3287
70
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3288 (defun YaTeX-latex2e-p ()
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3289 (let ((b (current-buffer))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3290 (ptn (concat YaTeX-ec "documentclass")))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3291 (unwind-protect
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3292 (or (save-excursion (search-backward ptn nil t))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3293 (progn
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3294 (YaTeX-visit-main t)
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3295 (save-excursion (search-backward ptn nil t))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3296 (set-buffer b))))
44e3a5e1e883 Fix makefile for Windows
yuuji
parents: 69
diff changeset
3297
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
3298 (provide 'yatex)
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
3299 (defvar yatex-mode-load-hook nil
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
3300 "*List of functions to be called when yatex.el is loaded.")
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
3301 (if (and YaTeX-emacs-19 YaTeX-display-color-p (not (featurep 'yatex19)))
55
790d0be0d0f8 Bug fix version
yuuji
parents: 54
diff changeset
3302 (load "yatex19"))
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3303 (load "yatexhks" t)
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3304
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3305 ;;-------------------- Final hook jobs --------------------
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3306 (substitute-all-key-definition
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3307 'fill-paragraph 'YaTeX-fill-paragraph YaTeX-mode-map)
72
0aaebd07dad0 Support font-lock on XEmacs-21, Emacs-20, Emacs-21.
yuuji
parents: 70
diff changeset
3308 (substitute-all-key-definition
73
f41b01fef5d6 Stable version(hope to be)
yuuji
parents: 72
diff changeset
3309 'kill-buffer 'YaTeX-kill-buffer YaTeX-mode-map)
7
9a56acb6c287 Fill-paragraph and (un)comment-paragraph work fine.
yuuji
parents: 6
diff changeset
3310 (run-hooks 'yatex-mode-load-hook)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3311
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
3312 ;; `History' was moved to ChangeLog
0
9c72144baf95 First releas version (at ftp.ae).
yuuji
parents:
diff changeset
3313 ;----------------------------- End of yatex.el -----------------------------

yatex.org