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

Lines Matching +defs:activate +defs:mark +defs:hook

200 (defcustom gnus-activate-level (1+ gnus-level-subscribed)
207 (defcustom gnus-activate-foreign-newsgroups 4
305 :type 'hook)
380 (defcustom gnus-check-bogus-groups-hook nil
381 "A hook run after removing bogus groups."
383 :type 'hook)
385 (defcustom gnus-startup-hook nil
386 "A hook called at startup.
387 This hook is called after Gnus is connected to the NNTP server."
389 :type 'hook)
391 (defcustom gnus-before-startup-hook nil
392 "A hook called at before startup.
393 This hook is called as the first thing when Gnus is started."
395 :type 'hook)
397 (defcustom gnus-started-hook nil
398 "A hook called as the last thing after startup."
400 :type 'hook)
402 (defcustom gnus-setup-news-hook
404 "A hook after reading the .newsrc file, but before generating the buffer."
406 :type 'hook)
408 (defcustom gnus-get-top-new-news-hook nil
409 "A hook run just before Gnus checks for new news globally."
412 :type 'hook)
414 (defcustom gnus-get-new-news-hook nil
415 "A hook run just before Gnus checks for new news."
417 :type 'hook)
419 (defcustom gnus-after-getting-new-news-hook
422 "*A hook run after Gnus checks for new news when Gnus is already running."
424 :type 'hook)
426 (defcustom gnus-read-newsrc-el-hook nil
427 "A hook called after reading the newsrc.eld? file."
429 :type 'hook)
431 (defcustom gnus-save-newsrc-hook nil
432 "A hook called before saving any of the newsrc files."
434 :type 'hook)
436 (defcustom gnus-save-quick-newsrc-hook nil
437 "A hook called just before saving the quick newsrc file.
440 :type 'hook)
442 (defcustom gnus-save-standard-newsrc-hook nil
443 "A hook called just before saving the standard newsrc file.
446 :type 'hook)
448 (defcustom gnus-group-mode-hook nil
452 :type 'hook)
633 (run-hook-with-args 'gnus-subscribe-newsgroup-hooks newsgroup)
649 (defvar gnus-group-mark-positions)
694 gnus-group-mark-positions nil
749 (gnus-run-hooks 'gnus-before-startup-hook)
775 (gnus-run-hooks 'gnus-startup-hook)
789 (add-hook 'gnus-summary-mode-hook 'gnus-grouplens-mode))
796 (gnus-run-hooks 'gnus-setup-news-hook)
803 (gnus-run-hooks 'gnus-started-hook))))))
1491 (gnus-run-hooks 'gnus-check-bogus-groups-hook)
1516 (defun gnus-activate-group (group &optional scan dont-check method)
1569 (gnus-activate-group (gnus-info-group info) nil t))
1574 ;; These checks are present in gnus-activate-group but skipped
1662 (level (or level gnus-activate-level (1+ gnus-level-subscribed)))
1665 (cond ((and gnus-activate-foreign-newsgroups
1666 (not (numberp gnus-activate-foreign-newsgroups)))
1668 ((numberp gnus-activate-foreign-newsgroups)
1669 gnus-activate-foreign-newsgroups)
1715 (setq active (gnus-activate-group group 'scan)))
1752 (setq active (gnus-activate-group group))
1753 (setq active (gnus-activate-group group 'scan))
1947 "Go through the active hashtb and mark all unknown groups as killed."
2045 ;; We mark this active file as read.
2326 (defun gnus-convert-mark-converter-prompt (converter no-prompt)
2395 (gnus-run-hooks 'gnus-read-newsrc-el-hook))
2732 (gnus-run-hooks 'gnus-save-newsrc-hook)
2756 (gnus-run-hooks 'gnus-save-quick-newsrc-hook)
2780 (gnus-run-hooks 'gnus-save-quick-newsrc-hook))
2914 (gnus-run-hooks 'gnus-save-standard-newsrc-hook)
2929 (gnus-run-hooks 'gnus-slave-mode-hook))