Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=484049 --- Comment #11 from Jerry James <loganjerry@xxxxxxxxx> 2009-07-06 18:15:33 EDT --- Created an attachment (id=350698) --> (https://bugzilla.redhat.com/attachment.cgi?id=350698) New display-table support The problem with Rawhide XEmacs is that the implementation of char-tables, and therefore display-tables, has changed. They are no longer vectors, but objects. The vector implementation was okay for ASCII/ISO8859-1, when we could limit the length to 256 and be okay. That approach does not scale for international character sets, hence the new implementation. I'm attaching a patch that starts dealing with the problem. This isn't a complete solution, because the new file (generic/pg-display-table.el) isn't in the right place. The x-symbol code needs it, so the compile fails. If you can find a good place to put that file so it can be (require)d at need, I think it will work. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review