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

Lines Matching +defs:on +defs:label

71 ;; for instructions on priming your Emacs session for automatic
75 ;; `allout-auto-activation' for details on automatic activation of
77 ;; 3.x, for those of you that depend on the old method.)
119 dictated by `allout-layout' should be imposed on mode activation.
122 \(This also depends on `allout-find-file-hook' being installed in
166 following the `:' on the list. Ie, apply to all topics at level but
222 Cycling only happens on when the command is repeated, not when it
228 - if the cursor is on a non-headline body line and not on the first column:
230 - if the cursor is on the first column of a non-headline body line:
232 - if the cursor is on the headline and not the start of the headline:
234 - if the cursor is on the start of the headline:
236 - if the cursor is on the bullet character:
238 - if the cursor is on the first column of the headline:
246 advanced to the beginning of the line and remains there on
253 Cycling only happens on when the command is repeated, not when it
259 - if the cursor is not on the end-of-line,
261 - if the cursor is on the end-of-line but not the end-of-entry,
263 - if the cursor is on the end-of-entry,
271 advanced to the end of the line and remains there on repeated
364 DO NOT include the close-square-bracket, `]', on either of the bullet
395 the header-prefix, and an `_' underscore is tacked on the end, to
494 sequence-number tacked on, just after the bullet. Conventionally set
538 "*Non-nil turns on page numbering for LaTeX formatting of an outline."
541 ;;;_ - allout-label-style
542 (defcustom allout-label-style "\\large\\bf"
604 needed - show reminder on passphrase entry failure
615 ;;;_ = allout-encrypt-unencrypted-on-saves
616 (defcustom allout-encrypt-unencrypted-on-saves t
625 can continue editing but the copy on the file system will be
630 it's pending encryption. This may expose the current topic on the
647 (make-variable-buffer-local 'allout-encrypt-unencrypted-on-saves)
654 ;;;_ = allout-run-unit-tests-on-load
655 (defcustom allout-run-unit-tests-on-load nil
735 buffers. (You could use a function on `allout-mode-hook' to inhibit
995 Depends on default setting of `allout-reindent-bodies' (which see)
1009 Also refresh various data structures that hinge on the regexp."
1129 Built on top of optional BASE-MAP, or empty sparse map if none specified.
1214 "Internal `allout-mode' use; settings to be resumed on mode deactivation.
1226 buffer-local value, then it is left as nil on resumption.
1244 The settings are stored on `allout-mode-prior-settings'."
1325 Functions on the hook must take three arguments:
1339 Functions on the hook should take two arguments:
1352 Functions on the hook must take two arguments:
1365 Functions on the hook should take two arguments:
1431 This is for the sake of removing artifacts, like escapes, that are added on
1459 "Limit on number of times encryption ciphertext is rejected.
1471 "Implement `allout-encrypt-unencrypted-on-saves' policy for file writes."
1474 (not (boundp 'allout-encrypt-unencrypted-on-saves))
1475 (not allout-encrypt-unencrypted-on-saves))
1477 (let ((except-mark (and (equal allout-encrypt-unencrypted-on-saves
1497 "Implement `allout-encrypt-unencrypted-on-saves' policy for auto save."
1499 (if (and (allout-mode-p) allout-encrypt-unencrypted-on-saves)
1501 (let ((allout-encrypt-unencrypted-on-saves 'except-current))
1560 `allout-expose-topic' docstrings for more details on auto layout).
1687 the docstring of the function `allout-init' for instructions on
1693 any personal bindings you have on \\C-c. In any case, outline structure
1694 navigation and authoring is simplified by positioning the cursor on an
1778 mode, and auto-encryption of topics pending encryption on save.
1791 and `allout-encrypt-unencrypted-on-saves' customization variable
1799 When the text cursor is positioned directly on the bullet character of
1805 Thus, by positioning the cursor on a topic bullet, you can
1893 the characters listed on `allout-plain-bullets-string' or
1903 The state of a TOPIC which determines the on-screen visibility
1945 ;; off on second invocation, so we detect it as best we can, and
2005 ;; Include on minor-mode-map-alist, if not already there:
2188 ;; allout-overlay-interior-modification-handler on an overlay handles
2199 "Reconcile allout outline exposure on arriving in hidden text after isearch.
2288 "True if current item conditions qualify for checking on topic aberrance."
2305 If true, then the allout-recent-* settings are calibrated on the
2340 ;;;_ > allout-on-current-heading-p ()
2341 (defun allout-on-current-heading-p ()
2342 "Return non-nil if point is on current visible topics' header line.
2351 ;;;_ > allout-on-heading-p ()
2352 (defalias 'allout-on-heading-p 'allout-on-current-heading-p)
2504 ;; we were on the headline after its start:
2544 ;; this will set allout-recent-* on the first non-aberrant topic,
2550 "Position cursor on current or next heading."
2654 ;; Register this one and move on:
2673 ;; Recurse on deeper level of curr topic:
2688 (if original ; We're at the last sibling on
2721 Note that point can be left at any of the points on chart, or at the
2732 ;; We're on the start of a subtree - recurse with it, if there's
3117 ;; would now be on the first offspring at the target depth - ie,
3262 When set, tells post-processing to reposition on topic bullet, and
3265 are mapped to the command of the corresponding control-key on the
3302 Among other things, implements special behavior when the cursor is on the
3305 When the cursor is on the bullet character, self-insert characters are
3309 positioned on the bullet character of the destination topic.
3312 outline maneuvering operations by positioning the cursor on the bullet
3353 ;; translate literal membership on list:
3376 "Activate `allout-mode' on non-nil `allout-auto-activation', `allout-layout'.
3409 "True if BULLET is one of those on `allout-distinctive-bullets-string'."
3457 notwithstanding) if it is on the `allout-distinctive-bullets-string',
3480 denumbered format, depending on the value of the sixth arg, INDEX.
3486 NUMBER-CONTROL and nil INDEX forces non-numbered format on the
3593 whitespace - in which case open is done on the current line.
3609 cursor is on a blank line, even if that breaks the current topic
3627 (opening-on-blank (if (looking-at "^\$")
3655 (if (not opening-on-blank)
3658 ; opening-on-blank:
3875 (on-bullet (eq (point)(allout-current-bullet-pos)))
3900 (cond (on-bullet (goto-char (allout-current-bullet-pos)))
3925 Its effect, numbering or denumbering, then depends on the setting
3936 Fifth arg DO-SUCCESSORS t means re-resolve count on succeeding
4040 "Like `allout-rebullet-topic', but on nearest containing topic
4071 (on-starting-call (null starting-point))
4073 ;; Leave index null on starting call, so rebullet-heading
4076 (not on-starting-call))
4083 ;; Sanity check for excessive promotion done only on starting call:
4084 (and on-starting-call
4090 ;; We're at depth to work on this one.
4092 ;; When shifting out we work on the children before working on
4102 ;; ... and work on subsequent ones which are at greater depth:
4130 (if on-starting-call
4155 ;; Proceed by level, processing subsequent siblings on each,
4902 ;; Is the topic all on one line (allowing for trailing blank line)?
4990 Successive specs on a list are applied to successive sibling topics.
5014 on the list. Ie, apply to all topics at level but the last
5090 ;; Capitalize on max-pos state to get us nearer next sibling:
5411 "Map function on exposed parts of current topic; results to another buffer.
5620 allout-label-style))
5783 encryption are encrypted. See allout-encrypt-unencrypted-on-saves for
5806 corroboration. A random string encrypted by the new passphrase is set on
5982 (error "Allout encryption depends on a newer version of pgg"))
6192 ;; do regular passphrase read on non-symmetric passphrase:
6230 ;; Duplicate our handle on the passphrase so it's not clobbered by
6349 are preserved on Emacs local file variables,
6416 `allout-encrypt-unencrypted-on-saves'.
6471 `allout-encrypt-unencrypted-on-saves'.
6477 save. See `allout-encrypt-unencrypted-on-saves' for more info."
6490 (and (boundp 'allout-encrypt-unencrypted-on-saves)
6491 allout-encrypt-unencrypted-on-saves
6524 See doc-string for `allout-layout' and `allout-init' for details on
6834 which are part of the text that an image rests on.)
6858 which are part of the text that an image rests on.)
7043 (when allout-run-unit-tests-on-load