123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- (require (quote mail-utils))
- (autoload (quote rmail-output) "rmailout" "\
- Append this message to Unix mail file named FILE-NAME." t)
- (autoload (quote news-reply) "rnewspost" "\
- Compose and post a reply to the current article on USENET.
- While composing the reply, use \\[mail-yank-original] to yank the original
- message into it." t)
- (autoload (quote news-mail-other-window) "rnewspost" "\
- Send mail in another window.
- While composing the message, use \\[mail-yank-original] to yank the
- original message into it." t)
- (autoload (quote news-post-news) "rnewspost" "\
- Begin editing a new USENET news article to be posted." t)
- (autoload (quote news-mail-reply) "rnewspost" "\
- Mail a reply to the author of the current article.
- While composing the reply, use \\[mail-yank-original] to yank the original
- message into it." t)
- (defvar rmail-last-file (expand-file-name "~/mbox.news"))
- (defvar news-startup-file "$HOME/.newsrc" "\
- Contains ~/.newsrc")
- (defvar news-certification-file "$HOME/.news-dates" "\
- Contains ~/.news-dates")
- (defvar news-ignored-headers "^Path:\\|^Posting-Version:\\|^Article-I.D.:\\|^Expires:\\|^Date-Received:\\|^References:\\|^Control:\\|^Xref:\\|^Lines:\\|^Posted:\\|^Relay-Version:\\|^Message-ID:\\|^Nf-ID:\\|^Nf-From:\\|^Approved:\\|^Sender:" "\
- All random fields within the header of a message.")
- (defvar news-mode-map nil)
- (defvar news-read-first-time-p t)
- (defvar news-user-group-list nil)
- (defvar news-current-news-group nil)
- (defvar news-current-group-begin nil)
- (defvar news-current-group-end nil)
- (defvar news-current-certifications nil "\
- An assoc list of a group name and the time at which it is
- known that the group had no new traffic")
- (defvar news-current-certifiable nil "\
- The time when the directory we are now working on was written")
- (defvar news-message-filter nil "\
- User specifiable filter function that will be called during
- formatting of the news file")
- (defvar news-list-of-files nil "\
- Global variable in which we store the list of files
- associated with the current newsgroup")
- (defvar news-list-of-files-possibly-bogus nil "\
- variable indicating we only are guessing at which files are available.
- Not currently used.")
- (defvar news-group-article-assoc nil)
- (defvar news-current-message-number 0 "\
- Displayed Article Number")
- (defvar news-total-current-group 0 "\
- Total no of messages in group")
- (defvar news-unsubscribe-groups nil)
- (defvar news-point-pdl nil "\
- List of visited news messages.")
- (defvar news-no-jumps-p t)
- (defvar news-buffer nil "\
- Buffer into which news files are read.")
- (defmacro caar (x) (byte-code "ÁÁDD‡" [x car] 3))
- (defmacro cadr (x) (byte-code "ÁÂDD‡" [x car cdr] 3))
- (defmacro cdar (x) (byte-code "ÁÂDD‡" [x cdr car] 3))
- (defmacro caddr (x) (byte-code "ÁÂÂDDD‡" [x car cdr] 4))
- (defmacro cadar (x) (byte-code "ÁÂÁDDD‡" [x car cdr] 4))
- (defmacro caadr (x) (byte-code "ÁÁÂDDD‡" [x car cdr] 4))
- (defmacro cdadr (x) (byte-code "ÁÂÁDDD‡" [x cdr car] 4))
- (defmacro news-wins (pfx index) (byte-code "ÂÃÄÅ DFD‡" [pfx index file-exists-p concat "/" int-to-string] 6))
- (defvar news-max-plausible-gap 2 "\
- * In an rnews directory, the maximum possible gap size.
- A gap is a sequence of missing messages between two messages that exist.
- An empty file does not contribute to a gap -- it ends one.")
- (defun news-find-first-and-last (prefix base) (byte-code "ÂÃÄ !Q!… Å Æ#Å Ç#B‡" [prefix base file-exists-p "/" int-to-string news-find-first-or-last -1 1] 8))
- (defmacro // (a1 a2) (byte-code "ÂÃÄÅ\"!ƒ Ã E‚\"
|