Package: emacs-goodies-el
Version: 26.9-1
Severity: normal
Tags: patch
Recently I had a look into /etc/ucf.conf, and to my surprise Emacs
opened it in cfengine-mode, which is certainly not the best mode for
it. The following small patch should fix this over-enthusiasm:
--- emacs-goodies-el.el~ 2006-02-03 04:00:28.000000000 +0100
+++ emacs-goodies-el.el 2007-01-23 22:11:39.000000000 +0100
@@ -45,7 +45,7 @@
:group 'emacs-goodies-el)
;; cfengine.el
-(add-to-list 'auto-mode-alist '("cf\\." . cfengine-mode))
+(add-to-list 'auto-mode-alist '("/cf\\." . cfengine-mode))
;; clipper.el
(autoload 'clipper-create "clipper" "Create a new 'clip' for use within Emacs."
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages emacs-goodies-el depends on:
ii bash 3.1-5 The GNU Bourne Again SHell
ii emacs-snapshot [emacsen] 1:20070122-1 The GNU Emacs editor (development
ii emacs-snapshot-gtk [emacsen 1:20070122-1 The GNU Emacs editor (with GTK+ 2.
ii emacs21 [emacsen] 21.4a+1-3 The GNU Emacs editor
Versions of packages emacs-goodies-el recommends:
pn dict <none> (no description available)
ii perl-doc 5.8.8-7 Perl documentation
ii wget 1.10.2-2 retrieves files from the web
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]