| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/gnus/ |
Upload File : |
;ELC
;;; Compiled
;;; in Emacs version 28.2
;;; with all optimizations.
(byte-code "\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\210\307\310\311\312\313\314\315\301&\210\307\316\311\317\315\310%\210\307\320\311\321\315\310%\210\307\322\311\321\313\323\315\310&\210\324\325\326\327\330DD\331\315\316\332\333&\210\324\334\326\327\335DD\336\315\316\332\337&\210\324\340\326\327\341DD\342\315\316\332\343&\210\324\344\326\327\345DD\346\315\320\332\347&\207" [require gnus gnus-art message gnus-msg mm-decode yenc custom-declare-group gnus-extract nil "Extracting encoded files." :prefix "gnus-uu-" :group gnus-extract-view "Viewing extracted files." gnus-extract-archive "Extracting encoded archives." gnus-extract-post "gnus-uu-post" custom-declare-variable gnus-uu-default-view-rules funcall function #[0 "\300\207" [(("\\.te?xt$\\|\\.doc$\\|read.*me\\|\\.c?$\\|\\.h$\\|\\.bat$\\|\\.asm$\\|makefile" "cat %s | sed 's/
$//'") ("\\.pas$" "cat %s | sed 's/
$//'") ("\\.[1-9]$" "groff -mandoc -Tascii %s | sed s/.//g") ("\\.\\(jpe?g\\|gif\\|tiff?\\|p[pgb]m\\|xwd\\|xbm\\|pcx\\)$" "display") ("\\.tga$" "tgatoppm %s | ee -") ("\\.\\(wav\\|aiff\\|hcom\\|u[blw]\\|s[bfw]\\|voc\\|smp\\)$" "sox -v .5 %s -t .au -u - > /dev/audio") ("\\.au$" "cat %s > /dev/audio") ("\\.midi?$" "playmidi -f") ("\\.mod$" "str32") ("\\.ps$" "ghostview") ("\\.dvi$" "xdvi") ("\\.html$" "xmosaic") ("\\.mpe?g$" "mpeg_play") ("\\.\\(flc\\|fli\\|rle\\|iff\\|pfx\\|avi\\|sme\\|rpza\\|dl\\|qt\\|rsrc\\|mov\\)$" "xanim") ("\\.\\(tar\\|arj\\|zip\\|zoo\\|arc\\|gz\\|Z\\|lzh\\|ar\\|lha\\)$" "gnus-uu-archive"))] 1 #1=""] "Default actions to be taken when the user asks to view a file.\nTo change the behavior, you can either edit this variable or set\n`gnus-uu-user-view-rules' to something useful.\n\nFor example:\n\nTo make gnus-uu use `xli' to display JPEG and GIF files, put the\nfollowing in your .emacs file:\n\n (setq gnus-uu-user-view-rules \\='((\"jpg$\\\\|gif$\" \"xli\")))\n\nBoth these variables are lists of lists with two string elements. The\nfirst string is a regular expression. If the file name matches this\nregular expression, the command in the second string is executed with\nthe file as an argument.\n\nIf the command string contains \"%s\", the file name will be inserted\nat that point in the command string. If there's no \"%s\" in the\ncommand string, the file name will be appended to the command string\nbefore executing.\n\nThere are several user variables to tailor the behavior of gnus-uu to\nyour needs. First we have `gnus-uu-user-view-rules', which is the\nvariable gnus-uu first consults when trying to decide how to view a\nfile. If this variable contains no matches, gnus-uu examines the\ndefault rule variable provided in this package. If gnus-uu finds no\nmatch here, it uses `gnus-uu-user-view-rules-end' to try to make a\nmatch." :type (repeat (group regexp (string :tag "Command"))) gnus-uu-user-view-rules #[0 "\300\207" [nil] 1 #1#] "What actions are to be taken to view a file.\nSee the documentation on the `gnus-uu-default-view-rules' variable for\ndetails." (repeat (group regexp (string :tag "Command"))) gnus-uu-user-view-rules-end #[0 "\300\207" [((#1# "file"))] 1 #1#] "What actions are to be taken if no rule matched the file name.\nSee the documentation on the `gnus-uu-default-view-rules' variable for\ndetails." (repeat (group regexp (string :tag "Command"))) gnus-uu-default-archive-rules #[0 "\300\207" [(("\\.tar$" "tar xf") ("\\.zip$" "unzip -o") ("\\.ar$" "ar x") ("\\.arj$" "unarj x") ("\\.zoo$" "zoo -e") ("\\.\\(lzh\\|lha\\)$" "lha x") ("\\.Z$" "uncompress") ("\\.gz$" "gunzip") ("\\.arc$" "arc -x"))] 1 #1#] "See `gnus-uu-user-archive-rules'." (repeat (group regexp (string :tag "Command")))] 8)
(defvar gnus-uu-destructive-archivers (list "uncompress" "gunzip"))
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\210\300\312\302\303\313DD\314\306\315\310\316&\210\300\317\302\303\320DD\321\306\315\310\322&\207" [custom-declare-variable gnus-uu-user-archive-rules funcall function #[0 "\300\207" [nil] 1 #1=""] "A list that can be set to override the default archive unpacking commands.\nTo use, for instance, `untar' to unpack tar files and `zip -x' to\nunpack zip files, say the following:\n (setq gnus-uu-user-archive-rules\n \\='((\"\\\\.tar$\" \"untar\")\n (\"\\\\.zip$\" \"zip -x\")))" :group gnus-extract-archive :type (repeat (group regexp (string :tag "Command"))) gnus-uu-ignore-files-by-name #[0 "\300\207" [nil] 1 #1#] "A regular expression saying what files should not be viewed based on name.\nIf, for instance, you want gnus-uu to ignore all .au and .wav files,\nyou could say something like\n\n (setq gnus-uu-ignore-files-by-name \"\\\\.au$\\\\|\\\\.wav$\")\n\nNote that this variable can be used in conjunction with the\n`gnus-uu-ignore-files-by-type' variable." gnus-extract (choice (const :tag "off" nil) (regexp :format "%v")) gnus-uu-ignore-files-by-type #[0 "\300\207" [nil] 1 #1#] "Regexp matching files that shouldn't be viewed, based on MIME file type.\nIf, for instance, you want gnus-uu to ignore all audio files and all mpegs,\nyou could say something like\n\n (setq gnus-uu-ignore-files-by-type \"audio/\\\\|video/mpeg\")\n\nNote that this variable can be used in conjunction with the\n`gnus-uu-ignore-files-by-name' variable." (choice (const :tag "off" nil) (regexp :format "%v"))] 8)
(defconst gnus-uu-ext-to-mime-list '(("\\.gif$" "image/gif") ("\\.jpe?g$" "image/jpeg") ("\\.tiff?$" "image/tiff") ("\\.xwd$" "image/xwd") ("\\.pbm$" "image/pbm") ("\\.pgm$" "image/pgm") ("\\.ppm$" "image/ppm") ("\\.xbm$" "image/xbm") ("\\.pcx$" "image/pcx") ("\\.tga$" "image/tga") ("\\.ps$" "image/postscript") ("\\.fli$" "video/fli") ("\\.wav$" "audio/wav") ("\\.aiff$" "audio/aiff") ("\\.hcom$" "audio/hcom") ("\\.voc$" "audio/voc") ("\\.smp$" "audio/smp") ("\\.mod$" "audio/mod") ("\\.dvi$" "image/dvi") ("\\.mpe?g$" "video/mpeg") ("\\.au$" "audio/basic") ("\\.\\(te?xt\\|doc\\|c\\|h\\)$" "text/plain") ("\\.\\(c\\|h\\)$" "text/source") ("read.*me" "text/plain") ("\\.html$" "text/html") ("\\.bat$" "text/bat") ("\\.[1-6]$" "text/man") ("\\.flc$" "video/flc") ("\\.rle$" "video/rle") ("\\.pfx$" "video/pfx") ("\\.avi$" "video/avi") ("\\.sme$" "video/sme") ("\\.rpza$" "video/prza") ("\\.dl$" "video/dl") ("\\.qt$" "video/qt") ("\\.rsrc$" "video/rsrc") ("\\..*$" "unknown/unknown")))
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\210\300\312\302\303\313DD\314\306\315\310\316&\210\300\317\302\303\320DD\321\306\322\310\316&\210\300\323\302\303\324DD\325\306\307\326\327\310\330& \210\300\331\302\303\332DD\333\306\315\310\316&\210\300\334\302\303\335DD\336\306\307\310\316&\210\300\337\302\303\340DD\341\306\307\310\316&\210\300\342\302\303\343DD\344\306\307\310\316&\210\300\345\302\303\346DD\347\306\307\310\316&\210\300\350\302\303\351DD\352\306\307\310\316&\210\300\353\302\303\354DD\355\306\307\310\330&\210\300\356\302\303\357DD\360\306\307\310\361&\210\300\362\302\303\363DD\364\306\307\310\316&\210\300\365\302\303\366DD\367\306\307\310\370&\207" [custom-declare-variable gnus-uu-tmp-dir funcall function #[0 "\207" [temporary-file-directory] 1 #1=""] "Variable saying where gnus-uu is to do its work.\nDefault is \"/tmp/\"." :group gnus-extract :type directory gnus-uu-do-not-unpack-archives #[0 "\300\207" [nil] 1 #1#] "If non-nil, gnus-uu won't peek inside archives looking for files to display.\nDefault is nil." gnus-extract-archive boolean gnus-uu-ignore-default-view-rules #[0 "\300\207" [nil] 1 #1#] "Non-nil means that gnus-uu will ignore the default viewing rules.\nOnly the user viewing rules will be consulted. Default is nil." gnus-extract-view gnus-uu-grabbed-file-functions #[0 "\300\207" [nil] 1 #1#] "Functions run on each file after successful decoding.\nThey will be called with the name of the file as the argument.\nLikely functions you can use in this list are `gnus-uu-grab-view'\nand `gnus-uu-grab-move'." :options (gnus-uu-grab-view gnus-uu-grab-move) hook gnus-uu-ignore-default-archive-rules #[0 "\300\207" [nil] 1 #1#] "Non-nil means that gnus-uu will ignore the default archive unpacking commands.\nOnly the user unpacking commands will be consulted. Default is nil." gnus-uu-kill-carriage-return #[0 "\300\207" [t] 1 #1#] "Non-nil means that gnus-uu will strip all carriage returns from articles.\nDefault is t." gnus-uu-view-with-metamail #[0 "\300\207" [nil] 1 #1#] "Non-nil means that files will be viewed with metamail.\nThe gnus-uu viewing functions will be ignored and gnus-uu will try\nto guess at a content-type based on file name suffixes. Default\nit nil." gnus-uu-unmark-articles-not-decoded #[0 "\300\207" [nil] 1 #1#] "If non-nil, gnus-uu will mark unsuccessfully decoded articles as unread.\nDefault is nil." gnus-uu-correct-stripped-uucode #[0 "\300\207" [nil] 1 #1#] "If non-nil, *try* to fix uuencoded files that have had trailing spaces deleted.\nDefault is nil." gnus-uu-save-in-digest #[0 "\300\207" [nil] 1 #1#] "If non-nil, gnus-uu, when asked to save without decoding, will save in digests.\nIf this variable is nil, gnus-uu will just save everything in a\nfile without any embellishments. The digesting almost conforms to RFC1153 -\nno easy way to specify any meaningful volume and issue numbers were found,\nso I simply dropped them." gnus-uu-pre-uudecode-hook #[0 "\300\207" [nil] 1 #1#] "Hook run before sending a message to uudecode." gnus-uu-digest-headers #[0 "\300\207" [("^Date:" "^From:" "^To:" "^Cc:" "^Subject:" "^Message-ID:" "^Keywords:" "^Summary:" "^References:" "^Content-Type:" "^Content-Transfer-Encoding:" "^MIME-Version:" "^Content-Disposition:" "^Content-Description:" "^Content-ID:")] 1 #1#] "List of regexps to match headers included in digested messages.\nThe headers will be included in the sequence they are matched. If nil\ninclude all headers." (repeat regexp) gnus-uu-save-separate-articles #[0 "\300\207" [nil] 1 #1#] "Non-nil means that gnus-uu will save articles in separate files." gnus-uu-be-dangerous #[0 "\300\207" [ask] 1 #1#] "Specifies what to do if unusual situations arise during decoding.\nIf nil, be as conservative as possible. If t, ignore things that\ndidn't work, and overwrite existing files. Otherwise, ask each time." (choice (const :tag "conservative" nil) (const :tag "ask" ask) (const :tag "liberal" t))] 10)
(defvar gnus-uu-saved-article-name nil)
(defvar gnus-uu-begin-string "^begin[ ]+0?[0-7][0-7][0-7][ ]+\\(.*\\)$")
(defvar gnus-uu-end-string "^end[ ]*$")
(defvar gnus-uu-body-line "^M")
(byte-code "\301\211S\211\262\302V\203 \303P\202 \304P\207" [gnus-uu-body-line 61 0 "[^a-z]" ".?$"] 3)
(defvar gnus-uu-shar-begin-string "^#! */bin/sh")
(defvar gnus-uu-shar-name-marker "begin 0?[0-7][0-7][0-7][ ]+\\(\\(\\w\\|[.\\:]\\)*\\b\\)")
(defvar gnus-uu-postscript-begin-string "^%!PS-")
(defvar gnus-uu-postscript-end-string "^%%EOF$")
(defvar gnus-uu-file-name nil)
(defvar gnus-uu-uudecode-process nil)
(defvar gnus-uu-binhex-article-name nil)
(defvar gnus-uu-yenc-article-name nil)
(defvar gnus-uu-work-dir nil)
(defvar gnus-uu-output-buffer-name " *Gnus UU Output*")
(defvar gnus-uu-default-dir gnus-article-save-directory)
(defvar gnus-uu-digest-from-subject nil)
(defvar gnus-uu-digest-buffer nil)
#@49 Uudecode the current article.
(fn &optional N)
(defalias 'gnus-uu-decode-uu #[256 "\300\301\"\207" [gnus-uu-decode-with-method gnus-uu-uustrip-article] 4 (#$ . 11285) ["P" (gnus-article-mode gnus-summary-mode)]])
#@49 Decode and save the resulting file.
(fn N DIR)
(defalias 'gnus-uu-decode-uu-and-save #[514 "\300\301\302\211\303&\207" [gnus-uu-decode-with-method gnus-uu-uustrip-article nil t] 9 (#$ . 11506) [(byte-code "\302\303\304 \211\305$!D\207" [current-prefix-arg gnus-uu-default-dir file-name-as-directory read-directory-name "Uudecode and save in dir: " t] 7) (gnus-article-mode gnus-summary-mode)]])
#@47 Unshar the current article.
(fn &optional N)
(defalias 'gnus-uu-decode-unshar #[256 "\300\301\302\211\303\304&\207" [gnus-uu-decode-with-method gnus-uu-unshar-article nil scan t] 8 (#$ . 11912) ["P" (gnus-article-mode gnus-summary-mode)]])
#@50 Unshar and save the current article.
(fn N DIR)
(defalias 'gnus-uu-decode-unshar-and-save #[514 "\300\301\302\303\304&\207" [gnus-uu-decode-with-method gnus-uu-unshar-article nil scan t] 9 (#$ . 12161) [(byte-code "\302\303\304 \211\305$!D\207" [current-prefix-arg gnus-uu-default-dir file-name-as-directory read-directory-name "Unshar and save in dir: " t] 7) (gnus-article-mode gnus-summary-mode)]])
#@40 Save the current article.
(fn N FILE)
(defalias 'gnus-uu-decode-save #[514 "\211\301\302\303\304$\207" [gnus-uu-saved-article-name gnus-uu-decode-with-method gnus-uu-save-article nil t] 7 (#$ . 12574) [(byte-code " \203
\303\304\n\211#\202 \305\306\n\211#D\207" [current-prefix-arg gnus-uu-save-separate-articles gnus-uu-default-dir read-directory-name "Save articles in dir: " read-file-name "Save article in file: "] 5) (gnus-article-mode gnus-summary-mode)]])
#@43 Unbinhex the current article.
(fn N DIR)
(defalias 'gnus-uu-decode-binhex #[514 "\302 \210\303\304\305\"!\306\307#\207" [gnus-uu-work-dir gnus-uu-binhex-article-name gnus-uu-initialize make-temp-file expand-file-name "binhex" gnus-uu-decode-with-method gnus-uu-binhex-article] 6 (#$ . 13049) [(byte-code "\302\303\304 \211#!D\207" [current-prefix-arg gnus-uu-default-dir file-name-as-directory read-directory-name "Unbinhex and save in dir: "] 6) (gnus-article-mode gnus-summary-mode)]])
#@54 Decode the yEnc-encoded current article.
(fn N DIR)
(defalias 'gnus-uu-decode-yenc #[514 "\301\302\303\301\304%\207" [gnus-uu-yenc-article-name nil gnus-uu-decode-with-method gnus-uu-yenc-article t] 8 (#$ . 13549) [(byte-code "\302\303\304 \211#!D\207" [current-prefix-arg gnus-uu-default-dir file-name-as-directory read-directory-name "yEnc decode and save in dir: "] 6) (gnus-article-mode gnus-summary-mode)]])
#@58 Uudecode and view the current article.
(fn &optional N)
(defalias 'gnus-uu-decode-uu-view #[256 "\206 \301\302!)\207" [gnus-view-pseudos automatic gnus-uu-decode-uu] 3 (#$ . 13973) ["P" (gnus-article-mode gnus-summary-mode)]])
#@55 Decode, view and save the resulting file.
(fn N DIR)
(defalias 'gnus-uu-decode-uu-and-save-view #[514 "\206 \301\302\")\207" [gnus-view-pseudos automatic gnus-uu-decode-uu-and-save] 5 (#$ . 14211) [(byte-code "\302\303 \211\304$D\207" [current-prefix-arg gnus-uu-default-dir read-file-name "Uudecode, view and save in dir: " t] 6) (gnus-article-mode gnus-summary-mode)]])
#@56 Unshar and view the current article.
(fn &optional N)
(defalias 'gnus-uu-decode-unshar-view #[256 "\206 \301\302!)\207" [gnus-view-pseudos automatic gnus-uu-decode-unshar] 3 (#$ . 14596) ["P" (gnus-article-mode gnus-summary-mode)]])
#@50 Unshar and save the current article.
(fn N DIR)
(defalias 'gnus-uu-decode-unshar-and-save-view #[514 "\206 \301\302\")\207" [gnus-view-pseudos automatic gnus-uu-decode-unshar-and-save] 5 (#$ . 14840) [(byte-code "\302\303 \211\304$D\207" [current-prefix-arg gnus-uu-default-dir read-file-name "Unshar, view and save in dir: " t] 6) (gnus-article-mode gnus-summary-mode)]])
#@49 Save and view the current article.
(fn N FILE)
(defalias 'gnus-uu-decode-save-view #[514 "\206 \301\302\")\207" [gnus-view-pseudos automatic gnus-uu-decode-save] 5 (#$ . 15226) [(byte-code " \203
\303\304\n\211#\202 \305\306\n\211#D\207" [current-prefix-arg gnus-uu-save-separate-articles gnus-uu-default-dir read-directory-name "Save articles in dir: " read-file-name "Save articles in file: "] 5) (gnus-article-mode gnus-summary-mode)]])
#@53 Unbinhex and view the current article.
(fn N FILE)
(defalias 'gnus-uu-decode-binhex-view #[514 "\303 \210\304\305\306\"!\n\206 \307\310\")\207" [gnus-uu-work-dir gnus-uu-binhex-article-name gnus-view-pseudos gnus-uu-initialize make-temp-file expand-file-name "binhex" automatic gnus-uu-decode-binhex] 6 (#$ . 15681) [(byte-code "\302\303 \211#D\207" [current-prefix-arg gnus-uu-default-dir read-file-name "Unbinhex, view and save in dir: "] 5) (gnus-article-mode gnus-summary-mode)]])
#@72 Digest and forward all articles in this series.
(fn &optional N POST)
(defalias 'gnus-uu-digest-mail-forward #[512 "\306 \210\307\310\311\312\"! \n\313\211\21178 \203. \247\204. ?\313\262\n\314\n!9 \204I 9G\315U\203I \316 \210\317 \2379\320 :\321p!9\205u 9\242\206] 9\322V\205n ;9\242\206l 9S\234\315\234\206u 99<9\203\241 9\242\206\206 9\322V\205\227 ;9\242\206\225 9S\234\322\234\206\243 =\202\243 =\323!>\323!\313>\324\325\326\327\"\"\210\324\330\331\"\210\324\330\326\332\"\"\210\333\334?\236?\"?\203\362 \335\230\204\362 \336@!\337\206\353 !B?B?\326\340\n\n\n\n\n\n\n & \216\313A\341\342!\3439!B\344\"\210B9)\3439!B\345\f!\210A\211\203y\211@@\262\346@A!\262\f\211A\262\211\203y\n\204N\203y\n\203_\n@@\230\204_\313\262\203r\346@A!\f\230\204r\313\262\f\211A\262\202@\204\201\347\262\f\n\204\225\350=!\203\222=\202\223\351\262\210eb\210\352\353!\203\250`\354 |\210\nc\210eb\210\352\355!\203\274`\354 |\210\356\n\261\210\307C\357\307\"\210*\360 \210\361 \210\362\363\307\"\210\364\365!\210\366\313!\210*\266 )\313\211A-\207" [gnus-uu-work-dir message-forward-as-mime gnus-newsgroup-charset gnus-newsgroup-ignored-charsets gnus-uu-digest-buffer mail-parse-ignored-charsets gnus-uu-initialize t make-temp-file nnheader-concat "forward" nil gnus-summary-work-articles 1 gnus-summary-top-thread gnus-uu-find-articles-matching current-window-configuration buffer-name 0 copy-sequence add-hook message-header-setup-hook make-closure #[0 "\301\300!\207" [V0 gnus-inews-insert-gcc] 2] message-mode-hook #[0 "\302 \211\211\207" [message-mailer message-newsreader gnus-extended-version] 2] #[0 "\302\303\300!)\207" [V0 gnus-article-copy nil gnus-configure-posting-styles] 2] delq X-Draft-From "" intern gnus-inews-make-draft #[0 "\310\300\302\304\311\305\301&\210p\312\313!\210\306\303B\203 \314\315!\210\316\317!\210\320=\203D \307\312\321!\210\211\322\323\324\325\326$\210\322\327\324\326\211$\207\324 \210\307\211\207" [V0 V1 V2 V3 V4 V5 V6 V7 gnus-inews-add-send-actions forward make-local-variable gnus-message-group-art gnus-message-citation-mode 1 gnus-run-hooks gnus-message-setup-hook message-mode mml-buffer-list add-hook change-major-mode-hook mml-destroy-buffers nil t kill-buffer-hook gnus-message-buffer gnus-message-highlight-citation major-mode] 7] gnus-get-buffer-create " *gnus-uu-forward*" reverse gnus-uu-decode-save switch-to-buffer gnus-simplify-subject-fuzzy "Digested Articles" gnus-news-group-p "Various" re-search-forward "^Subject: " point-at-eol "^From:" " " message-forward message-hide-headers gnus-add-buffer gnus-configure-windows forward run-hooks post-command-hook set-buffer-modified-p mail-parse-charset gnus-uu-save-in-digest gnus-article-reply gnus-current-window-configuration gnus-newsgroup-selection gnus-article-yanked-articles gnus-newsgroup-name mml-buffer-list message-required-headers gnus-draft-meta-information-header gnus-uu-digest-from-subject gnus-newsgroup-processable message-forward-decoded-p] 29 (#$ . 16180) ["P" (gnus-article-mode gnus-summary-mode)]])
#@54 Digest and forward to a newsgroup.
(fn &optional N)
(defalias 'gnus-uu-digest-post-forward #[256 "\300\301\"\207" [gnus-uu-digest-mail-forward t] 4 (#$ . 19340) ["P" (gnus-article-mode gnus-summary-mode)]])
#@27
(fn UNMARKP NEW-MARKED)
(defalias 'gnus-message-process-mark #[514 "GGZ\301\302\303GG\304U\203 \305\202 \306\203 \307\202 \310\311U\2030 \2040 \305\202B \203= \312\313G\"\202B \312\314\"&\207" [gnus-newsgroup-processable gnus-message 6 "%d mark%s %s%s" 1 "" "s" "removed" "added" 0 format ", %d remain marked" ", %d already marked"] 12 (#$ . 19555)])
#@25
(fn UNMARKP ARTICLES)
(defalias 'gnus-new-processable #[514 "\203 \301\302#\237\207\303\"\207" [gnus-newsgroup-processable seq-intersection eq gnus-set-difference] 6 (#$ . 19934)])
#@193 Set the process mark on articles whose subjects match REGEXP.
When called interactively, prompt for REGEXP.
Optional UNMARK non-nil means unmark instead of mark.
(fn REGEXP &optional UNMARK)
(defalias 'gnus-uu-mark-by-regexp #[513 "\212\300!\301\"\203( \203 \302\211A\262\242!\210\202 \303\211A\262\242!\210\202 \304\"\266)\305 \207" [gnus-uu-find-articles-matching gnus-new-processable gnus-summary-remove-process-mark gnus-summary-set-process-mark gnus-message-process-mark gnus-summary-position-point] 7 (#$ . 20130) ["sMark (regexp): \nP" (gnus-article-mode gnus-summary-mode)]])
#@127 Remove the process mark from articles whose subjects match REGEXP.
When called interactively, prompt for REGEXP.
(fn REGEXP)
(defalias 'gnus-uu-unmark-by-regexp #[257 "\300\301\"\207" [gnus-uu-mark-by-regexp t] 4 (#$ . 20737) ["sUnmark (regexp): " (gnus-article-mode gnus-summary-mode)]])
#@71 Mark the current series with the process mark.
(fn &optional SILENT)
(defalias 'gnus-uu-mark-series #[256 "\300 \211G\203 \301@!\210A\262\202 \204 \302\303\304#\210\305 \210\207" [gnus-uu-find-articles-matching gnus-summary-set-process-mark gnus-message 6 "Marked %d articles" gnus-summary-position-point] 7 (#$ . 21034) [nil (gnus-article-mode gnus-summary-mode)]])
#@93 Set the process mark on all articles between point and mark.
(fn BEG END &optional UNMARK)
(defalias 'gnus-uu-mark-region #[770 "\212b\210`W\203I \211\203* \300\301`\302\"\211\205 \303!\266\301`\304\"\206% \305 !\210\202C \306\301`\302\"\211\2056 \303!\266\301`\304\"\206A \305 !\210\307y\210\202 )\310 \207" [gnus-summary-remove-process-mark get-text-property gnus-intangible gnus-summary-goto-subject gnus-number gnus-summary-last-subject gnus-summary-set-process-mark 1 gnus-summary-position-point] 7 (#$ . 21417) ["r" (gnus-article-mode gnus-summary-mode)]])
#@81 Remove the process mark from all articles between point and mark.
(fn BEG END)
(defalias 'gnus-uu-unmark-region #[514 "\300\301#\207" [gnus-uu-mark-region t] 6 (#$ . 21995) ["r" (gnus-article-mode gnus-summary-mode)]])
#@53 Set the process mark on all articles in the buffer.
(defalias 'gnus-uu-mark-buffer #[0 "\300ed\"\207" [gnus-uu-mark-region] 3 (#$ . 22223) [nil (gnus-article-mode gnus-summary-mode)]])
#@56 Remove the process mark on all articles in the buffer.
(defalias 'gnus-uu-unmark-buffer #[0 "\300ed\301#\207" [gnus-uu-mark-region t] 4 (#$ . 22414) [nil (gnus-article-mode gnus-summary-mode)]])
#@45 Mark all articles downwards in this thread.
(defalias 'gnus-uu-mark-thread #[0 "\302 \303\304\"\216\212\305\306=\203 \307`\310\"\203 \311\262\202>