Marting Lange wrote:
> Hi there, > > I'm a little bit out of ideas. The usual suspects from vim's help over=20 > the online documentation, list archive 'til a full fetched googlifed=20 > investigation didn't provide a spark. > > First, some facts about my system: > - the operating system is a Debian 5.0 "Lenny" > - vim was installed with aptitude > - vim has version 7.1 (with patches 1-314) > > I don't want to clutter this mail with the output of `vim --version`.=20 > So, I'll keep that back unless someone would like to see it. > > Ok, what happens? -- This: > > When running=20 > > vim -u NONE > > and issuing the command=20 > > :mkspell! spell/de de_DE.dic de_DE.aff > > I got a message > > "E755: Ung=C3=BCltige Region in de_DE.dic" > (That's "E755: Invalid region in de_DE.dic") Try :mkspell! spell/de de_DE Thus without the ".aff" and ".dic". > `echo $LANG` told me, my locale is "de_DE.iso88591", `file de_DE.dic`=20 > told me, that file is ISO-8859 text, `file de_DE.aff` told me, that=20 > file is ISO-8859 English text and vim told me -- using `:set enc?=20 > fenc?` that "encoding=3Dlatin1" and "fileencoding=3D" > > When I delete the flags in de_DE.dic -- changing that file to an=20 > ordinary wordlist -- and omit de_DE.aff, vim creates happily an=20 > SPL-file. But there is no region-flag -- that would be a number? -- in=20 > de_DE.dic. > > What would you recommend? Just use the SPL-file generated from the=20 > wordlist? Ignoring Debians software repository and build a new vim 7.2=20 > from the source? Twidle the frubnicator?=20 > > As I said: I'm out of rope. > > Thank you! > Martin > > > -- I AM THANKFUL... ...for the taxes that I pay because it means that I am employed. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
