Path: utzoo!mnetor!tmsoft!dptcdc!berner!lethe!geac!jtsv16!uunet!lll-winken!ncis.tis.llnl.gov!aftac.tis.llnl.gov!carlson From: carlson@aftac.tis.llnl.gov (John Carlson) Newsgroups: comp.windows.x Subject: 2nd patch to Xhp.patch.works.tar.Z Message-ID: <171@ncis.tis.llnl.gov> Date: 2 May 89 16:07:21 GMT Reply-To: carlson@aftac.tis.llnl.gov (John Carlson) Organization: Lawrence Livermore National Laboratory, Livermore CA Lines: 44 >>>>>> patch to Xw <<<<<<< This is file Xhp.patch.works.ptch2 on expo.lcs.mit.edu. Thanks to Matthew (mjb@mentor.cc.purdue.edu) for finding this one. There is a problem with TextEdit.c. DeleteChar and InsertLine are no longer keysyms. John Carlson carlson@tis.llnl.gov Apply the following patch: *** /tmp/,RCSt1a09061 Tue May 2 08:50:33 1989 --- TextEdit.c Tue May 2 08:50:23 1989 *************** *** 398,404 **** CtrlZ: scroll-one-line-up()\n\ MetaZ: scroll-one-line-down()\n\ CtrlD: delete-next-character()\n\ - DeleteChar: delete-next-character()\n\ BackSpace: delete-previous-character()\n\ CtrlH: delete-previous-character()\n\ MetaD: delete-next-word()\n\ --- 398,403 ---- *************** *** 414,420 **** CtrlO: newline-and-backup()\n\ CtrlM: newline()\n\ Return: newline()\n\ ! InsertLine: newline-and-indent()\n\ CtrlL: redraw-display()\n\ : focus-in()\n\ : focus-out()\n\ --- 413,419 ---- CtrlO: newline-and-backup()\n\ CtrlM: newline()\n\ Return: newline()\n\ ! Linefeed: newline-and-indent()\n\ CtrlL: redraw-display()\n\ : focus-in()\n\ : focus-out()\n\