home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3542 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.1 KB  |  28 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!sample.eng.ohio-state.edu!purdue!yuma!yuma.acns.colostate.edu!ryanr
  2. From: ryanr@beethoven.beethoven.CS.ColoState.EDU (richard ryan)
  3. Newsgroups: gnu.emacs.help
  4. Subject: autoloading ispell
  5. Message-ID: <RYANR.92Jul28224458@beethoven.beethoven.CS.ColoState.EDU>
  6. Date: 29 Jul 92 03:44:58 GMT
  7. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  8. Distribution: gnu
  9. Organization: Computer Science Department, Colorado State University
  10. Lines: 16
  11.  
  12. Hi,
  13. I tried autoloading ispell.elc wuth
  14. (nconc load-path '("/var/tmp/ryanr/ispell"))
  15. (autoload 'ispell "ispell" "Spell Checker" t)
  16.  
  17. When I tried executing it, I got some message about how it failed
  18. to autoload.  When I loaded ispell.elc (from byte-compiled ispell.el)
  19. manually, it worked fine.  I've tried autoloading c++-mode the same
  20. and it hasn't given me any trouble at all.  Could somebody tell me what
  21. I'm doing wrong?  The path and file is /var/tmp/ryanr/ispell/ispell.elc
  22.  
  23. Also, in an unrelated question, how do I abort mail when I'm already
  24. in the mail editing buffer?
  25.  
  26. Thanks,
  27. Richard.
  28.