[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-load.el
>>>>> In [emacs-w3m : No.06743] 山岡 wrote:
> ;; あと、少し README と info に追加する予定。
ついでに http://emacs-w3m.namazu.org/ も書き換えようとしたんです
が、すんでのところでやめました。^^;;
パッチです:
--- emacs-w3m-web/index-en.html~ 2004-04-20 21:52:11 +0000
+++ emacs-w3m-web/index-en.html 2004-04-28 11:41:23 +0000
@@ -286,18 +286,13 @@
Just type <i>M-x w3m</i>, and you can use emacs-w3m.
</p>
<p>
-If you want to use other contributed programs, some additional settings
-are required. Please see comments of those programs for more details.
-If unsure, put these lines into your <code>~/.emacs</code> file:
+However, you have nothing to do if you have emacs-w3m installed as an
+XEmacs package. Supposing you are using both Emacs and XEmacs, the
+following way is one of recommendations:
</p>
<blockquote>
<pre>
-(autoload 'w3m-find-file "w3m" "Find a local file using emacs-w3m." t)
-(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
-(autoload 'w3m-search "w3m-search" "Search words using emacs-w3m." t)
-(autoload 'w3m-weather "w3m-weather" "Display a weather report." t)
-(autoload 'w3m-antenna "w3m-antenna" "Report changes of web sites." t)
-(autoload 'w3m-namazu "w3m-namazu" "Search files with Namazu." t)
+(load "w3m-load" t t)
</pre>
</blockquote>
<p>
--- emacs-w3m-web/index-ja.html~ 2004-04-20 21:52:12 +0000
+++ emacs-w3m-web/index-ja.html 2004-04-28 11:41:24 +0000
@@ -296,31 +296,24 @@
<hr>
<h2><a name="config">設定</a></h2>
<p>
-最初に,以下の設定を <code>~/.emacs</code> ファイルに追加してください.
+以下の設定を <code>~/.emacs</code> ファイルに追加してください.
</p>
<blockquote>
<pre>
-(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
+(require 'w3m-load)
</pre>
</blockquote>
<p>
後は,<i>M-x w3m</i> とすれば起動するはずです.
</p>
<p>
-他の付属プログラムを使用するには,追加の設定が必要な場合があります.
-詳細については,
-個々の付属プログラムのソースファイルの先頭に記載されているコメントを参照してください.
-良く分からない場合は,とりあえず,以下の設定を <code>~/.emacs</code>
-ファイルに追加しておいてください.
+ただし XEmacs package として emacs-w3m をインストールしたのならば,
+することは何もありません.もし Emacs と XEmacs の両方を使っているならば,
+次の方法がお勧めの一つです:
</p>
<blockquote>
<pre>
-(autoload 'w3m-find-file "w3m" "Find a local file using emacs-w3m." t)
-(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
-(autoload 'w3m-search "w3m-search" "Search words using emacs-w3m." t)
-(autoload 'w3m-weather "w3m-weather" "Display a weather report." t)
-(autoload 'w3m-antenna "w3m-antenna" "Report changes of web sites." t)
-(autoload 'w3m-namazu "w3m-namazu" "Search files with Namazu." t)
+(load "w3m-load" t t)
</pre>
</blockquote>
<p>