string parsing/preparation for latex

2005-11-07 Thread David Pirotte
does anyone understands why this does not return the expected result (define *texu/reserved-characters* ;; % \ { } ~ $ & # ^ _ '( #\% ;; comments #\\ ;; command(follows by a space) #\{ ;; definition of treatmen

Re: string parsing/preparation for latex

2005-11-07 Thread Jose Roberto B. de A. Monteiro
Em Seg, 2005-11-07 às 14:53 +0100, David Pirotte escreveu: > does anyone understands why this does not return the expected result > > (define *texu/reserved-characters* > ;; % \ { } ~ $ & # ^ _ > '( > #\% ;; comments > #\\ ;; command(follow

Re: string parsing/preparation for latex

2005-11-07 Thread Jon Wilson
Hi David, This is interesting... Just for the sake of my curiousity, could you describe what project this is for? Regards, Jon David Pirotte wrote: does anyone understands why this does not return the expected result (define *texu/reserved-characters* ;; % \ { } ~ $ & # ^ _