| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
たくさんの emacs-w3m の変数が、Custom の仕掛けによってカスタマイズするこ とができます。Custom は変数を定義するための、Emacs のグラフィック・イン ターフェースです。Custom にはいくつかのカスタマイズのための手段があり、 例えば単一のオプション (すなわち、Emacs Lisp 変数) のため の M-x customize-option、またはある "group" (この場合のグルー プは w3m) に属するすべてのオプション (変数とフェース) を見て、か つ変更するための M-x customize-group が使えます。
あるいは (もし Custom を使いたくないのであれば)、任意の Emacs Lisp 式 を emacs-w3m 初期設定ファイルに書き込むことができます。デフォルトのファ イルは `~/.emacs-w3m' です。例えば、
(setq w3m-home-page "http://emacs-w3m.namazu.org/") |
これはデフォルトのホームページを http://emacs-w3m.namazu.org/ に 設定します。シンタックスは `.emacs' ファイルと同じで す (see 節 `Init File' in
気を付けなければいけないのは、外部モジュールで定義されているいくつかの変 数が `~/.emacs-w3m' ファイルが読み込まれるときには未定義で、それら を変更できないかもしれないことです (もちろん、デフォルトの値を気にしない のであれば、`~/.emacs-w3m' ファイルで完璧に上書きしてしまうことは可 能なのですけれどね)。変数 w3m-search-engine-alist は典型的な例で す (see 節 5.6 ウェブ検索に関連した変数)。
w3m-init-filew3m-init-file ファイルを読み込みます。デ フォルト値は `~/.emacs-w3m' です。たぶん、あなたはこれを変更する必 要は無いでしょう。これは普通の Emacs Lisp ファイルで、 `~/.emacs' や `site-init' ファイルを emacs-w3m 関係のもので乱 雑にしないようにするために使うことができます。Emacs-w3m はこれと同じ名前 に、拡張子 `.elc' と `.el' が付いているものも (言い換えれば、 `~/.emacs-w3m.elc'、`~/.emacs-w3m.el' およ び `~/.emacs-w3m' の順に) 調べます。| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-accept-languagesw3m-add-refererリファラの送りかた。5つの選択子がある。
nil: 決してリファラを送らない。
t: 常にリファラを送る。
lambda: 移動元のページと移動先のページの両方が同じサーバにより提 供されている時のみリファラを送る。
nil が指定されるとすべての URL にマッチする。
nil を返せばリファ ラを送る。ブラウジング履歴が洩れるのを心配するのなら、`nil' か `lambda' に設定して ください。あなたのコンピュータが秘密のネットワークに属しているのなら、以 下のように 2つの正規表現を設定して、個人情報が洩れるのを防ぐといいでしょ う:
(setq w3m-add-referer
'("\\`http:\"
. "\\`http://\\([^./]+\\.\\)*example\\.net/"))
|
w3m-add-user-agentnil ならば、リクエストヘッダに User-Agent を含めます。 w3m-user-agent の値が User-Agent として使われます。
w3m-arrived-filew3m-auto-shownil ならばウィンドウの水平スクロールを有効にする。point がウィ ンドウの両端の外に出た場合に自動的に水平スクロールするが、 truncate-lines が nil ならば何も起こらない。
この機能は特定の emacs-w3m のコードのみで使われる。すなわち、通 常 auto-hscroll-mode、automatic-hscrolling、 auto-show-mode および hscroll-mode はすべて emacs-w3m のバッ ファでは無効になるだろう。
w3m-charset-coding-system-alistw3m-coding-systemw3m-coding-system-priority-listw3m-commandexec-path ディレクトリから探索 してくれるので、通常はこの値を設定する必要はない。
他の `w3m' コマンドを使いたければ、.emacs でこの値を明示的に設定す るか、カスタマイズして保存してください。この場合、Emacs と emacs-w3m を 再起動しなければいけません。今のところ、`w3m.elc' を読みこんだ後 に `w3m' コマンドの変更を安全にすべての emacs-w3m プログラムに行な うことはできないからです。
w3m-command-argumentsw3m-command-arguments-alist も参照するとよい。
w3m-command-arguments-alist
(setq w3m-command-arguments-alist
'(;; Don't use the proxy server to visit local web pages.
("^http://\\([^/]*\\.\\)*your-company\\.com\\(/\\|$\\)"
"-no-proxy")
;; Use the proxy server to visit any foreign urls.
(""
"-o" "http_proxy=http://proxy.your-company.com:8080/")))
|
この 1つめの要素は、スキームが `http' であり、ホスト名 が `your-company.com' であるか、`.your-company.com' で終わる すべての URL にマッチします。これらのホストに接続するのにプロキシは用いら れません。あなたが正規表現の初心者であるのなら、 w3m-no-proxy-domains を代わりに使ってください。
w3m-command-environmentw3m-confirm-leaving-secure-pagenil ならば、セキュアなページを去る時に emacs-w3m は確認を求め ます。この変数には non-nil の値を 強く おすすめします。このオプショ ンを切る前に 必ず どういうことをしたいのかを完全に理解してくださ い。デフォルトでは、t になっています。
w3m-content-type-alistfile と url のシンボルを arg として指定すると、それ ぞれ閲覧するファイルの内容を含んだテンポラリファイルのファイル名と、閲覧 する URL とに置換えられる。nil ならば、URL をローカルのファイルにダウンロードします。1. コンテントタイプ で指定されたものを上書きするコンテントタイプ。 以下の値も有効です。
nil ならば、コンテントタイプを上書きしない。w3m-correct-charset-alistw3m-db-history-display-sizew3m-decoder-alistw3m-default-coding-systemw3m-default-content-typew3m-default-directorynil (デフォルト値)が有効な値となります。指定されたディレクトリ が存在しない場合や、nil が指定された場合 は w3m-profile-directory の値が使われます。
例外: ローカルのファイルや、リモートのファイルを ftp でアクセスしている 場合はそのファイルのディレクトリが現在のディレクトリとして使われます。
w3m-default-save-directoryw3m-delete-duplicated-empty-linesnil ならば二行以上の連続した空白行を一行にまとめる。
w3m-dirlist-cgi-programnil ならば、`w3m' コマンドの dirlist.cgi のモジュールが 使われる。
w3m-doc-view-content-typesdoc-view-mode を使うコンテントタイプのリス ト。この変数は w3m-content-type-alist の値を上書きする。
w3m-edit-functionw3m-edit-current-url また は w3m-edit-this-url のコマンドが呼ばれた時に使われます。
w3m-edit-function-alistw3m-edit-current-url や w3m-edit-this-url のコマンドが呼ば れた時にどの関数でそのページを編集するかを決めるのに使われます。この連想 配列から適当な関数が見つからなければ、w3m-edit-function が使われ ます。
w3m-enable-google-feeling-luckynil ならば、url としてどんな単語も入力することができるように なります。その場合、emacs-w3m は Google を使ってその言葉を検索します。デ フォルトでは t です。
w3m-encoding-type-alistw3m-file-coding-systemw3m-save-list 関数で使われます。
w3m-file-name-coding-systemw3m-fill-columnfill-column として使われる数字。正の値なら ば、ページがその桁数で表示される。0 か負の値ならば、ウィンドウの幅からそ の数字をがページの最大幅として使われる。XEmacs ではこの設定が常に働くわ けではないということに注意してください。
w3m-follow-redirectionnil ならば、`w3m' コマンドがリダイレクトを処理します。クッキー がリダイレクトされるページ間で共有されることがありうるので、クッキーを許 可するならば (つまり、w3m-use-cookies を non-nil にしてい るならば)、この変数を nil にしないでください。
w3m-home-pagew3m-horizontal-scroll-columnsw3m-horizontal-scroll-divisionこの変数の値を N とします。カーソルがウィンドウの左に出てしまう と emacs-w3m はウィンドウをスクロールし、カーソルがウィンドウの左からウィ ンドウの幅の 1/N の所に置かれるようにします。同様にカーソルがウィンドウ の右から出てしまうと、emacs-w3m はウィンドウをスクロールし、カーソルがウィ ンドウの右からウィンドウの幅の 1/N の所に置かれるようにします。
w3m-auto-show が nil ならばこの機能は動きません。値 は 1 よりも大きい整数でなければいけません。
w3m-horizontal-shift-columnsw3m-imitate-widget-buttonnil ならば、リンク (アンカー) ボタンでウィジェットのボタンの 動作をします。これは TAB を使って Gnus の記事バッファの中を 移動するのに便利です。真偽値を返す Lisp 関数を設定することもできます。
w3m-init-fileNote: This file is used as the startup configuration NOT for the `w3m' command but for emacs-w3m. In order to modify configurations for the `w3m' command, edit the file named `~/.w3m/config' normally.
w3m-input-coding-systemcoding-system-for-write if it is not binary. Otherwise, the value of the w3m-current-coding-system variable is used instead.
w3m-keep-arrived-urlsw3m-keep-cache-sizew3m-key-bindinginfo which provides `Info-like' keys, and nil which provides `Lynx-like' keys.
w3m-languagew3m-local-directory-view-methodw3m-cgi using the CGI program specified by the w3m-dirlist-cgi-program variable (which see), and w3m-dtree using the w3m-dtree Lisp module.
w3m-local-find-file-functionfile: scheme in which you entered agrees with the rule of the w3m-local-find-file-regexps variable (which see), it is used to open the file.
Function should take one argument, the string naming the local file. It can also be any Lisp form returning a function. Set this to nil if you want to always use emacs-w3m to see local files.
w3m-local-find-file-regexpsCons of two regexps matching and not matching with local file names. If a url of the file: scheme in which you entered matches the first form and does not match the latter form, it will be opened by the function specified by the w3m-local-find-file-function variable. Nil for the regexp matches any file names.
For instance, the value (nil . "\\.html?\\'") allows `file:///some/where/w3m.el', not `file:///any/where/index.html', to open by the function specified by w3m-local-find-file-function. The latter will be opened as a normal web page. Furthermore, if you would like to view some types of contents in the local system using the viewers specified by the w3m-content-type-alist variable, you can add regexps matching those file names to the second element of this variable. For example:
(setq w3m-local-find-file-regexps
'(nil . "\\.\\(?:[sx]?html?\\|dvi\\|ps\\|pdf\\)\\'"))
|
It is effective only when the w3m-local-find-file-function variable is set properly.
w3m-mailto-url-functionmailto urls. Function is called with one argument, just a url. If it is nil, a function specified by the mail-user-agent variable will be used for composing mail messages.
w3m-mailto-url-popup-function-alist(MAJOR-MODE . FUNCTION) pairs used to pop a mail buffer up. If a user clicks on a mailto url and a mail buffer is composed by mail-user-agent with the MAJOR-MODE, FUNCTION will be called with a mail buffer as an argument. Note that the variables special-display-buffer-names, special-display-regexps, same-window-buffer-names and same-window-regexps will be bound to nil while popping to a buffer up.
w3m-make-new-sessionnil means making new emacs-w3m buffers when visiting new pages. If it is non-nil and there are already emacs-w3m buffers, the w3m command makes a new emacs-w3m buffer if a user specifies a url string in the minibuffer, and the w3m-safe-view-this-url command also makes a new buffer if a user invokes it in a buffer not being running the w3m-mode. The default value is nil.
w3m-mbconv-commandw3m-command.
w3m-no-proxy-domainsw3m-output-coding-systemw3m-pop-up-framesnil means pop to a new frame up for an emacs-w3m session. This variable is similar to pop-up-frames and does override w3m-pop-up-windows. If w3m-use-tab is non-nil or there is the buffers selection window (for the w3m-select-buffer feature), this variable is ignored when creating the second or more emacs-w3m session.
w3m-pop-up-windowsnil means split the windows when a new emacs-w3m session is created. This variable is similar to pop-up-windows and quite overridden by w3m-pop-up-frames as if pop-up-frames influences. Furthermore, if w3m-use-tab is non-nil or there is the buffers selection window (for the w3m-select-buffer feature), this variable is ignored when creating the second or more emacs-w3m session.
w3m-popup-frame-parametersw3m-prefer-cachenil means that cached contents are used without checking headers.
w3m-profile-directoryw3m-quick-startnil means let emacs-w3m start quickly w/o requiring confirmation. When you invoke the w3m command, it attempts to visit the page of a string like url around the cursor or the value of w3m-home-page. You won't be asked for the confirmation then if this value is non-nil. Otherwise, you will be prompted for that url with the editing form.
w3m-redirect-with-getnil, use the GET method after redirection. It controls how emacs-w3m works when a server responds the code 301 or 302. Here is an extract from RFC2616:
Note: RFC 1945 and RFC 2068 specify that the client is not allowed to change the method on the redirected request. However, most existing user agent implementations treat 302 as if it were a 303 response, performing a GET on the Location field-value regardless of the original request method.
w3m-relationship-estimate-rulesw3m-select-buffer-horizontal-windownil means split windows horizontally to open the selection window.
w3m-select-buffer-window-ratiow3m-show-decoded-urlnil means show decoded URIs in the echo area, the balloon, etc. This variable can take one of the following five kinds of forms:
Decode URIs using the encoding guessed from the value of w3m-coding-system-priority-list.
Decode URIs using this value.
Decode URIs using the encoding assumed based on this list.
Each element looks like the (PREDICATE . ENCODING) form. PREDICATE should be a regexp, a function or a Lisp form, and ENCODING should be one of the forms described here excluding this form. If PREDICATE is a regexp, it will be tested whether it matches to the target url. If it is a function, it will be called with the target url. If it is a Lisp form, it will be simply evaluated. Elements are tested in turn until the result of the test of the predicate is true and the encoding which is associated to the predicate is used for decoding URIs.
Don't decode URIs.
w3m-use-title-buffer-namenil means use name of buffer included current title.
w3m-show-error-informationnil means show an error information as a web page. Page is made when the foreign server doesn't respond to a request to retrieve data.
w3m-space-before-faviconw3m-space-before-modeline-iconw3m-terminal-coding-systemw3m-touch-commandw3m-track-mouseshow-help-function if you are using GNU Emacs.
A tip for XEmacs users:
You can also use the balloon-help feature by the M-x balloon-help-mode command with arg 1. If the window manager decorates the balloon-help frame, and that is not to your taste, you may strip it off with the following directives:
For ol[v]wm use this in .Xdefaults:
olvwm.NoDecor: balloon-help
or
olwm.MinimalDecor: balloon-help
For fvwm version 1 use this in your .fvwmrc:
NoTitle balloon-help
or
Style "balloon-help" NoTitle, NoHandles, BorderWidth 0
For twm use this in your .twmrc:
NoTitle { "balloon-help" }
|
See the `balloon-help.el' file for more information.
w3m-uri-replace-alistEach element looks like the (REGEXP FUNCTION OPTIONS...) form. FUNCTION takes one or more arguments, a uri and OPTIONS. You can use the grouping constructs `\\(...\\)' in REGEXP, and they can be referred by the `\N' forms in a replacement (which is one of OPTIONS).
Here are some predefined functions which can be used for those ways:
w3m-pattern-uri-replaceOPTION). It is allowed that PATTERN contains the `\N' forms in the same manner of replace-match.
w3m-search-uri-replace
("\\`gg:" w3m-search-uri-replace "google")
|
makes it possible to replace the URI `gg:emacs' to a query for the word `emacs' on the Google search engine.
w3m-url-local-directory-alistyahtml-path-url-alist variable which exchanged the car and the cdr in each element if it is available.
w3m-use-ange-ftpnil means that ange-ftp or efs is used to access FTP servers.
w3m-use-cygdrivenil, use the `/cygdrive/' rule when performing expand-file-name.
w3m-use-filternil means use filter programs to convert web contents. See also w3m-filter-rules (the `w3m-filter.elc' module provides it but might have never been loaded. In that case, to see the default value and the documentation of w3m-filter-rules, type M-x load-library RET w3m-filter RET).
w3m-use-formnil means make it possible to use form extensions. (EXPERIMENTAL)
w3m-submit-form-safety-checknil means ask you for confirmation when submitting a form. The default value is nil.
w3m-use-header-linenil means display the header line.
w3m-use-header-line-titlenil means display the current title at the header line. This variable is effective only when w3m-use-tab is nil.
w3m-use-mule-ucsnil means use the multi-script support with Mule-UCS.
w3m-use-refreshnil means honor the REFRESH attribute in META tags. Emacs-w3m arbitrarily takes you to a url specified by that attribute. Note that they may be malicious traps.
w3m-refresh-minimum-intervalw3m-use-symbolnil means replace symbols that the `<_SYMBOL>' tags lead into. It is meaningful only when the `w3m-m17n' command is used and (X)Emacs handles unicode charsets.
w3m-menu-on-forefrontnil means place the emacs-w3m menus on the forefront of the menu bar. The default value is nil.
w3m-use-tabnil means make emacs-w3m a tab browser. It makes it possible to show all emacs-w3m buffers in a single window with the tabs line, and you can choose one by clicking a mouse on it. See also w3m-use-tab-menubar.
w3m-use-tab-menubarnil means use the TAB pull-down menu in the menubar. It makes it possible to show all emacs-w3m buffers in a single window, and you can choose one by clicking a mouse on it. This feature requires that Emacs has been built to be able to display multilingual text in the menubar if you often visit web sites written in non-ascii text. See also w3m-use-tab.
w3m-use-toolbarnil activates toolbar of `w3m'.
w3m-user-agentw3m-add-user-agent.
w3m-new-session-in-backgroundw3m-do-cleanup-temp-filesnil ならば、 emacs-w3m は自動的に削除しそこなった一時ファイルを 削除します。 デフォルトは nil です。| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-default-display-inline-imagesnil ならば、インライン画像を emacs-w3m のバッファに表示します。 画像表示の ON/OFF は w3m-toggle-inline-images で切り替えられます。 w3m-toggle-inline-images-permanently も参照してください。
w3m-favicon-cache-expire-waitnil ならば、削除されることはありません。
w3m-favicon-cache-filew3m-profile-directory で指定されたディレクトリ下 の `.favicon' という名前のファイルです。
w3m-favicon-sizeconvert への geometry 引数として使わ れます。
w3m-favicon-typew3m-favicon-use-cache-filenil ならば、favicon のキャッシュファイルを使います。
w3m-favicon-default-backgroundnil であれば、 Emacs のフレームの背景色を使う。空文字は特別で、ヘッダラインかモードライ ンかの favicon が表示されているほうの背景色に置換えられる。この変数は、 Emacs 22 以上でしか効力を持たないことに注意。
w3m-icon-directoryw3m-imagick-convert-programw3m-treat-image-sizenil ならば、`w3m' が画像とテキストの比率を考慮します。デフォ ルトは t です。
非-nil ならば、`w3m' 画像が置かれる場所を確保し た `halfdump' を生成し、`alt' テキストは画像の表示幅に等しくな るように切り詰められる、あるいはスぺースを詰められます。
w3m-pixels-per-character と w3m-pixels-per-line も参照して ください。これらの値が画像が占める桁と行とを計算するために `w3m' コ マンドに渡されます。
w3m-pixels-per-character-ppc argument of the `w3m' command. If nil, the width of the default face is used. It is valid only when w3m-treat-image-size is non-nil. The default value is nil. If you want to use emacs-w3m in a character terminal and make w3m-treat-image-size effective, you need to set this variable properly.
w3m-pixels-per-linenil, the height of the default face is used. It is valid only when w3m-treat-image-size is non-nil. Note that a small value may not induce a good result. The default value is `64'. If you want to use emacs-w3m in a character terminal and make w3m-treat-image-size effective, you need to set this variable properly.
w3m-resize-image-scalew3m-resize-imagesnil, resize images to the specified width and height.
w3m-show-graphic-icons-in-header-linenil means show graphic status indicators in the header-line. If it is nil, also the favicon won't be shown in the header-line even if w3m-use-favicon is non-nil. This variable is currently meaningless under XEmacs.
w3m-show-graphic-icons-in-mode-linenil means show graphic status indicators in the mode-line. If it is nil, also the favicon won't be shown in the mode-line even if w3m-use-favicon is non-nil.
w3m-toggle-inline-images-permanentlynil means let the visibility of images continue permanently. The visibility of images is initialized according to w3m-default-display-inline-images at the first time, and except that it may be toggled by the w3m-toggle-inline-images command, it does not change hereafter, if it is non-nil. Otherwise, whether images are visible is initialized according to w3m-default-display-inline-images whenever you visit a new page or reload the current page in an emacs-w3m buffer.
w3m-use-faviconnil means show favicon images if they are available. It will be set to nil automatically if ImageMagick's convert program does not support the ico format.
w3m-image-default-backgroundnil ならば、Emacs のフレーム の背景色が使われる。空文字 ("") は特別に、バッファの背景色に置き換えられ る。この変数は Emacs 22 以降でのみ有効である。| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-form-input-map-buffer-linesw3m-form-input-select-buffer-linesw3m-form-input-textarea-buffer-linesw3m-form-mouse-facew3m-form-treat-textarea-sizenil means to process textarea size (treat textarea rows).
w3m-form-use-fancy-facesw3m-form-use-textarea-backupnil means save and restore backup text saved when you last edited this textarea. Files to save text are stored in the directory specified by the w3m-form-textarea-directory variable.| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-cookie-accept-bad-cookiesnil, don't accept bad cookies. If t, accept bad cookies. If ask, ask user whether accept bad cookies or not.
w3m-cookie-accept-domainsw3m-cookie-filew3m-cookie-reject-domainsw3m-use-cookiesnil means enable emacs-w3m to use cookies. (EXPERIMENTAL)
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-bookmark-filew3m-bookmark-file-coding-systemw3m-bookmark-default-sectionw3m-bookmark-menu-open-new-sessionnil, "Bookmark" menu item open new session.| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-search-default-enginew3m-search-engine-alist(engine action coding post-data). engine is a string, the name of the search engine. action is a string, the URL that performs a search. action must contain a "%s", which is substituted by a query string. coding is optional value which is coding system for query string. post-data is optional value which is a string for POST method search engine. If coding is omitted, it defaults to w3m-default-coding-system.
w3m-search-word-at-pointnil means that the word at point is used as an initial string. If transient-mark-mode, this option is ignored and the region is used as an initial string. The default is t.
w3m-search-thing-at-point-argword.| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-weather-default-areaw3m-weather-filter-functionsw3m-weather-extract-contents w3m-weather-adjust-contents w3m-weather-expand-anchors w3m-weather-insert-title
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-dtree-default-allfilesnil, invert the meaning of the prefix argument given to the w3m-dtree command, i.e., the command shows not only directories but also files even if you don't give a prefix argument. The default is nil.
w3m-dtree-directory-depthw3m-dtree shows subdirectories. If it is nil, files in all subdirectories are shown. The default is 8.
w3m-dtree-indent-strings["|-" "+-" "| " " "].
w3m-dtree-stop-stringsw3m-dtree-directory-depth. The default is ["|=" "+="].| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-antenna-filew3m-profile-directory (see 節 5.1 一般的な変数).
w3m-antenna-html-skeltonw3m-antenna-make-summary-functionw3m-antenna-make-summary-like-natsumican. The other ready-made function is w3m-antenna-make-summary.
w3m-antenna-sitesw3m-antenna watches. The default is nil.
w3m-antenna-sort-changed-sites-functionw3m-antenna-sort-sites-by-time. The other ready-made function is w3m-antenna-sort-sites-by-title.
w3m-antenna-sort-unchanged-sites-functionw3m-antenna-sort-sites-by-time. The other ready-made function is w3m-antenna-sort-sites-by-title.| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-perldoc-command"perldoc".
w3m-perldoc-input-coding-systemeuc-japan if you are in the Japanese language environment. Otherwise it is utf-8 if it is available, or iso-latin-1.
w3m-perldoc-output-coding-systemundecided.
w3m-perldoc-pod2html-command"pod2html".
w3m-perldoc-pod2html-arguments("--noindex").| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-namazu-commandw3m-namazu-arguments("-h" "-H" "-n" w3m-namazu-page-max "-w" whence). The symbols w3m-namazu-page-max and whence will be replaced respectively with the value of that variable and a proper value that the program determines properly.
w3m-namazu-default-indexnil, you will be prompted for the directory name whenever you invoke the w3m-namazu command with no prefix argument. The default is the value of namazu-default-dir if it exists and namazu-always-query-index-directory is nil. Otherwise nil.
w3m-namazu-index-alistnamazu-dir-alist if any or nil.
w3m-namazu-input-coding-systemnamazu-cs-read if it exists, or undecided.
w3m-namazu-output-coding-systemnamazu-cs-write if it exists, or is determined to shift_jis-dos or euc-japan-unix due to the system type.
w3m-namazu-page-maxnamazu-search-num if any, or 30.| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
There is no user option for the moment.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-session-filew3m-session-time-formatw3m-session-automatic-titlew3m-session-crash-recovery-titlew3m-session-deleted-titlew3m-session-deleted-keep-numberw3m-session-automatic-keep-numberw3m-session-unknown-title| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-after-cursor-move-hookw3m-check-current-position function by way of post-command-hook.
w3m-delete-buffer-hookw3m-display-hookw3m-goto-url function.
w3m-fontify-after-hookw3m-fontify function.
w3m-fontify-before-hookw3m-fontify function.
w3m-form-input-map-mode-hookw3m-form-input-map-set-hookw3m-form-input-select-mode-hookw3m-form-input-select-set-hookw3m-form-input-textarea-mode-hookw3m-form-input-textarea-set-hookw3m-minor-mode-hookw3m-minor-mode initialization.
w3m-mode-hookw3m-mode initialization. This hook is evaluated by the w3m-mode function.
w3m-select-buffer-hookw3m-bookmark-mode-hook| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |
w3m-async-execnil means execute the `w3m' command asynchronously in Emacs process.
w3m-broken-proxy-cachet if the proxy server seems not to work properly in caching. Note that this may be the double-edged sword; setting it to t will likely be harmful if the proxy server sends bad requests (e.g., not including the Host header, see RFC2616 section 14.23) to foreign servers when the `w3m' command specifies the `no-cache' directive. Also note that it may not be effective if you are using old `w3m' command.
w3m-history-minimize-in-new-sessionnil means minimize copied history so that there's only current page. This variable is effective when creating of the new session by copying (i.e., w3m-copy-buffer). The default value is nil.
w3m-history-reuse-history-elementsnil means reuse the history element when re-visiting the page. Otherwise, a new history element will be created even if there are elements for the same url in the history.
Emacs-w3m used to operate as the case in which it is non-nil, however it sometimes brought about users' dissatisfaction. For example, if a user visited the pages A -> B -> C -> B in order, performing BACK on the second B would let a user visit A. The reason why a user was taken to A rather than C is that the w3m-history variable only had the list (A B C) as a history and B was the current position at that time.
The default value for this variable is nil which allows the w3m-history variable to have the list (A B C B). Where contents of two B's are the identical Lisp objects. So, too much wasting the Lisp resources will be avoided.
See the documentation for the variables w3m-history and w3m-history-flat for more information.
w3m-process-connection-typeprocess-connection-type used when communicating with `w3m'.
w3m-process-modeline-formatw3m-show-current-title-in-buffer-tabnil, show the title strings in the buffers tab. It has no effect if your XEmacs does not support the gutter items.| [ << ] | [ >> ] | [表紙] | [目次] | [索引] | [検索] [上端 / 下端] [?] |