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

Lines Matching +defs:default +defs:map

88 ;; completion.  By default, WoMan suggests the word nearest to the
101 ;; (define-key dired-mode-map "W" 'woman-dired-find-file)))
112 ;; (By default, WoMan will automatically define the dired keys "W" and
119 ;; default) WoMan will not overwrite the `dired-x' binding.)
140 ;; Using the word at point as the default topic
144 ;; buffer as the default topic to look up if it matches the name of a
145 ;; manual page installed on the system. The default topic can also be
188 ;; `woman-imenu-title', which is "CONTENTS" by default. By default,
204 ;; that `case-fold-search' is `t' (which it is by default):
242 ;; is non-nil (by default it is `nil') then WoMan automatically
253 ;; resetting the variable `woman-ignore' to `nil' (by default it is
300 ;; CASE-DEPENDENCE OF FILENAMES. By default, WoMan ignores case in
307 ;; cache by default. (It caused too much confusion!) Explicitly set
460 ;; an empty substring of MANPATH denotes the default list.
483 ;; Assume host-default-style path-list...
490 ;; MANPATH_MAP conses are not converted since they presumably map
561 then it is parsed instead to provide a default value for
624 environment variable is found, the default list is determined by
627 denotes the default list.
646 These normally have names of the form `man?'. Its default value is
666 and unreadable files are ignored. The default value is nil.
689 The default value is currently 2, a good general compromise.
703 especially useful with remote-mounted man page files! The default
743 (defcustom woman-use-topic-at-point-default nil
752 (defcustom woman-use-topic-at-point woman-use-topic-at-point-default
753 "*Control use of the word at point as the default topic.
773 (set-default symbol value)
807 ;; not loaded by default!
830 "*Right margin for formatted text -- default is 65."
840 (defcustom woman-default-indent 5
841 "*Default prevailing indent set by -man macros -- default is 5.
920 ;; Brown is a good compromise: it is distinguishable from the default
939 (defun woman-default-faces ()
940 "Set foreground colors of italic and bold faces to their default values."
942 (face-spec-set 'woman-italic (face-user-default-spec 'woman-italic))
943 (face-spec-set 'woman-bold (face-user-default-spec 'woman-bold)))
946 "Set foreground colors of italic and bold faces to that of the default face.
977 "*If non-nil then may use non-ASCII characters from the default font."
983 It is off by default, mainly because it may change the line spacing
989 (or (woman-select-symbol-fonts (x-list-fonts "*" 'default))
991 "Symbol font(s), preferably same size as default when WoMan was loaded.")
995 It should be compatible with, and the same size as, the default text font.
996 Under MS-Windows, the default is
1025 (defconst woman-adjust-both 3 ; default -- adj,both
1038 (defvar woman-left-margin woman-default-indent
1040 (defvar woman-prevailing-indent woman-default-indent
1132 ;; delete-char does not kill by default
1133 ;; delete-backward-char does not kill by default
1257 ;; does not seem to work properly by default, so I re-do the
1260 (default (current-word)))
1265 (setq woman-use-topic-at-point woman-use-topic-at-point-default))
1270 (default
1276 (if default
1277 (format "Manual entry (default %s): " default)
1282 default))))
1337 (or head (directory-file-name default-directory)) ; was "."
1382 (cons (directory-file-name default-directory) dirs))
1534 (define-key dired-mode-map key 'woman-dired-find-file))
1538 (if (or (eq (lookup-key dired-mode-map key) 'undefined)
1539 (null (lookup-key dired-mode-map key)))
1549 (define-key-after (lookup-key dired-mode-map [menu-bar immediate])
1583 (define-key tar-mode-map "w" 'woman-tar-extract-file)
1584 (define-key-after (lookup-key tar-mode-map [menu-bar immediate])
1665 ;; Set buffer's default directory to that of the file.
1666 (setq default-directory (file-name-directory filename))
1780 (defvar woman-mode-map nil "Keymap for woman mode.")
1782 (unless woman-mode-map
1783 (setq woman-mode-map (make-sparse-keymap))
1784 (set-keymap-parent woman-mode-map Man-mode-map)
1786 (define-key woman-mode-map "R" 'woman-reformat-last-file)
1787 (define-key woman-mode-map "w" 'woman)
1788 (define-key woman-mode-map "\en" 'WoMan-next-manpage)
1789 (define-key woman-mode-map "\ep" 'WoMan-previous-manpage)
1790 (define-key woman-mode-map [M-mouse-2] 'woman-follow-word)
1793 (define-key woman-mode-map [remap man] 'woman)
1794 (define-key woman-mode-map [remap man-follow] 'woman-follow))
1798 (interactive (list (Man-default-man-entry)))
1818 woman-mode-map
1839 ["Use Default Main Faces" woman-default-faces t]
1917 (use-local-map woman-mode-map)
2010 ;; key-binding in `woman-mode-map' has been remapped to call `woman'
2128 (if standard-display-table ; default is nil !!!
2254 (setq woman-left-margin woman-default-indent
2255 woman-prevailing-indent woman-default-indent
2283 (setq woman-fill-column (- (window-width) woman-default-indent)))
2986 i.e. omitted, to indicate use of the default font.
2992 map accessory to help construct this alist.")
3032 together with the corresponding glyphs from the default and symbol fonts.
3223 ".ul N -- Underline (italicize) the next N input lines, default N = 1."
3311 '(("R" . default)
3315 ("1" . default)
3329 (previous-font 'default)
3330 (current-font 'default))
3341 (if (eolp) ; default is previous font
3347 (setq font 'default))
3389 previous-font 'default))
3398 Ignore the default face and underline only word characters."
3399 (or (eq face 'default) ; ignore
3661 0) ; default to zero
3792 Round to whole lines, default 1 line. Format paragraphs upto TO.
3843 (setq woman-left-margin woman-default-indent)
3844 (setq woman-prevailing-indent woman-default-indent)
3862 (setq woman-left-margin woman-default-indent
3864 (setq woman-prevailing-indent woman-default-indent)
3881 (setq woman-prevailing-indent woman-default-indent)
4022 ;; Process non-default tab settings:
4042 "\\l'Nc' -- Draw a horizontal line of length N using character c, default _."
4385 woman-prevailing-indent woman-default-indent)
4504 ".DT -- Restore default tabs. Format paragraphs upto TO.