• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/textmodes/

Lines Matching +defs:gnus +defs:info

71   (require 'gnus-sum)
1022 (gnus . gnus-other-frame)
1032 `gnus'
1033 `gnus-other-frame'
1048 (cons (const gnus)
1050 (const gnus)
1051 (const gnus-other-frame)))
1270 link type that is created. For example, calling `remember' in emails or gnus
1282 gnus | %:group, for messages also all email fields
1284 info | %:type %:file %:node
3309 (defvar gnus-other-frame-object)
3310 (defvar gnus-group-name)
3311 (defvar gnus-article-current)
3630 "wl" "mhe" "rmail" "gnus" "shell" "info" "elisp"))
6334 (defun org-table-field-info (arg)
6335 "Show info about the current field, and highlight any reference at point."
6358 ;; FIXME: formula info not correct if special table line
8497 '("\C-c?" org-table-field-info)
9023 "Plist with info about the most recently link created with `org-store-link'.")
9046 (setq link (org-make-link "info:"
9051 (org-store-link-props :type "info" :file Info-current-file
9135 ((eq major-mode 'gnus-group-mode)
9136 (let ((group (cond ((fboundp 'gnus-group-group-name) ; depending on Gnus
9137 (gnus-group-group-name)) ; version
9138 ((fboundp 'gnus-group-name)
9139 (gnus-group-name))
9142 (org-store-link-props :type "gnus" :group group)
9146 "gnus:")
9150 ((memq major-mode '(gnus-summary-mode gnus-article-mode))
9151 (and (eq major-mode 'gnus-article-mode) (gnus-article-show-summary))
9152 (let* ((group gnus-newsgroup-name)
9153 (article (gnus-summary-article-number))
9154 (header (gnus-summary-article-header article))
9158 (subject (gnus-summary-subject-string)))
9159 (org-store-link-props :type "gnus" :from from :subject subject
9168 (setq link (org-make-link "gnus:" group
9699 (org-follow-gnus-link path))
9704 ((string= type "info")
9705 (org-follow-info-link path))
9707 ((string= type "gnus")
9713 (org-follow-gnus-link group article)))
10051 (defun org-follow-info-link (name)
10052 "Follow an info file & node link to NAME."
10056 (require 'info)
10062 (defun org-follow-gnus-link (&optional group article)
10064 (require 'gnus)
10065 (funcall (cdr (assq 'gnus org-link-frame-setup)))
10066 (if gnus-other-frame-object (select-frame gnus-other-frame-object))
10068 (gnus-group-read-group 0 nil group)
10069 (gnus-summary-goto-article (string-to-number article) nil t))
10070 (group (gnus-group-jump-to-group group))))
10345 (command (mailcap-mime-info mime-type)))
10987 (org-add-planning-info nil nil 'closed)
10992 ;; Planning info calls the note-setting command.
10993 (org-add-planning-info 'closed (org-current-time)
11042 (org-add-planning-info nil nil 'closed)
11083 (org-add-planning-info 'deadline nil 'closed))
11090 (org-add-planning-info 'scheduled nil 'closed))
11092 (defun org-add-planning-info (what &optional time &rest remove)
12542 ;; First line hast scheduling info, move one further
17732 ((member type '("bbdb" "vm" "wl" "mhe" "rmail" "gnus" "shell" "info" "elisp"))
18659 (define-key org-mode-map "\C-c?" 'org-table-field-info)
19290 ["Info Documentation" org-info t])
19309 (defun org-info (&optional node)
19310 "Read documentation for Org-mode in the info system.
19313 (require 'info)