Function: mpc-tagbrowser-dir-mode

mpc-tagbrowser-dir-mode is an interactive and byte-compiled function defined in mpc.el.gz.

Signature

(mpc-tagbrowser-dir-mode)

Documentation

Major mode derived from mpc-tagbrowser-mode by define-derived-mode.

It inherits all of the parent's attributes, but has its own keymap, abbrev table and syntax table:

  mpc-tagbrowser-dir-mode-map, mpc-tagbrowser-dir-mode-abbrev-table
and mpc-tagbrowser-dir-mode-syntax-table

which more-or-less shadow mpc-tagbrowser-mode's corresponding tables.

In addition to any hooks its parent mode might have run, this mode runs the hook mpc-tagbrowser-dir-mode-hook, as the final or penultimate step during initialization.

M-RET mpc-tagbrowser-dir-toggle

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mpc.el.gz
;; (defvar mpc-tagbrowser-dir-keywords
;;   '(mpc-tagbrowser-dir-hide-prefix))

(define-derived-mode mpc-tagbrowser-dir-mode mpc-tagbrowser-mode '("MPC-" mpc-tag-name)
  ;; (setq-local font-lock-defaults
  ;;      '(mpc-tagbrowser-dir-keywords t))
  )