[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
w3m-default-display-inline-images
nil
means display images inline in emacs-w3m buffers. You
can toggle the visibility of images with the
w3m-toggle-inline-images
command. See also
w3m-toggle-inline-images-permanently
.
w3m-favicon-cache-expire-wait
nil
, never expired.
w3m-favicon-cache-file
w3m-profile-directory
variable.
w3m-favicon-size
convert
.
w3m-favicon-type
w3m-favicon-use-cache-file
nil
, use favicon cache file.
w3m-icon-directory
w3m-imagick-convert-program
w3m-treat-image-size
nil
means let the `w3m' command mind the ratio of the
size of images and text. The default value is t
.
If it is non-nil
, the `w3m' command will make a
`halfdump' which reserves rectangle spaces in which images will be
put, and also `alt' texts will be truncated or padded with spaces
so that their display width will be the same as the width of images.
See also w3m-pixels-per-character
and w3m-pixels-per-line
.
Those values will be passed to the `w3m' command in order to
compute columns and lines which images occupy.
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-line
nil
, 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-scale
w3m-resize-images
nil
, resize images to the specified width and height.
w3m-show-graphic-icons-in-header-line
nil
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-line
nil
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-permanently
nil
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-favicon
nil
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.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |