Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-08 Thread Agustin Martin
On Tue, Nov 08, 2005 at 12:59:38PM +0100, Norbert Preining wrote: > On Die, 08 Nov 2005, Agustin Martin wrote: > > Another possibility I am thinking about is to do that in a per-encoding > > basis, that is, with a list containing elements like > > > > ("iso-8859-1" . > > "àáâãäåæçèéêëìíîïðñòóôõöø

Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-08 Thread Agustin Martin
On Tue, Nov 08, 2005 at 02:37:46PM +0100, Norbert Preining wrote: > On Die, 08 Nov 2005, Agustin Martin wrote: > > trivial A-Za-z that can easily be stripped (by the way, is a-z not missed in > > your example?). > > Thanks. > > > Another possibility I am thinking about is to do that in a per-enco

Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-08 Thread Norbert Preining
On Die, 08 Nov 2005, Agustin Martin wrote: > trivial A-Za-z that can easily be stripped (by the way, is a-z not missed in > your example?). Thanks. > Another possibility I am thinking about is to do that in a per-encoding > basis, that is, with a list containing elements like > > ("iso-8859-1" .

Bug#306604: Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-08 Thread Norbert Preining
On Die, 08 Nov 2005, Agustin Martin wrote: > Another possibility I am thinking about is to do that in a per-encoding > basis, that is, with a list containing elements like > > ("iso-8859-1" . > "àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ") Or based on the encoding of the visite

Bug#306604: Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-08 Thread Agustin Martin
On Tue, Nov 08, 2005 at 02:03:34AM +0100, Norbert Preining wrote: > Hi Agustin! > > On Die, 08 Nov 2005, Agustin Martin wrote: > > > My .emacs now contains: > > > (custom-set-variables > > > '(ispell-local-dictionary-alist (quote (("american8" "[A-ZÄÖÜäöüß]" > > > "[^A-ZÄÖÜäöüß]" "[']" nil > >

Bug#306604: Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-07 Thread Norbert Preining
Hi Agustin! On Die, 08 Nov 2005, Agustin Martin wrote: > > My .emacs now contains: > > (custom-set-variables > > '(ispell-local-dictionary-alist (quote (("american8" "[A-ZÄÖÜäöüß]" > > "[^A-ZÄÖÜäöüß]" "[']" nil > > ("-B" "-d" "american" "-w" "öÖäÄüÜß") "~latin1" iso-8859-1) > > > >

Bug#306604: Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-07 Thread Agustin Martin
On Mon, Nov 07, 2005 at 02:30:26AM +0100, Norbert Preining wrote: > On Son, 06 Nov 2005, Agustin Martin wrote: > > I am afraid that is a limitation of current Debian ispell, > > > > --- > > $ echo "Gödel" > test.data > > $ cat test.data | ispell -l -d american > > del > > -

Bug#306604: Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-06 Thread Norbert Preining
On Son, 06 Nov 2005, Agustin Martin wrote: > I am afraid that is a limitation of current Debian ispell, > > --- > $ echo "Gödel" > test.data > $ cat test.data | ispell -l -d american > del > --- > > That is what triggers the error message, and will happen w

Bug#306604: Bug#337687: Spell checking accented characters in emacs with american dictionary

2005-11-06 Thread Agustin Martin
retitle 337687 Please improve README.emacs for ispell+accented characters customized entries thanks On Sat, Nov 05, 2005 at 08:24:04PM +0100, Norbert Preining wrote: > I am having a hard time to get ispell in emacs to check words containing > umlauts and accented characters. > > I tried the foll