apache-mode.el 1.1 is better than 1.0, debian testing is using it (deb: emacs-goodies-el). Also, as gentoo uses apache2.conf and commonapache2.conf (at least in apache2) better add these lines to the loader: (add-to-list 'auto-mode-alist '("apache[12]\?\\.conf$" . apache-mode)) (add-to-list 'auto-mode-alist '("commonapache[12]\?\\.conf$" . apache-mode)) Reproducible: Always Steps to Reproduce:
Created attachment 35440 [details] apache-mode.el 1.1
I dont do emacs.
Added to CVS. Thanks for the suggestion.