Youhei SASAKI <uwab...@gfd-dennou.org> writes: > > We don't provide auto-mode-alist in 50howm.el, and upstream provide > auto-mode-alist in howm-misc.el. Thus I follow upstream manner.
I think it should be in 50howm.el as (add-to-list 'auto-mode-alist '("\\.howm\\'" . text-mode)) Generally things like auto-mode-alist, coding system defaults, etc, should be copied from the lisp package into the debian startup such as 50howm.el. You can see the effect by running emacs -q /tmp/foo.howm which is in fundamental-mode, where I hoped it would be text-mode. Incidentally, in 50howm.el I believe the `flavor' variable is only a dynamic binding from the emacsen-common startup. `debian-emacs-flavor' is documented, it might be desirable to use that instead. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org