To quote RFC2396 - Uniform Resource Identifiers (URI): Generic Syntax:
The angle-bracket "<" and ">" and double-quote (") characters are
excluded because they are often used as the delimiters around URI in
text documents and protocol fields.
[...]
delims = "<" | ">" | "#" | "%" | <">
I'd like to keep it that way. Andy Hauser suggested to use cutchars for X:
URxvt*cutchars: \ `"'(),;<=>[]{|}
cheers
simon
|