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

Lines Matching +defs:Info +defs:goto +defs:node

281   org-goto       when using the command `org-goto' on key C-c C-j
285 mark-goto when exposing the jump goal of a mark
297 (const org-goto)
301 (const mark-goto)
325 (const org-goto)
329 (const mark-goto)
356 (const org-goto)
360 (const mark-goto)
1284 info | %:type %:file %:node
1651 The command `org-calendar-goto-agenda' will be bound to this key. The
3160 (goto-char (point-min))
3304 (defvar org-goto-start-pos)
3320 (defvar Info-current-file)
3321 (defvar Info-current-node)
3587 (and pos (goto-char pos))
3839 (goto-char e)
3854 (goto-char (point-min))
3990 ;;;; Visibility cycling, including org-goto and indirect buffer
4181 (goto-char (point-min))
4184 (goto-char (match-beginning 0))
4195 (goto-char (point-max))
4199 (error (goto-char (point-min))))
4228 (goto-char (point-min))
4233 ;;; Org-goto
4235 (defvar org-goto-window-configuration nil)
4236 (defvar org-goto-marker nil)
4237 (defvar org-goto-map (make-sparse-keymap))
4240 (substitute-key-definition cmd cmd org-goto-map global-map)))
4241 (define-key org-goto-map "\C-m" 'org-goto-ret)
4242 (define-key org-goto-map [(left)] 'org-goto-left)
4243 (define-key org-goto-map [(right)] 'org-goto-right)
4244 (define-key org-goto-map [(?q)] 'org-goto-quit)
4245 (define-key org-goto-map [(control ?g)] 'org-goto-quit)
4246 (define-key org-goto-map "\C-i" 'org-cycle)
4247 (define-key org-goto-map [(tab)] 'org-cycle)
4248 (define-key org-goto-map [(down)] 'outline-next-visible-heading)
4249 (define-key org-goto-map [(up)] 'outline-previous-visible-heading)
4250 (define-key org-goto-map "n" 'outline-next-visible-heading)
4251 (define-key org-goto-map "p" 'outline-previous-visible-heading)
4252 (define-key org-goto-map "f" 'outline-forward-same-level)
4253 (define-key org-goto-map "b" 'outline-backward-same-level)
4254 (define-key org-goto-map "u" 'outline-up-heading)
4255 (define-key org-goto-map "\C-c\C-n" 'outline-next-visible-heading)
4256 (define-key org-goto-map "\C-c\C-p" 'outline-previous-visible-heading)
4257 (define-key org-goto-map "\C-c\C-f" 'outline-forward-same-level)
4258 (define-key org-goto-map "\C-c\C-b" 'outline-backward-same-level)
4259 (define-key org-goto-map "\C-c\C-u" 'outline-up-heading)
4261 (while l (define-key org-goto-map (int-to-string (pop l)) 'digit-argument)))
4263 (defconst org-goto-help
4267 (defun org-goto ()
4281 (let* ((org-goto-start-pos (point))
4283 (org-get-location (current-buffer) org-goto-help)))
4286 (org-mark-ring-push org-goto-start-pos)
4287 (goto-char selected-point)
4289 (org-show-context 'org-goto)))
4302 (switch-to-buffer (get-buffer-create "*org-goto*"))
4314 (if (and (boundp 'org-goto-start-pos)
4315 (integer-or-marker-p org-goto-start-pos))
4319 (goto-char org-goto-start-pos)
4321 (goto-char (point-min)))
4327 (overriding-local-map org-goto-map))
4330 (use-global-map org-goto-map)
4333 (kill-buffer "*org-goto*")
4336 (defun org-goto-ret (&optional arg)
4337 "Finish `org-goto' by going to the new location."
4343 (defun org-goto-left ()
4344 "Finish `org-goto' by going to the new location."
4354 (defun org-goto-right ()
4355 "Finish `org-goto' by going to the new location."
4366 (defun org-goto-quit ()
4367 "Finish `org-goto' without cursor motion."
4433 (goto-char pos)
4614 (goto-char beg)
4637 (goto-char (match-end 0))
4651 (goto-char (point-min))
4665 (goto-char (point-min))
4673 (goto-char (point-min))
4710 (goto-char beg)
4713 (progn (goto-char beg)
4727 (goto-char ins-point)
4760 (goto-char beg)
4846 (goto-char beg)
4855 (goto-char (point-min))
4927 (goto-char (region-beginning))
4935 (goto-char start)
4940 (goto-char (point-min))
4943 (goto-char start)
4967 (goto-char start)
4971 (goto-char beg)
4979 (goto-char start)
5031 (goto-char (point-at-bol))
5090 (goto-char (match-end 0))
5110 (goto-char beg)
5141 (goto-char (point-min))
5144 (goto-char beg)
5155 (goto-char e1)
5162 (goto-char b1)
5240 (goto-char pos)
5263 (goto-char pos)
5276 (goto-char pos)
5287 (goto-char beg)
5297 (error (goto-char pos)
5320 (goto-char pos)
5322 (goto-char pos)
5336 (goto-char beg)
5346 (error (goto-char beg)
5356 (goto-char pos)
5358 (goto-char pos)
5420 (goto-char (match-beginning 3))
5422 (goto-line line)
5447 (goto-char beg)
5522 (goto-char (point-max))
5536 (goto-char (point-min))
5543 (goto-char (match-end 0))
5545 (goto-char (point-max))
5556 (goto-char (point-max)) (insert "\n"))
5567 (goto-char (or (match-end 2) (match-beginning 3)))
5605 (goto-char begm)
5609 (goto-char beg)
5611 (goto-char end)
5612 (goto-char beg)
5620 (goto-char end)))))
5632 (goto-char beg)
5648 (goto-char beg)
5816 (goto-char pos)
5822 (goto-char pos)))
5836 (goto-char beg)
5839 (goto-char end)
5846 (goto-char beg)
5853 (goto-char beg)
5856 (goto-char beg)
5889 (goto-char (point-min))
5893 (goto-char (point-min))
5896 (goto-char (min (1+ (point)) (point-max))))
5897 (goto-char (point-min))
5902 (goto-char (point-min))
5955 (goto-char beg)
5957 (goto-char beg)
5961 (when links (goto-char beg) (while (org-activate-bracket-links end)))
5963 (when dates (goto-char beg) (while (org-activate-dates end)))
5966 (goto-char beg)
6076 (goto-char org-table-aligned-begin-marker)
6079 (goto-line winstartline)
6081 (goto-line linepos)
6083 (org-table-goto-column colpos)
6118 (progn (goto-char (point-min)) (point))
6119 (goto-char (match-beginning 0))
6131 (goto-char (point-max))
6132 (goto-char (match-beginning 0)))
6172 (goto-char pos))))))
6194 (goto-char (match-beginning 1)))
6219 (goto-char (match-end 0))))
6240 (org-table-goto-column col)
6271 (org-table-goto-column colpos t)
6313 (goto-char (+ 2 pos))
6321 (and n (org-table-goto-column n))
6329 (goto-char (min (point-at-eol) (+ 2 pos)))
6349 (goto-char pos)
6384 (goto-char (org-table-begin))
6391 (defun org-table-goto-column (n &optional on-delim force)
6428 (goto-char (org-table-begin 'any))
6477 (goto-char beg)
6481 (org-table-goto-column col t)
6485 (goto-line linepos)
6486 (org-table-goto-column colpos)
6522 (goto-char beg)
6526 (org-table-goto-column col t)
6531 (goto-line linepos)
6532 (org-table-goto-column colpos)
6564 (goto-char beg)
6568 (org-table-goto-column col1 t)
6573 (goto-line linepos)
6574 (org-table-goto-column colpos)
6602 (goto-char pos)
6605 (goto-char pos)
6716 (org-table-goto-column thiscol))
6721 (goto-char beg)
6724 (goto-char end)
6732 (goto-char tbeg)
6734 (goto-char pos)
6737 (goto-char tend)
6742 (goto-char beg)
6743 (org-table-goto-column column)
6746 (org-table-goto-column (1+ column))
6749 (org-table-goto-column column)
6757 (goto-line thisline)
6758 (org-table-goto-column thiscol)
6774 (goto-char beg)
6778 (goto-char end)
6788 (goto-line l1)
6822 (org-table-goto-column c nil 'force)
6826 (goto-line line)
6827 (org-table-goto-column col)
6846 (goto-char beg)
6849 (goto-char beg))
6855 (goto-char beg)
6859 (goto-char beg)
6865 (goto-char beg)
6870 (goto-char beg)
6873 (goto-char beg)))))
6902 (cline (save-excursion (goto-char beg) (org-current-line)))
6903 (ccol (save-excursion (goto-char beg) (org-table-current-column)))
6916 (goto-line cline)
6917 (org-table-goto-column ccol)
6926 (org-table-goto-column col)
6935 (goto-char (match-beginning 0))
6963 (goto-char (setq p (point-max)))
6968 (goto-char p)
6983 (goto-char (point-min))
6991 (goto-char pos)
7073 (goto-char (point-min))
7108 (goto-char (org-table-begin))
7111 (org-table-goto-column col)
7113 (goto-char (org-table-end))
7116 (org-table-goto-column col)
7230 (goto-char (org-table-end))
7234 (goto-char (match-beginning 2))
7250 (goto-char (org-table-end))
7270 (goto-char (org-table-end))
7301 (goto-char beg)
7312 (goto-char beg)
7319 (goto-char beg)
7335 (goto-char beg)
7401 (goto-char beg)
7413 (if l1 (goto-line l1))
7419 (org-table-goto-column 1)
7421 (org-table-goto-column (1+ col)))
7434 (goto-line l1)
7438 (goto-line l1)))
7440 (goto-line l)
7688 (goto-line r1)
7697 (goto-line r1)
7700 (org-table-goto-column c1)
7702 (goto-line r2)
7705 (org-table-goto-column c2)
7825 (goto-char (setq beg (org-table-begin)))
7837 (goto-char beg)
7847 (goto-line org-last-recalc-line)
7848 (org-table-goto-column (string-to-number (car entry)) nil 'force)
7851 (goto-line thisline)
7852 (org-table-goto-column thiscol)
7869 (goto-line (nth 1 a))
7870 (org-table-goto-column (nth 2 a))
7875 (goto-line thisline)
7876 (org-table-goto-column thiscol)
7974 (goto-char (point-min))
7993 (goto-char (point-min))
8005 (goto-char pos)
8022 (goto-char pos)
8033 (goto-char pos)
8035 ((looking-at "[$@0-9a-zA-Z]+ *= *[^ \t\n']") (goto-char pos))
8039 (goto-char (- (match-end 0) 2))
8050 (goto-char (point-min))
8056 (goto-char (1+ (point-min)))
8060 (goto-char (point-max))
8062 (goto-char beg))
8107 (goto-char pos)
8114 (goto-line (nth 1 e))
8115 (org-table-goto-column (nth 2 e)))
8119 (goto-line (aref org-table-dlines l))
8120 (org-table-goto-column c)))
8121 (t (org-table-goto-column (string-to-number name))))
8133 (goto-line (nth 1 e))
8134 (org-table-goto-column (nth 2 e))
8138 (org-table-goto-column (string-to-number (cdr e)))
8140 (goto-char (org-table-begin))
8144 (goto-char (match-beginning 1))
8150 (org-table-goto-column (string-to-number (substring match 1)))
8154 (goto-char (org-table-begin))
8157 (goto-char (match-beginning 1))
8170 (goto-char pos)
8177 (goto-char min)
8179 (goto-char pos))))
8191 (goto-char (if (< (abs (- p1 (point))) (abs (- p2 (point))))
8193 ((or p1 p2) (goto-char (or p1 p2)))
8227 (or (org-at-table-p) (goto-char p))
8256 (goto-char (min beg end))
8259 (goto-char (max beg end))
8263 (goto-line l1)
8267 (org-table-goto-column c1)
8269 (org-table-goto-column c2)
8273 (goto-char b))
8294 (goto-char (org-table-begin))
8616 (goto-char action)
8665 (goto-char (1- (match-end 0)))
8667 (goto-char (match-beginning 0))
8693 (goto-char (org-table-begin))
8731 (goto-char (point-min))
8735 (goto-char (match-beginning 0))
8742 (goto-char beg)
8791 (goto-char pos)))
9045 ((eq major-mode 'Info-mode)
9047 (file-name-nondirectory Info-current-file)
9048 ":" Info-current-node))
9049 (setq cpltxt (concat (file-name-nondirectory Info-current-file)
9050 ":" Info-current-node))
9051 (org-store-link-props :type "info" :file Info-current-file
9052 :node Info-current-node))
9376 (goto-char (point-min))
9545 (goto-char (point-min))
9551 (if a (goto-char (nth 2 a)))
9554 (goto-char (match-beginning 0))
9556 (goto-char pos)
9565 (goto-char (point-max))
9571 (if a (goto-char (nth 1 a)))
9574 (goto-char (match-beginning 0))
9576 (goto-char pos)
9841 (goto-char (point-min))
9847 (goto-char pos))
9885 (t (goto-char (point-min))
9894 (goto-char (match-beginning 1))
9895 (goto-char pos)
9899 (goto-char (point-min))
9901 (goto-char (match-beginning 0))
9911 (goto-char (match-end group))
9948 (goto-char (point-min))
9954 (goto-char (point-min))
9961 (defvar org-mark-ring-last-goto nil
9964 (setq org-mark-ring nil org-mark-ring-last-goto nil) ;; in case file is reloaded
9980 "Position saved to mark ring, go back with \\[org-mark-ring-goto].")))
9982 (defun org-mark-ring-goto (&optional n)
9992 (setq p (nthcdr n (or org-mark-ring-last-goto org-mark-ring)))
9994 (setq org-mark-ring-last-goto p)
9997 (goto-char m)
9998 (if (or (org-invisible-p) (org-invisible-p2)) (org-show-context 'mark-goto))))
10052 "Follow an info file & node link to NAME."
10057 (if (match-string 2 name) ; If there isn't a node, choose "Top"
10058 (Info-find-node (match-string 1 name) (match-string 2 name))
10059 (Info-find-node (match-string 1 name) "Top")))
10069 (gnus-summary-goto-article (string-to-number article) nil t))
10098 (goto-char (point-min))
10118 (wl-summary-goto-folder-subr folder 'no-sync t nil t nil nil)
10133 (goto-char (point-max))
10285 (goto-char (point-min))
10288 (goto-char (match-beginning 0)))
10294 (save-excursion (set-buffer b) (goto-char p)
10364 (if line (goto-line line)
10464 (insert tpl) (goto-char (point-min))
10479 (goto-char (point-min))
10492 (goto-char (point-min))
10496 (goto-char (match-beginning 0))
10507 (goto-char (point-min))
10567 (goto-char (point-min))
10578 (org-goto-start-pos 1)
10600 (save-excursion (and (goto-char (point-min))
10610 (goto-char (point-min))
10615 (setq org-goto-start-pos (match-beginning 0))))
10619 org-goto-start-pos
10623 (goto-char spos)
10628 (goto-char (point-max))
10635 (goto-char (point-min))
10686 (goto-char (point-min))
10690 (if pos (goto-char pos))
10726 (goto-char begdel)
10736 (goto-char (point-min))
10738 (goto-char (setq pos (match-beginning 0)))
10742 (goto-char pos)
10766 (goto-char pos)))
10778 (goto-char beg)
10779 (goto-char pos)
10845 (goto-char (point-min))
10901 (goto-char (match-end 0))
10934 (if (looking-at outline-regexp) (goto-char (match-end 0)))
11008 (goto-char (or (match-end 2) (match-end 1)))
11112 (goto-char (match-end 1))
11114 (goto-char (1+ (match-end 0)))
11128 (goto-char (point-min))
11138 (goto-char (point-max))
11150 (goto-char (point-min))
11174 (goto-char (match-end 0)))
11187 (goto-char org-log-note-marker)
11227 (goto-char org-log-note-marker)
11237 (goto-char org-log-note-return-to))
11258 (goto-char (point-min))
11297 (and (if heading-p (org-goto-sibling) (outline-next-heading))
11396 (goto-char (match-end 2))
11398 (goto-char (match-beginning 3))
11440 (goto-char (point-min))
11446 (goto-char (setq lspos (1+ (match-beginning 0))))
11481 (goto-char lspos)
11612 (goto-char (point-min))
11653 (goto-char (match-beginning 0))
11698 (goto-line 3)
11804 (goto-char (point-min))
11818 (goto-char (point-min))
11868 (goto-char (point-min))
11881 (goto-char (point-min)))))
11901 (goto-char (point-min))
12287 (goto-char (point-at-bol))
12323 (goto-char match-end)
12325 (and (looking-at " *|") (goto-char (match-end 0))))
12481 (goto-char pos)
12495 (calendar-goto-date (if (listp date) date
12499 (defun org-goto-calendar (&optional arg)
12517 (calendar-goto-today)
12562 (goto-char org-clock-marker)
12568 (goto-char org-clock-marker)
12589 (goto-char org-clock-marker)
12613 (goto-char (point-max))
12635 (goto-char (match-beginning 0))
12650 (goto-char (point-min))
12652 (goto-char p)
12858 (goto-char (point-min))
12860 (goto-char p)
12871 (goto-char ins)
12880 (goto-char ins)
12882 (goto-char ipos)
12898 (goto-char (point-min))
12916 (goto-char next)
12922 (goto-char cont)))
12987 (define-key org-agenda-mode-map "\C-i" 'org-agenda-goto)
12988 (define-key org-agenda-mode-map [(tab)] 'org-agenda-goto)
13004 (define-key org-agenda-mode-map "." 'org-agenda-goto-today)
13036 (define-key org-agenda-mode-map "c" 'org-agenda-goto-calendar)
13039 'org-calendar-goto-agenda))
13062 (if (featurep 'xemacs) [(button2)] [(mouse-2)]) 'org-agenda-goto-mouse)
13072 ["Go To (other window)" org-agenda-goto t]
13082 ["Goto Today" org-agenda-goto-today (org-agenda-check-type nil 'agenda 'timeline)]
13103 ["Goto Calendar" org-agenda-goto-calendar (org-agenda-check-type nil 'agenda 'timeline)]
13204 (goto-line line)
13296 (goto-char (point-min))
13307 (goto-char (point-max))
13309 (goto-char (point-min)))
13403 (goto-char (point-min)))
13585 (goto-char (point-max))
13617 (goto-char (point-min))
13641 (goto-char (point-min))
13645 (goto-char (point-min))
13678 (goto-char to)
13736 (goto-char (point-min))
13833 (goto-char (point-min))
13834 (goto-char (or (text-property-any (point-min) (point-max) 'org-today t)
13852 (goto-char beg)
13858 (goto-char beg)
14006 (goto-char (point-min))
14010 (goto-char (1- (point-max)))
14014 (goto-char (or start-pos 1))
14016 (goto-char (or start-pos 1))
14085 (goto-char (point-min))
14151 (goto-char (point-min))
14258 (goto-char (point-min))
14267 (goto-char (point-min))
14270 (goto-char (point-min))
14463 (goto-char (point-min))
14469 (when (or (and org-agenda-todo-ignore-scheduled (goto-char beg)
14471 (and org-agenda-todo-ignore-deadlines (goto-char beg)
14474 (goto-char beg)
14477 (goto-char beg)
14479 (goto-char (match-beginning 1))
14496 (goto-char (match-end 1))
14521 (goto-char (point-min))
14545 (goto-char (match-end 1))
14592 (goto-char (point-min))
14608 (goto-char (match-end 1))
14639 (goto-char (point-min))
14655 (goto-char (match-end 0))
14696 (goto-char (point-min))
14711 (goto-char (match-end 0))
14744 (goto-char (point-min))
14763 (goto-char (match-end 1))
14776 (goto-char pos)))
15016 (goto-char (+ (point) (or (get-text-property (point) 'prefix-length) 0)))
15131 (goto-line line)
15134 (defun org-agenda-goto-today ()
15140 (tdpos (goto-char tdpos))
15149 (goto-char
15223 (goto-char (match-beginning 0)))
15328 (defun org-agenda-goto (&optional highlight)
15337 (goto-char pos)
15357 (goto-char pos)
15363 (goto-char dbeg)
15389 (goto-char pos)
15408 (goto-char (point-max))
15441 (goto-char pos)
15448 (defun org-agenda-goto-mouse (ev)
15452 (org-agenda-goto))
15458 (org-agenda-goto t)
15465 (org-agenda-goto t)
15498 (goto-char pos)
15508 the same tree node, and the headline of the tree node in the Org-mode file."
15522 (goto-char pos)
15548 (goto-char (point-max))
15589 (goto-char (if line (point-at-bol) (point-min)))
15593 (goto-char (match-beginning 1))
15612 the same tree node, and the headline of the tree node in the Org-mode file."
15625 (goto-char pos)
15646 (goto-char (or pos (point)))
15675 (goto-char pos)
15700 (goto-char pos)
15723 (goto-char pos)
15741 (goto-char (point-max))
15774 (goto-char pos)
15794 (goto-char pos)
15812 (goto-char pos)
15832 (goto-char pos)
15940 (defun org-agenda-goto-calendar ()
15951 (calendar-goto-date date)))
15953 (defun org-calendar-goto-agenda ()
16060 (goto-char pos)
16072 (goto-char pos)
16078 (goto-char pos)
16152 (goto-char (max (point-min) (- (cdr at) 2)))
16198 (goto-char (point-min))
16208 (goto-char beg)
16227 (goto-char end))
16335 (goto-char 0)
16781 (goto-char (point-min))
16791 (goto-char (point-min))
16796 (goto-char (point-min))
16802 (goto-char (point-min))
16809 (goto-char (point-min))
16811 (goto-char (match-beginning 0))
16818 (goto-char (point-min))
16823 (goto-char (point-min))
16828 (goto-char (point-min))
16835 (goto-char (point-min))
16839 (goto-char (match-beginning 0))))
16852 (goto-char (point-min))
16859 (goto-char (point-min))
16866 (goto-char (point-min))
16881 (goto-char (point-min))
16885 (goto-char (1- (match-end 0))))))
17103 (goto-char (point-min))
17107 (goto-char beg)
17109 (goto-char (point-min))
17113 (goto-char beg)))
17114 (goto-char (point-min))))
17208 (setq s (goto-char (point-min)))
17210 (goto-char (org-find-invisible))
17212 (setq s (goto-char (org-find-visible))))
17213 (goto-char (point-min))
17232 (goto-char (point-min)))))
17332 (goto-char beg)
17355 (goto-char (match-end 0))
17882 (goto-char (point-min))
17885 (goto-char (point-min))
17889 (goto-char (point-min))
18061 (goto-char (point-min))
18360 (goto-char (point-min))
18369 (goto-char (match-end 0))
18398 (goto-char (point-min))
18475 (goto-char (point-min)) ;; CD: beginning-of-buffer is not allowed.
18496 (goto-char (match-end 0))
18542 (goto-char (point-min))
18626 (define-key org-mode-map "\C-c\C-j" 'org-goto)
18642 (define-key org-mode-map "\C-c&" 'org-mark-ring-goto)
18648 (define-key org-mode-map "\C-c>" 'org-goto-calendar)
18715 (goto-char (1- (match-end 0)))
18717 (goto-char (match-beginning 0))
18739 (goto-char (1- pos))
18763 (goto-char pos)
19162 ["Jump" org-goto t])
19236 ["Goto Calendar" org-goto-calendar t]
19290 ["Info Documentation" org-info t])
19309 (defun org-info (&optional node)
19311 With optional NODE, go directly to that node."
19314 (Info-goto-node (format "(org)%s" (or node ""))))
19405 (goto-char p)
19426 (goto-char p)
19442 (goto-char (1- (match-beginning 0)))
19445 (goto-char p))
19515 (goto-char pos)
19528 (goto-char pos)
19705 (defun org-goto-sibling (&optional previous)
19720 (when (< l level) (goto-char pos) (throw 'exit nil))
19721 (when (= l level) (goto-char (match-beginning 0)) (throw 'exit t)))
19722 (goto-char pos)
19728 (while (org-goto-sibling) (org-flag-heading nil)))
19730 (while (org-goto-sibling 'previous)
19843 (save-excursion (goto-char (max (point-min) (1- (point))))