comparison man/gnus.texi @ 74609:9a6adce29f04

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 173-175) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/legacy-gnus-agent.el: Add Copyright notice. 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (X-Face): Clarify. Say which programs are required on Windows. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-558
author Miles Bader <miles@gnu.org>
date Thu, 14 Dec 2006 01:24:41 +0000
parents 7d511b8dc9c6
children 4104d9a4dfbd
comparison
equal deleted inserted replaced
74608:6cddd2686764 74609:9a6adce29f04
22173 @samp{compface} support (which most XEmacs versions has), or that you 22173 @samp{compface} support (which most XEmacs versions has), or that you
22174 have suitable conversion or display programs installed. If your Emacs 22174 have suitable conversion or display programs installed. If your Emacs
22175 has image support the default action is to display the face before the 22175 has image support the default action is to display the face before the
22176 @code{From} header. If there's no native @code{X-Face} support, Gnus 22176 @code{From} header. If there's no native @code{X-Face} support, Gnus
22177 will try to convert the @code{X-Face} header using external programs 22177 will try to convert the @code{X-Face} header using external programs
22178 from the @code{pbmplus} package and friends. For XEmacs it's faster if 22178 from the @code{pbmplus} package and friends, see below. For XEmacs it's
22179 XEmacs has been compiled with @code{X-Face} support. The default action 22179 faster if XEmacs has been compiled with @code{X-Face} support. The
22180 under Emacs without image support is to fork off the @code{display} 22180 default action under Emacs without image support is to fork off the
22181 program. 22181 @code{display} program.
22182 22182
22183 On a GNU/Linux system, the @code{display} program is from the 22183 On a GNU/Linux system, the @code{display} program is included in the
22184 ImageMagick package. For external conversion programs look for packages 22184 ImageMagick package. For external conversion programs look for packages
22185 with names like @code{netpbm}, @code{libgr-progs} and @code{compface}. 22185 with names like @code{netpbm}, @code{libgr-progs} and @code{compface}.
22186 22186 On Windows, you may use the packages @code{netpbm} and @code{compface}
22187 The variable that controls this is the 22187 from @url{http://gnuwin32.sourceforge.net}. You need to add the
22188 @code{gnus-article-x-face-command} variable. If this variable is a 22188 @code{bin} directory to your @code{PATH} environment variable.
22189 @c In fact only the following DLLs and binaries seem to be required:
22190 @c compface1.dll uncompface.exe libnetpbm10.dll icontopbm.exe
22191
22192 The variable @code{gnus-article-x-face-command} controls which programs
22193 are used to display the @code{X-Face} header. If this variable is a
22189 string, this string will be executed in a sub-shell. If it is a 22194 string, this string will be executed in a sub-shell. If it is a
22190 function, this function will be called with the face as the argument. 22195 function, this function will be called with the face as the argument.
22191 If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches 22196 If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches the
22192 the @code{From} header, the face will not be shown. 22197 @code{From} header, the face will not be shown.
22193 22198
22194 (Note: @code{x-face} is used in the variable/function names, not 22199 (Note: @code{x-face} is used in the variable/function names, not
22195 @code{xface}). 22200 @code{xface}).
22196 22201
22197 @noindent 22202 @noindent