Mutt select language for ispell

2003-03-31 Thread Joao Clemente
Is there a way to select the language ispell uses for spell checking? 
I have both English and Portuguese dictionaries installed, but I don't
see a way to tell mutt to choose Portuguese when I want to.. It always
uses English, that is the default one...

Thanks
Joao Clemente


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mutt select language for ispell

2003-03-31 Thread Nathan Poznick
Thus spake Joao Clemente:
 Is there a way to select the language ispell uses for spell checking? 
 I have both English and Portuguese dictionaries installed, but I don't
 see a way to tell mutt to choose Portuguese when I want to.. It always
 uses English, that is the default one...

In your .muttrc, you can do:

set ispell=some command here

Thus, you could tell it to use ispell -d otherlanguage

-- 
Nathan Poznick [EMAIL PROTECTED]

Correction: You have an hour and 37 minutes to disarm. And, yes, you
*are* up a creek. -The Isaac Asimov Death Satellite. #104


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mutt select language for ispell

2003-03-31 Thread Oliver Fuchs
On Mon, 31 Mar 2003, Joao Clemente wrote:

 Is there a way to select the language ispell uses for spell checking? 
 I have both English and Portuguese dictionaries installed, but I don't
 see a way to tell mutt to choose Portuguese when I want to.. It always
 uses English, that is the default one...

I use a macro to change between german and english (defualt is english)
... maybe you like it.

# Ispell german and english dictionary
# macro compose I 'enter-commandset ispell=/usr/bin/ispell -x -d 
deutschenterispellenter-commandset ispell=/usr/bin/ispellenter'

Oliver
-- 
... don't touch the bang bang fruit

http://www.wreckingpit.com
http://www.wattzap.com
http://www.rocknrollpurgatory.com

http://home.arcor.de/oliverfuchs1/debian/muttrc.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mutt select language for ispell

2003-03-31 Thread Joao Clemente
On Mon, Mar 31, 2003 at 08:17:56AM -0600, Nathan Poznick wrote:
 Thus spake Joao Clemente:
  Is there a way to select the language ispell uses for spell checking? 
  I have both English and Portuguese dictionaries installed, but I don't
  see a way to tell mutt to choose Portuguese when I want to.. It always
  uses English, that is the default one...
 
 In your .muttrc, you can do:
 
 set ispell=some command here
 
 Thus, you could tell it to use ispell -d otherlanguage

I see... but no real-time way to do it... hmmm.. 
Thank you for the reply! 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]