From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.170.5 with SMTP id i5mr837447ywh.144.1499520051986; Sat, 08 Jul 2017 06:20:51 -0700 (PDT) X-Received: by 10.36.29.212 with SMTP id 203mr142178itj.5.1499520051946; Sat, 08 Jul 2017 06:20:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!2.us.feeder.erje.net!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!m54no1023267qtb.1!news-out.google.com!s132ni710itb.0!nntp.google.com!v202no1220250itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 8 Jul 2017 06:20:51 -0700 (PDT) In-Reply-To: <595ffdbc$0$8861$426a74cc@news.free.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.218.37.33; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.218.37.33 References: <0860b74f-2572-4e64-b71a-9812d79b29bb@googlegroups.com> <595837bd$0$3363$426a74cc@news.free.fr> <1cecf100-3f30-4d86-a6cd-9d1098f8df8a@googlegroups.com> <595ffdbc$0$8861$426a74cc@news.free.fr> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4299b5bc-1483-40f9-879a-26b1e79776d8@googlegroups.com> Subject: Re: OpenToken : accessing the lexeme from synthetize From: Stephen Leake Injection-Date: Sat, 08 Jul 2017 13:20:51 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:47328 Date: 2017-07-08T06:20:51-07:00 List-Id: On Friday, July 7, 2017 at 4:31:42 PM UTC-5, Lionel Draghi wrote: > Le 02/07/2017 =C3=A0 18:50, Stephen Leake a =C3=A9crit : > > On Saturday, July 1, 2017 at 7:01:03 PM UTC-5, Lionel Draghi wrote: > >> BTW, is there a simpler way to get the identifier ? > >> Sounds still complex to me this way. > > > > OpenToken can be confusing. > > > > I've pretty much rewritten it in the monotone branch org.wisitoken, and= I'm working on adding error recovery to the parser. You might want to swit= ch to using that. There are no examples, but the tests can be used as examp= les. > > > > You can only get it from the Ada France monotone server; see http://www= .stephe-leake.org/ada-france-access.html > > >=20 > OK to switch, but unfortunately I m not familiar with monotone. >=20 > mtn --db ~/monotone-dbs/ada-france.db --key '' pull www.ada-france.org=20 > "org.wisi*" >=20 > seems to have some effect : > >=20 > but there is nothing left in the directory. > Am I missing something obvious? 'mtn pull' only pulls revs from the remote repository to the local reposito= ry. You must follow it with 'mtn checkout' to populate a workspace on your disk= . You can use 'mtn list branches' first to show what branches are present i= n your local repository.