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   compose "I"     "| aspell -d american -x -c %s\n"

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"

bye - Wilhelm

-- 
   ._.   Wilhelm Wienemann <[EMAIL PROTECTED]>
  / _,\  
 | (_./  Debian GNU/Linux Version 2.2 Potato
  \,     To learn more visit => http://www.debian.org/ 

Reply via email to