[Debian sarge]Pb de Fontset du xemacs

hbbh Messages postés 9 Statut Membre -  
bob031 Messages postés 8228 Statut Membre -
Bonjour a tous,

Je viens d'installer xemacs sous Debian, apres quand je lance la commande 'xemacs21', tjr il y a un probleme de fontset du xemacs. Ca affiche sur mon pc comment suivant:

:~$xemacs21 test.c&
[2] 3463
localhost:~$ Warning: Missing charsets in String to FontSet conversion
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset

mais xemacs tourne et ouvre sa fenetre.

Comment je puis faire pour regler ce pb?

Merci

2 réponses

invité_juju_63
 
J'ai le même souci, jprie qqun de répondre à ce petit topic svp ;) en attendant je poursuis mes recherches sur ce petit souci et je t'informerai de mes trouvailles hbbh :p
0
bob031 Messages postés 8228 Statut Membre 473
 
bonjour,

XEmacs is based on X11 from 15 years ago, and expects the "legacy"
bitmap fonts.  However, many modern distros don't supply them, so you
get the warning.  Compile with --with-xim=no (XIM is another legacy
from X11R5) and the "missing charsets" warning will go away.

HTH

Steve

http://calypso.tux.org/pipermail/xemacs-beta/2006-October/009793.html

il faudrait compiler xemacs avec l'option --with-xim=no

..apparemment ...
0