|
Re: ddd motif character set bug: msg#00290debugging.ddd.general
Hi, I added a call to XtSetLanguageProc() in the ddd source code at: http://sourceforge.net/projects/ddd/ Please test it when it becomes visible (see ddd/NEWS). Hope it helps, ----- Original Message ----- From: "tedc" <tcreedon@xxxxxxxxxxxxxx> Newsgroups: gmane.comp.debugging.ddd.general Sent: Friday, January 28, 2005 8:28 PM Subject: ddd motif character set bug I'm trying to run GNU DDD 3.3.10 (i686-pc-linux-gnu) in --perl mode. The source window freezes up as soon as it sees [chr(161), ], #¡ (shown below). I have run across a similar problem while upgrading from Motif 1.x to 2.x. (using DDD to debug). I don't see an XtSetLanguageProc... in the sources and that is required to make the character sets display correctly uing Motif 2.x. Anyway, just try to load this snippet of code and you'll see the problem. Any help would be appreciated. Tedc my @specials = ( ['<!--.*-->' , '' ], #comments ['\$' , '\$' ], ['\\\\(?!\$)', "\$\\backslash\$"], #\ ['<' , '$<$' ], ['>' , '$>$' ], ['&' , '\&' ], ['%' , '\%' ], ['#' , '\#' ], ['{' , '\{' ], ['}' , '\}' ], ['_' , '\_' ], ['\^' , '\^{}' ], [chr(161), '!`' ], #¡ #[chr(162), '' ], #¢* [chr(163), '{\\pounds}' ], #£ #[chr(164), '' ], #¤* );
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Lowers Prescrip#tion Dr^ugs On The Internet! 0, Nicholas Lay |
|---|---|
| Next by Date: | Re: ddd motif character set bug, Arnaud Desitter |
| Previous by Thread: | ddd motif character set bug, tedc |
| Next by Thread: | Re: ddd motif character set bug, Arnaud Desitter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |