mailing-list for TeXmacs Users

Text archives Help


fix for texmacs 1.0.6.1 and later on Solaris


Chronological Thread 
  • From: Kostas Oikonomou <address@hidden>
  • To: TeXmacs <address@hidden>
  • Subject: fix for texmacs 1.0.6.1 and later on Solaris
  • Date: Mon, 19 Jun 2006 16:22:54 -0400
  • Organization: AT&T Labs Research

Solaris 10 does not have the function Xutf8LookupString at the moment.
As a temporary fix, I edited src/Window/X/x_loop.cpp:

int count = XmbLookupString (win->ic, (XKeyPressedEvent*) ev,
// int count = Xutf8LookupString (win->ic, (XKeyPressedEvent*) ev,
str, 256, &key, &status);

I don't know anything about UTF, but is it perhaps possible to replace the call to Xutf8LookupString with the call to XmbLookupString plus a call to some other routine? That would be a better solution.


Kostas


  • fix for texmacs 1.0.6.1 and later on Solaris, Kostas Oikonomou, 06/19/2006

Archive powered by MHonArc 2.6.19.

Top of page