yatex

changeset 160:b6b5bc017146 dev

Update manual part of file.
author yuuji@gentei.org
date Thu, 09 Dec 2010 20:18:02 +0900
parents ce67344a7ba0
children 52e56e399894
files yahtml.el
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Thu Dec 09 18:07:02 2010 +0900
     1.2 +++ b/yahtml.el	Thu Dec 09 20:18:02 2010 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; (c) 1994-2010 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.6 -;;; Last modified Thu Dec  9 18:05:11 2010 on firestorm
     1.7 +;;; Last modified Thu Dec  9 20:16:49 2010 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  (defconst yahtml-revision-number "1.74.2"
    1.11 @@ -141,7 +141,9 @@
    1.12  ;;;			参照しているリンクを補完機能を使いながら変更で
    1.13  ;;;			きます。
    1.14  ;;;  * [prefix] t j	カレントファイルに対して jweblint を呼び出しま
    1.15 -;;;			す。
    1.16 +;;;			す。ファイル先頭付近に
    1.17 +;;; 			<!-- #lint コマンド -->
    1.18 +;;; 			と書いておくとそのコマンドを呼びます。
    1.19  ;;;  * [prefix] t p	WWW ブラウザでカレントファイルを表示します。
    1.20  ;;;			(lisp変数 yahtml-www-browser の設定をお忘れな
    1.21  ;;;			く。お推めは "firefox" です)
    1.22 @@ -152,6 +154,13 @@
    1.23  ;;;  * [prefix] :	指定したリジョン中で上と逆の変換をします。
    1.24  ;;;  * [prefix] #	指定したリジョン中で%エンコードの必要な文字が
    1.25  ;;;			あればそれらをエンコードします。
    1.26 +;;;  * [prefix] }	リジョン内の特定文字区切りのレコードを <td> 並びに
    1.27 +;;;			変換します。C-u (universal-argument) 付きで起動
    1.28 +;;; 			するとtd以外の任意要素で括ります。thdを指定する
    1.29 +;;; 			と最初の1つだけth,残りすべてをtdで括ります。
    1.30 +;;;  * [prefix] ]	リジョン内のすべての行をフィールドごとにtdで括り,
    1.31 +;;;    			さらに各行をtrで括ります。universal-argument を
    1.32 +;;; 			付けるとフィールド括りをtd以外に指定できます。
    1.33  ;;;  * [prefix] ESC	yahtml-mode を抜け yahtml-mode に入る前に動作し
    1.34  ;;;			ていたメジャーモードに戻ります。
    1.35  ;;;