Package: html-helper-mode
Version: 3.0.4kilo-1
Severity: grave
Tags: patch

Something went wrong when you applied my patch for #374587, since
there is a closing parenthesis missing in line 17 of
/etc/emacs/site-start.d/50html-helper-mode.el.  The result is an error
message during Emacs' start ("Error while loading 50html-helper-mode")
and the autoloads are not set up, rendering html-helper-mode unusable.
A patch follows:

--- 50html-helper-mode.el.orig  2006-06-20 19:46:22.000000000 +0200
+++ 50html-helper-mode.el       2006-06-21 17:07:22.000000000 +0200
@@ -14,7 +14,7 @@
(debian-pkg-add-load-path-item
 (concat "/usr/share/"
         (symbol-name debian-emacs-flavor)
-         "/site-lisp/html-helper-mode")
+         "/site-lisp/html-helper-mode"))

;; Put the uncompiled code in the path too
(setq load-path


-- System Information:
Debian Release: testing/unstable
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages html-helper-mode depends on:
ii  css-mode                    0.11-5       A Cascading Style Sheets (CSS) edi
ii emacs-snapshot [emacsen] 1:20060615-1 The GNU Emacs editor (development ii emacs-snapshot-gtk [emacsen 1:20060615-1 The GNU Emacs editor (with GTK+ 2.
ii  emacs21 [emacsen]           21.4a-6      The GNU Emacs editor

html-helper-mode recommends no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to