Changes between Version 2 and Version 3 of HemlockProgrammer/HighLevelTextPrimitives
- Timestamp:
- 04/21/10 15:01:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HemlockProgrammer/HighLevelTextPrimitives
v2 v3 13 13 == 15.1 Indenting Text ==#IndentingText 14 14 15 `Indent Function` (initial value tab-to-tab-stop) [ Variable]15 `Indent Function` (initial value tab-to-tab-stop) [Hemlock Variable] 16 16 17 17 The value of this variable determines how indentation is done, and it … … 24 24 indentation for Lisp code. 25 25 26 `Indent with Tabs` (initial value nil) [ Variable][[BR]]27 `Spaces per Tab` (initial value 8) [ Variable][[BR]]26 `Indent with Tabs` (initial value nil) [Hemlock Variable][[BR]] 27 `Spaces per Tab` (initial value 8) [Hemlock Variable][[BR]] 28 28 29 29 Indent with Tabs should be true if indenting should use tabs … … 59 59 60 60 `pre-command-parse-check` mark for-sure [Function][[BR]] 61 `Parse Start Function` (initial value start-of-parse-block) [ Variable][[BR]]62 `Parse End Function` (initial value end-of-parse-block) [ Variable][[BR]]63 `Minimum Lines Parsed` (initial value 50) [ Variable][[BR]]64 `Maximum Lines Parsed` (initial value 500) [ Variable][[BR]]65 `Defun Parse Goal` (initial value 2) [ Variable][[BR]]61 `Parse Start Function` (initial value start-of-parse-block) [Hemlock Variable][[BR]] 62 `Parse End Function` (initial value end-of-parse-block) [Hemlock Variable][[BR]] 63 `Minimum Lines Parsed` (initial value 50) [Hemlock Variable][[BR]] 64 `Maximum Lines Parsed` (initial value 500) [Hemlock Variable][[BR]] 65 `Defun Parse Goal` (initial value 2) [Hemlock Variable][[BR]] 66 66 67 67 pre-command-parse-check calls Parse Start Function and Parse End … … 184 184 185 185 `paragraph-offset` mark count &optional prefix [Function][[BR]] 186 `Paragraph Delimiter Function` (initial value ) [ Variable][[BR]]186 `Paragraph Delimiter Function` (initial value ) [Hemlock Variable][[BR]] 187 187 188 188 This moves mark count paragraphs forward (if positive) or backwards … … 256 256 but it knows two spaces follow sentences (see section 15.3). 257 257 258 `Fill Column` (initial value 75) [ Variable][[BR]]259 `Fill Prefix` (initial value nil) [ Variable][[BR]]258 `Fill Column` (initial value 75) [Hemlock Variable][[BR]] 259 `Fill Prefix` (initial value nil) [Hemlock Variable][[BR]] 260 260 261 261 These variables hold the default values of the prefix and column
