Topic: Scope of mark_word() (1 of 2), Read 19 times
Conf: VEDIT Macro Language Support
From: Fritz Heberlein
Date: Tuesday, January 16, 2007 11:40 AM

Is it possible to redefine the mark_word() command such that it does not include a closing separator?

If a string like

word}

is `mark_worded' the brace is always included, in contrast to a blank, which is included only if the cursor is at it. Including brackets has often undesirable consequences, e.g. when text is formatted.

Fritz

 


Topic: Scope of mark_word() (2 of 2), Read 15 times
Conf: VEDIT Macro Language Support
From: Fritz Heberlein
Date: Tuesday, January 23, 2007 08:12 AM

OK, I have figured out it - it's just a matter of reconfiguring the word_sep parameters.

Fritz