Enforce that \q may not be used anywhere within \c. It shouldn't be
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 12 Jun 2004 21:53:26 +0000 (21:53 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 12 Jun 2004 21:53:26 +0000 (21:53 +0000)
commit6ff15f2bcd24c07d07e00c2e4edce9df11af3b40
treeb525da0ff0a695a0ec1fd8bc1494fc3c98e9b213
parentf15300499bce37cd28ea2ace0f2bd1c364fc835e
Enforce that \q may not be used anywhere within \c. It shouldn't be
necessary since the whole point of \c should be that the user wants
to exercise exact control over the glyphs used, and forbidding it
has the useful effect of relieving some backends of having to make
difficult decisions: it means the text backend doesn't have to nest
two pairs of identical quotes, and the paper backends don't have to
downgrade their quote characters if (as is perfectly plausible) the
fixed-pitch font doesn't support the same range as the body text
fonts.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@4277 cda61777-01e9-0310-a592-d414129be87e
error.c
halibut.h
input.c