[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EDIT loss



Dick --
	Two problems: First, EDIT can't seem to find M_ZN4 below.   Second, once
in the query loop for "function ... not found", there is no easy way to
escape.   How about NIL causing EDIT to desist from questioning?   The core
image is saved in MTEST[SY2,WLS].   This may be related to the Mysterious
Disappearance Bug......
				Bill.
PPSAV follows:  {RU MTEST[SY2,WLS] for more...}
--------------------------------------------------

â?? (PLIST 'M_ZN4)

(EXPR (LAMBDA (PR ZFN CF) (T_MSGS CF # #) (NCONS PR))) 
â?? (EDIT M_ZN4)

function M_ZN4 not found? 
(<function name> <file specifications>) : M_ZN4

function M_ZN4 not found? 
(<function name> <file specifications>) : (NEW)

(NEW) 
â?? (EDIT M_ZR1)

(M_ZR1) 
â?? (EDIT M_ZN4)

function M_ZN4 not found? 
(<function name> <file specifications>) : (M_ZR1)

(M_ZR1) 
â?? (PLIST 'M_ZN4)

(EXPR (LAMBDA (PR ZFN CF) (T_MSGS CF # #) (NCONS PR))) 
â?? (PLIST 'M_ZR1)

(EXPR (LAMBDA (PR ZFN) (T_MSGS CF # #) (NCONS PR))) 
â?? 


// 27 //