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

Lines Matching defs:news

7 ;; Keywords: news
3617 Otherwise, it is like ~/News/news/group/num."
3635 ~/News/news.group/num. Otherwise, it is like ~/News/news/group/num."
3653 ~/News/news.group. Otherwise, it is like ~/News/news/group/news."
3659 (expand-file-name "news" (gnus-newsgroup-directory-form newsgroup))
5571 (re-search-forward "<?news:<?\\|<" (gnus-point-at-eol) t)
6187 "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?[-a-z0-9_=!?#$@~%&*+\\/:;.,[:word:]]+[-a-z0-9_=#$@~%&*+\\/[:word:]]\\)"
6188 "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?\\([-a-z0-9_=!?#$@~%&*+\\/:;.,]\\|\\w\\)+\\([-a-z0-9_=#$@~%&*+\\/]\\|\\w\\)\\)")
6288 (-5.0 . "@[Nn][Ee][Ww][Ss]") ;; /\@news/i
6416 (url-mid (concat "news" ":" mid-or-mail))
6433 (gnus-message 8 "calling `gnus-button-handle-news' %s" url-mid)
6434 (gnus-button-handle-news url-mid))
6554 "*Integer that says how many buttons for news or mail messages will appear.
6557 ;; mail addresses, MIDs, URLs for news, ...
6572 '(("<\\(url:[>\n\t ]*?\\)?\\(nntp\\|news\\):[>\n\t ]*\\([^>\n\t ]*@[^>\n\t ]*\\)>"
6573 0 (>= gnus-button-message-level 0) gnus-button-handle-news 3)
6574 ((concat "\\b\\(nntp\\|news\\):\\("
6576 0 t gnus-button-handle-news 2)
6577 ("\\(\\b<\\(url:[>\n\t ]*\\)?\\(nntp\\|news\\):[>\n\t ]*\\(//\\)?\\([^>\n\t ]*\\)>\\)"
6579 ("\\b\\(nntp\\|news\\):\\(//\\)?\\([^'\">\n\t ]+\\)"
6727 ("^[^:]+:" "\\(<\\(url: \\)?\\(nntp\\|news\\):\\([^>\n ]*\\)>\\)"
7022 (defun gnus-parse-news-url (url)
7046 (error "Unknown news URL syntax"))))
7049 (defun gnus-button-handle-news (url)
7050 "Fetch a news URL."
7052 (gnus-parse-news-url url)