• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/progmodes/

Lines Matching defs:margin

56 ;; * Change meaning of `left margin' when dcl-tab-always-indent is nil.
60 ;; This should be part of the left margin and pressing tab should indent
125 (defcustom dcl-margin-offset 8
135 (defcustom dcl-margin-label-offset 2
136 "*Number of columns to indent a margin label in DCL.
137 A margin label is a label that doesn't begin or end a block, i.e. it
217 If nil, pressing TAB indents the current line if point is at the left margin.
424 (dcl-margin-offset dcl-option-value-margin-offset)
425 (dcl-margin-label-offset dcl-option-value-offset)
510 dcl-margin-offset
513 dcl-margin-label-offset
541 margin.
577 $! Next follows the first command line. It is indented dcl-margin-offset.
580 $ ! A margin label indented dcl-margin-label-offset:
633 (make-local-variable 'dcl-margin-label-offset)
634 (make-local-variable 'dcl-margin-offset)
799 `interesting' points closer to the left margin, and then back to the
974 Command lines that need to be indented beyond the left margin are
978 This supports a formatting style like this (dcl-margin offset = 2,
1069 If it is the first line in the buffer, indent dcl-margin-offset.
1074 adjusted. Skip margin-label, continuations and comments while looking for
1077 dcl-margin-offset.
1114 (setq cur-indent 0 extra-indent dcl-margin-offset
1141 (setq cur-indent dcl-margin-offset
1150 (setq cur-indent dcl-margin-offset
1187 (setq cur-indent2 0 extra-indent2 dcl-margin-offset
1297 dcl-margin-offset
1322 (setq indent dcl-margin-offset)
1351 ;; Indent any margin-label if the offset is set
1353 (if (and dcl-margin-label-offset
1360 (dcl-indent-to dcl-margin-label-offset)
1435 If nil, indent the current line only if point is at the left margin or in
1615 (defun dcl-option-value-margin-offset (option-assoc)
1616 "Guess a value for margin offset.
1693 "dcl-margin-offset")
1701 "dcl-margin-offset")
1712 "dcl-margin-label-offset")