[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Emacs - Ispell problem with i[no]german dictionary



On Fri, 9 May 2003, Agustin Martin Domingo wrote:

> If you made no changes to the autogenerated
> /var/cache/dictionaries-common/emacsen-ispell-dicts.el, that should
> already be the default for german.
I generally do not use anything on things I do not understand.  Obviousely
emacs-ispell ettings belongs to these things.

> (I meant as coding system what
> ispell.el understands as coding-system, the iso-8859-1 entry at
> german-old8 in that file). I found problems when iso-8859-2 was used
> there, but since I did not test that in a fully latin2 system I just let
> upstream know about that, but not suggested further changes in the
> dictionaries unless more problems with those latin2 entries were found.
> I however found no problems with iso-8859-1 entry there even if the text
> encoding is a diferent one.
Perhaps we have some further influence by system settings I made to get
Euro sign working.

    ~> set | grep -i iso-8859
    GDM_LANG=de_DE.ISO-8859-1
    ~> grep -v "#" /etc/locale.gen
    de_DE@euro ISO-8859-15
    de_DE ISO-8859-1

but in prinziple I doubt that this has an influence here.

> Does the autogenerated file
> /var/cache/dictionaries-common/emacsen-ispell-dicts.el seem to have
> something strange in it?
I think not but appended it in the end of this mail.

> Also, it might worth contacting i{o,n}german maintainer, Roland
> Rosenfeld, to have some aditional check on this.
I would do but I just want to make sure that i{o,n}german is the real
reason for this problem.

> Anybody else has found this problem?
???

Kind regards

     Andreas.


~> cat /var/cache/dictionaries-common/emacsen-ispell-dicts.el
;;; This file is part of the dictionaries-common package.
;;; It has been automatically generated.
;;; DO NOT EDIT!

(debian-ispell-add-dictionary-entry
  '("german-old8"
    "[A-Za-zÄÖÜäößü]"
    "[^A-Za-zÄÖÜäößü]"
    "[']"
    nil
    ("-C" "-d" "ogerman")
    "~latin1"
    iso-8859-1)
  "ogerman")

(debian-ispell-add-dictionary-entry
  '("german-old"
    "[A-Za-z\"]"
    "[^A-Za-z\"]"
    "[']"
    nil
    ("-C" "-d" "ogerman")
    "~tex"
    iso-8859-1)
  "ogerman")

(debian-ispell-add-dictionary-entry
  '("german-new8"
    "[A-Za-zÄÖÜäößü]"
    "[^A-Za-zÄÖÜäößü]"
    "[']"
    nil
    ("-C" "-d" "ngerman")
    "~latin1"
    iso-8859-1)
  "ngerman")

(debian-ispell-add-dictionary-entry
  '("german-new"
    "[A-Za-z\"]"
    "[^A-Za-z\"]"
    "[']"
    nil
    ("-C" "-d" "ngerman")
    "~tex"
    iso-8859-1)
  "ngerman")

(debian-ispell-add-dictionary-entry
  '("british"
    "[A-Za-z]"
    "[^A-Za-z]"
    "[']"
    nil
    ("-B" "-d" "british")
    nil
    iso-8859-1)
  "british")



Reply to: