Clemens Wittinger
enxio****@gmail*****
Wed Sep 28 18:23:31 JST 2005
Well, I think the following wrapper script does at least part of the trick: --- snip --- #!/bin/sh dir=`dirname $0` data_dir="${dir}/../../Resources/lib/aspell-0.60/" dict_dir="${data_dir}" exec ${dir}/aspell.bin --data-dir="${data_dir}" --dict-dir="$ {dict_dir}" "$@" --- snip --- In order to use it, move /Applications/Emacs.app/Contents/MacOS/bin/ aspell to Applications/Emacs.app/Contents/MacOS/bin/aspell.bin and copy the snippet above into Applications/Emacs.app/Contents/MacOS/bin/ aspell and make it executable. This one should be agnostic to renaming Emacs.app to something different, where compiling in the default paths might reveal the same problems... Using this approach, there might be the possibility to get rid of ispell-extra-args as well. HTH. Bye, Clemens On 28.09.2005, at 02:37, David Poole wrote: > I just downloaded the latest (today's) version of emacs, replacing one > from May 18, and I made no changes except to remove the japanese > localization. However ispell does not work in the new version. It > worked > in the previous version, and I did not do anything special in > either case. > > When I choose the menu item "tools" -> "spell checking" -> "spell- > check > buffer", I get the error message > "Wrong type argument: stringp, nil" > > Thanks for any help you can give. > David > > -- > David Poole, Office: +1 (604) 822-6254 > Department of Computer Science, poole****@cs***** > University of British Columbia, http://www.cs.ubc.ca/spider/poole > _______________________________________________ > macemacsjp-english mailing list > macem****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-english >