mailing-list for TeXmacs Users

Text archives Help


Re: release 1.0.0.12


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: release 1.0.0.12
  • Date: Thu, 8 Aug 2002 18:38:00 +0200 (MET DST)


> When compiling x_loop.cc with line 62 on, I get nothing in the TeXmacs
> screen but "Mod2-a" in the shell where TeXmacs was launched.

OK, so for anyone who encountered this problem:
uncommenting the lines

if (ev->state&16) s= "Mod2-" * s;
if (ev->state&128) s= "Mod5-" * s;

in x_loop.cc and recompiling should solve the problem.

The problem should be solved in the next release 1.0.0.13 too.




Archive powered by MHonArc 2.6.19.

Top of page