Package: emacs-goodies-el
Version: 35.1
Severity: minor
Tags: patch

The pattern for the muttrc-mode in auto-mode-alist is not restrictive
enough.  For instance, muttrc-mode.el is edited in Muttrc mode,
instead of Elisp mode.  Please, fix this according to the patch
here attached or find a more appropriate solution.

Rafael Laboissière

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacs-goodies-el depends on:
ii  bash                      4.1-3          The GNU Bourne Again SHell
ii  dpkg                      1.15.7.2       Debian package management system
ii  emacs-snapshot [emacsen]  1:20111012-1   The GNU Emacs editor (development 
ii  install-info              4.13a.dfsg.1-5 Manage installed documentation in 

Versions of packages emacs-goodies-el recommends:
ii  dict                       1.11.2+dfsg-2 dictionary client
ii  perl-doc                   5.12.4-4      Perl documentation
ii  wget                       1.13-1        retrieves files from the web

emacs-goodies-el suggests no packages.

-- debconf-show failed


--- emacs-goodies-el.el	2011-10-17 10:16:35.000000000 +0200
+++ emacs-goodies-el.el-new	2011-10-17 10:16:15.000000000 +0200
@@ -223,7 +223,7 @@
   t)
 
 ;; muttrc-mode.el
-(add-to-list 'auto-mode-alist '("muttrc" . muttrc-mode))
+(add-to-list 'auto-mode-alist '("muttrc\\'" . muttrc-mode))
 
 
 ;; pod-mode.el

Reply via email to