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

irritating compiler warnings



   From: Mike Engber <engber@aristotle.ils.nwu.edu>

   I know of two (ugly) work arounds:
       ...
       2) I can use fhave to install functions. However, this really
       doesn't work in the above example because usual-menu-update
       only work from withing a defobfun. So this method is ok as
       long as you don't need any usual-... calls.

If you use FHAVE, you should create the function with NFUNCTION
instead of LAMBDA.  Functions created with NFUNCTION are named,
and can make calls to USUAL-.

Granted, the solution is still a bit ugly. . .

      -andrew