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

Lines Matching +defs:default +defs:map

116 Setq-default by `allout-init' to regulate whether or not allout
141 ;;;_ = allout-default-layout
142 (defcustom allout-default-layout '(-2 : 0)
149 A list value specifies a default layout for the current buffer,
191 Also, allout's mode-specific provisions will make topic prefixes default
328 They are not used by default in the topic creation routines, but
353 software. By default:
385 alist, then use comment-start string, if any, then use default (`.').
391 Value nil means to always use the default (`.') and leave
683 "*List of `allout-mode' key / function bindings, for `allout-mode-map'.
823 \*You should not setq-default this variable non-nil unless you want every
838 `allout-default-layout' describes the specification format.
840 case the value of `allout-default-layout' is used.")
944 `allout-header-prefix' (default)
995 Depends on default setting of `allout-reindent-bodies' (which see)
1123 ;;;_ = allout-mode-map
1124 (defvar allout-mode-map nil "Keybindings for (allout) outline minor mode.")
1125 ;;;_ > produce-allout-mode-map (keymap-alist &optional base-map)
1126 (defun produce-allout-mode-map (keymap-list &optional base-map)
1127 "Produce keymap for use as allout-mode-map, from KEYMAP-LIST.
1129 Built on top of optional BASE-MAP, or empty sparse map if none specified.
1131 (let ((map (or base-map (make-sparse-keymap)))
1138 (list map
1144 map))
1153 allout-mode-map
1164 allout-mode-map
1181 allout-mode-map
1198 allout-mode-map
1414 (setq-default allout-passphrase-hint-string "")
1659 \\<allout-mode-map>
1759 and establish a default file-var setting
1780 Topics pending encryption are, by default, automatically
1878 The string at the beginning of a HEADER PREFIX, by default a `.'.
1895 plain BULLETs are by default used, according to the DEPTH of the
2001 ;; Produce map from current version of allout-keybindings-list:
2002 (allout-setup-mode-map)
2005 ;; Include on minor-mode-map-alist, if not already there:
2006 (if (not (member '(allout-mode . allout-mode-map)
2007 minor-mode-map-alist))
2008 (setq minor-mode-map-alist
2009 (cons '(allout-mode . allout-mode-map)
2010 minor-mode-map-alist)))
2066 allout-default-layout)))
2095 (defun allout-setup-mode-map ()
2097 (setq-default allout-mode-map
2098 (produce-allout-mode-map allout-keybindings-list))
2099 (setq allout-mode-map
2100 (produce-allout-mode-map allout-keybindings-list))
2103 allout-mode-map global-map)
2106 allout-mode-map global-map)
2109 allout-mode-map global-map)
2112 allout-mode-map global-map)
2113 (fset 'allout-mode-map allout-mode-map))
2115 ;; ensure that allout-mode-map has some setting even if allout-mode hasn't
2117 (allout-setup-mode-map)
3134 Optional DEPTH specifies depth to traverse, default current depth.
3266 `allout-mode-map'.")
3307 `allout-mode-map'. The `allout-mode' `post-command-hook' insures that
3390 Offer one suitable for current depth DEPTH as default."
3392 (let* ((default-bullet (or (and (stringp current-bullet) current-bullet)
3399 (format "Select bullet: %s ('%s' default): "
3401 (substring-no-properties default-bullet))
3405 (if (string= choice "") default-bullet choice))
3472 default, otherwise the one suited to the context (according to
3915 default, otherwise the one suited to the context (according to
4184 With universal argument, denumber - assign default bullet to this
4899 default, they are treated as being uncollapsed."
5413 All args are options; default values itemized below.
5451 ;; not specified - default it:
5456 ;; not specified - default it:
5776 the default, use a single (x4) universal argument for keypair mode.
5787 default to symmetric encryption - you must deliberately (re)encrypt key-pair
5957 If DECRYPT is true (default false), then decrypt instead of encrypt.
5959 FETCH-PASS (default false) forces fresh prompting for the passphrase.
5985 (format "%s" (or pgg-scheme pgg-default-scheme "GPG"))))
6195 pgg-default-scheme
6683 ;; Return empty string to default:
6778 BEG and END default respectively to the beginning and end of buffer."
6952 (assert (not (default-boundp 'allout-tests-globally-unbound)))
6965 (assert (equal (default-value 'allout-tests-globally-true) t))
6977 (assert (not (default-boundp 'allout-tests-locally-true))
6984 (assert (not (default-boundp 'allout-tests-locally-true)))
6991 (assert (not (default-boundp 'allout-tests-locally-true))))
7007 (assert (not (default-boundp 'allout-tests-globally-unbound)))
7010 (assert (default-boundp 'allout-tests-globally-true))
7013 (assert (not (default-boundp 'allout-tests-locally-true)))
7025 (assert (not (default-boundp 'allout-tests-locally-true))))