Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!CITHEX.CALTECH.EDU!carl From: carl@CITHEX.CALTECH.EDU (Carl J Lydick) Newsgroups: comp.os.vms Subject: Re: DEC Mail Utility Madness Message-ID: <871017023422.00f@CitHex.Caltech.Edu> Date: Sat, 17-Oct-87 05:40:47 EDT Article-I.D.: CitHex.871017023422.00f Posted: Sat Oct 17 05:40:47 1987 Date-Received: Sun, 18-Oct-87 11:00:51 EDT References: <1894@uwmacc.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 23 > We have several users who have choosen to use a different editor > to compose their mail messages using the MAIL$EDIT logical name > feature in DEC's Mail utility as explained in section 3.1 of the > 'Mail Utility Reference Manual'. > > This all worked fine until one of them tried to read a message > with the READ/EDIT, NEXT/EDIT, FIRST/EDIT, or LAST/EDIT commands. > Mail produces the following error messages when one has defined > MAIL$EDIT and attempts to use these commands. > > %MAIL-E-NOTCALEDT, this command procedure cannot be executed. > MAIL$EDIT does not specify a callable editor. > > Does anyone have any insight into this? How would one define > MAIL$EDIT so that the whatever/EDIT commands would work? The READ/EDIT, NEXT/EDIT, FIRST/EDIT, and LAST/EDIT commands require a callable editor (i.e., one that has an entry point that allows the mailer to map the image and call the entry point from within the process running MAIL, rather than requiring that the editor be invoked via a DCL command). As far as I know, the only two editors that currently let you do this are EDT (the default) and TPU. To use TPU as the editor, define MAIL$EDIT to be CALLABLE_TPU.