On Feb 22, 6:20 am, "Edward K. Ream" <[email protected]> wrote:
> fcol is the file column, that is, the column in the node plus the > effective indentation of the node in the file. I don't recall how the code actually computes fcol. The naive way would be to count the number of parents between the present node and the nearest ancestor @<file> node. Multiply by @tabwidth. The correct way would be to add the whitespace appearing before all @other directives that occur between the node and the nearest ancestor @<file> node. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
