does anyone understands why this does not return the expected result
(define *texu/reserved-characters*
;; % \ { } ~ $ & # ^ _
'(
#\% ;; comments
#\\ ;; command(follows by a space)
#\{ ;; definition of treatmen
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
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*
;; % \ { } ~ $ & # ^ _