Hello Morten,
thanks for the suggestion. I've finally implemented a solution, which
is also based on hooking babel internals:
[lessbabel.sty]
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{lessbabel}[2005/10/04 Babel without shorthands]
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{babel}}
\ProcessOptions\relax
\RequirePackage{babel}
\def\bbl@activate#1{}
[/lessbabel.sty]
My documents now use
\usepackage[english,german]{lessbabel}
instead of
\usepackage[english,german]{babel}
--
Oleg Paraschenko olpa@ http://uucode.com/
http://uucode.com/blog/ Generative Programming, XML, TeX, Scheme