changeset 158:2638644ff9a0 dev

update info
author yuuji@gentei.org
date Thu, 09 Dec 2010 16:19:44 +0900
parents e3d7307f71e0
children ce67344a7ba0
files docs/yahtmle docs/yahtmle.tex docs/yahtmlj docs/yahtmlj.tex
diffstat 4 files changed, 493 insertions(+), 265 deletions(-) [+]
line wrap: on
line diff
--- a/docs/yahtmle	Thu Dec 09 15:24:02 2010 +0900
+++ b/docs/yahtmle	Thu Dec 09 16:19:44 2010 +0900
@@ -1,10 +1,7 @@
 Info file: yahtmle,    -*-Text-*-
 produced by `texinfo-format-buffer'
 from file `yahtmle.tex'
-using `texinfmt.el' version 2.32 of 19 November 1993.
-
-
-
+using `texinfmt.el' version 2.42 of  7 Jul 2006.
 
 
 File: yahtmle, Node: Top, Next: Intro, Prev: (dir), Up: (dir)
@@ -22,6 +19,7 @@
 * Copying::                     Copyright
 * Concept Index::               Index
 
+
 
 File: yahtmle, Node: Intro, Next: Installation, Prev: Top, Up: Top
 
@@ -35,6 +33,7 @@
 
 (This Info is still incomplete)
 
+
 
 File: yahtmle, Node: Installation, Next: Command Invocation, Prev: Intro, Up: Top
 
@@ -42,9 +41,10 @@
 *****************
 * Menu:
 
-* Setting up yahtml::           
-* Setting environments for weblint browsers and image viewers::  
-* Setting environment variables for WWW pages::  
+* Setting up yahtml::
+* Setting environments for weblint browsers and image viewers::
+* Setting environment variables for WWW pages::
+
 
 
 File: yahtmle, Node: Setting up yahtml, Next: Setting environments for weblint browsers and image viewers, Prev: Installation, Up: Installation
@@ -71,6 +71,7 @@
 extensions.  "yahtml" will be displayed on the mode line if no errors
 occurred.
 
+
 
 File: yahtmle, Node: Setting environments for weblint browsers and image viewers, Next: Setting environment variables for WWW pages, Prev: Setting up yahtml, Up: Installation
 
@@ -89,6 +90,7 @@
 `yahtml-kanji-code'
              ... kanji code for HTML files
 
+
 
 File: yahtmle, Node: Setting environment variables for WWW pages, Prev: Setting environments for weblint browsers and image viewers, Up: Installation
 
@@ -100,8 +102,7 @@
              ... list of matching path name on file system and URLs
 `yahtml-directory-index'
              ... index file displayed when none is given in URL.  Usually
-             `index.html' on NCSA type httpd and `Welcome.html' on
-             CERN types.
+     `index.html' on NCSA type httpd and `Welcome.html' on CERN types.
 
 Examples for `yahtml-path-url-alist'.  If `/home/yuuji/http/' is
 `http://localhost/~yuuji' at home and `/usr/home/yuuji/www/' is
@@ -113,6 +114,7 @@
 
 Any number of additions can be made to this list.
 
+
 
 File: yahtmle, Node: Command Invocation, Next: Completion, Prev: Installation, Up: Top
 
@@ -127,6 +129,7 @@
 `[prefix] t r'
              ... Reload current page if browser is already running
 
+
 
 File: yahtmle, Node: Completion, Next: Jump, Prev: Command Invocation, Up: Top
 
@@ -157,7 +160,7 @@
      attributes.  Possible completions are, <img>, <input>.
 
 `[prefix] l (YaTeX large-type completion)'
-     ... 
+     ...
 
           <big> $B!A(B </big>
 
@@ -174,6 +177,7 @@
      for < (&lt;), > (&gt;), & (&amp;), " (&quot;), ' (&apos;), blank
      (&nbsp;) is possible.
 
+
 
 File: yahtmle, Node: Jump, Next: Changing and Deleting, Prev: Completion, Up: Top
 
@@ -192,6 +196,7 @@
    * `<a href="link.to.somewhere">' -> move cursor to linked target
    * `<applet code="program">' -> open Java source
 
+
 
 File: yahtmle, Node: Changing and Deleting, Next: CSS Support, Prev: Jump, Up: Top
 
@@ -200,9 +205,10 @@
 
 * Menu:
 
-* Changing tags in pairs::      
-* Changing entities::           
-* URLencoding of strings within region::  
+* Changing tags in pairs::
+* Changing entities::
+* URLencoding of strings within region::
+
 
 
 File: yahtmle, Node: Changing tags in pairs, Next: Changing entities, Prev: Changing and Deleting, Up: Changing and Deleting
@@ -222,6 +228,7 @@
    * attributes such as `<img src="image.file" alt="photo">'
      ... change attributes
 
+
 
 File: yahtmle, Node: Changing entities, Next: URLencoding of strings within region, Prev: Changing tags in pairs, Up: Changing and Deleting
 
@@ -236,17 +243,40 @@
              ... convert char to special entity in marked region
 `[prefix] :'
              ... convert special entity to original char in marked region
-             (reverse of [prefix] ;)
+     (reverse of [prefix] ;)
+
 
 
 
-File: yahtmle, Node: URLencoding of strings within region, Prev: Changing entities, Up: Changing and Deleting
+File: yahtmle, Node: URLencoding of strings within region, Next: td-enclosure/tr-enclosure, Prev: Changing entities, Up: Changing and Deleting
 
 URLencoding of strings within region
 ====================================
 
 `[prefix] #'
-     	... encode chars that needs to be URLencoded within region
+        ... encode chars that needs to be URLencoded within region
+
+
+
+File: yahtmle, Node: td-enclosure/tr-enclosure, Prev: URLencoding of strings within region, Up: Changing and Deleting
+
+td-enclosure/tr-enclosure
+=========================
+If you wan to convert series of field into <td>...</td> repetitions for
+table element, td-enclosure or tr-enclosure is convenient.
+
+      `[prefix] '} ... Enclose each field in a region into
+<td>...</td>'s.  `[prefix] ]' ... Enclose each line in a region into
+<tr>...</tr>'s, with every line converted to <td>...</td> repetition.
+They presume white space as field separator by default.  To change this,
+enter other delimiting character for a query.  You can convert CSV, for
+example, into table by specifying comma(,) as a delimiter.
+
+If you want to enclose fields with th, call with universal-argument
+(`C-u').  Enter `th' to enclose fields with <th>...</th>.  The special
+answer `thd' means that enclose the only first column with th, and the
+rest with td.
+
 
 
 File: yahtmle, Node: CSS Support, Next: Customizations, Prev: Changing and Deleting, Up: Top
@@ -256,8 +286,9 @@
 
 * Menu:
 
-* CSS-class completion::        
-* Reread CSS definition::       
+* CSS-class completion::
+* Reread CSS definition::
+
 
 
 File: yahtmle, Node: CSS-class completion, Next: Reread CSS definition, Prev: CSS Support, Up: CSS Support
@@ -278,8 +309,9 @@
       .caution { font-size: 120%; background-color: 0xc00000;}
 
 when you input any tags via completing-read, yahtml prompts you to input
-class name.  If this is bothering, typing `C-j' instead of `RET' (or
-`C-m') cancels the next prompt to class name completion.
+class name.  If this is bothering, typing `C-j' instead of
+`RET' (or `C-m') cancels the next prompt to class name completion.
+
 
 
 File: yahtmle, Node: Reread CSS definition, Prev: CSS-class completion, Up: CSS Support
@@ -289,6 +321,7 @@
 If you add some class to your CSS file and you want yahtml to load new
 definitions, type `M-x yahtml-mode RET' to make yahtml do.
 
+
 
 File: yahtmle, Node: Customizations, Next: Copying, Prev: CSS Support, Up: Top
 
@@ -302,6 +335,7 @@
 * All customizable variables::  List of customizable variables
 * Hook variables::              hook variables
 
+
 
 File: yahtmle, Node: All customizable variables, Next: Hook variables, Prev: Customizations, Up: Customizations
 
@@ -318,9 +352,9 @@
      Browser to view external pages with `[prefix]g'. (netscape)
 
  -- Variable: yahtml-kanji-code
-     Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If
-           AddType "text/html; charset=xxx" .html is written in .htaccess,
-     this will override yahtml-kanji-code.
+     Default kanji code. 1=sjis, 2=jis, 3=euc, 4=utf-8 (2) If AddType
+     text/html; charset=xxx" .html is written in .htaccess, this will
+     override yahtml-kanji-code.
 
  -- Variable: yahtml-fill-column
      Columns to auto-fill (72)
@@ -410,6 +444,7 @@
  -- Variable: yahtml-indentation-boundary
      Boundary regexp for indentation calculation.  (`"^\\s *<h[1-3]>"')
 
+
 
 File: yahtmle, Node: Hook variables, Prev: All customizable variables, Up: Customizations
 
@@ -417,6 +452,7 @@
 ==============
 
 
+
 
 File: yahtmle, Node: Copying, Next: Concept Index, Prev: Customizations, Up: Top
 
@@ -440,6 +476,7 @@
                                                              HIROSE, Yuuji
 
 
+
 
 File: yahtmle, Node: Concept Index, Prev: Copying, Up: Top
 
@@ -448,12 +485,35 @@
 
 * Menu:
 
-* Customize:                    Customizations.         4.
-* Demacs:                       Intro.                  4.
-* Key Assign:                   Customizations.         4.
-* LaTeX:                        Intro.                  4.
-* Mule:                         Intro.                  4.
-* yahtml:                       Intro.                  4.
-
-
-
+* Customize:                    Customizations.         (line   5)
+* Demacs:                       Intro.                  (line   5)
+* Key Assign:                   Customizations.         (line   5)
+* LaTeX:                        Intro.                  (line   5)
+* Mule:                         Intro.                  (line   5)
+* yahtml:                       Intro.                  (line   5)
+
+Tag table:
+Node: Top147
+Node: Intro724
+Node: Installation1122
+Node: Setting up yahtml1388
+Node: Setting environments for weblint browsers and image viewers2179
+Node: Setting environment variables for WWW pages2875
+Node: Command Invocation3846
+Node: Completion4274
+Node: Jump5790
+Node: Changing and Deleting6270
+Node: Changing tags in pairs6502
+Node: Changing entities6997
+Node: URLencoding of strings within region7533
+Node: td-enclosure/tr-enclosure7836
+Node: CSS Support8772
+Node: CSS-class completion8983
+Node: Reread CSS definition9836
+Node: Customizations10111
+Node: All customizable variables10387
+Node: Hook variables14154
+Node: Copying14280
+Node: Concept Index15071
+
+End tag table
--- a/docs/yahtmle.tex	Thu Dec 09 15:24:02 2010 +0900
+++ b/docs/yahtmle.tex	Thu Dec 09 16:19:44 2010 +0900
@@ -5,7 +5,7 @@
 
 @iftex
 @c @syncodeindex fn cp
-@c Last modified Fri Nov 20 07:20:56 2009 on firestorm
+@c Last modified Thu Dec  9 16:12:43 2010 on firestorm
 @syncodeindex vr cp
 @end iftex
 
@@ -270,7 +270,7 @@
 @end table
 
 
-@node URLencoding of strings within region,  , Changing entities, Changing and Deleting
+@node URLencoding of strings within region, td-enclosure/tr-enclosure, Changing entities, Changing and Deleting
 @comment  node-name,  next,  previous,  up
 @section URLencoding of strings within region
 
@@ -279,6 +279,29 @@
 	@dots{} encode chars that needs to be URLencoded within region
 @end table
 
+@node  td-enclosure/tr-enclosure,  , URLencoding of strings within region, Changing and Deleting
+@comment  node-name,  next,  previous,  up
+@section td-enclosure/tr-enclosure
+If you wan to convert series of field into <td>...</td> repetitions for
+table element, td-enclosure or tr-enclosure is convenient.
+
+@table @kbd
+ @item [prefix] }
+	@dots{} Enclose each field in a region into <td>...</td>'s.
+ @item [prefix] ]
+	@dots{} Enclose each line in a region into <tr>...</tr>'s, with
+        every line converted to <td>...</td> repetition.
+@end table
+They presume white space as field separator by default.
+To change this, enter other delimiting character for a query.
+You can convert CSV, for example, into table by specifying
+comma(,) as a delimiter.
+
+If you want to enclose fields with th, call with
+universal-argument (@kbd{C-u}).  Enter `th' to enclose fields
+with <th>...</th>.  The special answer `thd' means that
+enclose the only first column with th, and the rest with td.
+
 @node CSS Support, Customizations, Changing and Deleting, Top
 @comment  node-name,  next,  previous,  up
 @chapter CSS(Style Sheets) Support
--- a/docs/yahtmlj	Thu Dec 09 15:24:02 2010 +0900
+++ b/docs/yahtmlj	Thu Dec 09 16:19:44 2010 +0900
@@ -1,7 +1,8 @@
 Info file: yahtmlj,    -*-Text-*-
 produced by `texinfo-format-buffer'
 from file `yahtmlj.tex'
-using `texinfmt.el' version 2.32 of 19 November 1993.
+using `texinfmt.el' version 2.38 of 3 July 1998.
+
 
 
 
@@ -11,459 +12,579 @@
 
 * Menu:
 
-* Intro::                       ϒᒤ
-* Installation::                󒥹Ȓ
-* Command Invocation::          ޒɒư
-* Completion::                  䒴
-* Jump::                        뒥㒥
-* Changing and Deleting::       ђȒ
-* CSS Support::                 뒥Ȓ䒴
-* Customizations::              ޒђ
-* Copying::                     Ȓ꒤Ē
-* Concept Index::               
+* Intro::                       ϸ
+* Installation::                ȼ
+* Command Invocation::          ɯ
+* Completion::                  
+* Jump::                        
+* Changing and Deleting::       ѹ
+* CSS Support::                 뷼
+* Customizations::              ޤ
+* Copying::                     ī
+* Concept Index::               
+
 
 
 
 File: yahtmlj, Node: Intro, Next: Installation, Prev: Top, Up: Top
 
-ϒᒤ
-********

+****************
 
-yahtml GNU Emacs 咤 HTMLʸ뒻˒˒HTMLΒϒ䒴
-ǽ˒蒤Òƒ˒Ԓ뒤蒤˒뒤ǒʒweblintʒɒΒʸ
-ג풥钥뒰̒֒URL䒥Ւ̾˒͒¸֒钥/ᒡ咡
-Βưʒɒ Emacs Ԓ̒撤钹Ԓ뒤蒤˒뒥ђÒǒ
+yahtml GNU Emacs 
+HTMLˢ˨HTML
+ƹ༺Ԩ˹ʯweblintν
+ࢫURLա͸馶/Ἰ
+ί Emacs Ը
+Ԩ˹ñǹ
 
-(Infoϒ̤ǒ(__))
+(InfoϤǹ(__))
+
 
 
 File: yahtmlj, Node: Installation, Next: Command Invocation, Prev: Intro, Up: Top
 
-󒥹Ȓ
-************

+************************
 * Menu:
 
-* yahtmlưΒᒤΒߒ::      
-* lintג풥钥/֒钥/ᒡ咡ĒΒߒ::  
-* WWWڒĒђђΒߒ::   
+* yahtmlο::      
+* lint/馶/Ἰ弢ĭ::  
+* WWWڼĭ::   
+
 
 
-File: yahtmlj, Node: yahtmlưΒᒤΒߒ, Next: lintג풥钥/֒钥/ᒡ咡ĒΒߒ, Prev: Installation, Up: Installation
+File: yahtmlj, Node: yahtmlο, Next: lint/馶/Ἰ弢ĭ, Prev: Installation, Up: Installation
 
-yahtmlưΒᒤΒߒ
-======================
+yahtmlο
+======================================
 
 
-`~/.emacs'˒2ܒÒޒ
+`~/.emacs'˼2è޹
 
      (setq auto-mode-alist
            (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist))
      (autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t)
 
-yahtml˒ɬגʒՒ(`yahtml.el', `yatexlib.el', `yatexprc.el') 
-ǒ쒥Ȓ꒤ load-path ˒ÒޒȒВ `~/src/emacs/yahtml'˒
-Βǒ쒤В
+yahtmlˬա(`yahtml.el', `yatexlib.el',
+`yatexprc.el') ֯ǣ load-path
+è޹ȨТ
+`~/src/emacs/yahtml'֯ǢТ
 
      (setq load-path (cons (expand-file-name "~/src/emacs/yahtml") load-path))
 
-ʒɒȒޒ
+ȷ޹
 
-  ʒ咤Βߒ꒤˒蒤꒡ȒĥҒ .html ǒ뒥Ւ뒤Ԓ뒤ȒưŪ
-yahtml 풡ɒ쒤ޒyahtml˒ưǒȒϒ⒡ɒ钥Βɽ
-yahtmlג˒ђ꒤ޒ
+  ȥҬ .html
+ǢաԸȫ
+yahtml
+ɵ޹yahtml˯ǭȭν
+yahtml޹
+
 
 
-File: yahtmlj, Node: lintג풥钥/֒钥/ᒡ咡ĒΒߒ, Next: WWWڒĒђђΒߒ, Prev: yahtmlưΒᒤΒߒ, Up: Installation
+File: yahtmlj, Node: lint/馶/Ἰ弢ĭ, Next: WWWڼĭ, Prev: yahtmlο, Up: Installation
 
-lintג풥钥/֒钥/ᒡ咡ĒΒߒ
-====================================================
+lint/馶/Ἰ弢ĭ
+==================================================================================================
 
-ђ뒳ג풥钥ʒɒ˒ؒ뒰ʒΒђΒǧɬגʒ͒˒
-ޒ(璸̒⒤ϒǒՒ뒥Ȓ)
+ѹعʼΧ鵷
+޹(թ)
 `yahtml-www-browser'
-             ... ư뒥֒钥Βޒɒ̾(netscape)
+             ... 馶γɾ(netscape)
 `yahtml-image-viewer'
-             ... ư뒲Ӓ咡Βޒɒ̾(xv)
+             ... 弢γɾ(xv)
 `yahtml-lint-program'
-             ... ʸÒג풥钥Βޒɒ̾(jweblint)
+             ... ïγɾ(jweblint)
 `yahtml-kanji-code'
-             ... htmlՒ뒤Β
+             ... htmlա
+
 
 
-File: yahtmlj, Node: WWWڒĒђђΒߒ, Prev: lintג풥钥/֒钥/ᒡ咡ĒΒߒ, Up: Installation
+File: yahtmlj, Node: WWWڼĭ, Prev: lint/馶/Ἰ弢ĭ, Up: Installation
 
-WWWڒĒђђΒߒ
-=========================
+WWWڼĭ
+===============================================
 
-ےڒȒʒ뒥Ւ뒤¸ߒPATH̾˒ؒђߒ꒤ޒ
+ۼڼա문߹PATHع޹
 `yahtml-path-url-alist'
-             ... Ւ뒥ƒ咤PATH̾ȒURLΒВɽ
+             ... ա뷹PATHȢURL
 `yahtml-directory-index'
-             ... URLؒ꒤ǒՒ̾ʒάȒ˒ɽ쒤뒥ǒÒ
-                     Ւ̾(NCSAhttpdʒ `index.html', CERNϒʒ
-                     `Welcome.html'̒Ū)
+             ... URLաʬȭ˽ï
+     ա(NCSAhttpd `index.html',
+     CERN `Welcome.html'̪)
 
-ђ `yahtml-path-url-alist' Βߒ㒤򒼨ޒ㒤Вǒϒ
-`/home/yuuji/http/'  `http://localhost/~yuuji' ǒȒǒ쒤ǒ 
-`/usr/home/yuuji/www/' `http://www.keio.ac.jp/~yuuji/' ǒȒǒ뒤蒤
-˒ʒÒƒ뒾쒹璤ϒʒΒ蒤˒ߒ꒤ޒ
+ `yahtml-path-url-alist'
+޹ТϢ
+`/home/yuuji/http/'  `http://localhost/~yuuji'
+Dzǭ  `/usr/home/yuuji/www/'
+`http://www.keio.ac.jp/~yuuji/'
+DzǭƤʼ޹
 
      (setq yahtml-path-url-alist
            '(("/home/yuuj/http" . "http://localhost/~yuuji")
              ("/usr/home/yuuj/www" . "http://www.keio.ac.jp/~yuuji")))
 
-ΒВȒϒ钤ǒߒ꒤뒤Ȓǒޒ
+ϤȬǭ޹
+
 
 
 File: yahtmlj, Node: Command Invocation, Next: Completion, Prev: Installation, Up: Top
 
-ޒɒư
-****************

+********************************
 
-HTMLՒԒ˒뒤ĒΒޒɒ¨’˒ƒ֒Ȓǒޒ
+HTMLաԸ˫뤯īγֳȬǭ޹
 `[prefix] t j'
-             ... HTMLʸÒ(jweblint)ư
+             ... HTMLë(jweblint)
 `[prefix] t p'
-             ... ߒΒڒВݒȒ֒钥ư
+             ... ڼȷ馶
 `[prefix] t r'
-             ... ߒΒڒ֒钥˒ɽ쒤ƒ뒤Ȓreloadؒ
+             ... ڼ馶˽Ƥȭreload
+
 
 
 File: yahtmlj, Node: Completion, Next: Jump, Prev: Command Invocation, Up: Top
 
-䒴
-********
+
+****************
 
-֒Ļגǒђǒ뒡begin䒴גsection䒴גlarge䒴ג
-maketitle䒴ג֒Ȓ䒴גȒƱǒВHTML
-Β䒴ϒǒޒ쒤쒤ΒΒ䒴ϒ璤˒֒ʣԒ˒ϒ뒥ϒג
-֒גǒ(imgʒ)Β䒴ג֒쒹Ԓ⒤ǒΒ/λΒϒג֒ג
-°Βϒג֒ʸȒϒג˒ВƒޒΒŪ˒
+ǭbeginעsectionע
+largeעmaketitleע֢

+HTMLϬǭ޹οˢ
+֣뿰עǿ(img)ע
+Ϋ/עע

+Ƥ޹Ϊ
 
-`[prefix] b (Ļbegin䒴˒В)'
+`[prefix] b (begin)'
      ...
           <ul>
           </ul>
 
-     Β蒤˒ϒȒλԒ˒ϒÒƒ񒤭쒹璤Β䒴ؒޒ
-     ⒤˒֒풥Ò䒴䒤˒ޒޒ쒤ޒ
+     ˫ϿȪ񭿤ط޹
+     ï޹
 
-`[prefix] s (Ļsection䒴˒В)'
+`[prefix] s (section)'
      ...
           <img src="foo.gif" alt="photo">
 
-     Β蒤˒λĒ°͒Βߒǒǽؒ꒤뒥䒴
-     ޒ䒴䒤Ȓƒϒimg, input ¸ߒޒ
+     ˪İǡ뿰䰷޹
+     ȷϢimg, input
+     ߷޹
 
-`[prefix] l (Ļlarge䒴˒В)'
-     ... begin䒴ȒےܒƱǒ
+`[prefix] l (large)'
+     ... beginܱǹ
 
-          <big>  </big>
+          <big>  </big>
+
+     ˫/쿤ȭѷ޹
 
-     Β蒤˒쒹Ԓ⒤˒/λ쒤Ȓ˒ђޒ
+`[prefix] m (maketitle)'
+     ... ⰭʤϷ޹<br> 
+     ɬ޹
 
-`[prefix] m (Ļmaketitle䒴˒В)'
-     ... גǒ°͒Ⓕʒ䒴ϒޒ<br> 
-     ʒɒ䒴䒤˒ޒ
+`[prefix] a (΢)'
+     ... ƣƣϹȭѤ޹
+     թ < (&lt;), > (&gt;), & (&amp;), "
+     (&quot;), ' (&apos;),  (&nbsp;)
+     ϬԨ޹
 
-`[prefix] a (ĻΒȒ䒴˒В)'
-     ... ƒƒȒ˒蒤ʸɽϒ뒤Ȓ˒ђޒ
-     ǒՒ뒥Ȓǒ < (&lt;), > (&gt;), & (&amp;), " (&quot;), ' (&apos;),
-     ֒钥󒥯 (&nbsp;) Β䒴ϒԒޒ
 
 
 File: yahtmlj, Node: Jump, Next: Changing and Deleting, Prev: Completion, Up: Top
 
-뒥㒥
-****************
-ʸ撤Β풤풤ʒ쒽꒤
+
+********************************

 
 `[prefix] g'
-             ... В뒥֒Ȓ˒㒥
+             ... ָ˸
 
-򒲡Ȓ˒蒤꒡뒰̒֒HTMLʸ˒В뒾쒽꒤˒㒥גޒ
-ؒ¸ߒ뒤Ȓᒤ쒤뒥ޒɒ˒ϒʒΒ⒤Β꒤ޒ
+򡹳ꢫHTML˸
+޹ظ߹ʼά޹
 
-   * `<TAG>'  `</TAG>'
-   * `<img src="Ւ">'  Вviewerư
-   * `<a href="꒥󒥯">'  ꒥󒥯蒤ؒΒݒȒܒư
-   * `<applet code="ג풥钥">'  Javaג풥钥ؒΒܒư
+   * `<TAG>'  `</TAG>'
+   * `<img src="ա">'  viewer
+   * `<a href="">'  ݤܰ
+   * `<applet code="">'  Javaܰ
+
 
 
 File: yahtmlj, Node: Changing and Deleting, Next: CSS Support, Prev: Jump, Up: Top
 
-ђ/
-*********
+ѹ/
+*****************
 
 * Menu:
 
-* ВΒђ::                
-* ʸȒؒΒђ::            
-* ꒥璥ʸURLencode::   
+* пѹ::                
+* ѹ::            
+* URLencode::   
+* td/tr::               
+
 
 
-File: yahtmlj, Node: ВΒђ, Next: ʸȒؒΒђ, Prev: Changing and Deleting, Up: Changing and Deleting
+File: yahtmlj, Node: пѹ, Next: ѹ, Prev: Changing and Deleting, Up: Changing and Deleting
 
-ВΒђ
-============
-ʸ撤Β풤풤ʒ쒽꒤
+пѹ
+========================

 
 `[prefix] c'
-             ... В뒥ђ
-
-򒲡Ȓ˒蒤꒡뒰̒֒HTMLʸ˒ҒƒΒђԒޒ
-뒰̒֒ȒђƒΒВϒʒΒ̒꒤ǒ
-
-   * `<TAG>'`</TAG>'
-     ... `TAG' Βђ
-   * `<img src="Ւ" alt="photo">' ʒɒΒ°
-     ... °͒Βђ
+             ... 뿰ѹ
 
-
-File: yahtmlj, Node: ʸȒؒΒђ, Next: ꒥璥ʸURLencode, Prev: ВΒђ, Up: Changing and Deleting
+򡹳ꢫHTML
+ѹԤ޹ѹ
+ʼǹ
 
-ʸȒؒΒђ
-================
-ʸȒƒ <  > ɽ뒤ȒϒʸȒђ&lt;  &gt; Ȓɽ
-ɬג꒤ޒHTMLʒΒՒ뒤钤쒤钤ΒʸޒƒȒĥ
-꒹쒹璤ʒɒ˒쒤钤Βʸ쒳璤ƒʸȒ˒ђǒޒ
-
-`[prefix] ;'
-             ... ؒ꒤Β蒤ΒʸȒ˒֒뒤ْʸΒ֒
-`[prefix] :'
-             ... ؒ꒤Β蒤ΒʸȒ򒻲ȒʸΒ⒤Β˒֒
-             ([prefix] ; ΒՒђ)
+   * `<TAG>'`</TAG>'
+     ... `TAG' ѹ
+   * `<img src="ա" alt="photo">' ΰ
+     ... ѹ
 
 
 
-File: yahtmlj, Node: ꒥璥ʸURLencode, Prev: ʸȒؒΒђ, Up: Changing and Deleting
+File: yahtmlj, Node: ѹ, Prev: пѹ, Up: Changing and Deleting
+

+================================
+ȷ <  >
+򽽹ȭϢѤ &lt;
+ &gt; Ƚ׬޹
+HTMLʰաθƭ
+ˢθƸѹǭ޹
 
-꒥璥ʸURLencode
-=========================
+`[prefix] ;'
+             ... 귿θ֭٭ֹ
+`[prefix] :'
+             ... 귿θȸֹ
+     ([prefix] ; ѹ)
+
+
+
+
+File: yahtmlj, Node: URLencode, Next: td/tr, Prev: ѹ, Up: Changing and Deleting
+
+URLencode
+=========================================
       [prefix] #
      
-     	... ؒ꒤Β⒤ URLencode ْʸ쒤В쒤钤
-             󒥳ɒɽ˒֒
+     	... 귿 URLencode
+     ٭н
+     ɽֹ
+
+
+
+File: yahtmlj, Node: td/tr, Prev: URLencode, Up: Changing and Deleting
+
+td/tr
+=====================
+񤿽쳼
+<td> Ӥ Ͻ
+<tr> ÿѹǭ޹
+      `[prefix] '}
+     
+     	... ˢǼ
+             <td>...</td> 
+      `[prefix] ]'
+     
+     	... ˢ
+tdɳƫԴ
+<tr>...</tr> 
+թǹѨȭ
+Delimiter:
+޹ȨЫ(,)
+CSVȬǭ޹
+
+tdʰǤΪ th
+꿤 universal-argument (`C-u')
+ı2γ޹
+ǽ th
+Фգ <th>...</th>
+޹ⷤ1գ th
+Ǥ td ˷ȭ  thd
+ϷƼ
+
 
 
 File: yahtmlj, Node: CSS Support, Next: Customizations, Prev: Changing and Deleting, Up: Top
 
-CSS(뒥)ݒ
-***************************
+CSS(뷼)ݼ
+*************************************************
 
 * Menu:
 
 * CSS-class completion::        
 * Reread CSS file::             
 
+
 
 File: yahtmlj, Node: CSS-class completion, Next: Reread CSS file, Prev: CSS Support, Up: CSS Support
 
-CSS钥̾䒴
-===============
-HTMLCSS(Cascading Style Sheets)Β钥̾䒴ϒ뒤Ȓǒޒ
-꒵Ȓ
+CSS鹾
+===========================
+HTMLCSS(Cascading Style
+Sheets)ί鹾ϹȬǭ޹

 
       h1.foo, h2.foo { background-color: 0xffffff; }
       h1.bar, h2.bar { font-size: 120%; }
 
-Β蒤ʒ⒤ΒÒ쒹璤˒h1ޒh2 [prefix] b  [prefix] l ǒ
-ϒ쒹璤˒쒤钤˒ͭ class ̾ǒ foo, bar 䒤Ȓƒ䒴
-ϒ뒤ȒĒǽǒޒ
+άÿˢh1޿h2
+[prefix] b  [prefix] l 
+Ϸˢ˭ class
+Ǣ foo, bar ȷ
+ϹȬĽǹ޿
 
       .caution { font-size: 120%; background-color: 0xc00000;}
 
-Β蒤ʒƒΒ쒥ᒥȒ˒Ưclass꒵쒤ƒ쒹璤ϒƒΒΒ
-ϒclassȒϒᒤᒤ钤쒤ޒ쒤ђ쒹璤ϒ쒥ᒥȒ̾
-ϒΒ꒤ΒȒ˒꒥󒥭(ޒC-m)ǒϒʒC-j򒲡class䒴ϒ
-㒥󒥻뒤ǒޒȒ
+ʴΨ˯classƤϢο
+class޹﷤ϨȾ
+ȭ꿼(޿C-m)ʯC-jclass
+ǭ޹Ȩ
 
-      `[prefix] l'                    Ԓ⒥䒴򒵯ư
-         (ޒ`[prefix] l SPC')
-      tt                                  <tt></tt>򒤤쒤ΒttȒ
+      `[prefix] l'                    ⿰
+         (޿`[prefix] l SPC')
+      tt                                  <tt></tt>쿤tt
       `C-m'
 
-Ȓ쒹璤ϒ³ class= Ȓ䒴ג풥גȒВޒ
+ȷϳ class=
+Ȭ޹
 
-      `[prefix] l'                    Ԓ⒥䒴򒵯ư
-         (ޒ`[prefix] l SPC')
-      tt                                  <tt></tt>򒤤쒤ΒttȒ
+      `[prefix] l'                    ⿰
+         (޿`[prefix] l SPC')
+      tt                                  <tt></tt>쿤tt
       `C-j'
 
-Ȓǒ咤 `C-j' ǒϒ쒹璤 class 䒴ג풥גȒϒВޒ󒡣
+ `C-j' Ϸ class

+
 
 
 File: yahtmlj, Node: Reread CSS file, Prev: CSS-class completion, Up: CSS Support
 
-CSS꒵Ւ뒤Βɒߒľ
-=========================
-htmlՒ뒤Ԓ撤CSS꒵Ւ뒤򒽤ɒÒclass䒴䒤Ȓ
-ƒľ˒ɒߒޒ쒹璤ϒ`M-x yahtml-mode' ȒƒƒưԒÒƒ
-
+CSSա߾
+===============================================
+htmlաԸCSSա򤵷÷
+classȷƾ޻Ϣ
+`M-x yahtml-mode'
+ȷƯƯ
+
 
 
 File: yahtmlj, Node: Customizations, Next: Copying, Prev: CSS Support, Up: Top
 

-************

+************************
 
-yahtmlΒư撤ђ˒Ēƒޒ
+yahtmlΰĤ޹
 
 * Menu:
 
-* All customizable variables::  ޒђ
-* Hook variables::              hookђ
+* All customizable variables::  ޤ
+* Hook variables::              hook
+
 
 
 File: yahtmlj, Node: All customizable variables, Next: Hook variables, Prev: Customizations, Up: Customizations
 
-ޒђ
-====================

+========================================
 
  -- Variable: yahtml-prefix
-     yahtml-mode 撤Βג꒥Ւ (`\C-c')
+     yahtml-mode գ (`\C-c')
 
  -- Variable: yahtml-image-viewer
-     imgǒȒƒ뒲Ւ뒤ɽ뒤Ȓ˒ư뒥ޒ (xv)
+     imgDzȷƤա򽨹ȭ˯
+     (xv)
 
  -- Variable: yahtml-www-browser
-     `[prefix]g' ǒڒɽ뒤Ȓ˒ư뒥֒钥 (netscape)
+     `[prefix]g'
+     ǰڼ򽨹ȭ˯馶
+     (netscape)
 
  -- Variable: yahtml-kanji-code
-     ǒՒ뒥ȒΒɒ1=sjis, 2=jis, 3=euc, 4=utf-8 (2)
-     .htaccess Ւ뒤
-           AddType "text/html; charset=xxx" .htmlΒҒÒ쒹璤ϒ
-     ˒
+     թɣ1=sjis, 2=jis, 3=euc, 4=utf-8 (2)
+     .htaccess ա
+           AddType "text/html; charset=xxx" .html
+     έҬÿϽ˾
 
  -- Variable: yahtml-fill-column
-     auto-fill뒤ȒΒ钥 (72)
+     auto-fillȭΫ (72)
 
  -- Variable: yahtml-fill-prefix
-     yahtml-mode ǒͭfill-prefix (`nil')
+     yahtml-mode ǭfill-prefix (`nil')
 
  -- Variable: yahtml-path-url-alist
-     OSΒՒ뒥ƒ咤ǒΒՒ뒥ђ̾ȒΒURLΒВɽ
+     OSա뷹ѹȢΰURL
 
  -- Variable: yahtml-directory-index
-     ВՒ̾ʒάȒ˒ǒՒ뒥Ȓǒ쒤뒥ǒ
-     Ւ뒤Β̾¿Β쒹 index.html(`"index.html"')
+     Тաʬȭթǫ
+     ïաξ
+     index.html(`"index.html"')
 
  -- Variable: yahtml-lint-program
-     HTMLʸÒג풥钥(`"jweblint"')
+     HTMLï(`"jweblint"')
 
  -- Variable: yahtml-hate-too-deep-indentation
-     ͒ȒϒĒǒΒǒȒ뒤Ȓt˒뒡(`nil')
+     ͹ȷĭΤȬȭt˹(`nil')
 
  -- Variable: yahtml-always-/p
-     `<p>' 򒤤쒤ɬ `</p>' ͒`nil'
+     `<p>' 鬺 `</p>'
+     `nil'
 
  -- Variable: yahtml-p-prefered-env-regexp
-     ưŪ `<p>' 쒤ƒߒĒ
+      `<p>' ߷ĭ
      (`"^\\(body\\|dl\\|blockquote\\)"')
 
  -- Variable: yahtml-template-file
-     HTMLՒ뒺˒ưŪ˒ޒƒߒՒ̾
+     HTMLա˫߷ա뾣
      `"~/http/template.html"'
 
  -- Variable: yahtml-prefer-upcases
-     ˒ʸȒ`nil'
+     Ȥ`nil'
 
  -- Variable: yahtml-prefer-upcase-attributes
-     °ؒ꒻Ғ˒ʸȒ`nil'
+     Ȥ`nil'
 
  -- Variable: yahtml-server-type
-     ApacheϒΒВђƒ뒾쒹璤 'apache 򒥻ÒȒ뒡
-     ./.htaccess 򒻲Ȓ뒤ɒ꒤뒡`'apache'
+     ApacheεѷƤ 'apache ȹ
+     ./.htaccess ȹɦ`'apache'
 
  -- Variable: yahtml-apache-access-file
-     `yahtml-server-type'  `'apache' ΒȒ˒’Ւ̾
-     ꒡`".htaccess"'
+     `yahtml-server-type'  `'apache' ȭ
+     ա`".htaccess"'
 
  -- Variable: yahtml-shell-command-option
-     뒤ǒ̒ޒɒ򒵯ư뒤ȒΒג璥󒡣
+     ̳򯰹ȭΪ׷
 
  -- Variable: yahtml-translate-hyphens-when-comment-region
-     Β蒥ᒥȒȒ򒤹뒤Ȓ˒˒¸ߒ뒥ϒՒ `&#45;' ˒ђ
-     뒤ɒ(`t')
+     Ȣȭ˸߹Ϥ
+     `&#45;'  ѹɦ(`t')
 
  -- Variable: yahtml-entity-reference-chars-alist
-     ƒƒ(Entity Reference)ǒҒْʸ
-      `'(?ʸ . "ƒƒɽ")' Ȓ󒤷alistǒ’ْ뒡
-     ǒՒ뒥Ȓ `<', `>', `&', `'', `"' ˒Вalistߒ꒤쒤ƒ뒤
-     ǒɒÒʬ򒵭Ғ쒤Вɒcdr `"ƒƒɽ"' ϒ
-     Ƭ `&'  `;'ϒޒᒤ˒񒤯
+     ƣƣ(Entity
+     Reference)ǭҹ٭ `'(?
+     . "ƣƣ")'
+     Ȥ
+     alistթ `<', `>', `&', `'',
+     `"'
+     йalistƤǢ÷ҹ
+     cdr `"ƣƣ"'
+     Ϣ `&'  `;'
+     
 
  -- Variable: yahtml-faithful-to-htmllint
-     ʸÒȒ htmllint ђ뒾쒹璤璤ÒȒ;גʒʒ
-     ˒ВƒⒷْ򒼨Βǒ쒤򒤹뒤Ȓ˒ϒΒђ`t'˒뒡
+     ëȷ htmllint
+     ѹȷ
+     зǢȭϳ`t'
+     
 
  -- Variable: yahtml-use-css
-     CSSΒ䒴ǽȒɒ (`t')
+     CSS䰡Ȧɦ (`t')
 
  -- Variable: yahtml-image-inspection-bytes
-     Ւ뒤ΒĴْ뒤Ȓ˒ɒߒВȒ (`10000')
+     աεȭФ
+     (`10000')
 
  -- Variable: yahtml:img-default-alt-format
-     <img src...>ALT°ΒǒՒ뒥ȒʸΒ񒼰%xϒΒ%yϒ
-     Β⒤%sϒՒ뒥˒֒쒤 (`"%xx%y(%sbytes)"')
+     <img
+     src...>ALTթȸ%x
+     %yⵢ%sա뵤ֹ
+     (`"%xx%y(%sbytes)"')
 
  -- Variable: yahtml-escape-chars
-     href䒴ʒɒΒȒ˒ͽʸURL󒥳ɒ뒤; 'askΒȒϒΒǧ
-     ƒ֒ (`'ask')
+     hrefȭ˽URLɹ;
+     'askȭΧƫֹ (`'ask')
 
  -- Variable: yahtml-use-font-lock
-     ΒŒђÒȒ font-lock ђ뒤(`(featurep '
-     font-lock)')
+     Χűñȷ
+     font-lock ѹ (`(featurep 'font-lock)')
 
  -- Variable: yahtml-use-hilit19
-     ΒŒђÒȒ hilit19 ђ뒤(`(featurep '
-     hilit19)')
+     Χűñȷ hilit19
+     ѹ (`(featurep 'hilit19)')
 
  -- Variable: yahtml-indentation-boundary
-     ǒȒגǒڒÒƒ蒤Ȓʒɽ(`"^\\s *<h[1-3]>"')
+     ׻褭뵬
+     (`"^\\s *<h[1-3]>"')
+
 
 
 File: yahtmlj, Node: Hook variables, Prev: All customizable variables, Up: Customizations
 
-hookђ
-========
+hook
+============
+
 
 
 
 File: yahtmlj, Node: Copying, Next: Concept Index, Prev: Customizations, Up: Top
 
-蒤꒰
-********
+귤
+****************
 
-  ܒג풥钥ϒՒ꒡ՒȒǒܒג풥钥Ȓђƒ
-뒷뒲̒˒ВƒⒺԒϒՒǤ钤ʒȒȒޒžܒ˒ؒƒϒ’
-ޒ󒡣Ū˒ÒƒޒȒђƒ뒻ݒᒥ뒤ǒΒ钤
-ȒԒϒǒݒȒ˒咤Ȓǒ璤
+  꼽ȦǹѷƸ
+зդʤȷ޹طϩ¤
+޻ﱪ˷Ư޿ѷƤǪ黤
+ȢǵݼǷ禣
 
-  쒾𒡢˾В𒡢ےϒޒޒϢ풤 yuuji@yatex.org 
-(2000ǯ12)ђ³Ū˒Ȓђƒϒᒥ꒥󒥰꒥ȒfjĻ
-ג˒ÒƒÒˡ˒ĒƒϒܒђÒ `docs/htmlqa'
-Ւ뒤Β֒Β¾גΒϒ
+  аϿޤ޹
+ yuuji@yatex.org (200012)
+ѳѷƯfj
+ƯĤñ
+`docs/htmlqa'
+աֽξ
 
-Œ͒ϒͽʒΒ’(ʬ蒤)ђ쒤ޒ:-p
+Ϣʯ()ѹ޹:-p
 
-                                                                  ͺ
+                                                          
+
 
 
 
 File: yahtmlj, Node: Concept Index, Prev: Copying, Up: Top
 
-
-****
+
+********
 
 * Menu:
 
-* ħħħħޒħħ[ĦĦĦĦޒĦĦ]:   Customizations.         4.
-* ħģħħħħĦĦĦĦĦĦ:   Customizations.         4.
+* ޤ[ޤ]: Customizations.  4.
+* []: Customizations.  4.
 * Demacs:                       Intro.                  4.
-* HTMLĴ[HTMLĦ:               Intro.                  4.
+* HTML[HTML]:           Intro.                  4.
 * LaTeX:                        Intro.                  4.
 * Mule:                         Intro.                  4.
 
 
 
+
+
+Tag table:
+Node: Top148
+Node: Intro617
+Node: Installation905
+Node: yahtmlο1116
+Node: lint/馶/Ἰ弢ĭ1784
+Node: WWWڼĭ2330
+Node: Command Invocation3122
+Node: Completion3465
+Node: Jump4470
+Node: Changing and Deleting4885
+Node: пѹ5113
+Node: ѹ5476
+Node: URLencode5851
+Node: td/tr6104
+Node: CSS Support6740
+Node: CSS-class completion6981
+Node: Reread CSS file7989
+Node: Customizations8233
+Node: All customizable variables8469
+Node: Hook variables11568
+Node: Copying11684
+Node: Concept Index12187
+
+End tag table
--- a/docs/yahtmlj.tex	Thu Dec 09 15:24:02 2010 +0900
+++ b/docs/yahtmlj.tex	Thu Dec 09 16:19:44 2010 +0900
@@ -5,7 +5,7 @@
 
 @iftex
 @c @syncodeindex fn cp
-@c Last modified Fri Nov 20 07:20:46 2009 on firestorm
+@c Last modified Thu Dec  9 15:56:35 2010 on firestorm
 @syncodeindex vr cp
 @end iftex
 
@@ -229,6 +229,7 @@
 * ΃^O̕ύX::                
 * QƂւ̕ύX::            
 * WURLencode::   
+* td/tr::               
 @end menu
 
 @node ΃^O̕ύX, QƂւ̕ύX, Changing and Deleting, Changing and Deleting
@@ -253,7 +254,7 @@
 @dots{} l̕ύX
 @end itemize
 
-@node QƂւ̕ύX, WURLencode, ΃^O̕ύX, Changing and Deleting
+@node QƂւ̕ύX,  , ΃^O̕ύX, Changing and Deleting
 @comment  node-name,  next,  previous,  up
 @section QƂւ̕ύX
 ƂĂ <  > \Ƃ́AQƂp
@@ -270,7 +271,7 @@
 @end table
 
 
-@node WURLencode,  , QƂւ̕ύX, Changing and Deleting
+@node WURLencode, td/tr, QƂւ̕ύX, Changing and Deleting
 @comment  node-name,  next,  previous,  up
 @section WURLencode
 @table
@@ -279,6 +280,29 @@
         GR[h\LɒuB
 @end table
 
+@node  td/tr,  , WURLencode, Changing and Deleting
+@comment  node-name,  next,  previous,  up
+@section td/tr
+󔒋؂ŏ\`̍sR[h <td> ̕сC
+邢͂ <tr> Ŋsтɕϊł܂B
+@table @kbd
+ @item [prefix] }
+	@dots{} ݂̃Wɂf[^󔒋؂育Ƃ
+        <td>...</td> Ŋ
+ @item [prefix] ]
+	@dots{} ݂̃Wɂs
+        LtdقǂĂ炳ɍsƂ <tr>...</tr> Ŋ
+@end table
+ftHgł͋󔒋؂łCςƂ
+Delimiter: ̖₢킹ɋ؂蕶w肵܂BƂ΃J}(,)
+w肷CSV\邱Ƃł܂B
+
+tdȊO̗vfC̓Iɂ th Ŋ肽ꍇ universal-argument
+(@kbd{C-u}) ‚ďL2‚̃R}hĂт܂Bǂ̗vfŊ邩
+₪̂ł th Ɠ΁CetB[h <th>...</th>
+Ŋ܂BC1tB[ĥ th ŁCcS td ɂƂ
+ thd Ɠ͂ĉB
+
 @node CSS Support, Customizations, Changing and Deleting, Top
 @comment  node-name,  next,  previous,  up
 @chapter CSS(X^CV[g)T|[g

yatex.org