comparison man/gnus.texi @ 49273:bf2ab88cad81

* gnus.texi: Do not use `path' in several locations.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Thu, 16 Jan 2003 01:16:09 +0000
parents 82d113655734
children 23a1cea22d13
comparison
equal deleted inserted replaced
49272:2d7145180fb5 49273:bf2ab88cad81
10838 @vindex nnspool-lib-dir 10838 @vindex nnspool-lib-dir
10839 Where the news lib dir is (@file{/usr/lib/news/} by default). 10839 Where the news lib dir is (@file{/usr/lib/news/} by default).
10840 10840
10841 @item nnspool-active-file 10841 @item nnspool-active-file
10842 @vindex nnspool-active-file 10842 @vindex nnspool-active-file
10843 The path to the active file. 10843 The name of the active file.
10844 10844
10845 @item nnspool-newsgroups-file 10845 @item nnspool-newsgroups-file
10846 @vindex nnspool-newsgroups-file 10846 @vindex nnspool-newsgroups-file
10847 The path to the group descriptions file. 10847 The name of the group descriptions file.
10848 10848
10849 @item nnspool-history-file 10849 @item nnspool-history-file
10850 @vindex nnspool-history-file 10850 @vindex nnspool-history-file
10851 The path to the news history file. 10851 The name of the news history file.
10852 10852
10853 @item nnspool-active-times-file 10853 @item nnspool-active-times-file
10854 @vindex nnspool-active-times-file 10854 @vindex nnspool-active-times-file
10855 The path to the active date file. 10855 The name of the active date file.
10856 10856
10857 @item nnspool-nov-is-evil 10857 @item nnspool-nov-is-evil
10858 @vindex nnspool-nov-is-evil 10858 @vindex nnspool-nov-is-evil
10859 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files 10859 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
10860 that it finds. 10860 that it finds.
11128 11128
11129 Keywords: 11129 Keywords:
11130 11130
11131 @table @code 11131 @table @code
11132 @item :path 11132 @item :path
11133 The path of the file. Defaults to the value of the @code{MAIL} 11133 The file name. Defaults to the value of the @code{MAIL}
11134 environment variable or @file{/usr/mail/spool/user-name}. 11134 environment variable or @file{/usr/mail/spool/user-name}.
11135 @end table 11135 @end table
11136 11136
11137 An example file mail source: 11137 An example file mail source:
11138 11138
11139 @lisp 11139 @lisp
11140 (file :path "/usr/spool/mail/user-name") 11140 (file :path "/usr/spool/mail/user-name")
11141 @end lisp 11141 @end lisp
11142 11142
11143 Or using the default path: 11143 Or using the default file name:
11144 11144
11145 @lisp 11145 @lisp
11146 (file) 11146 (file)
11147 @end lisp 11147 @end lisp
11148 11148
11181 11181
11182 Keywords: 11182 Keywords:
11183 11183
11184 @table @code 11184 @table @code
11185 @item :path 11185 @item :path
11186 The path of the directory where the files are. There is no default 11186 The name of the directory where the files are. There is no default
11187 value. 11187 value.
11188 11188
11189 @item :suffix 11189 @item :suffix
11190 Only files ending with this suffix are used. The default is 11190 Only files ending with this suffix are used. The default is
11191 @samp{.spool}. 11191 @samp{.spool}.
11315 11315
11316 Keywords: 11316 Keywords:
11317 11317
11318 @table @code 11318 @table @code
11319 @item :path 11319 @item :path
11320 The path of the directory where the mails are stored. The default is 11320 The name of the directory where the mails are stored. The default is
11321 taken from the @code{MAILDIR} environment variable or 11321 taken from the @code{MAILDIR} environment variable or
11322 @samp{~/Maildir/}. 11322 @samp{~/Maildir/}.
11323 @item :subdirs 11323 @item :subdirs
11324 The subdirectories of the Maildir. The default is 11324 The subdirectories of the Maildir. The default is
11325 @samp{("new" "cur")}. 11325 @samp{("new" "cur")}.
12001 @enumerate 12001 @enumerate
12002 @item 12002 @item
12003 Go to the group buffer. 12003 Go to the group buffer.
12004 12004
12005 @item 12005 @item
12006 Type @kbd{G f} and give the path to the mbox file when prompted to create an 12006 Type @kbd{G f} and give the name of the mbox file when prompted to create an
12007 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}). 12007 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
12008 12008
12009 @item 12009 @item
12010 Type @key{SPC} to enter the newly created group. 12010 Type @key{SPC} to enter the newly created group.
12011 12011
18708 @cindex highlights 18708 @cindex highlights
18709 18709
18710 @table @code 18710 @table @code
18711 18711
18712 @item gnus-home-directory 18712 @item gnus-home-directory
18713 All Gnus path variables will be initialized from this variable, which 18713 All Gnus file and directory variables will be initialized from this
18714 defaults to @file{~/}. 18714 variable, which defaults to @file{~/}.
18715 18715
18716 @item gnus-directory 18716 @item gnus-directory
18717 @vindex gnus-directory 18717 @vindex gnus-directory
18718 Most Gnus storage path variables will be initialized from this variable, 18718 Most Gnus storage file and directory variables will be initialized from
18719 which defaults to the @samp{SAVEDIR} environment variable, or 18719 this variable, which defaults to the @samp{SAVEDIR} environment
18720 @file{~/News/} if that variable isn't set. 18720 variable, or @file{~/News/} if that variable isn't set.
18721 18721
18722 Note that Gnus is mostly loaded when the @file{.gnus.el} file is read. 18722 Note that Gnus is mostly loaded when the @file{.gnus.el} file is read.
18723 This means that other directory variables that are initialized from this 18723 This means that other directory variables that are initialized from this
18724 variable won't be set properly if you set this variable in 18724 variable won't be set properly if you set this variable in
18725 @file{.gnus.el}. Set this variable in @file{.emacs} instead. 18725 @file{.gnus.el}. Set this variable in @file{.emacs} instead.