home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0021.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  631 b   |  20 lines

  1. Is there any simple way to suppress all `message' output during a load
  2. of a lisp file.  I am loading pending delete and under the new version
  3. for 19.6 it now is verbose.  There is no way to do this in the pending
  4. delete code (beyond modifying it).  I therfore wonder if it is possible
  5. to suppress all messages for a particular (load ...)?
  6.  
  7.     (let ((message-silent t))
  8.         (load ...))
  9.  
  10. ... for example?
  11.  
  12. Thanks in advance.
  13.  
  14. Andy.
  15. --
  16. Andy Whitcroft                          Email: andy@cs.city.ac.uk (MIME & ATK)
  17. Systems Architecture Research Centre,   Tel: +44 71 477 8551
  18. City University, London, UK.            Fax: +44 71 477 8587
  19.  
  20.