home *** CD-ROM | disk | FTP | other *** search
- 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
- From: ryanr@beethoven.beethoven.CS.ColoState.EDU (richard ryan)
- Newsgroups: gnu.emacs.help
- Subject: autoloading ispell
- Message-ID: <RYANR.92Jul28224458@beethoven.beethoven.CS.ColoState.EDU>
- Date: 29 Jul 92 03:44:58 GMT
- Sender: news@yuma.ACNS.ColoState.EDU (News Account)
- Distribution: gnu
- Organization: Computer Science Department, Colorado State University
- Lines: 16
-
- Hi,
- I tried autoloading ispell.elc wuth
- (nconc load-path '("/var/tmp/ryanr/ispell"))
- (autoload 'ispell "ispell" "Spell Checker" t)
-
- When I tried executing it, I got some message about how it failed
- to autoload. When I loaded ispell.elc (from byte-compiled ispell.el)
- manually, it worked fine. I've tried autoloading c++-mode the same
- and it hasn't given me any trouble at all. Could somebody tell me what
- I'm doing wrong? The path and file is /var/tmp/ryanr/ispell/ispell.elc
-
- Also, in an unrelated question, how do I abort mail when I'm already
- in the mail editing buffer?
-
- Thanks,
- Richard.
-