ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Giuseppe Bilotta <gip.bilotta@iol.it>
Subject: Space gobbling after »
Date: Wed, 3 Nov 2004 11:49:29 +0100	[thread overview]
Message-ID: <1717234510.20041103114929@iol.it> (raw)

Test file:

\enableregime[il1]

\starttext

Problems « with » spaces.

\stoptext


You will notice that the space after » gets globbed.

Bug in symb-glm:

\startencoding [default]

  \definecharacter leftguillemot     {\symbol[xleftguillemot]}
  \definecharacter rightguillemot    {\symbol[xrightguillemot]}

  \definecharacter guilsingleleft    {\symbol[xguilsingleleft]}
  \definecharacter guilsingleright   {\symbol[xguilsingleright]}

\stopencoding 

should be

\startencoding [default]

  \definecharacter leftguillemot     {\symbol[xleftguillemot]\relax}
  \definecharacter rightguillemot    {\symbol[xrightguillemot]\relax}

  \definecharacter guilsingleleft    {\symbol[xguilsingleleft]\relax}
  \definecharacter guilsingleright   {\symbol[xguilsingleright]\relax}

\stopencoding 

because now \symbol makes forward character lookup looking for
a second optional parameter.

-- 
Giuseppe "Oblomov" Bilotta

             reply	other threads:[~2004-11-03 10:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-03 10:49 Giuseppe Bilotta [this message]
2004-11-03 11:16 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717234510.20041103114929@iol.it \
    --to=gip.bilotta@iol.it \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).