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

Lines Matching defs:mouse

1007 (defcustom org-mouse-1-follows-link t
1008 "Non-nil means, mouse-1 on a link will follow the link.
1009 A longer mouse click will still set point. Does not wortk on XEmacs.
1062 activated with a C-u prefix (or with mouse-3), the link is displayed in
1502 In the calendar, the date can be selected with mouse-1. However, the
1841 (defcustom org-agenda-mouse-1-follows-link nil
1842 "Non-nil means, mouse-1 on a link will follow the link in the agenda.
1843 A longer mouse click will still set point. Does not wortk on XEmacs.
3084 (defconst org-rm-props '(invisible t face t keymap t intangible t mouse-face t
3085 rear-nonsticky t mouse-map t fontified t)
3612 (defvar org-mouse-map (make-sparse-keymap))
3613 (define-key org-mouse-map
3614 (if (featurep 'xemacs) [button2] [mouse-2]) 'org-open-at-mouse)
3615 (define-key org-mouse-map
3616 (if (featurep 'xemacs) [button3] [mouse-3]) 'org-find-file-at-mouse)
3617 (when org-mouse-1-follows-link
3618 (define-key org-mouse-map [follow-link] 'mouse-face))
3620 (define-key org-mouse-map [(tab)] 'org-open-at-point)
3621 (define-key org-mouse-map "\C-i" 'org-open-at-point))
3623 (define-key org-mouse-map [(return)] 'org-open-at-point)
3624 (define-key org-mouse-map "\C-m" 'org-open-at-point))
3731 (list 'mouse-face 'highlight
3733 'keymap org-mouse-map
3742 (list 'mouse-face 'highlight
3744 'keymap org-mouse-map
3770 'keymap org-mouse-map 'mouse-face 'highlight
3773 'keymap org-mouse-map 'mouse-face 'highlight
3794 (list 'mouse-face 'highlight
3796 'keymap org-mouse-map))
3817 (list 'mouse-face 'highlight
3819 'keymap org-mouse-map
3879 (list 'mouse-face 'highlight
3881 'keymap org-mouse-map))
3986 '(mouse-face t keymap t org-linked-text t
9580 (defun org-find-file-at-mouse (ev)
9581 "Open file link or URL at mouse."
9583 (mouse-set-point ev)
9586 (defun org-open-at-mouse (ev)
9587 "Open file link or URL at mouse."
9589 (mouse-set-point ev)
9865 '(face nil mouse-face nil keymap nil fontified nil) s)
11429 'mouse-face 'highlight
11433 (format "mouse-2 or RET jump to org file %s"
11983 date with the mouse (button 1). The calendar shows a period of three
12035 (define-key map (if (featurep 'xemacs) [button1] [mouse-1])
12036 'org-calendar-select-mouse)
12037 (define-key map (if (featurep 'xemacs) [button2] [mouse-2])
12038 'org-calendar-select-mouse)
12069 ;; org-ans1: from mouse click
12187 nil 'mouse-face 'highlight))
12242 (defun org-calendar-select-mouse (ev)
12246 (mouse-set-point ev)
13062 (if (featurep 'xemacs) [(button2)] [(mouse-2)]) 'org-agenda-goto-mouse)
13064 (if (featurep 'xemacs) [(button3)] [(mouse-3)]) 'org-agenda-show-mouse)
13065 (when org-agenda-mouse-1-follows-link
13066 (define-key org-agenda-keymap [follow-link] 'mouse-face))
14290 'mouse-face 'highlight
14292 'help-echo (format "mouse-2 or RET jump to diary file %s"
14450 'mouse-face 'highlight
14453 (format "mouse-2 or RET jump to org file %s"
14507 'mouse-face 'highlight
14510 (format "mouse-2 or RET jump to org file %s"
14575 (let* ((props (list 'mouse-face 'highlight
14579 (format "mouse-2 or RET jump to org file %s"
14628 (props (list 'mouse-face 'highlight
14632 (format "mouse-2 or RET jump to org file %s"
14686 'mouse-face 'highlight
14689 (format "mouse-2 or RET jump to org file %s"
14736 'mouse-face 'highlight
14739 (format "mouse-2 or RET jump to org file %s"
15448 (defun org-agenda-goto-mouse (ev)
15449 "Go to the Org-mode file which contains the item at the mouse click."
15451 (mouse-set-point ev)
15469 (defun org-agenda-show-mouse (ev)
15470 "Display the Org-mode file which contains the item at the mouse click."
15472 (mouse-set-point ev)