I open emacs with
emacs -q -no-site-file
Then I do M-x load-library tex-site RET; or alternatively, I just do
"emacs -q" with "* auctex/default: true"
Then I open a file that loads ngerman.sty, and in the message buffer I
get:
Loading /home/frank/uni/zuerich/Seminare/auto/mini.el (source)...done
Loading /usr/share/emacs21/site-lisp/auctex/style/ngerman.elc...done
Loading /var/lib/auctex/emacs21/ngerman.elc...done
Loading /var/lib/auctex/emacs21/fontenc.elc...done
Loading /var/lib/auctex/emacs21/inputenc.elc...done
Loading /usr/share/emacs21/site-lisp/auctex/style/scrartcl.elc...done
Loading /var/lib/auctex/emacs21/scrartcl.elc...done
The auto-generated style file for ngerman is much worse than the one
provided by upstream, and many things don't work.
I don't know what the solution should be - if it doesn't matter, one
could simply change the loading order; but ideally no generated files
should be created for styles that already have a style file provided
by upstream.
Regards, Frank