help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc skeleton html-helper-mode


From: flebber
Subject: doc skeleton html-helper-mode
Date: Wed, 5 Dec 2007 00:32:56 -0800 (PST)
User-agent: G2/1.0

I am trying to set up the doc skeleton for html-helper-mode. So that I
can add the xtml doctype declarations and so forth in. Is there a file
to edit so that I can get it configured the way I want.

I have tried also to engage php-html-helper-mode and added this too
my .emacs

 ;;  HTML-HELPER-MODE  ###########################

(setq load-path (cons "~/emacsloadpath" load-path))
(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(autoload 'php-html-helper-mode "php-html-helper-mode" "Yay HTML" t)
(autoload 'asp-html-helper-mode "asp-html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\\.html$" . html-helper-mode) auto-mode-
$
(setq auto-mode-alist (cons '("\\.shtml$" . html-helper-mode) auto-mode
$
(setq html-helper-build-new-buffer t)
(setq html-helper-do-write-file-hooks t)

However php mode errors with
: Cannot open load file: php-html-helper-mode

Any ideas.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]