yatex

view docs/yahtmlj.tex @ 72:0aaebd07dad0

Support font-lock on XEmacs-21, Emacs-20, Emacs-21. Support Emacs-21.
author yuuji
date Mon, 25 Dec 2000 10:19:28 +0000
parents 44e3a5e1e883
children 7e361fb5401d
line source
1 \def\lang{jp} % -*- texinfo -*- for Texinfo V.3.1
2 \input texinfo
3 @setfilename yahtmlj
4 @settitle Yet Another html-mode for Emacs
6 @iftex
7 @c @syncodeindex fn cp
8 @c Info$B$C$F:G6aFI$`?M$,A}$($?$i$7$$(B
9 @c $B$^$@=q$-=*$o$C$F$$$^$;$s!#(B
10 @c Last modified Sat Dec 2 13:55:06 2000 on buell
11 @syncodeindex vr cp
12 @end iftex
14 @titlepage
15 @sp 10
16 @center
17 @subtitle Yet Another html-mode for emacs
18 @title $B!X(BHTML$B20!Y(B
19 @subtitle // yahtml //
20 @author @copyright{} 1994-1997 by HIROSE, Yuuji [yuuji@@yatex.org]
21 @end titlepage
23 @node Top, Intro, (dir), (dir)
24 @comment node-name, next, previous, up
26 @menu
27 * Intro:: $B$O$8$a$K(B
28 * Installation:: $B%$%s%9%H!<%k(B
29 * Command Invocation:: $B30It%3%^%s%I5/F0(B
30 * Completion:: $BJd40F~NO(B
31 * Jump:: $B%+!<%=%k%8%c%s%W(B
32 * Changing and Deleting:: $BJQ99$H:o=|(B
33 * CSS Support:: $B%9%?%$%k%7!<%HJd40(B
34 * Customizations:: $B%+%9%?%^%$%:JQ?t0lMw(B
35 * Copying:: $B$H$j$"$D$+$$(B
36 * Concept Index:: $B:w0z(B
38 @end menu
40 @node Intro, Installation, Top, Top
41 @comment node-name, next, previous, up
42 @chapter $B$O$8$a$K(B
43 @cindex Demacs
44 @cindex Mule
45 @cindex LaTeX
46 @cindex HTML$B20(B[HTML$B$d(B]
48 yahtml$B$O(B GNU Emacs $B>e$G(B HTML$BJ8=q$r:n@.$9$k;~$K!"HK;($J(BHTML$B%?%0$NF~NO$rJd(B
49 $B405!G=$K$h$C$F%9%`!<%:$K9T$($k$h$&$K$9$k$@$1$G$J$/!"(Bweblint$B$J$I$N9=J8%A%'%C(B
50 $B%/%W%m%0%i%`!"%+!<%=%k0LCV$N(BURL$B$d%U%!%$%kL>$K0MB8$7$?%V%i%&%6(B/$B%$%a!<%8%t%e!<(B
51 $B%"$N5/F0$J$I$r(B Emacs $BJT=82hLLCf$+$i(B
52 $B9T$($k$h$&$K$9$k%Q%C%1!<%8$G$9!#(B
54 ($B$3$N(BInfo$B$OL$40@.$G$9(B(__)$B!D(B)
56 @node Installation, Command Invocation, Intro, Top
57 @comment node-name, next, previous, up
58 @chapter $B%$%s%9%H!<%k(B
59 @menu
60 * yahtml$B5/F0$N$?$a$N@_Dj(B::
61 * lint$B%W%m%0%i%`(B/$B%V%i%&%6(B/$B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B::
62 * WWW$B%Z!<%84D6-MQJQ?t$N@_Dj(B::
63 @end menu
65 @node yahtml$B5/F0$N$?$a$N@_Dj(B, lint$B%W%m%0%i%`(B/$B%V%i%&%6(B/$B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B, Installation, Installation
66 @section yahtml$B5/F0$N$?$a$N@_Dj(B
69 @file{~/.emacs}$B$K2<$N(B2$B9`L\$r2C$($^$9!#(B
71 @lisp
72 (setq auto-mode-alist
73 (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist))
74 (autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t)
75 @end lisp
77 $B<!$K(Byahtml$B$KI,MW$J%U%!%$%k(B(@file{yahtml.el}, @file{yatexlib.el},
78 @file{yatexprc.el}) $B$rCV$/%G%#%l%/%H%j$r(B load-path $B$K2C$($^$9!#$?$H$($P!"(B
79 @file{~/src/emacs/yahtml}$B$KCV$/$N$G$"$l$P!"(B
81 @lisp
82 (setq load-path (cons (expand-file-name "~/src/emacs/yahtml") load-path))
83 @end lisp
85 @noindent
86 $B$J$I$H$7$^$9!#(B
88 $B0J>e$N@_Dj$K$h$j!"3HD%;R$,(B .html $B$G$"$k%U%!%$%k$rJT=8$9$k$H<+F0E*$K(B
89 yahtml $B$,%m!<%I$5$l$^$9!#(Byahtml$B$,@5>o$K5/F0$G$-$?$H$-$O%b!<%I%i%$%s$NI=<($,(B
90 $B!V(Byahtml$B!W$KJQ$o$j$^$9!#(B
92 @node lint$B%W%m%0%i%`(B/$B%V%i%&%6(B/$B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B, WWW$B%Z!<%84D6-MQJQ?t$N@_Dj(B, yahtml$B5/F0$N$?$a$N@_Dj(B, Installation
93 @section lint$B%W%m%0%i%`(B/$B%V%i%&%6(B/$B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B
95 $BMxMQ$9$k30It%W%m%0%i%`$J$I$K4X$9$k0J2<$NJQ?t$r3NG'$7!"I,MW$J$i@5$7$$CM$KJQ(B
96 $B99$7$^$9(B($B3g8LFb$O%G%U%)%k%HCM(B)$B!#(B
97 @table @code
98 @item yahtml-www-browser
99 @dots{} $B5/F0$9$k%V%i%&%6$N%3%^%s%IL>(B(netscape)
100 @item yahtml-image-viewer
101 @dots{} $B5/F0$9$k2hA|%S%e!<%"$N%3%^%s%IL>(B(xv)
102 @item yahtml-lint-program
103 @dots{} $B9=J8%A%'%C%/%W%m%0%i%`$N%3%^%s%IL>(B(jweblint)
104 @item yahtml-kanji-code
105 @dots{} html$B%U%!%$%k$N4A;z%3!<%I(B
106 @end table
108 @node WWW$B%Z!<%84D6-MQJQ?t$N@_Dj(B, , lint$B%W%m%0%i%`(B/$B%V%i%&%6(B/$B%$%a!<%8%t%e!<%"4D6-Ey$N@_Dj(B, Installation
109 @section WWW$B%Z!<%84D6-MQJQ?t$N@_Dj(B
111 $B%[!<%`%Z!<%8$H$J$k%U%!%$%k$,B8:_$9$k(BPATH$BL>$K4X$9$kJQ?t$r@_Dj$7$^$9!#(B
112 @table @code
113 @item yahtml-path-url-alist
114 @dots{} $B%U%!%$%k%7%9%F%`>e$N(BPATH$BL>$H!"(BURL$B$NBP1~I=(B
115 @item yahtml-directory-index
116 @dots{} URL$B;XDj$G%U%!%$%kL>$r>JN,$7$?$H$-$KI=<($5$l$k%$%s%G%C%/%9(B
117 $B%U%!%$%kL>(B(NCSA$B7O(Bhttpd$B$J$i(B @file{index.html}, CERN$B7O$J$i(B
118 @file{Welcome.html}$B$,0lHLE*(B)
119 @end table
121 $BJQ?t(B @code{yahtml-path-url-alist} $B$N@_DjNc$r<($7$^$9!#Nc$($P!"<+Bp$G$O!"(B
122 @file{/home/yuuji/http/} $B$,(B @code{http://localhost/~yuuji} $B$G;2>H$G$-!"?&(B
123 $B>l$G$O(B @file{/usr/home/yuuji/www/} $B$,(B@code{http://www.keio.ac.jp/~yuuji/}
124 $B$G;2>H$G$-$k$h$&$K$J$C$F$$$k>l9g$O0J2<$N$h$&$K@_Dj$7$^$9!#(B
126 @lisp
127 (setq yahtml-path-url-alist
128 '(("/home/yuuj/http" . "http://localhost/~yuuji")
129 ("/usr/home/yuuj/www" . "http://www.keio.ac.jp/~yuuji")))
130 @end lisp
132 $B$3$NBP1~AH$O$$$/$i$G$b@_Dj$9$k$3$H$,$G$-$^$9!#(B
134 @node Command Invocation, Completion, Installation, Top
135 @comment node-name, next, previous, up
136 @chapter $B30It%3%^%s%I5/F0(B
138 HTML$B%U%!%$%kJT=8$K$+$+$o$k$$$/$D$+$N%3%^%s%I$rB(:B$K8F$V$3$H$,$G$-$^$9!#(B
139 @table @kbd
140 @item [prefix] t j
141 @dots{} HTML$B9=J8%A%'%C%+(B(jweblint)$B5/F0(B
142 @item [prefix] t p
143 @dots{} $B8=:_$N%Z!<%8$rBP>]$H$7$?%V%i%&%65/F0(B
144 @item [prefix] t r
145 @dots{} $B8=:_$N%Z!<%8$,%V%i%&%6$KI=<($5$l$F$$$k$H$-$N(Breload$B;XDj(B
146 @end table
148 @node Completion, Jump, Command Invocation, Top
149 @comment node-name, next, previous, up
150 @chapter $BJd40F~NO(B
152 $B!VLnD;!W$GMxMQ$G$-$k!"!V(Bbegin$B7?Jd40!W!"!V(Bsection$B7?Jd40!W!"(B
153 $B!V(Blarge$B7?Jd40!W!"!V(Bmaketitle$B7?Jd40!W!"!V%"%/%;%s%HJd40!W(B
154 $B$HA4$/F1$8%-!<A`:n$GBP1~$9$k(B
155 HTML$B%?%0$NJd40F~NO$,$G$-$^$9!#$=$l$>$l$N7?$NJd40$O=g$K!"(B
156 $B!VJ#?t9T$KEO$k%?%0F~NO!W!"!V6uMWAG%?%0(B(img$B$J$I(B)$B$NJd40!W!"(B
157 $B!V0l9TFb$G$N3+;O(B/$B=*N;%?%0$NF~NO!W!"!V6uMWAG6uB0@-%?%0$NF~NO!W!"(B
158 $B!VJ8;z;2>HF~NO!W(B
159 $B$K(B
160 $BBP1~$7$F$$$^$9!#6qBNE*$K$O(B
162 @table @kbd
163 @item [prefix] b ($BLnD;$N(Bbegin$BJd40$KBP1~(B)
164 @dots{}
165 @example
166 <ul>
167 </ul>
168 @end example
170 @noindent
171 $B$N$h$&$K3+;O%?%0$H=*N;%?%0$rFs9T$KEO$C$F=q$-$?$$>l9g$NJd40$r;X$7$^$9!#(B
172 $B$*$b$K%V%m%C%/7?%?%0$,Jd408uJd$K4^$^$l$^$9!#(B
174 @item [prefix] s ($BLnD;$N(Bsection$B7?Jd40$KBP1~(B)
175 @dots{}
176 @example
177 <img src="foo.gif" alt="photo">
178 @end example
180 @noindent
181 $B$N$h$&$K=*N;%?%0$r;}$?$:!"$+$DB0@-CM$N$_$G5!G=$r;XDj$9$k%?%0$rJd40$7$^$9!#(B
182 $BJd408uJd$H$7$F$O!"(Bimg, input $B$,B8:_$7$^$9!#(B
184 @item [prefix] l ($BLnD;$N(Blarge$B7?Jd40$KBP1~(B)
185 @dots{} begin$B7?Jd40$H$[$\F1$8$G$9$,!"(B
187 @example
188 <big> $B!A(B </big>
189 @end example
191 @noindent
192 $B$N$h$&$K0l9TFb$K3+;O(B/$B=*N;%?%0$rF~$l$?$$$H$-$KMxMQ$7$^$9!#(B
194 @item [prefix] m ($BLnD;$N(Bmaketitle$B7?Jd40$KBP1~(B)
195 @dots{} $BMWAG$bB0@-CM$b;}$?$J$$%?%0$rJd40F~NO$7$^$9!#(B<br>
196 $B$J$I$,Jd408uJd$KAjEv$7$^$9!#(B
198 @item [prefix] a ($BLnD;$N%"%/%;%s%HJd40$KBP1~(B)
199 @dots{} $B%(%s%F%#%F%#;2>H$K$h$kJ8;zI=5-$rF~NO$9$k$H$-$KMQ$$$^$9!#(B
200 $B%G%U%)%k%H$G$O(B < (&lt;), > (&gt;), & (&amp;), " (&quot;), ' (&apos;),
201 $B%V%i%s%/(B (&nbsp;) $B$NJd40F~NO$,9T$($^$9!#(B
202 @end table
204 @node Jump, Changing and Deleting, Completion, Top
205 @comment node-name, next, previous, up
206 @chapter $B%+!<%=%k%8%c%s%W(B
207 $BJ8=qCf$N$$$m$$$m$J>l=j$G(B
209 @table @kbd
210 @item [prefix] g
211 @dots{} $BBP1~$9$k%*%V%8%'%/%H$K%8%c%s%W(B
212 @end table
214 @noindent
215 $B$r2!$9$3$H$K$h$j!"%+!<%=%k0LCV$N(BHTML$B9=J8$KBP1~$9$k>l=j$K%8%c%s%W(B
216 $B$7$^$9!#BP1~4X78$,B8:_$9$k$H2r<a$5$l$k%3%^%s%I$K$O0J2<$N$b$N$,$"$j$^$9!#(B
218 @itemize @bullet
219 @item @code{<TAG>} $B"+"*(B @code{</TAG>}
220 @item @code{<img src="$B2hA|%U%!%$%k(B">} $B"*(B $BBP1~$9$k(Bviewer$B5/F0(B
221 @item @code{<a href="$B%j%s%/@h(B">} $B"*(B $B%j%s%/@h$X$N%]%$%s%H0\F0(B
222 @item @code{<applet code="$B%W%m%0%i%`(B">} $B"*(B Java$B%=!<%9%W%m%0%i%`$X$N0\F0(B
223 @c @item @code{\include(\input)} $B"*(B $BBP1~$9$k%U%!%$%k(B
224 @end itemize
226 @node Changing and Deleting, CSS Support, Jump, Top
227 @comment node-name, next, previous, up
228 @chapter $BJQ99(B/$B:o=|(B
230 @menu
231 * $BBP%?%0$NJQ99(B::
232 * $BJ8;z;2>H$X$NJQ99(B::
233 * $B%j%8%g%sFbJ8;z$N(BURLencode::
234 @end menu
236 @node $BBP%?%0$NJQ99(B, $BJ8;z;2>H$X$NJQ99(B, Changing and Deleting, Changing and Deleting
237 @comment node-name, next, previous, up
238 @section $BBP%?%0$NJQ99(B
239 $BJ8=qCf$N$$$m$$$m$J>l=j$G(B
241 @table @kbd
242 @item [prefix] c
243 @dots{} $BBP1~$9$k%?%0Ey$rJQ99(B
244 @end table
246 @noindent
247 $B$r2!$9$3$H$K$h$j!"%+!<%=%k0LCV$N(BHTML$B9=J8$K1~$8$?(B
248 $B5-=RFbMF$NJQ99$r9T$$$^$9!#%+!<%=%k0LCV$HJQ99$9$kFbMF$N(B
249 $BBP1~$O0J2<$NDL$j$G$9!#(B
251 @itemize @bullet
252 @item @code{<TAG>}$B!A(B@code{</TAG>}
253 @dots{} @code{TAG} $B$NJQ99(B
254 @item @code{<img src="$B2hA|%U%!%$%k(B" alt="photo">} $B$J$I$NB0@-CM(B
255 @dots{} $BB0@-CM$NJQ99(B
256 @end itemize
258 @node $BJ8;z;2>H$X$NJQ99(B, $B%j%8%g%sFbJ8;z$N(BURLencode, $BBP%?%0$NJQ99(B, Changing and Deleting
259 @comment node-name, next, previous, up
260 @section $BJ8;z;2>H$X$NJQ99(B
261 $BJ8;z$H$7$F$N(B < $B$d(B > $B$rI=8=$9$k$H$-$O!"J8;z;2>H$rMQ$$$F(B
262 &lt; $B$d(B &gt; $B$HI=5-$9$kI,MW$,$"$j$^$9$,!"(B
263 HTML$B0J30$N%U%!%$%k$+$i$3$l$i$NJ8;z$r4^$`%F%-%9%H$rD%$j9~$s$@>l9g(B
264 $B$J$I$K!"$3$l$i$NJ8;z$r0l3g$7$FJ8;z;2>H7A<0$KJQ49$G$-$^$9!#(B
266 @table @kbd
267 @item [prefix] ;
268 @dots{} $B;XDj$7$?NN0h$NJ8;z;2>H$KCV$-49$($k$Y$-J8;z$NCV49(B
269 @item [prefix] :
270 @dots{} $B;XDj$7$?NN0h$NJ8;z;2>H$r;2>HJ8;z$=$N$b$N$KCV49(B
271 ([prefix] ; $B$N5UJQ49(B)
272 @end table
275 @node $B%j%8%g%sFbJ8;z$N(BURLencode, , $BJ8;z;2>H$X$NJQ99(B, Changing and Deleting
276 @comment node-name, next, previous, up
277 @section $B%j%8%g%sFbJ8;z$N(BURLencode
278 @table
279 @item [prefix] #
280 @dots{} $B;XDj$7$?NN0hFb$K(B URLencode $B$9$Y$-J8;z$,$"$l$P$=$l$i$r(B
281 $B%(%s%3!<%II=5-$KCV49!#(B
282 @end table
284 @node CSS Support, Customizations, Changing and Deleting, Top
285 @comment node-name, next, previous, up
286 @chapter CSS($B%9%?%$%k%7!<%H(B)$B%5%]!<%H(B
288 @menu
289 * CSS-class completion::
290 * Reread CSS file::
291 @end menu
293 @node CSS-class completion, Reread CSS file, CSS Support, CSS Support
294 @comment node-name, next, previous, up
295 @section CSS$B%/%i%9L>Jd40(B
296 HTML$B20$O(BCSS(Cascading Style Sheets)$B$N%/%i%9L>$rJd40F~NO$9$k$3$H$,$G$-$^$9!#(B
297 $B%9%?%$%kDj5A$H$7$F(B
299 @display
300 h1.foo, h2.foo @{ background-color: 0xffffff; @}
301 h1.bar, h2.bar @{ font-size: 120%; @}
302 @end display
304 $B$N$h$&$J$b$N$,$"$C$?>l9g$K!"(Bh1$B$^$?$O(Bh2$B%?%0$r(B [prefix] b $B$d(B [prefix] l $B$GJd(B
305 $B40F~NO$7$?>l9g$K!"$=$l$i$KM-8z$J(B class $BL>$G$"$k(B foo, bar $B$r8uJd$H$7$FJd40(B
306 $BF~NO$9$k$3$H$,2DG=$G$9!#$^$?(B
308 @display
309 .caution @{ font-size: 120%; background-color: 0xc00000;@}
310 @end display
312 $B$N$h$&$JA4$F$N%(%l%a%s%H$KF/$/(Bclass$B$,Dj5A$5$l$F$$$?>l9g$O!"A4$F$N%?%0$NJd(B
313 $B40F~NO;~$K(Bclass$B;2>HF~NO$r5a$a$i$l$^$9!#$3$l$,HQ$o$7$$>l9g$O%(%l%a%s%HL>F~(B
314 $BNO3NDj$N$H$-$K%j%?!<%s%-!<(B($B$^$?$O(BC-m)$B$G$O$J$/!"(BC-j$B$r2!$;$P(Bclass$BJd40F~NO$r(B
315 $B%-%c%s%;%k$G$-$^$9!#$?$H$($P(B
317 @display
318 @kbd{[prefix] l} $B9TFb%?%0Jd40$r5/F0(B
319 ($B$^$?$O(B@kbd{[prefix] l SPC})
320 tt <tt></tt>$B$r$$$l$?$$$N$G(Btt$B$HF~NO(B
321 @kbd{C-m}
322 @end display
324 $B$H$7$?>l9g$OB3$$$F(B class= $B$HJd40%W%m%s%W%H$,=P$^$9$,!"(B
326 @display
327 @kbd{[prefix] l} $B9TFb%?%0Jd40$r5/F0(B
328 ($B$^$?$O(B@kbd{[prefix] l SPC})
329 tt <tt></tt>$B$r$$$l$?$$$N$G(Btt$B$HF~NO(B
330 @kbd{C-j}
331 @end display
333 $B$H:G8e$r(B @kbd{C-j} $B$GF~NO$7$?>l9g$O(B class $BJd40%W%m%s%W%H$O=P$^$;$s!#(B
335 @node Reread CSS file, , CSS-class completion, CSS Support
336 @comment node-name, next, previous, up
337 @section CSS$BDj5A%U%!%$%k$NFI$_D>$7(B
338 html$B%U%!%$%k$rJT=8Cf$K(BCSS$BDj5A%U%!%$%k$r=$@5$7!"DI2C$7$?(B
339 class$B$rJd408uJd$H$7$FD>$A$KFI$_9~$^$;$?$$>l9g$O!"(B
340 @kbd{M-x yahtml-mode} $B$H$7$F:F5/F0$r9T$C$F$/$@$5$$!#(B
342 @node Customizations, Copying, CSS Support, Top
343 @comment node-name, next, previous, up
344 @chapter $B%+%9%?%^%$%:(B
345 @cindex $B%+%9%?%^%$%:(B[$B$+$9$?$^$$$9(B]
346 @cindex $B%-!<%"%5%$%s(B[$B$-$$$"$5$$$s(B]
348 yahtml$B$NF0:n$r@)8f$9$kJQ?t$K$D$$$F@bL@$7$^$9!#(B
350 @menu
351 * All customizable variables:: $B%+%9%?%^%$%:JQ?t0lMw(B
352 * Hook variables:: hook$BJQ?t(B
353 @end menu
355 @node All customizable variables, Hook variables, Customizations, Customizations
356 @comment node-name, next, previous, up
357 @section $B%+%9%?%^%$%:JQ?t0lMw(B
359 @defvar yahtml-prefix
360 yahtml-mode $BCf$N%W%j%U%#%/%9%-!<(B (@kbd{\C-c})
361 @end defvar
363 @defvar yahtml-image-viewer
364 img$B$G;2>H$7$F$$$k2hA|%U%!%$%k$rI=<($9$k$H$-$K5/F0$9$k%3%^%s%I(B (xv)
365 @end defvar
367 @defvar yahtml-www-browser
368 @kbd{[prefix]g} $B$G30It%Z!<%8$rI=<($9$k$H$-$K5/F0$9$k%V%i%&%6(B (netscape)
369 @end defvar
371 @defvar yahtml-kanji-code
372 $B%G%U%)%k%H$N4A;z%3!<%I!#(B1=sjis, 2=jis, 3=euc (2)
373 .htaccess $B%U%!%$%k$K(B
374 @quotation
375 AddType "text/html; charset=xxx" .html
376 @end quotation
377 $B$N5-=R$,$"$C$?>l9g$O$=$l$K=>$&(B
378 @end defvar
380 @defvar yahtml-fill-column
381 auto-fill$B$9$k$H$-$N%+%i%`?t(B (72)
382 @end defvar
384 @defvar yahtml-fill-prefix
385 yahtml-mode $B8GM-$N(Bfill-prefix (@code{nil})
386 @end defvar
388 @defvar yahtml-path-url-alist
389 OS$B$N%U%!%$%k%7%9%F%`>e$G$N%U%k%Q%9L>$H!"$=$N30It8x3+;~$N(BURL$B$NBP1~I=!#(B
390 @end defvar
392 @defvar yahtml-directory-index
393 $B%5!<%P%"%/%;%9;~%U%!%$%kL>$r>JN,$7$?$H$-$K%G%U%)%k%H$G3+$+$l$k(B
394 $B%$%s%G%C%/%9%U%!%$%k$NL>A0!#B?$/$N>l9g(B index.html$B!#(B(@code{"index.html"})
395 @end defvar
397 @defvar yahtml-lint-program
398 HTML$B9=J8%A%'%C%/%W%m%0%i%`!#(B(@code{"jweblint"})
399 @end defvar
401 @defvar yahtml-hate-too-deep-indentation
402 $B%M%9%H$7$?Ns5s7O4D6-$G$N%$%s%G%s%H$,?<$9$.$k$H$-$K(Bt$B$K$9$k!#(B(@code{nil})
403 @end defvar
405 @defvar yahtml-always-/p
406 @code{<p>} $B$r$$$l$?$iI,$:(B @code{</p>} $B$7$?$$?M8~$1!#(B@code{nil}
407 @end defvar
409 @defvar yahtml-p-prefered-env-regexp
410 $B<+F0E*$K(B @code{<p>} $B$rF~$l$FM_$7$$4D6-!#(B@code{^\(body\|dl\)}
411 @end defvar
413 @defvar yahtml-template-file
414 $B?75,(BHTML$B%U%!%$%k:n@.;~$K<+F0E*$KA^F~$7$FM_$7$$%U%!%$%kL>!#(B
415 @file{"~/http/template.html"}
416 @end defvar
418 @defvar yahtml-prefer-upcases
419 $B%?%0$KBgJ8;z$r;H$$$?$$!#(B@code{nil}
420 @end defvar
422 @defvar yahtml-prefer-upcase-attributes
423 $BB0@-;XDj;R$KBgJ8;z$r;H$$$?$$!#(B@code{nil}
424 @end defvar
426 @defvar yahtml-server-type
427 Apache$B7O$N%5!<%P$rMxMQ$7$F$$$k>l9g$O(B 'apache $B$r%;%C%H$9$k!#(B
428 ./.htaccess $B$r;2>H$9$k$+$I$&$+$r7hDj$9$k!#(B@code{'apache}
429 @end defvar
431 @defvar yahtml-apache-access-file
432 @code{yahtml-server-type} $B$,(B @code{'apache} $B$N$H$-$K(B
433 $B%"%/%;%9@)8B%U%!%$%kL>$r;XDj!#(B@file{".htaccess"}
434 @end defvar
436 @defvar yahtml-shell-command-option
437 $B%7%'%k$GJL%3%^%s%I$r5/F0$9$k$H$-$N%*%W%7%g%s!#(B
438 @end defvar
440 @defvar yahtml-translate-hyphens-when-comment-region
441 $BNN0h%3%a%s%H%"%&%H$r$9$k$H$-$K4{$KB8:_$9$k%O%$%U%s$r(B @code{&#45;} $B$K(B
442 $BJQ99$9$k$+$I$&$+!#(B(@code{t})
443 @end defvar
445 @defvar yahtml-entity-reference-chars-alist
446 $B%(%s%F%#%F%#;2>H(B(Entity Reference)$B$G5-=R$9$Y$-J8;z72$r(B
447 @code{'(?$BJ8;z(B . "$B%(%s%F%#%F%#I=5-(B")} $B$H$$$&7A<0$rNs5s$7$?(B
448 alist$B$GJB$Y$k!#%G%U%)%k%H$G(B @code{<}, @code{>}, @code{&}, @code{'},
449 @code{"} $B$KBP$9$k(Balist$B$,@_Dj$5$l$F$$$k$N$G!"DI2C$7$?$$J,$@$1$r5-=R$9$l$PNI(B
450 $B$$!#(Bcdr$BIt(B @code{"$B%(%s%F%#%F%#I=5-(B"} $B$O!"@hF,$N(B @code{&} $B$H(B $BKvHx$N(B@code{;}
451 $B$O4^$a$:$K=q$/!#(B
452 @end defvar
454 @defvar yahtml-faithful-to-htmllint
455 $B9=J8%A%'%C%+$H$7$F(B htmllint $B$rMxMQ$9$k>l9g$A$g$C$H$7$?M>7W$J6uGr$J$I$K(B
456 $BBP$7$F$b7Y9p$r<($9$N$G!"$3$l$r2sHr$9$k$H$-$K$O$3$NJQ?t$r(B@code{t}$B$K(B
457 $B$9$k!#(B
458 @end defvar
460 @defvar yahtml-use-css
461 CSS$B$NJd405!G=$r;H$&$+$I$&$+(B (@code{t})
462 @end defvar
464 @defvar yahtml-image-inspection-bytes
465 $B2hA|%U%!%$%k$N%5%$%:$rD4$Y$k$H$-$KFI$_9~$`%P%$%H?t(B (@code{10000})
466 @end defvar
468 @defvar yahtml:img-default-alt-format
469 <img src...>$B$N(BALT$BB0@-$N%G%U%)%k%HJ8;zNs$N=q<0!#(B%x$B$O2hA|$NI}!"(B
470 %y$B$O2hA|$N9b$5!"(B%s$B$O%U%!%$%k%5%$%:$KCV49$5$l$k(B (@code{"%xx%y(%sbytes)"})
471 @end defvar
473 @defvar yahtml-escape-chars
474 href$BJd40$J$I$N$H$-$KM=LsJ8;z$r(BURL$B%(%s%3!<%I$9$k$+(B;
475 'ask$B$N$H$-$O3NG'$7$F$+$iCV49$9$k(B (@code{'ask})
476 @end defvar
478 @defvar yahtml-use-font-lock
479 $B%=!<%9$N?'$E$1%Q%C%1!<%8$H$7$F(B font-lock $B$rMxMQ$9$k$+(B
480 (@code{(featurep 'font-lock)})
481 @end defvar
483 @defvar yahtml-hilit19
484 $B%=!<%9$N?'$E$1%Q%C%1!<%8$H$7$F(B hilit19 $B$rMxMQ$9$k$+(B
485 (@code{(featurep 'hilit19)})
486 @end defvar
488 @node Hook variables, , All customizable variables, Customizations
489 @comment node-name, next, previous, up
490 @section hook$BJQ?t(B
493 @node Copying, Concept Index, Customizations, Top
494 @comment node-name, next, previous, up
495 @chapter $B<h$j07$$(B
497 $BK\%W%m%0%i%`$O%U%j!<%=%U%H%&%'%"$G$9!#K\%W%m%0%i%`$r;HMQ$7$F@8$8$?$$$+$J(B
498 $B$k7k2L$KBP$7$F$b:n<T$O@UG$$rIi$o$J$$$3$H$H$7$^$9!#E>:\Ey$K4X$7$F$O@)8B$$$?(B
499 $B$7$^$;$s!#>o<1E*$K07$C$F$/$@$5$$!#$^$?!";HMQ$7$F$$$k;]$r%a%$%k$G$*CN$i$;$$(B
500 $B$?$@$/$H!":n<T$O4n$s$G%5%]!<%H$KNe$`$3$H$G$7$g$&!#(B
502 $B6l>p!"4uK>!"%P%0Js9p!"46A[Ey$O4?7^$$$?$7$^$9!#(B
503 $BO"Mm$O(B yuuji@@yatex.org $B$^$G(B(2000$BG/(B12$B7n8=:_(B)$B!#(B
504 $B7QB3E*$K;HMQ$7$F$/$@$5$kJ}$O%a%$%j%s%0%j%9%H!V(Bfj$BLnD;$N2q!W$K(B
505 $B@'Hs2CF~$7$F$/$@$5$$!#2CF~J}K!$K$D$$$F$OK\%Q%C%1!<%8$N(B @file{docs/htmlqa}
506 $B%U%!%$%k$N!V$=$NB>!W$N>O$r8fMw$/$@$5$$!#(B
508 $B;EMM$O!"M=9p$J$/3N<B$K(B($B5$J,<!Bh$G(B)$BJQ99$5$l$^$9(B:-p$B!#(B
510 @flushright
511 $B9-@%M:Fs(B
512 @end flushright
515 @node Concept Index, , Copying, Top
516 @comment node-name, next, previous, up
517 @unnumbered $B:w0z(B
518 @printindex cp
521 @contents
523 @bye
525 @c Local Variables:
526 @c fill-column: 74
527 @c fill-prefix: nil
528 @c End:
529 
530 Tag table:
531 
532 End tag table