From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7974 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: table problem Date: Thu, 23 May 2002 07:32:00 +0200 (MET DST) Sender: owner-ntg-context@let.uu.nl Message-ID: <200205230532.HAA00163@bar.loria.fr> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035398413 23847 80.91.224.250 (23 Oct 2002 18:40:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:40:13 +0000 (UTC) Cc: roegel@lorraine.loria.fr Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:7974 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7974 The following file produces an error on \NC and \SR. Did I forget something? Thanks, Denis \enableregime[il1] \useencoding[ffr] \mainlanguage[fr] \starttext \starttable[lll] \NC 00000 \NC {\tt O\_RDONLY} \NC ouverture en lecture seule \NC\SR \NC 00001 \NC {\tt O\_WRONLY} \NC ouverture en écriture seule \NC\SR \NC 00002 \NC {\tt O\_RDWR} \NC ouverture en lecture et écriture \NC\SR \NC 00010 \NC {\tt O\_APPEND} \NC ouverture en écriture à la fin du fichier \NC\SR \NC 00400 \NC {\tt O\_CREAT} \NC création du fichier s'il n'existe pas (seul cas d'utilisation de l'argument {\tt perm}) \NC\SR \NC 01000 \NC {\tt O\_TRUNC} \NC troncature à la longueur zéro, si le fichier existe \NC\SR \NC 02000 \NC {\tt O\_EXCL} \NC provoque un échec si le fichier existe déjà et si {\tt O\_CREAT} est positionné, \stoptable \stoptext .... (/usr/local/tex/texmflocal/tex/context/base/enco-ffr.tex system : macros of module tryout loaded (/usr/local/tex/texmflocal/tex/context/base/m-tryout.tex) language : language specific options [default-fr] seamless appended ) systems : begin file tab at line 4 ! Undefined control sequence. l.8 \NC 00000 \NC {\tt O\_RDONLY} \NC ouverture en lecture s...