--On 22.08.2000 22:11 Uhr +0000 David L. Nicol wrote:

>
> $one{two}                     is $one\two
> $$one{two}{three}             is $one\two\three
> $$$one{two}{three}{four}      is $one\two\three\four

This has nothing to do with the problem with 'with' (and is probably the 
wrong mailing list :-) but as there's obviously some desire to shorten the 
typing, how about supporting:

$one{two\three\four} instead of $$$one{two}{three}{four}

This currently is only a "backslash found where operator expected" and 
looks rather good and Perlish... normal slashes would look even better but 
then we'd run into troubles if you use variables instead of bare words and 
those variables contain numbers ;-)

-- 
Markus Peter - SPiN GmbH
[EMAIL PROTECTED]

Reply via email to