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

(SSTATUS SYNTAX #/| ...)



    Date: Saturday, 14 August 1982  00:31-EDT
    From: Jonathan Rees <Rees at YALE>

    (SSTATUS SYNTAX #/| 2.)
    2
    '|
    /^T

This is because (SSTATUS SYNTAX) doesn't know enough to set up the character
translation when it turns off a macro character.  You can either do (SSTATUS
CHTRAN #/| #/|) immediately afterwords, or use (SETSYNTAX #/| 2. #/|) instead.
I started to fix this, but the code is too ugly to be believed.