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

Lines Matching +defs:on +defs:mouse

41 (define-key help-mode-map [mouse-2] 'help-follow-mouse)
88 'help-echo (purecopy "mouse-2, RET: describe this function"))
93 'help-echo (purecopy "mouse-2, RET: describe this variable"))
98 'help-echo (purecopy "mouse-2, RET: describe this face"))
103 'help-echo (purecopy "mouse-2, RET: describe this coding system"))
108 'help-echo (purecopy "mouse-2, RET: describe this input method"))
113 'help-echo (purecopy "mouse-2, RET: describe this character set"))
120 'help-echo (purecopy "mouse-2, RET: describe this symbol"))
125 'help-echo (purecopy "mouse-2, RET: go back to previous help buffer"))
130 'help-echo (purecopy "mouse-2, RET: read this Info node"))
135 'help-echo (purecopy "mouse-2, RET: view this URL in a browser"))
141 'help-echo (purecopy "mouse-2, RET: customize variable"))
147 'help-echo (purecopy "mouse-2, RET: customize face"))
164 'help-echo (purecopy "mouse-2, RET: find function's definition"))
176 'help-echo (purecopy "mouse-2, RET: find variable's definition"))
190 'help-echo (purecopy "mouse-2, RET: find face's definition"))
206 (make-local-variable 'view-no-disable-on-exit)
207 (setq view-no-disable-on-exit t)
456 ;; the doc string, and if there is anything on the
507 "Insert STRING and make a hyperlink from cross-reference text on it.
515 (defun help-xref-on-pp (from to)
552 ;; Push the previous item on the stack before clobbering the output buffer.
569 ;; We now have a help buffer on the variable.
587 ;; We now have a help buffer on the function.
637 (defun help-follow-mouse ()
638 "Follow the cross-reference that you click on."