Your message dated Fri, 16 Oct 2009 13:02:56 -0500
with message-id <[email protected]>
and subject line Re: Bug#551258: haml-elisp: autoload and auto-mode-alist
has caused the Debian Bug report #551258,
regarding haml-elisp: autoload and auto-mode-alist
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.)
--
551258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551258
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: haml-elisp
Version: 2.2.8-1
Severity: wishlist
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It would be nice if haml-elisp shipped with a file in site-start.d which
would automatically cause haml-mode to be loaded and associated with
.haml files.
I'm unfortunately not enough of an emacs wizard to say exactly how this
should happen, but you can look in (for example) the yaml-mode for an
example file which seems to do the trick for them.
thanks!
mlc
- -- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages haml-elisp depends on:
ii emacs23 [emacsen] 23.1+1-4 The GNU Emacs editor (with GTK+ us
Versions of packages haml-elisp recommends:
pn libhaml-ruby <none> (no description available)
haml-elisp suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrYrVkACgkQrbXc6n5Aevlp+gCgmjgG1EywxdHneMU2GZB5dEbV
IfsAn1tNaWPuhnQn55+qVCI76VdfobAX
=4Wy4
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
tags 551258 + wontfix
thanks
mike castleman dijo [Fri, Oct 16, 2009 at 01:29:06PM -0400]:
> Package: haml-elisp
> Version: 2.2.8-1
> Severity: wishlist
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> It would be nice if haml-elisp shipped with a file in site-start.d which
> would automatically cause haml-mode to be loaded and associated with
> .haml files.
>
> I'm unfortunately not enough of an emacs wizard to say exactly how this
> should happen, but you can look in (for example) the yaml-mode for an
> example file which seems to do the trick for them.
Ummm.. I do not think every major mode available on your system should
be autoloaded — That can easily lead to bloat in the in-memory size of
Emacs.
I am also no Emacs wizard and know hardly any elist - But I have the
following set in my ~/.emacs, as I am a frequent user of haml-mode:
(require 'haml-mode)
(add-to-list 'auto-mode-alist '("\\.haml$" . haml-mode))
Of course, you can do the corresponding to get sass-mode as well.
I am closing this bug, as I feel it to be not a bug but a feature ;-)
Of course, feel free to reopen if you think I am mistaken - Give me a
reason to reconsider and I will do so.
--
Gunnar Wolf • [email protected] • (+52-55)5623-0154 / 1451-2244
--- End Message ---