timon botez wrote:
Hi, Im using qlist and gem to do some visual typographic stuff.
Encountering problems with textfiles containing [,]commas, [;] semicolon, []backslash. Whats the best way of overcoming this problem?
the best way would be to find a proper escaping mechanism for the mentioned characters.
the fastest way is to use moocow's "string"s. these strings are lists of ascii-values prepended with a selector "string" and they work with current versions of Gem's text-objects.
example: [string 104 101 121 44 32 104 111( will produce "hey, ho"
mfg.as.dr IOhannes