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

Lines Matching +refs:woman +refs:imenu

129 If you use imenu.el:
130 Display index-menu of functions and procedures '\\[imenu]'
5127 This mode sets up font locking, outline, imenu and it provides
6270 dcl-imenu-generic-expression
6271 Default value for imenu-generic-expression. The default includes
6275 dcl-imenu-label-labels
6276 dcl-imenu-label-goto
6277 dcl-imenu-label-gosub
6278 dcl-imenu-label-call
6279 Change the text that is used as sub-listing labels in imenu.
9544 ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9546 ;;; Generated autoloads from erc/erc-imenu.el
9548 (autoload (quote erc-create-imenu-index) "erc-imenu" "\
15647 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15648 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17842 58279))
15649 ;;; Generated autoloads from imenu.el
15651 (defvar imenu-sort-function nil "\
15660 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
15664 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
15666 (custom-autoload (quote imenu-sort-function) "imenu" t)
15668 (defvar imenu-generic-expression nil "\
15671 If non-nil this pattern is passed to `imenu--generic-function' to
15675 For example, see the value of `fortran-imenu-generic-expression' used by
15676 `fortran-mode' with `imenu-syntax-alist' set locally to give the
15680 (make-variable-buffer-local (quote imenu-generic-expression))
15682 (defvar imenu-create-index-function (quote imenu-default-create-index-function) "\
15689 See `imenu--index-alist' for the format of the buffer index alist.")
15691 (make-variable-buffer-local (quote imenu-create-index-function))
15693 (defvar imenu-prev-index-position-function (quote beginning-of-defun) "\
15696 If `imenu-create-index-function' is set to
15697 `imenu-default-create-index-function', then you must set this variable
15704 (make-variable-buffer-local (quote imenu-prev-index-position-function))
15706 (defvar imenu-extract-index-name-function nil "\
15709 This function is called after `imenu-prev-index-position-function'
15713 (make-variable-buffer-local (quote imenu-extract-index-name-function))
15715 (defvar imenu-name-lookup-function nil "\
15726 (make-variable-buffer-local (quote imenu-name-lookup-function))
15728 (defvar imenu-default-goto-function (quote imenu-default-goto-function) "\
15732 (make-variable-buffer-local (quote imenu-default-goto-function))
15734 (make-variable-buffer-local (quote imenu-syntax-alist))
15736 (make-variable-buffer-local (quote imenu-case-fold-search))
15738 (autoload (quote imenu-add-to-menubar) "imenu" "\
15739 Add an `imenu' entry to the menu bar for the current buffer.
15741 See the command `imenu' for more information.
15745 (autoload (quote imenu-add-menubar-index) "imenu" "\
15748 A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
15752 (autoload (quote imenu) "imenu" "\
15754 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
30218 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
31152 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
31153 ;;;;;; "woman.el" (17949 41467))
31154 ;;; Generated autoloads from woman.el
31156 (autoload (quote woman) "woman" "\
31160 topic selected from the directories specified in `woman-manpath' and
31161 `woman-path'. The directory expansions and topics are cached for
31170 (autoload (quote woman-dired-find-file) "woman" "\
31175 (autoload (quote woman-find-file) "woman" "\
31182 `woman' command for further details.