Function: pages-directory-address-mode

pages-directory-address-mode is an interactive and byte-compiled function defined in page-ext.el.gz.

Signature

(pages-directory-address-mode)

Documentation

Mode for handling the Addresses Directory buffer.

Move point to one of the lines in this buffer, then use M-x pages-directory-goto (pages-directory-goto) to go to the same line in the pages buffer.

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

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/page-ext.el.gz
(define-derived-mode pages-directory-address-mode pages-directory-mode
  "Addresses Directory"
  "Mode for handling the Addresses Directory buffer.

Move point to one of the lines in this buffer,
then use \\[pages-directory-goto] to go
to the same line in the pages buffer."
  :syntax-table nil)