• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching defs:score

7 ;; Keywords: news, score
68 ;; (setq gnus-summary-default-score 0)
83 ;; If you set the gnus-summary-line-format as shown above, the score
92 ;; gnus-possibly-score-headers
93 ;; ==> gnus-score-headers
94 ;; ==> gnus-score-load-file
105 ;; variable gnus-score-find-files-function This new function
106 ;; gnus-grouplens-score-alist will return a core alist that
107 ;; has (("message-id" ("<message-id-xxxx>" score) ("<message-id-xxxy>" score))
126 (require 'gnus-score)
169 (defvar grouplens-score-offset 0
181 GroupLens predictions with scores calculated by other score methods.")
183 (defvar grouplens-score-scale-factor 1
344 "this function can be called as part of the function to return the list of score files to use.
345 See the gnus variable `gnus-score-find-score-files-function'.
362 "Ask the bbb for predictions, and build up the score alist."
403 ;;(push `(,(bbb-get-mid) ,gnus-summary-default-score nil s) resp)
438 (round (* grouplens-score-scale-factor
439 (+ grouplens-score-offset tpred)))
456 (defvar gnus-tmp-score)
457 (defun bbb-grouplens-score (header)
459 (bbb-grouplens-other-score header)
463 (iscore gnus-tmp-score)
476 (if (and (bbb-valid-score iscore)
506 ;; bbb-build-mid-scores-alist being used as the score function, but is
508 (defun bbb-grouplens-other-score (header)
560 (defun bbb-valid-score (score)
562 (and (>= score grplens-minrating)
563 (<= score grplens-maxrating))))
574 (defun bbb-fmt-prediction-spot (rate-string score)
576 (round (* (/ (- score grplens-minrating) grplens-rating-range)
581 (defun bbb-fmt-confidence-interval (score low high)
584 (bbb-fmt-prediction-num score)))
586 (defun bbb-fmt-confidence-plus-minus (score low high)
588 (format "|%3.1f+/-%4.2f|" score (/ (- high low) 2.0))
589 (bbb-fmt-prediction-num score)))
591 (defun bbb-fmt-prediction-bar (rate-string score)
597 (if (> score loc)
605 (defun bbb-fmt-prediction-num (score)
606 (format "| %4.2f |" score))
635 (mapconcat (lambda (this) ; form (mid . (score . time))
682 (defun grouplens-score-thread (score)
683 "Raise the score of the articles in the current thread with SCORE."
691 (bbb-summary-rate-article score
787 "k" grouplens-score-thread
800 ["Raise thread" grouplens-score-thread t]
817 (make-local-variable 'gnus-score-find-score-files-function)
823 (if (listp gnus-score-find-score-files-function)
824 (setq gnus-score-find-score-files-function
826 gnus-score-find-score-files-function))
827 (setq gnus-score-find-score-files-function
828 (list gnus-score-find-score-files-function
830 ;; leave the gnus-score-find-score-files variable alone
838 (setq gnus-score-find-score-files-function