jed-users mailing list

[2012 Date Index] [2012 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[Jed-users-l] Invalid character class?


Howdy,
    I'm trying to get skip_word and bskip_word to go to any
non-white char like (){}[]% these as well as a-zA-Z0-9 but keep
getting errors and can't find the rules for properly defining the 
word to pass to define_word().

private variable non_white = "-A-Za-z0-9~!@#$%^&*()_+=}{\]\[:';|\\\?><,./" + "\"";
define_word(non_white);

Gives this error when skip_word executed:
    Invalid character class?

So can you exlain or point me to the explanation?

Thanks,
Mike

-- 
Satisfied user of Linux since 1997.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2012 date index] [2012 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]