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

Lines Matching +defs:list +defs:snarf

62        (setq nntp-server-list-active-group nil)))
103 to this list if it does not echo commands. Note that a non-nil value
208 (list :format "%v"
249 (defvar nntp-connection-list nil)
259 (defvoo nntp-server-list-active-group 'try)
269 (defvar nntp-async-process-list nil)
355 (nntp-snarf-error-message)
671 ;; `articles' is either a list of article numbers
672 ;; or a list of article IDs.
720 (when (eq nntp-server-list-active-group 'try)
721 (nntp-try-list-active (car groups)))
729 (command (if nntp-server-list-active-group
769 (if (not nntp-server-list-active-group)
785 (if (not nntp-server-list-active-group)
820 ;; `articles' is either a list of article numbers
821 ;; or a list of article IDs.
868 (defun nntp-try-list-active (group)
869 (nntp-list-active-group group)
875 (setq nntp-server-list-active-group nil))
877 (setq nntp-server-list-active-group t)))))
879 (deffoo nntp-list-active-group (group &optional server)
886 "Return the list of existing articles in GROUP."
945 (setq defs (cons (list 'nntp-port-number (car defs)) (cdr defs))))
947 (setq defs (append defs (list (list 'nntp-address server)))))
972 (while (setq process (pop nntp-connection-list))
984 (deffoo nntp-request-list (&optional server)
989 (deffoo nntp-request-list-newsgroups (&optional server)
1061 (let* ((list (gnus-parse-netrc nntp-authinfo-file))
1062 (alist (gnus-netrc-machine list nntp-address "nntp"))
1167 (caar (push (list process buffer nil) nntp-connection-alist))
1168 (push process nntp-connection-list)
1200 (let ((nntp-connection-alist (list proc buffer nil)))
1211 (let ((nntp-connection-alist (list proc buffer nil)))
1253 (add-to-list 'nntp-async-process-list process))
1261 nntp-async-process-list))
1264 (setq nntp-async-process-list (delq proc nntp-async-process-list))
1265 (when (and nntp-async-timer (not nntp-async-process-list))
1293 (nntp-snarf-error-message)
1328 (defun nntp-snarf-error-message ()
1573 ;; `nntp-xover-commands' is a list of possible XOVER commands.
1685 case, this list will be used as the parameter list given to rsh.")
1694 case, this list will be executed as a command after logging in