Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!sdcsvax!ucbvax!LBL.GOV!nagy%warner.hepnet From: nagy%warner.hepnet@LBL.GOV (Frank J. Nagy, VAX Guru) Newsgroups: comp.os.vms Subject: RE: Using LSE in VMSMail, Get Numeric Error Messages Message-ID: <871021101946.00g@Lbl.Arpa> Date: Wed, 21-Oct-87 13:19:45 EDT Article-I.D.: Lbl.871021101946.00g Posted: Wed Oct 21 13:19:45 1987 Date-Received: Sat, 24-Oct-87 16:11:57 EDT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 30 > 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. This is the key: "of course, I had to install LSESHR.EXE to do this". You also have to install LSEMSG.EXE (found in SYS$MESSAGE). Our LSE$STARTUP.COM file roughly looks like: $!+ $! Install two LSE images so that Callable LSE can be invoked from MAIL. $!- $ INSTALL 'verb' sys$share:lseshr.exe /OPEN /HEADER_RESIDENT /SHARED $ INSTALL 'verb' sys$message:lsemsg.exe /OPEN /HEADER_RESIDENT /SHARED $!+ $! Install the other LSE images to speed up image activation. $!- $ INSTALL 'verb' sys$system:lsedit.exe /OPEN /HEADER_RESIDENT /SHARED $ INSTALL 'verb' sys$library:lse$section.tpu$section /OPEN /HEADER /SHARED (lines omitted to shorten this message). = Frank J. Nagy "VAX Guru & Wizard" = Fermilab Research Division EED/Controls = HEPNET: WARNER::NAGY (43198::NAGY) or FNAL::NAGY (43009::NAGY) = BitNet: NAGY@FNAL = USnail: Fermilab POB 500 MS/220 Batavia, IL 60510