This is the mail archive of the
xconq7@sources.redhat.com
mailing list for the Xconq project.
Re: Swedis Place Name Generator
- To: Erik Sigra <freeciv at home dot se>
- Subject: Re: Swedis Place Name Generator
- From: Stan Shebs <shebs at shebs dot cnchost dot com>
- Date: Sat, 30 Sep 2000 12:50:16 -0700
- CC: xconq7 at sourceware dot cygnus dot com
- References: <39D5E908.EA0EE284@home.se>
- Reply-To: shebs at shebs dot cnchost dot com
Thanks, this looks great!
Erik Sigra wrote:
>
> (reject "Åå"
> "åå"
> "älvälv" ;Quotation needed to avoid segfault
Tsk tsk, another bug... :-)
> ) ;This doesn't work! (How do I use reject?)
Ya know, a funny thing happened on the way to the code - nobody
actually wrote the reject handling! I guess the existing generators
weren't making enough bad strings to motivate, and as I look at
the code, I see two possibilities - rejection as a "top-level"
activity that forces the namer to rerun completely, or as
something that can be done to the result of any rule. I'm
not yet sure which alternative would be better.
Stan