scsh-0.6/scsh/rx
mainzelm f4fbe4c986 (rx (| numeric alphabetic)) yields a char-set: but
(rx (| ,(rx numeric) ,(rx alphabetic))) doesn't:, even
though the "type-checking rules" for char-sets says
that it should:

> (rx (| numeric alphabetic))
'#{re-char-set}
> (rx (| ,(rx numeric) ,(rx alphabetic)))
'#{Re-choice}

The following patch fixes this but I'm not sure if
make-re-choice is the right place to tackle this problem:

This fixes bug report #1063781
2005-10-18 14:01:50 +00:00
..
alanltr GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
cclass GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
doc2.txt GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
oldfuns.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
packages.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
parse.scm Fixed a bug in the parser of "-" sre forms. 2004-01-09 22:51:07 +00:00
posixstr.scm Fix for (rx (|)) by Peter Wang 2003-10-23 15:55:55 +00:00
re-fold.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
re-high.scm Fix for 2003-10-23 15:58:08 +00:00
re-low.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
re-match-syntax.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
re-subst.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
re-syntax.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
re.scm (rx (| numeric alphabetic)) yields a char-set: but 2005-10-18 14:01:50 +00:00
regexp.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
regexp1.c GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
regress.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
rx-lib.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
rx-notes GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
scope GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
simp.notes GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
simp.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
spencer.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
test.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
todo GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00