/[emacs]/emacs/man/gnus.texi
ViewVC logotype

Diff of /emacs/man/gnus.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by miles, Sat Oct 22 09:02:46 2005 UTC revision 1.63 by miles, Fri Nov 11 05:14:21 2005 UTC
# Line 3060  example: Line 3060  example:
3060  String value of parameters will be subjected to regexp substitution, as  String value of parameters will be subjected to regexp substitution, as
3061  the @code{to-group} example shows.  the @code{to-group} example shows.
3062    
3063    @vindex gnus-parameters-case-fold-search
3064    By default, whether comparing the group name and one of those regexps
3065    specified in @code{gnus-parameters} is done in a case-sensitive manner
3066    or a case-insensitive manner depends on the value of
3067    @code{case-fold-search} at the time when the comparison is done.  The
3068    value of @code{case-fold-search} is typically @code{t}; it means, for
3069    example, the element @code{("INBOX\\.FOO" (total-expire . t))} might be
3070    applied to both the @samp{INBOX.FOO} group and the @samp{INBOX.foo}
3071    group.  If you want to make those regexps always case-sensitive, set the
3072    value of the @code{gnus-parameters-case-fold-search} variable to
3073    @code{nil}.  Otherwise, set it to @code{t} if you want to compare them
3074    always in a case-insensitive manner.
3075    
3076    
3077  @node Listing Groups  @node Listing Groups
3078  @section Listing Groups  @section Listing Groups
# Line 19755  group name, the @var{file-name} will be Line 19768  group name, the @var{file-name} will be
19768    
19769  @item  @item
19770  A function.  If the function returns non-@code{nil}, the result will  A function.  If the function returns non-@code{nil}, the result will
19771  be used as the home score file.  be used as the home score file.  The function will be called with the
19772    name of the group as the parameter.
19773    
19774  @item  @item
19775  A string.  Use the string as the home score file.  A string.  Use the string as the home score file.
# Line 21967  function, this function will be called w Line 21981  function, this function will be called w
21981  If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches  If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21982  the @code{From} header, the face will not be shown.  the @code{From} header, the face will not be shown.
21983    
21984  The default action under Emacs 20 is to fork off the @code{display}  The default action under Emacs without image support is to fork off the
21985  program@footnote{@code{display} is from the ImageMagick package.  For  @code{display} program@footnote{@code{display} is from the ImageMagick
21986  the @code{uncompface} and @code{icontopbm} programs look for a package  package.  For the @code{uncompface} and @code{icontopbm} programs look
21987  like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to  for a package like @code{compface} or @code{faces-xface} on a GNU/Linux
21988  view the face.  system.} to view the face.
21989    
21990  Under XEmacs or Emacs 21+ with suitable image support, the default  Under XEmacs or Emacs 21+ with suitable image support, the default
21991  action is to display the face before the @code{From} header.  (It's  action is to display the face before the @code{From} header.  (It's
# Line 22217  This is where Gnus will look for picture Line 22231  This is where Gnus will look for picture
22231  auto-detect this directory, but you may set it manually if you have an  auto-detect this directory, but you may set it manually if you have an
22232  unusual directory structure.  unusual directory structure.
22233    
 @item gnus-xmas-logo-color-alist  
 @vindex gnus-xmas-logo-color-alist  
 This is an alist where the key is a type symbol and the values are the  
 foreground and background color of the splash page glyph.  
   
 @item gnus-xmas-logo-color-style  
 @vindex gnus-xmas-logo-color-style  
 This is the key used to look up the color in the alist described above.  
 Valid values include @code{flame}, @code{pine}, @code{moss},  
 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},  
 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.  
   
22234  @item gnus-xmas-modeline-glyph  @item gnus-xmas-modeline-glyph
22235  @vindex gnus-xmas-modeline-glyph  @vindex gnus-xmas-modeline-glyph
22236  A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by  A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
# Line 22242  default. Line 22244  default.
22244    
22245  @item gnus-use-toolbar  @item gnus-use-toolbar
22246  @vindex gnus-use-toolbar  @vindex gnus-use-toolbar
22247  If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be  This variable specifies the position to display the toolbar.  If
22248  one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},  @code{nil}, don't display toolbars.  If it is non-nil, it should be one
22249  @code{right-toolbar}, or @code{left-toolbar}.  of the symbols @code{default}, @code{top}, @code{bottom}, @code{right},
22250    and @code{left}.  @code{default} means to use the default toolbar, the
22251    rest mean to display the toolbar on the place which those names show.
22252    The default is @code{default}.
22253    
22254    @item gnus-toolbar-thickness
22255    @vindex gnus-toolbar-thickness
22256    Cons of the height and the width specifying the thickness of a toolbar.
22257    The height is used for the toolbar displayed on the top or the bottom,
22258    the width is used for the toolbar displayed on the right or the left.
22259    The default is that of the default toolbar.
22260    
22261  @item gnus-group-toolbar  @item gnus-group-toolbar
22262  @vindex gnus-group-toolbar  @vindex gnus-group-toolbar

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26