(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
|
||
|---|---|---|
| build | ||
| c | ||
| cig | ||
| doc | ||
| emacs | ||
| ps-compiler | ||
| scheme | ||
| scsh | ||
| .gitignore | ||
| COPYING | ||
| CVS_README | ||
| INSTALL | ||
| Makefile.in | ||
| README | ||
| README.s48 | ||
| RELEASE | ||
| TODO | ||
| Thanks | ||
| autogen.sh | ||
| config.guess | ||
| config.sub | ||
| configure.in | ||
| gdbinit | ||
| install-sh | ||
| scsh-config.in | ||
README
-*- Mode: Text; -*- Copyright (c) 1994 Brian D. Carlstrom See file COPYING for copying information. Please report bugs to scsh-bugs@zurich.ai.mit.edu, and include the version number in your message. Installation instructions in file INSTALL. A scsh manual is in directory doc/scsh-manual/. A scsh paper is in directory doc/scsh-paper/. A scsh quick reference is in file doc/cheat.txt. Send mail to scsh-request@zurich.ai.mit.edu to be put on a mailing list for announcements, discussion, bug reports, and bug fixes.