Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mimsy!umd5!virginia!uvacs!edison!bcg From: bcg@edison.GE.COM (Bruce Garland) Newsgroups: comp.emacs Subject: Re: Early experience with MicroEMACS 3.9 Message-ID: <1126@edison.GE.COM> Date: Mon, 10-Aug-87 17:01:31 EDT Article-I.D.: edison.1126 Posted: Mon Aug 10 17:01:31 1987 Date-Received: Thu, 13-Aug-87 07:26:02 EDT References: <6867@steinmetz.steinmetz.UUCP> <4916@j.cc.purdue.edu> Organization: General Electric Company, Charlottesville, VA Lines: 29 Summary: Some fixes to the reported (and unreported) problems Three changes that can help, the first eliminates the case sensiveity of reading the emacs.rc file the other 2 are just errors. File BIND.C should be 694 if (*keyname >= 'a' && *keyname <= 'z' && !(c & SPEC)) and not 694 if (*keyname >= 'a' && *keyname <= 'z' && !(*keyname & SPEC)) File BIND.C should be 689 *keyname += '@'; and not 689 *keyname += 'A'; File VMSVT.C should read 364 eolexist = erase_to_end_line != NULL; and not 364 eolexist = erase_whole_display != NULL; as erase_whole_display is not defined yet. Bruce Garland GE Fanuc Company - Charlottesville, VA bcg@edison.GE.COM old arpa: bcg%edison.GE.COM@seismo.CSS.GOV bcg@edison.UUCP old uucp: {seismo,decuac,houxm,calma}!edison!bces