annotate yatex.el @ 447:9a91ec831762 dev

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

yatex.org