Package: howm
Version: 1.4.1-2
Severity: wishlist
File: /etc/emacs/site-start.d/50howm.el

/usr/share/emacs/site-lisp/howm/howm-misc.el contains an auto-mode-alist
entry

    ("\\.howm$" . text-mode)

This could helpfully be in 50howm.el so that .howm files are always
visited in text-mode, irrespective whether you have loaded howm yet or
not.  It can be outside the package-dir existence test too, since it
will still work under a "dpkg --remove" when only 50howm.el is left.

The regexp usually should be

     "\\.howm\\'"

so as to match only end-of-string, not a newline.  Not that filenames
ought to contain newlines, but just in case.

Oh, and I'd suspect there's no need to append to auto-mode-alist the way
howm-misc.el has.  It might as well go at the start since there won't be
anything else setting up .howm files.  A plain add-to-list would avoid
duplicating an entry when in both 50howm.el and howm-misc.el.


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages howm depends on:
ii  emacs23-lucid [emacs23]  23.4+1-4
ic  emacs24                  24.3+1-1
ii  emacs24-lucid [emacs24]  24.3+1-1

howm recommends no packages.

Versions of packages howm suggests:
pn  ruby  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to