Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!sdcsvax!ucbvax!VENUS.YCC.YALE.EDU!leichter From: leichter@VENUS.YCC.YALE.EDU ("Jerry Leichter") Newsgroups: comp.os.vms Subject: re: Using LSE in VMSMAil, Get Numeric Error Messages Message-ID: <8710220723.AA26496@ucbvax.Berkeley.EDU> Date: Wed, 21-Oct-87 13:32:00 EDT Article-I.D.: ucbvax.8710220723.AA26496 Posted: Wed Oct 21 13:32:00 1987 Date-Received: Sat, 24-Oct-87 16:12:20 EDT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: "Jerry Leichter" Organization: The ARPA Internet Lines: 28 I use the LSE editor in VMSMail by defining MAIL$EDIT as follows: $ Define Mail$Edit Callable_LSE (of course, I had to install LSESHR.EXE to do this) But then, when I'm in mail, using "send/edit", and I do things that would normally result in messages at the bottom of the screen, like "past end of buffer", etc., I get only message numbers, of the form below. Buffer $MAIN Write Insert Forward Message number 03F2CE80 Message number 03F2AF11 Message number 03F2AF11 The reason you had to INSTALL LSESHR.EXE was that it is mapped in to memory (using LIB$FIND_IMAGE_SYMBOL) by MAIL, which is a privileged program. Well, the same applies to any private message sections that LSE uses! Message sections don't contain executable code, but they are mapped using the same mechanisms as those that do. I don't know off-hand what LSE's message section is called - it'll be in SYS$MESSAGE, and most likely have a name ending in MSG - LSEMSG is a good guess. Figure out which it is, and INSTALL it, too. -- Jerry ------