1

This is aquamacs 1.5 on a macbook. Exact error when I try to spell-check:

Error: The file "/Library/Application Support/cocoAspell/aspell6-en-6.0-0//en-common.rws" is not in the proper format. Wrong endian order.

ADDED: I indeed had the wrong version of cocoAspell. But installing the right version didn't work until I actually wiped (or renamed) /Library/Application Support/cocoAspell and reinstalled from scratch. That's what had thrown me for a loop. Thanks for the quick answers! Stackoverflow rocks!

dreeves
  • 26,430
  • 45
  • 154
  • 229

2 Answers2

2

I believe you have the wrong version of the coco interface to Aspell for your mac.

Check this site and download the appropriate version (PowerPC/Intel): http://people.ict.usc.edu/~leuski/cocoaspell/

Jason Stevenson
  • 4,004
  • 3
  • 29
  • 49
1

I'm not sure, but this page seems similar: http://www.emacswiki.org/cgi-bin/wiki/AquamacsFAQ (search for "format" on that page to find the relevant part)

Have you been using fink to install an old version of aspell like in this posting?

user12861
  • 2,358
  • 4
  • 23
  • 41
  • Not fink but I think the contents of /Library were copied over from my old non-intel mac. The cocoAspell directory had to be manually wiped before installing the new version. This should probably be considered a bug in the cocoAspell installer. – dreeves Sep 26 '08 at 04:59