Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!RENOIR.BERKELEY.EDU!monardo From: monardo@RENOIR.BERKELEY.EDU (Pat Monardo) Newsgroups: gnu.emacs.bug Subject: (none) Message-ID: <8901072056.AA08378@renoir.Berkeley.EDU> Date: 7 Jan 89 20:56:19 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 like the previous message, this concerns 8-bit support. i am sure you are aware of changes to the display module for 8-bit support and will state what your intentions are in this area (i.e., if you plan to release emacs officially with 8-bit support). so here is another bug: the symptom was (string-match "<8-bit character>" "") yields nil. the fix is to change 3 decls. in re_search_2(). they are translate, p, and c. all must have a base type of unsigned char. (p and c are declared in sub blocks). by the way, the order from I.P. Sharp was actually my order. look forward to receiving the tapes. /pat