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

Source Locators



    Date: Wed, 10 Jun 87 12:02:29 PDT
    From: luria@renoir.Berkeley.EDU (Marc Luria)


    In Genera 7, when viewing code in the debugger, I get the message

    this function was not compiled with source locators and therefore
    will not be mouse sensitive.  How do I compile with source locators,
    and what will become mouse sensitive?


(setq COMPILER:*INHIBIT-USING-SOURCE-LOCATORS* nil)

or use c-m-sh-C in Zmacs to compile using the opposite setting of the
above variable.