;ELC ;;; compiled by jwz@thalidomide on Fri Dec 31 02:07:07 1993 ;;; from file /th/jwz/emacs19/lisp/rmail/rmailkwd.el ;;; emacs version 19.9 Lucid (beta9). ;;; bytecomp version 2.22; 22-dec-93. ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "This file was compiled for Emacs 19.")) (byte-code "!\"\"B \" !͇" [boundp rmail-label-obarray make-vector 47 0 rmail-keywords mapcar #[(s) " \n\"" [intern s rmail-label-obarray] 3] ("deleted" "answered" "filed" "forwarded" "unseen" "edited") rmail-attributes intern "deleted" rmail-deleted-label nil] 4) (fset 'rmail-add-label #[(string) " \"" [rmail-set-label string t] 3 "\ Add LABEL to labels associated with current RMAIL message. Completion is performed over known labels when reading." (byte-code "!C" [rmail-read-label "Add label"] 2)]) (fset 'rmail-kill-label #[(string) " \"" [rmail-set-label string nil] 3 "\ Remove LABEL from labels associated with current RMAIL message. Completion is performed over known labels when reading." (byte-code "!C" [rmail-read-label "Remove label"] 2)]) (byte-code "MMMMMMM" [rmail-read-label #[(prompt) " !QP ʉ$ ̘  \")" [rmail-keywords rmail-parse-file-keywords completing-read prompt rmail-last-label " (default " symbol-name "): " ": " rmail-label-obarray nil result "" rmail-make-label t] 6] rmail-set-label #[(l state &optional n) " \n SI!?!!\n\n dZ eZҎ~ !by!??`T``}d#`T`Tb !Q# !  !ޱ $=  \"*.+" [rmail-maybe-set-message-counters n rmail-current-message rmail-summary-vector nil rmail-attribute-p l attribute rmail-keyword-p rmail-install-keyword keyword label buffer-size t case-fold-search buffer-read-only omin omax ((byte-code " Z \nZ} U " [buffer-size omin omax n rmail-current-message rmail-display-labels] 3)) rmail-msgbeg 1 looking-at "[01]," bound start search-backward ",," re-search-forward ", " rmail-quote-label-name "," move state replace-match " " symbol-name rmail-deleted-label rmail-set-message-deleted-p] 5] rmail-attribute-p #[(s) " ! A>\n)" [rmail-make-label s symbol rmail-attributes] 3] rmail-keyword-p #[(s) " ! A>\n)" [rmail-make-label s symbol rmail-keywords] 3] rmail-make-label #[(s &optional forcep) "9  \" \"" [s forcep intern rmail-label-obarray intern-soft] 3] rmail-force-make-label #[(s) " \n\"" [intern s rmail-label-obarray] 3] rmail-quote-label-name #[(label) " \"!!" [regexp-quote symbol-name rmail-make-label label t] 5]] 2) (fset 'rmail-previous-labeled-message #[(n labels) " [\n\"" [rmail-next-labeled-message n labels] 3 "\ Show previous message with one of the labels LABELS. LABELS should be a comma-separated list of label names. If LABELS is empty, the last set of labels specified is used. With prefix argument N moves backward N messages with these labels." "p\nsMove to previous msg with labels: "]) (fset 'rmail-next-labeled-message #[(n labels) "\n! !Q\n  ~ V W T  \n\"f   S \\ W V S  \n\"g   T ]) ! W\" V\"+" [labels "" rmail-last-multi-labels error "No labels to find have been specified previously" rmail-maybe-set-message-counters rmail-current-message ", ?\\(" mail-comma-list-regexp "\\)," regexp current lastwin n 0 rmail-total-messages rmail-message-labels-p 1 rmail-show-message message "No previous message with labels %s" "No following message with labels %s"] 6 "\ Show next message with one of the labels LABELS. LABELS should be a comma-separated list of label names. If LABELS is empty, the last set of labels specified is used. With prefix argument N moves forward N messages with these labels." "p\nsMove to next msg with labels: "]) (byte-code "MMM" [rmail-keywords #[nil " " [rmail-keywords rmail-parse-file-keywords] 1] rmail-parse-file-keywords #[nil "~b!#``}eb \"B*" [1 search-forward "\nLabels:" rmail-msgbeg t nil rmail-keywords mapcar rmail-force-make-label mail-parse-comma-list] 4] rmail-install-keyword #[(word) " \"  ! ! eZ dZ \nˎ~b#c``| AB A @!ӱp!. *" [rmail-make-label word t rmail-keywords keywords keyword rmail-attribute-p rmail-keyword-p buffer-size omax omin ((byte-code " Z \nZ}" [buffer-size omin omax] 3)) 1 nil buffer-read-only case-fold-search search-forward "\nLabels:" symbol-name "," delete-char -1] 4]] 2)