On Fri, Sep 19, 2008 at 01:19:57PM -0400, Rob Austein <[EMAIL PROTECTED]> wrote a message of 10 lines which said:
> (setq auto-mode-alist (cons '("\\.org$" . zone-mode) auto-mode-alist)) Next step: since I do not manage only ".org" domains, write an Emacs Lisp function which will download the list of TLD from IANA Web site and add them to auto-mode-alist. Bonus: handle the case of Poland for Perl scripts and Paraguay for Python scripts. I think I'll rather change my naming rules :-)