[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

@info{two key bindings}



Hi,

I'd like to add the following description to the info file as
the next subsection of the "Browsing Web Pages" node.  Is it ok?

@node Key Bindings
@section There are two kinds of key bindings
@cindex key binding
@vindex w3m-key-binding
@vindex w3m-lynx-like-map
@vindex w3m-info-like-map

Since emacs-w3m is late-coming in the history of Emacs web browsers,  we
provided two kinds of key bindings in order that users can get used to
the new web browser easily.  One is called @samp{Lynx-like} map, another
is @samp{Info-like} map.  You can see what they mean from those names,
can't you?  Emacs-w3m uses the @samp{Lynx-like} map by default and this
info was written as if the @samp{Lynx-like} map is used.  If you want to
use the @samp{Info-like} map, put the following line in the
@file{~/.emacs} file (please note that the @file{~/.emacs-w3m} file
currently can't be used for this purpose).

@lisp
(setq w3m-key-binding 'info)
@end lisp

@table @code

@item w3m-key-binding
If it is @code{info}, emacs-w3m uses the @samp{Info-like} keymap,
otherwise the @samp{Lynx-like} keymap.  The default value is @code{nil}.

@item w3m-lynx-like-map

@item w3m-info-like-map

@end table

(Japanese)
Emacs-w3m は Emacs ウェブ・ブラウザの歴史の中では後発なので、ユーザが新
しいウェブ・ブラウザに容易に慣れることができるようにするために、二種類の
キーバインドを用意しました。一つは @samp{Lynx-ふう} マップと呼ばれ、もう
一つは @samp{Info-ふう} マップです。これらの名前から、それらが何を意味す
るかは分かりますね?  Emacs-w3m はデフォルトで @samp{Lynx-ふう} マップを
使い、この info は @samp{Lynx-ふう} マップが使われるものとして書かれてい
ます。@samp{Info-ふう} マップを使いたい場合は、以下の行を
@file{~/.emacs} ファイルに入れて下さい (現状では、この目的のために
@file{~/.emacs-w3m} が使えないことに注意して下さい)。
-- 
Katsumi Yamaoka <yamaoka@jpl.org>