[OS X Emacs] cocoAspell and Aquamacs 1.3a

Johannes Brauer brauer at nordakademie.de
Thu Mar 20 17:24:28 EDT 2008


Am 20.03.2008 um 16:05 schrieb Peter Dyballa:

>
> Am 20.03.2008 um 15:40 schrieb Johannes Brauer:
>
>> How can I force Aquamacs not to look for the english dictionary in  
>> the de-subdirectory?
>
> Find out which ELisp file sets this faulty value. You can do that  
> *in* Emacs. Open in dired-mode (C-x d) /Applications/Aquamacs  
> Emacs.app/Contents/Resources. Then invoke M-x grep-find. In mini- 
> buffer a line like this will appear:
>
> 	find . -type f -exec grep -nH -e {} /dev/null \;

>
>
> Presumingly there will be two kinds of ELisp files, gzip'ed and not  
> gzip'ed ones. So the original line needs to be modified to:
>
> 	find . -type f -name "*.el" -exec grep -nH -e aspell6 {} /dev/null \;
-*- mode: grep; default-directory: "/Applications/BueroAnwendungen/ 
write&draw/Aquamacs/Aquamacs Emacs.app/Contents/Resources/" -*-
Grep started at Thu Mar 20 22:21:15

find . -type f -name "*.el.gz" -exec zgrep -nH -e aspell6 {} /dev/null  
\;

Grep finished (matches found) at Thu Mar 20 22:23:28

>
> A list of hyper-links to the ELisp files containing "aspell6" will  
> be created. Clicking on them will open the file at the line with the  
> "aspell6" string. If you don't see the place where this "aspell6"  
> stuff is being set, then try to grep-find again. Now just press  
> cursor-up when the first and original line appears in mini-buffer to  
> make the previous expression appear. Edit it to become (two changes):
>
> 	find . -type f -name "*.el.gz" -exec zgrep -nH -e aspell6 {} /dev/ 
> null \;
Also no matches are found:

-*- mode: grep; default-directory: "/Applications/BueroAnwendungen/ 
write&draw/Aquamacs/Aquamacs Emacs.app/Contents/Resources/" -*-
Grep started at Thu Mar 20 22:06:00

find . -type f -name "*.el.gz" -exec zgrep -nH -e aspell6 {} /dev/null  
\;

Grep finished (matches found) at Thu Mar 20 22:09:25

Johannes



More information about the MacOSX-Emacs mailing list