Your message dated Fri, 02 Sep 2011 23:08:57 -0300
with message-id <[email protected]>
and subject line fixed in 2.8.0
has caused the Debian Bug report #446174,
regarding Confused by filenames with newlines
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
446174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446174
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: haskell-mode
Version: 2.1-1
Severity: minor
File: /etc/emacs/site-start.d/50haskell-mode.el
Tags: patch

In /etc/emacs/site-start.d/50haskell-mode.el,

    (setq auto-mode-alist
          (append auto-mode-alist
                  '(("\\.[hg]s$"  . haskell-mode)
                    ("\\.hi$"     . haskell-mode)
                    ("\\.l[hg]s$" . literate-haskell-mode))))

should read

    (setq auto-mode-alist
          (append auto-mode-alist
                  '(("\\.[hg]s\\'"  . haskell-mode)
                    ("\\.hi\\'"     . haskell-mode)
                    ("\\.l[hg]s\\'" . literate-haskell-mode))))



--- End Message ---
--- Begin Message ---
The automode-alist stuff is now upstream in haskell-site-file.el, and it
seems to do as twb suggests.

d


--- End Message ---

Reply via email to