Re: Enabling a 2nd aspell language in compose

2001-05-22 Thread Mr. Wade
Alexander Skwar wrote: So sprach Mr. Wade am Sun, May 20, 2001 at 06:47:44PM -0400: You shouldn't need to do that. Mutt should call whatever you specify by the $ispell variable with the -x switch and the temporary file name on the command line for you. Yeah, and that works very fine,

Re: Enabling a 2nd aspell language in compose

2001-05-20 Thread Wilhelm Wienemann
Hello Alexander! On Sun, 20 May 2001, Alexander Skwar wrote: In addition to the predefined 'i' keybinding for invoking ispell with the default language, I'd like to add a 'I' keybinding, which should invoke aspell with another language (american). How would I do this? I tried: macro

Re: Enabling a 2nd aspell language in compose

2001-05-20 Thread Mr. Wade
Alexander Skwar wrote: So sprach Wilhelm Wienemann am Sun, May 20, 2001 at 07:38:53PM +0200: Maybe this will also work for you: macro compose i :set ispell=ispell -T latin1 -p $HOME/.ispell_english macro compose I :set ispell=/path_to_your_aspell\n aspell-american Hmm, I don't

Re: Enabling a 2nd aspell language in compose

2001-05-20 Thread Wilhelm Wienemann
Hello Alexander! On Sun, 20 May 2001, Alexander Skwar wrote: So sprach Wilhelm Wienemann am Sun, May 20, 2001 at 07:38:53PM +0200: Maybe this will also work for you: macro compose i :set ispell=ispell -T latin1 -p $HOME/.ispell_english ^^^ macro compose I :set