# HG changeset patch # User yuuji@gentei.org # Date 1274926931 -32400 # Node ID 39548ee6e8813862699a2bbee82e51f628f1c465 # Parent 91bf68eeefe8c9625aa87c1a4bbe685e01c5ad41 Refer to mercurial repository. diff -r 91bf68eeefe8 -r 39548ee6e881 docs/qanda --- a/docs/qanda Thu May 27 10:34:34 2010 +0900 +++ b/docs/qanda Thu May 27 11:22:11 2010 +0900 @@ -682,9 +682,9 @@ のようにメイルを送れば加入できます。手続きは全て自動で行われ、登 録が完了すると確認とともに、参加/休止/脱会等の制御コマンドの利用 - 方法が返送されます。是非参加して一緒に野鳥/雷鳥/白鳥/飛鳥を育て - てください。なお、自己紹介の文が無い場合一見加入したように見えま - すが、自動的に登録解除しますので御注意下さい。 + 方法が返送されます。是非参加して一緒に野鳥/雷鳥/白鳥/飛鳥/花鳥を + 育ててください。なお、自己紹介の文が無い場合一見加入したように見 + えますが、自動的に登録解除しますので御注意下さい。 ・野鳥の最新情報は? @@ -696,6 +696,26 @@ があるので、current版の利用はとくに「デバッグに協力する」という 心構えでの利用をお願いします。 + yatex-currentは全ファイルを毎回取得する必要があるので非効率です。 + YaTeXのソースコードのMercurialリポジトリを利用し、効率的かつ安全 + に更新を行なって下さい。Mercurialをインストール後、以下のように + して開発版に追随します。 + + hg clone http://www.yatex.org:/hgrepos/yatex + + で、リポジトリ全体を取得します。開発ブランチは dev なので + + cd yatex + hg up -C dev + + して切り替えます(リリース用ブランチは default)。以後は、同ディレ + クトリで定期的に + + hg pull -uv + + すれば更新のみを取得します。このディレクトリをEmacsの load-path + に加えてしまってもよいでしょう。 + ・とにかくわかりませーん! まず質問の前に yatex-current(上述) を試してみて下さい。既に直面 diff -r 91bf68eeefe8 -r 39548ee6e881 docs/qanda.eng --- a/docs/qanda.eng Thu May 27 10:34:34 2010 +0900 +++ b/docs/qanda.eng Thu May 27 11:22:11 2010 +0900 @@ -393,6 +393,22 @@ errors. The author cannot respond to your query about yatex-current. + If you want to catch up to latest version, using yatex-current + is inefficient. Use yatex's mercurial repository instead. + + hg clone http://www.yatex.org:/hgrepos/yatex + cd yatex + hg up -C dev + + Then, getting all updates by `hg pull'. + + hg pull -uv + + Okay to set load-path of yatex to local copy of repository. + Two branch names are mostly in use. The `default' branch is for + release versions, the `dev' branch is for development. + + *Help, help HELP!! Ways of getting answers in fastest order.